summaryrefslogtreecommitdiff
path: root/libadhocutil/unittests/Jamfile.jam
Commit message (Collapse)AuthorAge
* Enable all cppcheck checks and fixuplibadhocutil-0.9.0Dan Goodliffe2022-07-24
|
* Remove C++20 build testsDan Goodliffe2022-02-07
|
* Remove C++17/Clang12 semaphore polyfillsDan Goodliffe2022-02-07
|
* Add utils for trimming string_views ltrim,rtrim,trimlibadhocutil-0.8.5Dan Goodliffe2021-09-17
|
* Add -Wold-style-cast and fix up mess, mostly glib stuffDan Goodliffe2021-09-07
|
* Put some C++20 in LazyPointerDan Goodliffe2020-12-06
|
* Add case_less from SlicerDan Goodliffe2020-11-17
|
* Pass a cppchecklibadhocutil-0.8.1Dan Goodliffe2020-06-19
|
* Build in C++20libadhocutil-0.8.0Dan Goodliffe2020-05-10
|
* Move test import to rootDan Goodliffe2020-04-18
|
* C++ fixed string literal CTFDan Goodliffe2020-03-28
|
* Add Handle, like unique_ptr but for non-pointersDan Goodliffe2020-02-19
|
* Big modernize and tidyDan Goodliffe2020-02-15
|
* Add Nagios passive check helperslibadhocutil-0.7.7Dan Goodliffe2020-02-02
|
* Add MemStreamDan Goodliffe2019-05-26
| | | | A wrapper around open_memstream
* Tidy fixes for latest clangDan Goodliffe2019-03-29
|
* Lots more clang tidy fixesDan Goodliffe2019-03-03
|
* 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
|
* Remove boost::filesystem in favour of std::filesystemDan Goodliffe2019-01-29
|
* Remove comically GCC specific buildVariant from definedDirsDan Goodliffe2018-08-20
| | | | Replace it in its one use by just passing the library path on the test command line
* Lorem Ipsum testDan Goodliffe2018-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++17Dan Goodliffe2018-04-06
| | | | Remove all boost things now in the standard library from cache.
* C++17Dan Goodliffe2018-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++17Dan Goodliffe2018-04-06
| | | | Remove all boost things now in the standard library from resource pool.
* Upgrade to Ice-3.7Dan Goodliffe2018-03-24
|
* Adds support for the compile time formatterDan Goodliffe2016-12-07
|
* Add operator/ for resolving optional things to a final thingDan Goodliffe2016-10-18
|
* Add file handle constructor that accepts mode.libadhocutil-0.3.7Dan Goodliffe2016-10-17
| | | | Add SystemException that includes errno
* Migrate extensible lexer from gentoobrowse-apiDan Goodliffe2016-10-14
|
* Migrate file utils from gentoobrowse-apiDan Goodliffe2016-10-14
|
* Partially tested global visibility hidden in all projectsDan Goodliffe2016-01-24
|
* Fix test case use of nullptrDan Goodliffe2016-01-21
|
* Add code parsing URI structureslibadhocutil-0.3.5Dan Goodliffe2016-01-11
|
* Improve logic for determining bjam build variant (assumes gcc toolset, which ↵Dan Goodliffe2015-12-17
| | | | is fine)
* Add wrappers for fopen fprintf when using boost thingsDan Goodliffe2015-12-05
|
* Add a template resource pool with limits and caching support.Dan Goodliffe2015-11-17
|
* Add a portable semaphore class with timeout supportDan Goodliffe2015-11-17
|
* Add exception helperDan Goodliffe2015-11-08
|
* Test loading and unloading a library containing a pluginDan Goodliffe2015-09-17
|
* Add basic factory supportDan Goodliffe2015-09-14
|
* Whole new plugin systemDan Goodliffe2015-09-12
|
* Migrate cache from libmisc and add covering tests, some minor renaming and ↵Dan Goodliffe2015-08-31
| | | | refactoring
* Migrate CurlHandle and derive CurlStream from it. Improves error handling in ↵Dan Goodliffe2015-08-30
| | | | curl streams and adds covering tests
* Remove Reflection class (never was reflection) and replace it with a proper ↵Dan Goodliffe2015-08-29
| | | | NVP lexer
* Move and test lazy pointerDan Goodliffe2015-08-29
|
* Move and test lock helpersDan Goodliffe2015-08-29
|
* Add ScopeExit (was ScopeObject)Dan Goodliffe2015-08-28
|
* Add map utilitiesDan Goodliffe2015-08-28
|
* Add ProcessPipes as a container for a child process with FDs for stdin, out ↵Dan Goodliffe2015-08-28
| | | | and err