summaryrefslogtreecommitdiff
path: root/libadhocutil/unittests
Commit message (Collapse)AuthorAge
* C++17Dan Goodliffe2018-04-06
| | | | Remove all boost things now in the standard library from resource pool.
* C++17Dan Goodliffe2018-04-06
| | | | Remove all boost things now in the standard library from lazyPointer.
* C++17Dan Goodliffe2018-04-06
| | | | | Remove all raw pointers and boost things now in the standard library from plugins and factory.
* Upgrade to Ice-3.7Dan Goodliffe2018-03-24
|
* Add a string_view accessor for MemMapDan Goodliffe2018-03-14
|
* Streams don't throw exceptions, they set !stream::good()Dan Goodliffe2018-03-13
|
* Don't need to add don't print log for nullptr_t from boost 1.64 onwardslibadhocutil-0.4.3.2Dan Goodliffe2017-09-15
|
* Add compatibility with raw pointers to LazyPointerDan Goodliffe2017-09-15
|
* Prefer BOOST_REQUIRE_* comparisonsDan Goodliffe2017-08-22
|
* Fix FileHandle move constructor and bolster test coveragelibadhocutil-0.4.3.1Dan Goodliffe2017-08-11
|
* Extend FileUtils with move constructors, complete set of constructors for ↵libadhocutil-0.4.3Dan Goodliffe2017-08-06
| | | | FileHandleStat and MemMap and allow for refreshing the stat structure
* Improve FileHandle's compatibility with a raw descriptorDan Goodliffe2017-08-04
|
* Use compile time formatter in place of boost::format where suitable and ↵libadhocutil-0.4Dan Goodliffe2016-12-30
| | | | improve exception messages in many places
* Add macros to ease declartion of formattersDan Goodliffe2016-12-30
|
* Return stream to ease inliningDan Goodliffe2016-12-30
|
* Add helper for simply returning a formatted string (sprintf style)Dan Goodliffe2016-12-30
|
* Macro helper for easily adding new formatters that take a single character ↵Dan Goodliffe2016-12-09
| | | | parameter from the format string
* Macro helper for easily adding new formattersDan Goodliffe2016-12-09
|
* Test a formatter can be typedef'edDan Goodliffe2016-12-09
|
* Tidy testsDan Goodliffe2016-12-09
|
* Provide a way of formatting a literal percent signDan Goodliffe2016-12-09
|
* Pass format string as template argument into writer to avoid copying out ↵Dan Goodliffe2016-12-09
| | | | bytes from stream write
* Bit messy and fiddly, but removes the template string length limit of (just ↵Dan Goodliffe2016-12-09
| | | | under) compile time template-depth
* Refactor to avoid hitting the template depth limit so earlyDan Goodliffe2016-12-08
|
* Adds support for the compile time formatterDan Goodliffe2016-12-07
|
* Test exception message formattingDan Goodliffe2016-10-23
|
* Rename to avoid conflictslibadhocutil-0.3.8Dan Goodliffe2016-10-21
|
* 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
* Test and fix multibyte behaviour in lexer-regexlibadhocutil-0.3.6.1Dan Goodliffe2016-10-15
|
* Minor tidy up and add basic doxygen commentslibadhocutil-0.3.6Dan Goodliffe2016-10-15
|
* Fix possible test failure if a new resource happens to get the same address ↵Dan Goodliffe2016-10-14
| | | | as a previous one by giving them all an id
* 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
|
* Rename add functions to avoid ambigious call errors all over the placelibadhocutil-0.3.4Dan Goodliffe2016-01-06
|
* Have cache elements keep a const shared_ptr<const T> for items and return a ↵Dan Goodliffe2016-01-05
| | | | shared pointer to clients (minor interface change, fixes usage of pointer after removal race condition)
* Add support explicitly clearing all items from the cacheDan Goodliffe2016-01-05
|
* Add support explicitly removing an item from the cacheDan Goodliffe2016-01-05
|
* Test with a class that has suitable semantics instead of a POD typeDan Goodliffe2016-01-05
|
* Support testing a resource validity on return to the poollibadhocutil-0.3.2Dan Goodliffe2015-12-28
|
* Handle resource creation failureDan Goodliffe2015-12-28
|
* Add support for querying semaphore valueDan Goodliffe2015-12-28
|
* Fix up and test behaviour of resource handles that are orphaned from a ↵Dan Goodliffe2015-12-23
| | | | deleted pool
* Add some missing features to resource handle for early release and reassignmentDan Goodliffe2015-12-23
|
* 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
|
* Implement and test resource testing and replacement on reuse.Dan Goodliffe2015-11-18
|