Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Move multi index typeslibadhocutil-0.5.1.1 | Dan Goodliffe | 2018-05-12 | |
| | | | | Reduce header bloat by moving the types into the .cpp. | |||
* | Add missing include guardlibadhocutil-0.5.1 | Dan Goodliffe | 2018-05-08 | |
| | ||||
* | Inline the formatter consts | Dan Goodliffe | 2018-05-08 | |
| | | | | Allows a formatter to be a typedef in multiple compilation units. | |||
* | Fix uniqueness of generated name for format string var | Dan Goodliffe | 2018-05-08 | |
| | ||||
* | C++17libadhocutil-0.5.0 | Dan Goodliffe | 2018-04-11 | |
| | | | | Tidy threading code... no need for pointers now | |||
* | C++17 | Dan Goodliffe | 2018-04-11 | |
| | | | | | | Updates resource pool... We don't need our own usage counter when shared_ptr has a perfectly good one... So long as you remember it's one too high cos we keep one in InUse. | |||
* | C++17 | Dan Goodliffe | 2018-04-11 | |
| | | | | Updates resource pool to have an interface more in line with the C++ Core Guidelines. | |||
* | C++17 | Dan Goodliffe | 2018-04-07 | |
| | | | | | Adds a friendly wrapper function to construct and install a plugin (similar interface std::make_...) | |||
* | C++17 | Dan Goodliffe | 2018-04-06 | |
| | | | | Remove straggling references to boost namespace which should be std. | |||
* | C++17 | Dan Goodliffe | 2018-04-06 | |
| | | | | Remove intrusivePtrBase. | |||
* | C++17 | Dan Goodliffe | 2018-04-06 | |
| | | | | Remove all boost things now in the standard library from tests. | |||
* | C++17 | Dan Goodliffe | 2018-04-06 | |
| | | | | Remove all boost things now in the standard library from scope exit. | |||
* | C++17 | Dan Goodliffe | 2018-04-06 | |
| | | | | Remove all boost things now in the standard library from CTF. | |||
* | C++17 | Dan Goodliffe | 2018-04-06 | |
| | | | | Remove all boost things now in the standard library from buffer. | |||
* | 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 exception. | |||
* | C++17 | Dan Goodliffe | 2018-04-06 | |
| | | | | Remove all boost things now in the standard library from resource pool. | |||
* | C++17 | Dan Goodliffe | 2018-04-06 | |
| | | | | Remove all boost things now in the standard library from lazyPointer. | |||
* | C++17 | Dan Goodliffe | 2018-04-06 | |
| | | | | Remove all boost things now in the standard library from uriParse. | |||
* | C++17 | Dan Goodliffe | 2018-04-06 | |
| | | | | Remove all boost things now in the standard library from nvpParse. | |||
* | C++17 | Dan Goodliffe | 2018-04-06 | |
| | | | | Remove all boost things now in the standard library from curl things. | |||
* | C++17 | Dan Goodliffe | 2018-04-06 | |
| | | | | Remove all boost things now in the standard library from lexer. | |||
* | C++17 | Dan Goodliffe | 2018-04-06 | |
| | | | | | Remove all raw pointers and boost things now in the standard library from plugins and factory. | |||
* | Upgrade to Ice-3.7 | Dan Goodliffe | 2018-03-24 | |
| | ||||
* | Update doxyfile to enable cpp17 string_view and generally bring up to date | Dan Goodliffe | 2018-03-15 | |
| | ||||
* | Only expose string_view when it's available | Dan Goodliffe | 2018-03-14 | |
| | ||||
* | Add documentation for MemMap::sv() | Dan Goodliffe | 2018-03-14 | |
| | ||||
* | Add a string_view accessor for MemMap | Dan Goodliffe | 2018-03-14 | |
| | ||||
* | Updated compile flags | Dan Goodliffe | 2018-03-14 | |
| | ||||
* | Streams don't throw exceptions, they set !stream::good() | Dan Goodliffe | 2018-03-13 | |
| | ||||
* | Don't need to add don't print log for nullptr_t from boost 1.64 onwardslibadhocutil-0.4.3.2 | Dan Goodliffe | 2017-09-15 | |
| | ||||
* | Add compatibility with raw pointers to LazyPointer | Dan Goodliffe | 2017-09-15 | |
| | ||||
* | Prefer BOOST_REQUIRE_* comparisons | Dan Goodliffe | 2017-08-22 | |
| | ||||
* | Fix FileHandle move constructor and bolster test coveragelibadhocutil-0.4.3.1 | Dan Goodliffe | 2017-08-11 | |
| | ||||
* | Extend FileUtils with move constructors, complete set of constructors for ↵libadhocutil-0.4.3 | Dan Goodliffe | 2017-08-06 | |
| | | | | FileHandleStat and MemMap and allow for refreshing the stat structure | |||
* | Add missing docs for GlobalStatic | Dan Goodliffe | 2017-08-04 | |
| | ||||
* | Improve FileHandle's compatibility with a raw descriptor | Dan Goodliffe | 2017-08-04 | |
| | ||||
* | Split out plugin manager's global default instance into a reusable template ↵libadhocutil-0.4.2 | Dan Goodliffe | 2017-06-24 | |
| | | | | class | |||
* | Standalone split | Dan Goodliffe | 2017-05-13 | |
| | ||||
* | Upgrade to libxml++3 | Dan Goodliffe | 2017-04-28 | |
| | ||||
* | Refactor to reduce AdHoc namespace polutionlibadhocutil-0.4.1 | Dan Goodliffe | 2016-12-30 | |
| | ||||
* | Use compile time formatter in place of boost::format where suitable and ↵libadhocutil-0.4 | Dan Goodliffe | 2016-12-30 | |
| | | | | improve exception messages in many places | |||
* | Add macros to ease declartion of formatters | Dan Goodliffe | 2016-12-30 | |
| | ||||
* | Remove clang options not supported on build server | Dan Goodliffe | 2016-12-30 | |
| | ||||
* | Add missing doxygen comments for Uri | Dan Goodliffe | 2016-12-30 | |
| | ||||
* | Add doxygen comments for compile time formatter | Dan Goodliffe | 2016-12-30 | |
| | ||||
* | Return stream to ease inlining | Dan Goodliffe | 2016-12-30 | |
| | ||||
* | Add helper for simply returning a formatted string (sprintf style) | Dan Goodliffe | 2016-12-30 | |
| | ||||
* | Rename hacked in 'stuff' to 'scan' | Dan Goodliffe | 2016-12-30 | |
| |