summaryrefslogtreecommitdiff
path: root/libadhocutil/compileTimeFormatter.h
Commit message (Expand)AuthorAge
* Lots more clang tidy fixesDan Goodliffe2019-03-03
* More clang-tidy WIPDan Goodliffe2019-02-12
* Explicitly disable stream operator() of formatterlibadhocutil-0.7.0Dan Goodliffe2019-02-04
* Add missing doxygen commentslibadhocutil-0.6.0Dan Goodliffe2019-01-18
* Literal operator based inline formattingDan Goodliffe2019-01-18
* Support scprintf macro for format string with no argsDan Goodliffe2018-09-04
* scprintf macro with non-variableDan Goodliffe2018-09-04
* Add missing doxygen commentsDan Goodliffe2018-09-03
* Greatly improved CTF printf supportDan Goodliffe2018-09-03
* Add constexpr functions for identifying char rangesDan Goodliffe2018-08-30
* Add in a template type arg for enable_ifDan Goodliffe2018-08-30
* Simplify CTF bad format handlingDan Goodliffe2018-08-30
* Add the scprintf macroDan Goodliffe2018-08-20
* Fix compilation with template auto and + operatorDan Goodliffe2018-08-20
* CTF printfDan Goodliffe2018-07-04
* Any stream type with CTFDan Goodliffe2018-06-17
* Create a typedef for the formatters char typeDan Goodliffe2018-06-17
* Lorem Ipsum testDan Goodliffe2018-06-17
* Simplify CTF invalid static_assertDan Goodliffe2018-06-17
* Use template auto types throughout CTFDan Goodliffe2018-06-17
* Massively simplified CTF with C++17 constexprDan Goodliffe2018-06-17
* Add template string utilsDan Goodliffe2018-06-16
* Template strings don't need to be extern C++17, just constexprDan Goodliffe2018-06-16
* Add missing include guardlibadhocutil-0.5.1Dan Goodliffe2018-05-08
* Inline the formatter constsDan Goodliffe2018-05-08
* Fix uniqueness of generated name for format string varDan Goodliffe2018-05-08
* C++17Dan Goodliffe2018-04-06
* Refactor to reduce AdHoc namespace polutionlibadhocutil-0.4.1Dan Goodliffe2016-12-30
* Add macros to ease declartion of formattersDan Goodliffe2016-12-30
* 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 pa...Dan Goodliffe2016-12-09
* 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 byte...Dan Goodliffe2016-12-09
* Bit messy and fiddly, but removes the template string length limit of (just u...Dan Goodliffe2016-12-09
* Refactor to avoid hitting the template depth limit so earlyDan Goodliffe2016-12-08
* Adds support for the compile time formatterDan Goodliffe2016-12-07