Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the fmt library (#4065) | peterbell10 | 2018-01-03 | 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. | ||||
* | Increase robustness of the logging subsystem | tycho | 2015-09-15 | 1 | -5/+19 |
| | |||||
* | Fixed format warning. | Mattes D | 2014-12-07 | 1 | -2/+2 |
| | |||||
* | Compilation fixes | Tiger Wang | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | Use std::thread | Tiger Wang | 2014-10-19 | 1 | -1/+1 |
| | |||||
* | Logger: Fixed missing timestamp in log messages. | madmaxoft | 2014-08-13 | 1 | -1/+1 |
| | |||||
* | Fixed windows compilation and style issues. | madmaxoft | 2014-08-12 | 1 | -10/+46 |
| | |||||
* | Renamed Loggers | Tycho | 2014-08-12 | 1 | -0/+109 |