Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | LTO through boost build | Dan Goodliffe | 2020-05-09 |
| | |||
* | Psycho-rebased branch libadhocutil-0.8 on top of master | Dan Goodliffe | 2020-05-08 |
|\ | |||
| * | Move test import to root | Dan Goodliffe | 2020-04-18 |
| | | |||
| * | Allow implicit lazy pointer construction for suitable types | Dan Goodliffe | 2020-03-29 |
| | | |||
| * | Add more C++ special member helpers | Dan Goodliffe | 2020-03-28 |
| | | |||
| * | Add missing BOOST_ASSERT include | Dan Goodliffe | 2020-03-28 |
| | | |||
| * | Simplify fmt literal with basic_fixed_string | Dan Goodliffe | 2020-03-28 |
| | | |||
| * | 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 some signedness issues around searching strings. | ||
| * | Macro CtfString type | Dan Goodliffe | 2020-03-28 |
| | | |||
| * | Fixes for tidy | Dan Goodliffe | 2020-03-28 |
| | | |||
| * | Refactor ProcessPipes to get rid of that awkward feeling | Dan Goodliffe | 2020-02-20 |
| | | |||
| * | Add Handle, like unique_ptr but for non-pointers | Dan Goodliffe | 2020-02-19 |
| | | |||
| * | Big modernize and tidy | Dan Goodliffe | 2020-02-15 |
| | | |||
* | | Fix for compile with GCC 10libadhocutil-0.7.8 | Dan Goodliffe | 2020-05-08 |
|/ | |||
* | Add Nagios passive check helperslibadhocutil-0.7.7 | Dan Goodliffe | 2020-02-02 |
| | |||
* | Add a pkgconfig file | Dan Goodliffe | 2019-11-17 |
| | |||
* | Remove slicer referenceslibadhocutil-0.7.6 | Dan Goodliffe | 2019-10-03 |
| | |||
* | Modernize build | Dan Goodliffe | 2019-10-03 |
| | |||
* | MemStream error handling and move supportlibadhocutil-0.7.5 | Dan Goodliffe | 2019-07-01 |
| | |||
* | Update Doxyfile and remove backup | Dan Goodliffe | 2019-07-01 |
| | |||
* | Fix linter and doxygen warnings | Dan Goodliffe | 2019-07-01 |
| | |||
* | Get glibmm flags from pkg-config | Dan Goodliffe | 2019-06-28 |
| | | | | Borrows pkg-config.jam from future boost-build | ||
* | Don't default destructor | Dan Goodliffe | 2019-06-01 |
| | | | | | Allows for use of plugin manager in other code (without full definition of contained types) | ||
* | Add MemStream | Dan Goodliffe | 2019-05-26 |
| | | | | A wrapper around open_memstream | ||
* | Update test URLs with protocol change | Dan Goodliffe | 2019-05-04 |
| | |||
* | Install everything with jamlibadhocutil-0.7.4 | Dan Goodliffe | 2019-04-16 |
| | |||
* | Fix tidy warning in test caselibadhocutil-0.7.3 | Dan Goodliffe | 2019-04-02 |
| | |||
* | Don't use smart pointer for global static | Dan Goodliffe | 2019-04-02 |
| | | | | It destructs itself way sooner than we want it to | ||
* | Tidy fixes for latest clanglibadhocutil-0.7.2 | Dan Goodliffe | 2019-03-30 |
| | |||
* | Tidy fixes for latest clang | Dan Goodliffe | 2019-03-29 |
| | |||
* | Explicitly disable checker for generated code | Dan Goodliffe | 2019-03-19 |
| | |||
* | Lots more clang tidy fixes | Dan Goodliffe | 2019-03-03 |
| | |||
* | Disable fallthrough warning in flex code | Dan Goodliffe | 2019-02-27 |
| | |||
* | Mark explicitly instantiated functions as public | Dan Goodliffe | 2019-02-25 |
| | | | | Fixes link issue with Clang. | ||
* | Removed unrequired destructor | Dan Goodliffe | 2019-02-17 |
| | |||
* | Removed unrequired destructor | Dan Goodliffe | 2019-02-17 |
| | |||
* | Allow moving of ResourceHandles | Dan Goodliffe | 2019-02-17 |
| | |||
* | Prevent copying and moving of ResourcePools | Dan Goodliffe | 2019-02-17 |
| | |||
* | Enable (most) high integrity checks (not for tests) | Dan Goodliffe | 2019-02-14 |
| | |||
* | Enable performance checks (not for tests)libadhocutil-0.7.1 | Dan Goodliffe | 2019-02-13 |
| | |||
* | 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 formatterlibadhocutil-0.7.0 | Dan Goodliffe | 2019-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 new | Dan Goodliffe | 2019-01-31 |
| | |||
* | Remove unrequired BOOST_TEST_DONT_PRINT_LOG_VALUE | Dan Goodliffe | 2019-01-31 |
| | |||
* | Remove calls nolonger required | Dan Goodliffe | 2019-01-29 |
| | |||
* | Remove boost::filesystem in favour of std::filesystem | Dan Goodliffe | 2019-01-29 |
| | |||
* | Add missing doxygen commentslibadhocutil-0.6.0 | Dan Goodliffe | 2019-01-18 |
| |