summaryrefslogtreecommitdiff
path: root/libadhocutil/compileTimeFormatter.h
Commit message (Collapse)AuthorAge
...
* Add doxygen comments for compile time formatterDan Goodliffe2016-12-30
|
* Return stream to ease inliningDan Goodliffe2016-12-30
|
* Add helper for simply returning a formatted string (sprintf style)Dan Goodliffe2016-12-30
|
* Rename hacked in 'stuff' to 'scan'Dan Goodliffe2016-12-30
|
* Macro helper for easily adding new formatters that take a single character ↵Dan Goodliffe2016-12-09
| | | | parameter from the format string
* Macro helper for easily adding new formattersDan Goodliffe2016-12-09
|
* Provide a way of formatting a literal percent signDan Goodliffe2016-12-09
|
* Custom stop chars are never usedDan Goodliffe2016-12-09
|
* Simplify the upto writersDan Goodliffe2016-12-09
|
* Simplify the upto bufferDan Goodliffe2016-12-09
|
* Split parser buffer from upto buffer (simpler)Dan Goodliffe2016-12-09
|
* Simplify parser templatesDan Goodliffe2016-12-09
|
* Pass format string as template argument into writer to avoid copying out ↵Dan Goodliffe2016-12-09
| | | | bytes from stream write
* Bit messy and fiddly, but removes the template string length limit of (just ↵Dan Goodliffe2016-12-09
| | | | under) compile time template-depth
* Refactor to avoid hitting the template depth limit so earlyDan Goodliffe2016-12-08
|
* Adds support for the compile time formatterDan Goodliffe2016-12-07