Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-01-03 | Add the fmt library (#4065) | peterbell10 | 1 | -24/+55 | |
* Replaces AppendVPrintf with fmt::sprintf * fmt::ArgList now used as a type safe alternative to varargs. * Removed SIZE_T_FMT compatibility macros. fmt::sprintf is fully portable and supports %zu. * Adds FLOG functions to log with fmt's native formatting style. | |||||
2015-09-15 | Increase robustness of the logging subsystem | tycho | 1 | -5/+19 | |
2014-12-07 | Fixed format warning. | Mattes D | 1 | -2/+2 | |
2014-11-23 | Compilation fixes | Tiger Wang | 1 | -1/+1 | |
2014-10-19 | Use std::thread | Tiger Wang | 1 | -1/+1 | |
2014-08-13 | Logger: Fixed missing timestamp in log messages. | madmaxoft | 1 | -1/+1 | |
2014-08-12 | Fixed windows compilation and style issues. | madmaxoft | 1 | -10/+46 | |
2014-08-12 | Renamed Loggers | Tycho | 1 | -0/+109 | |