summaryrefslogtreecommitdiff
path: root/libadhocutil/unittests
Commit message (Expand)AuthorAge
* Use resolvers to load libraries automagically on demandDan Goodliffe2015-09-18
* Support addition and removal of plugin resolver functionsDan Goodliffe2015-09-18
* Test loading and unloading a library containing a pluginDan Goodliffe2015-09-17
* Add instantiation macrosDan Goodliffe2015-09-17
* Add basic factory supportDan Goodliffe2015-09-14
* Whole new plugin systemDan Goodliffe2015-09-12
* Move into AdHoc namespacelibadhocutil-0.1Dan Goodliffe2015-09-02
* Improved wrappers for setopt and getinfoDan Goodliffe2015-09-01
* No auto in lambda parametersDan Goodliffe2015-09-01
* Don't free the context's stack while it's still being executedDan Goodliffe2015-09-01
* Typedef the stream, not the sourceDan Goodliffe2015-09-01
* Tidy upDan Goodliffe2015-08-31
* Migrate cache from libmisc and add covering tests, some minor renaming and re...Dan Goodliffe2015-08-31
* Some better error handling in curl multi handle and runtime contextDan Goodliffe2015-08-30
* Migrate CurlMultiHandle and extend CurlStream for it.Dan Goodliffe2015-08-30
* Migrate CurlHandle and derive CurlStream from it. Improves error handling in ...Dan Goodliffe2015-08-30
* Remove Reflection class (never was reflection) and replace it with a proper N...Dan Goodliffe2015-08-29
* Move and test lazy pointerDan Goodliffe2015-08-29
* Move and test lock helpersDan Goodliffe2015-08-29
* Migrate formatted string wrappers as macros into buffer.hDan Goodliffe2015-08-28
* Support std::string fragment storage, reduce copy overheads, better controlDan Goodliffe2015-08-28
* 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 a...Dan Goodliffe2015-08-28
* Add buffer, intrusivePtrBase (dep) and covering testsDan Goodliffe2015-08-28
* Add CurlStreamSource for reading a cURL request as a std::istreamDan Goodliffe2015-08-28
* Add RuntimeContext for easy context switchingDan Goodliffe2015-08-28