summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Refactored semaphore/resource poollibadhocutil-0.8.7Dan Goodliffe2021-10-16
|
* <type_traits> needed for std::is_member_function_pointer_vDan Goodliffe2021-10-16
|
* <algorithm> needed for minDan Goodliffe2021-10-16
|
* Remove include mutex, client should include the header(s) it needsDan Goodliffe2021-10-16
|
* Use C++17 nested namespaces in headersDan Goodliffe2021-10-16
|
* Simplify default return valueDan Goodliffe2021-10-16
|
* Disable bugprone-easily-swappable-parametersDan Goodliffe2021-10-16
|
* Fix static_assert on case_less functionDan Goodliffe2021-10-16
|
* Build with an STL semaphore when availableDan Goodliffe2021-10-10
|
* Add stub header for all header only fileslibadhocutil-0.8.6Dan Goodliffe2021-09-25
|
* Add utils for trimming string_views ltrim,rtrim,trimlibadhocutil-0.8.5Dan Goodliffe2021-09-17
|
* General tidy upDan Goodliffe2021-09-17
|
* Add -Wuseless-cast, and cppcheck libraryrefsDan Goodliffe2021-09-12
|
* Add -WpedanticDan Goodliffe2021-09-12
|
* Add lots of warning flagsDan Goodliffe2021-09-12
|
* Add -Wconversion and -Wsign-conversionDan Goodliffe2021-09-12
|
* Rewrite UriParse in modern C++Dan Goodliffe2021-09-12
|
* Add another boost test helperDan Goodliffe2021-09-12
|
* Add boost-test-extra.h and use it in UriParseDan Goodliffe2021-09-10
|
* Fix conversions in everything but uriParseDan Goodliffe2021-09-09
|
* Add -Wold-style-cast and fix up mess, mostly glib stuffDan Goodliffe2021-09-07
|
* pass iwyulibadhocutil-0.8.4Dan Goodliffe2021-04-11
|
* Fix includes for modern gccDan Goodliffe2021-04-09
|
* Update Doxygen configDan Goodliffe2021-01-16
|
* Add missing doxygen commentslibadhocutil-0.8.3Dan Goodliffe2020-12-13
|
* Update DoxyfileDan Goodliffe2020-12-12
|
* Put some C++20 in LazyPointerDan Goodliffe2020-12-06
|
* Simplified LazyPointerDan Goodliffe2020-12-06
| | | | Addresses cppcheck error.
* Remove copy initialisation of locks in ScopeLockDan Goodliffe2020-12-04
|
* Add a check to satisfy an otherwise valid cppcheckDan Goodliffe2020-12-04
| | | | Redundant initialization for 'r1a'.
* Better detection first param is a streamDan Goodliffe2020-12-04
| | | | Also works around weirdness with ubsan
* Add lock around check - thread-sanitizer fixDan Goodliffe2020-12-03
|
* Tidy fixeslibadhocutil-0.8.2Dan Goodliffe2020-11-17
|
* Add case_less from SlicerDan Goodliffe2020-11-17
|
* Pass a cppchecklibadhocutil-0.8.1Dan Goodliffe2020-06-19
|
* Clang-formatDan Goodliffe2020-06-17
|
* Build in C++20libadhocutil-0.8.0Dan Goodliffe2020-05-10
|
* Add missing header, add proper namespacing in macroDan Goodliffe2020-05-10
|
* LTO through boost buildDan Goodliffe2020-05-09
|
* Psycho-rebased branch libadhocutil-0.8 on top of masterDan Goodliffe2020-05-08
|\
| * Move test import to rootDan Goodliffe2020-04-18
| |
| * Allow implicit lazy pointer construction for suitable typesDan Goodliffe2020-03-29
| |
| * Add more C++ special member helpersDan Goodliffe2020-03-28
| |
| * Add missing BOOST_ASSERT includeDan Goodliffe2020-03-28
| |
| * Simplify fmt literal with basic_fixed_stringDan Goodliffe2020-03-28
| |
| * Add [s]cprintf functionsDan Goodliffe2020-03-28
| |
| * C++ fixed string literal CTFDan Goodliffe2020-03-28
| |
| * Wrap Formatter with as FormatterDetailDan Goodliffe2020-03-28
| | | | | | | | Fixes some signedness issues around searching strings.
| * Macro CtfString typeDan Goodliffe2020-03-28
| |
| * Fixes for tidyDan Goodliffe2020-03-28
| |