summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Test HTTP request with custom headerDan Goodliffe2015-10-14
|
* Add test over createNewDan Goodliffe2015-10-14
|
* Add new projects to default buildDan Goodliffe2015-10-02
|
* Factory virtual inherit abstract baselibadhocutil-0.2Dan Goodliffe2015-10-01
|
* Use __VA_ARGS__ to remove need for global typedef in macroDan Goodliffe2015-09-30
|
* No need for plugin implementations to be constDan Goodliffe2015-09-28
|
* Access to plugin implementations from the very base class of pluginDan Goodliffe2015-09-28
|
* Unambiguous create function nameDan Goodliffe2015-09-26
|
* Add macro to instantiate factories that take no parametersDan Goodliffe2015-09-26
|
* Fix typo in macro nameDan Goodliffe2015-09-26
|
* Update documentationDan Goodliffe2015-09-26
|
* Instantiate the right plug-in type for factoriesDan Goodliffe2015-09-20
|
* Macro for instantiating plug-in resolverDan Goodliffe2015-09-20
|
* 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 doxygen commentsDan Goodliffe2015-09-16
|
* Remove rogue debugDan Goodliffe2015-09-16
|
* Add missing dll_public attributesDan Goodliffe2015-09-15
|
* Add basic factory supportDan Goodliffe2015-09-14
|
* Create a unique namespace for plugin registry functionsDan Goodliffe2015-09-14
|
* Fix typeid use in PluginOfDan Goodliffe2015-09-14
|
* Tidy up process pipes error handling with new scope exit functionality and ↵Dan Goodliffe2015-09-12
| | | | move closing handles into a helper
* Allow multiple scope exit events and allow them to be changed prior to ↵Dan Goodliffe2015-09-12
| | | | triggering
* Add a code coverage profileDan Goodliffe2015-09-12
|
* Whole new plugin systemDan Goodliffe2015-09-12
|
* Fix up linking against Ice libsDan Goodliffe2015-09-10
|
* Add libadhocutil to the default buildDan Goodliffe2015-09-03
|
* Be explicit about type names in the AdHoc namespaceDan Goodliffe2015-09-03
|
* Tidy Ice dependencyDan Goodliffe2015-09-03
|
* Move into AdHoc namespacelibadhocutil-0.1Dan Goodliffe2015-09-02
|
* Add doxygen documentation and configDan 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
|
* Improve misc.h compatibility by having the macro call .str() to maintain ↵Dan Goodliffe2015-09-01
| | | | std::string return type
* Don't compile default destructors into everythingDan Goodliffe2015-09-01
|
* Tidy upDan Goodliffe2015-08-31
|
* Migrate cache from libmisc and add covering tests, some minor renaming and ↵Dan Goodliffe2015-08-31
| | | | refactoring
* 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
| | | | 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
|
* 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
|