summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Tidy fixes for latest clangDan Goodliffe2019-03-29
* Explicitly disable checker for generated codeDan Goodliffe2019-03-19
* Lots more clang tidy fixesDan Goodliffe2019-03-03
* Disable fallthrough warning in flex codeDan Goodliffe2019-02-27
* Mark explicitly instantiated functions as publicDan Goodliffe2019-02-25
* Removed unrequired destructorDan Goodliffe2019-02-17
* Removed unrequired destructorDan Goodliffe2019-02-17
* Allow moving of ResourceHandlesDan Goodliffe2019-02-17
* Prevent copying and moving of ResourcePoolsDan Goodliffe2019-02-17
* Enable (most) high integrity checks (not for tests)Dan Goodliffe2019-02-14
* Enable performance checks (not for tests)libadhocutil-0.7.1Dan Goodliffe2019-02-13
* More clang-tidy WIPDan Goodliffe2019-02-12
* Enable some clang-tidy checks and fix up accordinglyDan Goodliffe2019-02-12
* Explicitly disable stream operator() of formatterlibadhocutil-0.7.0Dan Goodliffe2019-02-04
* Remove calls to naked newDan Goodliffe2019-01-31
* Remove unrequired BOOST_TEST_DONT_PRINT_LOG_VALUEDan Goodliffe2019-01-31
* Remove calls nolonger requiredDan Goodliffe2019-01-29
* Remove boost::filesystem in favour of std::filesystemDan Goodliffe2019-01-29
* Add missing doxygen commentslibadhocutil-0.6.0Dan Goodliffe2019-01-18
* Literal operator based inline formattingDan Goodliffe2019-01-18
* string_view plugin/factoryDan Goodliffe2019-01-14
* Support scprintf macro for format string with no argsDan Goodliffe2018-09-04
* scprintf macro with non-variableDan Goodliffe2018-09-04
* Update install to reflect moved ctf implsDan Goodliffe2018-09-04
* Add missing doxygen commentsDan Goodliffe2018-09-03
* Greatly improved CTF printf supportDan Goodliffe2018-09-03
* Add basic support for setting the width/precision in the format stringDan Goodliffe2018-08-31
* 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
* Use string_view instead of string where string-like is requiredDan Goodliffe2018-08-30
* Fix flagconv setfillDan Goodliffe2018-08-30
* Include detail headers on installDan Goodliffe2018-08-20
* Add the scprintf macroDan Goodliffe2018-08-20
* Only GCC supports -flto=NDan Goodliffe2018-08-20
* Fix parameter type (length) passed into format testDan Goodliffe2018-08-20
* Remove comically GCC specific buildVariant from definedDirsDan Goodliffe2018-08-20
* Add missing virtual destructorsDan Goodliffe2018-08-20
* Fix compilation with template auto and + operatorDan Goodliffe2018-08-20
* C++17 deprecation warnings from GCC 8.2Dan Goodliffe2018-08-19
* 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
* Use check, not require in CTF testsDan Goodliffe2018-06-16