index
:
AdHoc Util
main
Adhoc library of useful functions and classes.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libadhocutil
/
unittests
/
testCompileTimeFormatter.cpp
Commit message (
Expand
)
Author
Age
*
Remove all pre-C++20 compile time formatter support
Dan Goodliffe
2022-02-07
*
Add stub header for all header only files
libadhocutil-0.8.6
Dan Goodliffe
2021-09-25
*
Add -Wpedantic
Dan Goodliffe
2021-09-12
*
Fix conversions in everything but uriParse
Dan Goodliffe
2021-09-09
*
Add -Wold-style-cast and fix up mess, mostly glib stuff
Dan Goodliffe
2021-09-07
*
pass iwyu
libadhocutil-0.8.4
Dan Goodliffe
2021-04-11
*
Pass a cppcheck
libadhocutil-0.8.1
Dan Goodliffe
2020-06-19
*
Clang-format
Dan Goodliffe
2020-06-17
*
Add [s]cprintf functions
Dan Goodliffe
2020-03-28
*
C++ fixed string literal CTF
Dan Goodliffe
2020-03-28
*
Wrap Formatter with as FormatterDetail
Dan Goodliffe
2020-03-28
*
Fixes for tidy
Dan Goodliffe
2020-03-28
*
Big modernize and tidy
Dan Goodliffe
2020-02-15
*
Lots more clang tidy fixes
Dan Goodliffe
2019-03-03
*
More clang-tidy WIP
Dan Goodliffe
2019-02-12
*
Enable some clang-tidy checks and fix up accordingly
Dan Goodliffe
2019-02-12
*
Explicitly disable stream operator() of formatter
libadhocutil-0.7.0
Dan Goodliffe
2019-02-04
*
Remove boost::filesystem in favour of std::filesystem
Dan Goodliffe
2019-01-29
*
Literal operator based inline formatting
Dan Goodliffe
2019-01-18
*
Support scprintf macro for format string with no args
Dan Goodliffe
2018-09-04
*
scprintf macro with non-variable
Dan Goodliffe
2018-09-04
*
Greatly improved CTF printf support
Dan Goodliffe
2018-09-03
*
Add basic support for setting the width/precision in the format string
Dan Goodliffe
2018-08-31
*
Add the scprintf macro
Dan Goodliffe
2018-08-20
*
Fix parameter type (length) passed into format test
Dan Goodliffe
2018-08-20
*
CTF printf
Dan Goodliffe
2018-07-04
*
Any stream type with CTF
Dan Goodliffe
2018-06-17
*
Lorem Ipsum test
Dan Goodliffe
2018-06-17
*
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 pa...
Dan Goodliffe
2016-12-09
*
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 byte...
Dan Goodliffe
2016-12-09
*
Bit messy and fiddly, but removes the template string length limit of (just u...
Dan Goodliffe
2016-12-09
*
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