Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed Compiler Warnings | x12xx12x | 2022-01-14 | 1 | -0/+9 |
| | |||||
* | Fix debug macro situation (#5114) | Tiger Wang | 2021-01-26 | 1 | -4/+4 |
| | | | Use the standard NDEBUG. | ||||
* | Enable debug logging in test builds | Peter Bell | 2020-05-16 | 1 | -2/+2 |
| | |||||
* | Update logging code to reduce unnecessary string copying: | Peter Bell | 2020-05-16 | 1 | -24/+37 |
| | | | | | | * Write into a single fmt::memory_buffer * Use string_view instead of AString for listener callbacks * Also collapsed vFLOG and vLOG functions into one per formatting type | ||||
* | Update fmt to 6.2.0 (#4718) | peterbell10 | 2020-05-05 | 1 | -22/+54 |
| | | | * Update fmt to 6.2.0 | ||||
* | Add the fmt library (#4065) | peterbell10 | 2018-01-03 | 1 | -0/+51 |
* 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. |