Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed all Printf-family functions from StringUtils. | Mattes D | 2023-05-16 | 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. | ||||
* | Fix debug macro situation (#5114) | Tiger Wang | 2021-01-26 | 1 | -4/+4 |
| | | | Use the standard NDEBUG. | ||||
* | Require semi-colon at end of function-like macros (#4719) | peterbell10 | 2020-05-05 | 1 | -56/+74 |
| | |||||
* | Added a BasicGeneratorTest. | Mattes D | 2019-09-06 | 1 | -1/+11 |
| | |||||
* | Improved testing framework. (#4376) | Mattes D | 2019-08-26 | 1 | -11/+156 |
| | |||||
* | BlockTypeRegistry: Initial skeleton | Mattes D | 2019-08-05 | 1 | -0/+79 |