Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-05-16 | Removed all Printf-family functions from StringUtils. | Mattes D | 1 | -16/+21 | |
Replaced them with fmt::format calls, including changes to the format strings. Also changed the format strings to use FMT_STRING, so that the format is checked compile-time against the arguments. Also fixed code-style violations already present in the code. | |||||
2021-01-26 | Fix debug macro situation (#5114) | Tiger Wang | 1 | -4/+4 | |
Use the standard NDEBUG. | |||||
2020-05-05 | Require semi-colon at end of function-like macros (#4719) | peterbell10 | 1 | -56/+74 | |
2019-09-06 | Added a BasicGeneratorTest. | Mattes D | 1 | -1/+11 | |
2019-08-26 | Improved testing framework. (#4376) | Mattes D | 1 | -11/+156 | |
2019-08-05 | BlockTypeRegistry: Initial skeleton | Mattes D | 1 | -0/+79 | |