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. | ||
* | Merge Plugable and ComponentLoader into new LifeCycle class | Dan Goodliffe | 2015-10-01 |
| | |||
* | Use AdHoc plugins for scriptable things and remove legacy plugin support | Dan Goodliffe | 2015-09-30 |
| | |||
* | Use AdHoc plugins for options sources | Dan Goodliffe | 2015-09-29 |
| | |||
* | Ensure an AppInstance exists before processing optionsproject2-1.1.4.2 | Dan Goodliffe | 2015-06-17 |
| | |||
* | Allow instance registration to occur with different key types | randomdan | 2013-09-15 |
| | |||
* | Central various bits of the CGI start up process | randomdan | 2013-07-10 |
| | | | | | Move the command line arguments option source into a new cli library Extend testCgi with newly available features | ||
* | 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 script resolution out of environment into script reader | randomdan | 2013-06-23 |
| | |||
* | Move logger initialisation and optionSource loading out of environment into ↵ | randomdan | 2013-06-23 |
| | | | | their respective components | ||
* | Fix the gch usage quirk with a silly hack and a load of small changes | randomdan | 2013-06-21 |
| | |||
* | Split the plugable stuff into its own files/classes | randomdan | 2013-06-21 |
| | |||
* | Fix pch header inclusions and missing headers for no-pch building | randomdan | 2013-04-04 |
| | |||
* | Add support for using boost::format for log messages | randomdan | 2012-04-24 |
| | | | | Fix initialisation of console logger | ||
* | Create app engine on the heap as SourceObjects are now self registering ↵ | randomdan | 2012-04-03 |
| | | | | (smart pointered) | ||
* | 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 | ||
* | Add component events for process begin and before request | randomdan | 2011-12-02 |
| | | | | Store XML sessions in a single folder, one file per session, not one big file | ||
* | Add more precompiled headers | randomdan | 2011-09-01 |
| | |||
* | The big reshuffle | randomdan | 2011-08-31 |
| | |||
* | Allow all plugable components to have settings injected into them | randomdan | 2011-07-31 |
| | | | | Add settings to SendMailTask and SessionXML | ||
* | Tidy up the class hierarchy and reduce header dependencies | randomdan | 2011-02-19 |
| | |||
* | Fix silly bug loading readonly RDBMS config entries | randomdan | 2011-02-10 |
| | | | | | | | Add centralised logging system Add code for runtime configuration Add support for configuring logging Move all existing logging to new logging system | ||
* | Add callbacks for key points in time allow clean up of unused stuff | randomdan | 2010-10-26 |
| | | | | Use these callbacks to clean up unused DB connections | ||
* | Bind merge populators recursively to leafs | randomdan | 2010-08-12 |
| | | | | | | Make path in file based rows a variable Fix variable cache invalidation on parent row change Use new features to only load new files | ||
* | Tidy up hierarchy | randomdan | 2010-08-08 |
| | | | | Add SqlMergeTask | ||
* | Adds an largely untested console appengine | randomdan | 2010-08-07 |