summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add libadhocutil to the default buildDan Goodliffe2015-09-03
|
* Use libadhocutilproject2-1.1.5Dan Goodliffe2015-09-02
|
* Delete couchSession for being a mess... and using couchdbDan Goodliffe2015-09-02
|
* Add ScopeExit (was ScopeObject)Dan Goodliffe2015-08-28
|
* Add map utilitiesDan Goodliffe2015-08-28
|
* Move more stuff from common to basicsDan Goodliffe2015-08-21
|
* Explicit conversion for boost-1.57 compatproject2-1.1.4.4Dan Goodliffe2015-07-28
|
* Visibility hiddenDan Goodliffe2015-07-25
|
* Switch to run rule for capturing output, undate paths in testsDan Goodliffe2015-07-21
|
* Split daemon run into setup, run, teardown to avoid race conditions waiting ↵Dan Goodliffe2015-07-21
| | | | for run to complete setup steps
* Switch to run rule for capturing outputDan Goodliffe2015-07-21
|
* Switch to run rule for capturing output, undate paths in testsDan Goodliffe2015-07-21
|
* Remove some unused legacy threading codeDan Goodliffe2015-07-18
|
* Remove some unused legacy XML codeDan Goodliffe2015-07-18
|
* The slicer feature should not be propergated, it's library specific whether ↵Dan Goodliffe2015-06-18
| | | | it contains slicer data
* Don't start the daemon components until options have been processed and ↵project2-1.1.4.3Dan Goodliffe2015-06-18
| | | | process has been called
* Ensure an AppInstance exists before processing optionsproject2-1.1.4.2Dan Goodliffe2015-06-17
|
* Fix off by one error in rowstackDan Goodliffe2015-06-14
|
* Default constructor and proper copy operator for ConnectionRefDan Goodliffe2015-06-07
|
* Non-static ICE proxy and destroy the local communicator handleDan Goodliffe2015-06-06
|
* Move the parameter stack into ExecContext tooDan Goodliffe2015-06-06
|
* Move row values stack in ExecContextDan Goodliffe2015-06-06
| | | | Introduce TestAppInstane to provide an AppInstance and ExecContext during UT runs
* Tweaks while tracking down Column leakDan Goodliffe2015-06-06
|
* Add missing virtual destructor to OptionsSourceDan Goodliffe2015-06-06
|
* Fix memory leak config variableDan Goodliffe2015-06-06
|
* Perform explicit init and tear down of libxml thingsDan Goodliffe2015-06-06
|
* Introduce AppInstance for correctly scoping otherwise global thingsDan Goodliffe2015-06-06
|
* Correct log message when dropping mock DBDan Goodliffe2015-06-06
|
* Move to C++0yDan Goodliffe2015-06-03
|
* Have RdbmsConnection return a ref counting connection handle so that the ↵Dan Goodliffe2015-06-03
| | | | client is still valid even if core releases it
* Close master connection to database when deleting mockDan Goodliffe2015-06-03
|
* Prebuild (once) SQL for cursor operations.Dan Goodliffe2015-06-02
| | | | | | | Don't open another transaction. Don't make another fetch to the DB if the previous read was short anyway. Add bulk load and bulk read tests.
* Add tests over MySQL bulk load and readDan Goodliffe2015-06-02
|
* Add some experience to the flex, prefixesDan Goodliffe2015-05-31
|
* Parse .p2 config files with flexDan Goodliffe2015-05-29
|
* Initialize the gcrypt library on start upDan Goodliffe2015-05-27
|
* Remove tmp dirs when tests completeDan Goodliffe2015-05-27
|
* Throw on failure to open mock scriptproject2-1.1.3Dan Goodliffe2015-05-26
|
* Add support in the lexer for accessing the current script's folderDan Goodliffe2015-05-26
|
* Don't coincidentally match the test caseDan Goodliffe2015-05-26
|
* Depend on correct schema test fileDan Goodliffe2015-05-26
|
* Add handling for unterminated quoted stringsDan Goodliffe2015-05-25
|
* Handle tagless dollar quotingDan Goodliffe2015-05-25
|
* Handle dollar quoting and new line whitespaceDan Goodliffe2015-05-25
|
* Use a flex based parser for SQL instead of a noddy upto ; based oneDan Goodliffe2015-05-25
| | | | Tested with PQ, comments, multi-line comments and strings with '' and ; in
* ODBC gets its own schema file (which will be a simpler one than PQ which it usesDan Goodliffe2015-05-25
|
* Workaround quirk with b2 package.install being called for many targetsproject2-1.1.2.1Dan Goodliffe2015-05-23
|
* Use a less generic tmp folderDan Goodliffe2015-05-20
|
* Work around the fact that webapp-config [might] tear down and replace in its ↵project2-1.1.2Dan Goodliffe2015-05-20
| | | | entirely the document root, leaving existing fcgi apps homeless
* Fix XML raw view to handle namespaces better, covering unit testDan Goodliffe2015-05-20
|