| Commit message (Expand) | Author | Age |
* | <type_traits> needed for std::is_member_function_pointer_v | Dan Goodliffe | 2021-10-16 |
* | <algorithm> needed for min | Dan Goodliffe | 2021-10-16 |
* | Remove include mutex, client should include the header(s) it needs | Dan Goodliffe | 2021-10-16 |
* | Use C++17 nested namespaces in headers | Dan Goodliffe | 2021-10-16 |
* | Simplify default return value | Dan Goodliffe | 2021-10-16 |
* | Disable bugprone-easily-swappable-parameters | Dan Goodliffe | 2021-10-16 |
* | Fix static_assert on case_less function | Dan Goodliffe | 2021-10-16 |
* | Build with an STL semaphore when available | Dan Goodliffe | 2021-10-10 |
* | Add stub header for all header only fileslibadhocutil-0.8.6 | Dan Goodliffe | 2021-09-25 |
* | Add utils for trimming string_views ltrim,rtrim,trimlibadhocutil-0.8.5 | Dan Goodliffe | 2021-09-17 |
* | General tidy up | Dan Goodliffe | 2021-09-17 |
* | Add -Wuseless-cast, and cppcheck libraryrefs | Dan Goodliffe | 2021-09-12 |
* | Add -Wpedantic | Dan Goodliffe | 2021-09-12 |
* | Add lots of warning flags | Dan Goodliffe | 2021-09-12 |
* | Add -Wconversion and -Wsign-conversion | Dan Goodliffe | 2021-09-12 |
* | Rewrite UriParse in modern C++ | Dan Goodliffe | 2021-09-12 |
* | Add another boost test helper | Dan Goodliffe | 2021-09-12 |
* | Add boost-test-extra.h and use it in UriParse | Dan Goodliffe | 2021-09-10 |
* | 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 iwyulibadhocutil-0.8.4 | Dan Goodliffe | 2021-04-11 |
* | Fix includes for modern gcc | Dan Goodliffe | 2021-04-09 |
* | Update Doxygen config | Dan Goodliffe | 2021-01-16 |
* | Add missing doxygen commentslibadhocutil-0.8.3 | Dan Goodliffe | 2020-12-13 |
* | Update Doxyfile | Dan Goodliffe | 2020-12-12 |
* | Put some C++20 in LazyPointer | Dan Goodliffe | 2020-12-06 |
* | Simplified LazyPointer | Dan Goodliffe | 2020-12-06 |
* | Remove copy initialisation of locks in ScopeLock | Dan Goodliffe | 2020-12-04 |
* | Add a check to satisfy an otherwise valid cppcheck | Dan Goodliffe | 2020-12-04 |
* | Better detection first param is a stream | Dan Goodliffe | 2020-12-04 |
* | Add lock around check - thread-sanitizer fix | Dan Goodliffe | 2020-12-03 |
* | Tidy fixeslibadhocutil-0.8.2 | Dan Goodliffe | 2020-11-17 |
* | Add case_less from Slicer | Dan Goodliffe | 2020-11-17 |
* | Pass a cppchecklibadhocutil-0.8.1 | Dan Goodliffe | 2020-06-19 |
* | Clang-format | Dan Goodliffe | 2020-06-17 |
* | Build in C++20libadhocutil-0.8.0 | Dan Goodliffe | 2020-05-10 |
* | Add missing header, add proper namespacing in macro | Dan Goodliffe | 2020-05-10 |
* | 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 |
| * | 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 |