summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add Nagios passive check helperslibadhocutil-0.7.7Dan Goodliffe2020-02-02
|
* Add a pkgconfig fileDan Goodliffe2019-11-17
|
* Remove slicer referenceslibadhocutil-0.7.6Dan Goodliffe2019-10-03
|
* Modernize buildDan Goodliffe2019-10-03
|
* MemStream error handling and move supportlibadhocutil-0.7.5Dan Goodliffe2019-07-01
|
* Update Doxyfile and remove backupDan Goodliffe2019-07-01
|
* Fix linter and doxygen warningsDan Goodliffe2019-07-01
|
* Get glibmm flags from pkg-configDan Goodliffe2019-06-28
| | | | Borrows pkg-config.jam from future boost-build
* Don't default destructorDan Goodliffe2019-06-01
| | | | | Allows for use of plugin manager in other code (without full definition of contained types)
* Add MemStreamDan Goodliffe2019-05-26
| | | | A wrapper around open_memstream
* Update test URLs with protocol changeDan Goodliffe2019-05-04
|
* Install everything with jamlibadhocutil-0.7.4Dan Goodliffe2019-04-16
|
* Fix tidy warning in test caselibadhocutil-0.7.3Dan Goodliffe2019-04-02
|
* Don't use smart pointer for global staticDan Goodliffe2019-04-02
| | | | It destructs itself way sooner than we want it to
* Tidy fixes for latest clanglibadhocutil-0.7.2Dan Goodliffe2019-03-30
|
* 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
| | | | Fixes link issue with Clang.
* 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
| | | | | When stream type does not have a write member, prevents failure when overload matches call because first argument can passed by non-const reference.
* 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
| | | | | | Uses string_view over strings in the plugin and factory interfaces. Soft breaking change in general, but changes the signature for plugin resolvers.
* 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.
* 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
| | | | static assertion is now just the default behaviour, not a catch all template class
* 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
| | | | | Clang/LLVM only macro which allows a more pure use of CTF with everything inline. e.g. scprintf(str, "Number = %d", n)
* Only GCC supports -flto=NDan Goodliffe2018-08-20
|