Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move row values stack in ExecContext | Dan Goodliffe | 2015-06-06 |
| | | | | Introduce TestAppInstane to provide an AppInstance and ExecContext during UT runs | ||
* | Introduce AppInstance for correctly scoping otherwise global things | Dan Goodliffe | 2015-06-06 |
| | |||
* | Use native for instead BOOST_FOREACH | Dan Goodliffe | 2015-01-04 |
| | |||
* | Allow specifying no columns in row view and covering tests | Dan Goodliffe | 2014-12-21 |
| | |||
* | Add missing includes highlighted when precompiled headers are disabled | Dan Goodliffe | 2014-12-17 |
| | |||
* | Clear script caches before libraries are unloaded | Dan Goodliffe | 2014-12-01 |
| | |||
* | Remove the continue on error options for plugables and add proper handling ↵ | Dan Goodliffe | 2014-11-29 |
| | | | | into implementations where errors can be ignored | ||
* | Rename library test to conform with others | Dan Goodliffe | 2014-11-29 |
| | |||
* | Assert on attempt to load components of the same name into the same instance ↵ | randomdan | 2014-11-08 |
| | | | | | | store Unit tests over load/unload libraries | ||
* | Fix naming clash with 'cache' | randomdan | 2014-06-02 |
| | |||
* | Add full range of scalar tests | randomdan | 2014-04-20 |
| | |||
* | Add missing initializer for depth | randomdan | 2014-04-14 |
| | |||
* | Add component for build a tree view from a flat row set based on sequential ↵ | randomdan | 2014-04-11 |
| | | | | identical values | ||
* | Move lots of components from common in basics | randomdan | 2014-04-11 |
| | |||
* | Add basic workings of the Ice client and daemon modules - will probably ↵ | randomdan | 2014-03-10 |
| | | | | change, but basic functionality works | ||
* | Improvements to popenrw and add popenrwe for the stderr pipe too | randomdan | 2014-01-10 |
| | | | | | Improve exception when loading a library fails Fix a handful of ingeniously located memory leaks | ||
* | Tidy up the code for adding a help option | randomdan | 2013-12-31 |
| | |||
* | Allow registration of a standalone component | randomdan | 2013-11-30 |
| | | | | | | | Move help display into basics lib Use onConfigLoad to trigger help after all options have been parsed (enables showing help of libraries defined in config files) Create a trivial options target for setting a boolean flag Add help support to p2daemon | ||
* | Allow instance registration to occur with different key types | randomdan | 2013-09-15 |
| | |||
* | Add a module for preloading libraries, which supersedes that in daemon | randomdan | 2013-09-13 |
| | |||
* | Massive refactor to remove the appEngine and environment complication and ↵ | randomdan | 2013-07-05 |
| | | | | instead have an execution context that's passed around from the original call site | ||
* | Fix the gch usage quirk with a silly hack and a load of small changes | randomdan | 2013-06-21 |
| | |||
* | Fix pch header inclusions and missing headers for no-pch building | randomdan | 2013-04-04 |
| | |||
* | More aggregates | randomdan | 2013-03-29 |
| | | | | Make count count not null values | ||
* | skip 1 shuffle of code out of common | randomdan | 2013-03-28 |