Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Enable all cppcheck checks and fixuplibadhocutil-0.9.0 | Dan Goodliffe | 2022-07-24 |
| | |||
* | Remove C++20 build tests | Dan Goodliffe | 2022-02-07 |
| | |||
* | Remove C++17/Clang12 semaphore polyfills | Dan Goodliffe | 2022-02-07 |
| | |||
* | Add utils for trimming string_views ltrim,rtrim,trimlibadhocutil-0.8.5 | Dan Goodliffe | 2021-09-17 |
| | |||
* | Add -Wold-style-cast and fix up mess, mostly glib stuff | Dan Goodliffe | 2021-09-07 |
| | |||
* | Put some C++20 in LazyPointer | Dan Goodliffe | 2020-12-06 |
| | |||
* | Add case_less from Slicer | Dan Goodliffe | 2020-11-17 |
| | |||
* | Pass a cppchecklibadhocutil-0.8.1 | Dan Goodliffe | 2020-06-19 |
| | |||
* | Build in C++20libadhocutil-0.8.0 | Dan Goodliffe | 2020-05-10 |
| | |||
* | Move test import to root | Dan Goodliffe | 2020-04-18 |
| | |||
* | C++ fixed string literal CTF | Dan Goodliffe | 2020-03-28 |
| | |||
* | Add Handle, like unique_ptr but for non-pointers | Dan Goodliffe | 2020-02-19 |
| | |||
* | Big modernize and tidy | Dan Goodliffe | 2020-02-15 |
| | |||
* | Add Nagios passive check helperslibadhocutil-0.7.7 | Dan Goodliffe | 2020-02-02 |
| | |||
* | Add MemStream | Dan Goodliffe | 2019-05-26 |
| | | | | A wrapper around open_memstream | ||
* | Tidy fixes for latest clang | Dan Goodliffe | 2019-03-29 |
| | |||
* | Lots more clang tidy fixes | Dan Goodliffe | 2019-03-03 |
| | |||
* | 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 |
| | |||
* | Remove boost::filesystem in favour of std::filesystem | Dan Goodliffe | 2019-01-29 |
| | |||
* | Remove comically GCC specific buildVariant from definedDirs | Dan Goodliffe | 2018-08-20 |
| | | | | Replace it in its one use by just passing the library path on the test command line | ||
* | Lorem Ipsum test | Dan Goodliffe | 2018-06-17 |
| | | | | | | Adds test case when formatter content is generated from a simple .txt file using xxd. The header is simply including and processed as a string literal. | ||
* | C++17 | Dan Goodliffe | 2018-04-06 |
| | | | | Remove all boost things now in the standard library from cache. | ||
* | C++17 | Dan Goodliffe | 2018-04-06 |
| | | | | | | Replaces boost locks with std locks. Removes upgradable locks which aren't yet supported in native C++. Bolsters tests around behaviour of lock helpers and simplifies their implementation. | ||
* | C++17 | Dan Goodliffe | 2018-04-06 |
| | | | | Remove all boost things now in the standard library from resource pool. | ||
* | Upgrade to Ice-3.7 | Dan Goodliffe | 2018-03-24 |
| | |||
* | Adds support for the compile time formatter | Dan Goodliffe | 2016-12-07 |
| | |||
* | Add operator/ for resolving optional things to a final thing | Dan Goodliffe | 2016-10-18 |
| | |||
* | Add file handle constructor that accepts mode.libadhocutil-0.3.7 | Dan Goodliffe | 2016-10-17 |
| | | | | Add SystemException that includes errno | ||
* | Migrate extensible lexer from gentoobrowse-api | Dan Goodliffe | 2016-10-14 |
| | |||
* | Migrate file utils from gentoobrowse-api | Dan Goodliffe | 2016-10-14 |
| | |||
* | Partially tested global visibility hidden in all projects | Dan Goodliffe | 2016-01-24 |
| | |||
* | Fix test case use of nullptr | Dan Goodliffe | 2016-01-21 |
| | |||
* | Add code parsing URI structureslibadhocutil-0.3.5 | Dan Goodliffe | 2016-01-11 |
| | |||
* | Improve logic for determining bjam build variant (assumes gcc toolset, which ↵ | Dan Goodliffe | 2015-12-17 |
| | | | | is fine) | ||
* | Add wrappers for fopen fprintf when using boost things | Dan Goodliffe | 2015-12-05 |
| | |||
* | Add a template resource pool with limits and caching support. | Dan Goodliffe | 2015-11-17 |
| | |||
* | Add a portable semaphore class with timeout support | Dan Goodliffe | 2015-11-17 |
| | |||
* | Add exception helper | Dan Goodliffe | 2015-11-08 |
| | |||
* | Test loading and unloading a library containing a plugin | Dan Goodliffe | 2015-09-17 |
| | |||
* | Add basic factory support | Dan Goodliffe | 2015-09-14 |
| | |||
* | Whole new plugin system | Dan Goodliffe | 2015-09-12 |
| | |||
* | Migrate cache from libmisc and add covering tests, some minor renaming and ↵ | Dan Goodliffe | 2015-08-31 |
| | | | | refactoring | ||
* | Migrate CurlHandle and derive CurlStream from it. Improves error handling in ↵ | Dan Goodliffe | 2015-08-30 |
| | | | | curl streams and adds covering tests | ||
* | Remove Reflection class (never was reflection) and replace it with a proper ↵ | Dan Goodliffe | 2015-08-29 |
| | | | | NVP lexer | ||
* | Move and test lazy pointer | Dan Goodliffe | 2015-08-29 |
| | |||
* | Move and test lock helpers | Dan Goodliffe | 2015-08-29 |
| | |||
* | Add ScopeExit (was ScopeObject) | Dan Goodliffe | 2015-08-28 |
| | |||
* | Add map utilities | Dan Goodliffe | 2015-08-28 |
| | |||
* | Add ProcessPipes as a container for a child process with FDs for stdin, out ↵ | Dan Goodliffe | 2015-08-28 |
| | | | | and err |