aboutsummaryrefslogtreecommitdiff
path: root/dep/cppformat
AgeCommit message (Collapse)Author
2015-03-18Dep/CppFormat: Update cppformat to cppformat/cppformat@bf8636c9596fbfdddNaios
* fixes detecting support of <initializer_list> * fixes build on solaris
2015-03-18Dep/CppFormat: Fix cmake error when using GCCNayd
2015-03-13Core/Log: Add type safe formattingNaios
* improves safety and log speed through: - variadic templates - perfect forwarding * fixes a newline in db logs * improve performance of Appender::write by using std::ostringstream && std::move