| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | CTF printf | Dan Goodliffe | 2018-07-04 |
| | | | | | Adds support for a lot (but not all) of printf like formatters | ||
| * | Any stream type with CTF | Dan Goodliffe | 2018-06-17 |
| | | | | | | | Minor alteration to allow for custom helpers. Then a unit test to demonstrate that with suitable helpers, a CTF can operate on any stream type, such as a stdio FILE. | ||
| * | Lorem Ipsum test | Dan Goodliffe | 2018-06-17 |
| | | | | | | | Adds test case when formatter content is generated from a simple .txt file using xxd. The header is simply including and processed as a string literal. | ||
| * | Add template string utils | Dan Goodliffe | 2018-06-16 |
| | | |||
| * | Template strings don't need to be extern C++17, just constexpr | Dan Goodliffe | 2018-06-16 |
| | | |||
| * | Use check, not require in CTF tests | Dan Goodliffe | 2018-06-16 |
| | | |||
| * | Add macros to ease declartion of formatters | Dan Goodliffe | 2016-12-30 |
| | | |||
| * | Return stream to ease inlining | Dan Goodliffe | 2016-12-30 |
| | | |||
| * | Add helper for simply returning a formatted string (sprintf style) | Dan Goodliffe | 2016-12-30 |
| | | |||
| * | Macro helper for easily adding new formatters that take a single character ↵ | Dan Goodliffe | 2016-12-09 |
| | | | | | parameter from the format string | ||
| * | Macro helper for easily adding new formatters | Dan Goodliffe | 2016-12-09 |
| | | |||
| * | Test a formatter can be typedef'ed | Dan Goodliffe | 2016-12-09 |
| | | |||
| * | Tidy tests | Dan Goodliffe | 2016-12-09 |
| | | |||
| * | Provide a way of formatting a literal percent sign | Dan Goodliffe | 2016-12-09 |
| | | |||
| * | Pass format string as template argument into writer to avoid copying out ↵ | Dan Goodliffe | 2016-12-09 |
| | | | | | bytes from stream write | ||
| * | Bit messy and fiddly, but removes the template string length limit of (just ↵ | Dan Goodliffe | 2016-12-09 |
| | | | | | under) compile time template-depth | ||
| * | Refactor to avoid hitting the template depth limit so early | Dan Goodliffe | 2016-12-08 |
| | | |||
| * | Adds support for the compile time formatter | Dan Goodliffe | 2016-12-07 |
