Commit Graph

10 Commits

Author SHA1 Message Date
Naios
b0ac332d58 CMake: Provide proper interface targets from dependencies
* to make use of cmakes inherited link dependencies which
  imports all include directories/ definitions from the link library

(cherry picked from commit 1a572d2425)
2016-03-19 23:19:50 +01:00
Naios
3618e0f608 Dep: Fix an oversight in f52495c6
* Thanks dobrMAN for noticing

(cherry picked from commit 83f439ab43)
2016-03-16 18:53:04 +01:00
Naios
37dbbe22eb Dep/CppFormat: Update cppformat to cppformat/cppformat@5174b8c
(cherry picked from commit f52495c66b)
2016-03-16 16:12:04 +01:00
Naios
aa3020c26d Dep/CppFormat: Update cppformat to cppformat/cppformat@5c76d107cb 2015-12-08 16:26:58 +01:00
Naios
d4ade6b45f Dep/CppFormat: Update cppformat to cppformat/cppformat@7859f81233
* clean up our custom CMakeList.txt

(cherry picked from commit 93d1028d75)
2015-07-01 21:22:38 +02:00
Naios
f48b6f286c Dep/CppFormat: Update cppformat to cppformat/cppformat@fd53bb6fb8
* fixes /W4 warning spamming.

(cherry picked from commit 66ce97c87e)
2015-04-05 21:31:31 +02:00
Naios
3486f15352 Dep/CppFormat: Update cppformat to cppformat/cppformat@aab64b55a4
* fixes argument limit, argument count is unlimited now.

(cherry picked from commit 589296da90)
2015-04-02 22:55:50 +02:00
Naios
e40a5bf0b1 Dep/CppFormat: Update cppformat to cppformat/cppformat@bf8636c959
* fixes detecting support of <initializer_list>
* fixes build on solaris
2015-03-18 19:19:30 +01:00
Nayd
3eaace1508 Dep/CppFormat: Fix cmake error when using GCC 2015-03-18 00:47:19 +00:00
Naios
95ebe4f31c Core/Log: Add type safe formatting
* 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
2015-03-13 09:15:42 +01:00