summaryrefslogtreecommitdiff
path: root/libadhocutil/compileTimeFormatter.h
Commit message (Collapse)AuthorAge
* Fix bracketting to return stream string by moveDan Goodliffe2022-07-23
|
* CTF get return str content by moveDan Goodliffe2022-03-19
|
* Lots of perfect forwarding over const refsDan Goodliffe2022-03-14
|
* Doxygen mark helpers as privatelibadhocutil-0.8.8Dan Goodliffe2022-02-11
|
* Tidy up lots of defines mostly with pragma onceDan Goodliffe2022-02-07
|
* Remove all pre-C++20 compile time formatter supportDan Goodliffe2022-02-07
|
* Add stub header for all header only fileslibadhocutil-0.8.6Dan Goodliffe2021-09-25
|
* Add -WpedanticDan Goodliffe2021-09-12
|
* Fix conversions in everything but uriParseDan Goodliffe2021-09-09
|
* pass iwyulibadhocutil-0.8.4Dan Goodliffe2021-04-11
|
* Better detection first param is a streamDan Goodliffe2020-12-04
| | | | Also works around weirdness with ubsan
* Tidy fixeslibadhocutil-0.8.2Dan Goodliffe2020-11-17
|
* Clang-formatDan Goodliffe2020-06-17
|
* Add missing header, add proper namespacing in macroDan Goodliffe2020-05-10
|
* Simplify fmt literal with basic_fixed_stringDan Goodliffe2020-03-28
|
* Add [s]cprintf functionsDan Goodliffe2020-03-28
|
* C++ fixed string literal CTFDan Goodliffe2020-03-28
|
* Wrap Formatter with as FormatterDetailDan Goodliffe2020-03-28
| | | | Fixes some signedness issues around searching strings.
* Macro CtfString typeDan Goodliffe2020-03-28
|
* Fixes for tidyDan Goodliffe2020-03-28
|
* Big modernize and tidyDan Goodliffe2020-02-15
|
* 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
| | | | | When stream type does not have a write member, prevents failure when overload matches call because first argument can passed by non-const reference.
* 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
| | | | | Updates scprintf macro to handle the case where strm isn't a variable and thus cannot be captured, instead passing it as a parameter to the lambda.
* 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
| | | | static assertion is now just the default behaviour, not a catch all template class
* Add the scprintf macroDan Goodliffe2018-08-20
| | | | | Clang/LLVM only macro which allows a more pure use of CTF with everything inline. e.g. scprintf(str, "Number = %d", n)
* Fix compilation with template auto and + operatorDan Goodliffe2018-08-20
|
* CTF printfDan Goodliffe2018-07-04
| | | | Adds support for a lot (but not all) of printf like formatters
* Any stream type with CTFDan Goodliffe2018-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.
* Create a typedef for the formatters char typeDan Goodliffe2018-06-17
|
* Lorem Ipsum testDan Goodliffe2018-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.
* 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
| | | | Allows a formatter to be a typedef in multiple compilation units.
* Fix uniqueness of generated name for format string varDan Goodliffe2018-05-08
|
* C++17Dan Goodliffe2018-04-06
| | | | Remove all boost things now in the standard library from CTF.
* Refactor to reduce AdHoc namespace polutionlibadhocutil-0.4.1Dan Goodliffe2016-12-30
|
* Add macros to ease declartion of formattersDan Goodliffe2016-12-30
|