summaryrefslogtreecommitdiff
path: root/project2/basics
Commit message (Collapse)AuthorAge
* Use native for instead BOOST_FOREACHDan Goodliffe2015-01-04
|
* Allow specifying no columns in row view and covering testsDan Goodliffe2014-12-21
|
* Add missing includes highlighted when precompiled headers are disabledDan Goodliffe2014-12-17
|
* Clear script caches before libraries are unloadedDan Goodliffe2014-12-01
|
* Remove the continue on error options for plugables and add proper handling ↵Dan Goodliffe2014-11-29
| | | | into implementations where errors can be ignored
* Rename library test to conform with othersDan Goodliffe2014-11-29
|
* Assert on attempt to load components of the same name into the same instance ↵randomdan2014-11-08
| | | | | | store Unit tests over load/unload libraries
* Fix naming clash with 'cache'randomdan2014-06-02
|
* Add full range of scalar testsrandomdan2014-04-20
|
* Add missing initializer for depthrandomdan2014-04-14
|
* Add component for build a tree view from a flat row set based on sequential ↵randomdan2014-04-11
| | | | identical values
* Move lots of components from common in basicsrandomdan2014-04-11
|
* Add basic workings of the Ice client and daemon modules - will probably ↵randomdan2014-03-10
| | | | change, but basic functionality works
* Improvements to popenrw and add popenrwe for the stderr pipe toorandomdan2014-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 optionrandomdan2013-12-31
|
* Allow registration of a standalone componentrandomdan2013-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 typesrandomdan2013-09-15
|
* Add a module for preloading libraries, which supersedes that in daemonrandomdan2013-09-13
|
* Massive refactor to remove the appEngine and environment complication and ↵randomdan2013-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 changesrandomdan2013-06-21
|
* Fix pch header inclusions and missing headers for no-pch buildingrandomdan2013-04-04
|
* More aggregatesrandomdan2013-03-29
| | | | Make count count not null values
* skip 1 shuffle of code out of commonrandomdan2013-03-28