| Age | Commit message (Collapse) | Author |
|
https://github.com/fmtlib/fmt/commit/7fa8f8fa48b0903deab5bb42e6760477173ac485
Also renamed cppformat to fmt
|
|
* to make use of cmakes inherited link dependencies which
imports all include directories/ definitions from the link library
(cherry picked from commit 1a572d242593124f986d3ed08710b96a142a6763)
|
|
* Thanks dobrMAN for noticing
(cherry picked from commit 83f439ab4306bfa45df23be2bd80832ec0107c54)
|
|
(cherry picked from commit f52495c66b1b219f82729221e8023a86b28d54bf)
|
|
|
|
* clean up our custom CMakeList.txt
(cherry picked from commit 93d1028d75ee4847ebcaa075f56a4d9e7632c33a)
|
|
* fixes /W4 warning spamming.
(cherry picked from commit 66ce97c87e347ab9426ffbd60b6fe5aa90a96b9b)
|
|
* fixes argument limit, argument count is unlimited now.
(cherry picked from commit 589296da9044be13f921724e8c2b1312bebde4c8)
|
|
* fixes detecting support of <initializer_list>
* fixes build on solaris
|
|
|
|
* 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
|