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. | ||
* | Remove implicit cast to char * because it's dangerous as everyone knowsproject2-1.2.6 | Dan Goodliffe | 2016-05-09 |
| | |||
* | Make source object a virtual base of row set | Dan Goodliffe | 2015-11-23 |
| | |||
* | Use AdHoc plugins for scriptable things and remove legacy plugin support | Dan Goodliffe | 2015-09-30 |
| | |||
* | Remove some unused legacy XML code | Dan Goodliffe | 2015-07-18 |
| | |||
* | Move row values stack in ExecContext | Dan Goodliffe | 2015-06-06 |
| | | | | Introduce TestAppInstane to provide an AppInstance and ExecContext during UT runs | ||
* | Use native for instead BOOST_FOREACH | Dan Goodliffe | 2015-01-04 |
| | |||
* | 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 |
| | |||
* | 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 | ||
* | Remove the need to implement loadComplete which is empty in most cases | randomdan | 2011-11-25 |
| | | | | | Restructure presenters in layers based on features allowing for simpler cache implementations Minor XSLT changes to support new layout from presentation which is more consistent | ||
* | Make many things use variables instead of preread values | randomdan | 2011-11-02 |
| | | | | | Add support for a Boolean type Fix flow error in exception handling | ||
* | Add more precompiled headers | randomdan | 2011-09-01 |
| | |||
* | The big reshuffle | randomdan | 2011-08-31 |