Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | C++17 and Ice 3.7project2-1.3.0 | Dan Goodliffe | 2018-04-28 |
| | | | | | Updates all code to work with C++17 and Ice 3.7 and related updates in used libraries. | ||
* | Use AdHoc plugins for scriptable things and remove legacy plugin support | Dan Goodliffe | 2015-09-30 |
| | |||
* | Use libadhocutilproject2-1.1.5 | Dan Goodliffe | 2015-09-02 |
| | |||
* | Switched to slicer internals, added more tests | Dan Goodliffe | 2014-11-23 |
| | |||
* | Add basic workings of the Ice client and daemon modules - will probably ↵ | randomdan | 2014-03-10 |
| | | | | change, but basic functionality works | ||
* | 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 | ||
* | Move remaining options out of environment | randomdan | 2013-06-23 |
| | |||
* | Move script resolution out of environment into script reader | randomdan | 2013-06-23 |
| | |||
* | 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 |
| | |||
* | Fix creation of default error XML document style | randomdan | 2012-07-22 |
| | | | | | Fix hack used in script tidy up by not creating a mess in the first place (pass default or scripted to objects on creation) Fix bug where a cached script that failed on first run would succeed wrongly on subsequent runs due to excessive tidy up (above) | ||
* | Initialise flags properly and only use script when there is one | randomdan | 2012-01-07 |
| | |||
* | Fix another memory leak (better methods possibly available, but this will ↵ | randomdan | 2012-01-06 |
| | | | | suffice for now) | ||
* | Address memory leaks that have snook in over time | randomdan | 2012-01-04 |
| | |||
* | Regeneralise some code | randomdan | 2012-01-01 |
| | | | | | Fully customisable output chain Minor supporting tweaks here and there | ||
* | Remove straggling references to XML and configuration from recent changes | randomdan | 2011-12-15 |
| | |||
* | Pluggable script engines | randomdan | 2011-12-14 |
| | | | | | | XML script parser moved to XML module Script parsing object multiple instantiation bug fix Scripts changed to match new standardized format and layout | ||
* | Allow specifying different loader classes when setting up script parsers ↵ | randomdan | 2011-11-29 |
| | | | | (allows defining presenter modules from within a script) | ||
* | New memoryCache implementation | randomdan | 2011-11-27 |
| | | | | New mapFind helper function | ||
* | More flexible Curl helpers with boost::bind | randomdan | 2011-09-06 |
| | | | | | | Remove lots of duplicate code with safeMapFind Rework the session code into something slightly more sensible Add a doobry for forcing a CGI error | ||
* | Add precompiled headers to common | randomdan | 2011-09-01 |
| | |||
* | The big reshuffle | randomdan | 2011-08-31 |