summaryrefslogtreecommitdiff
path: root/project2/console/p2consoleMain.cpp
Commit message (Collapse)AuthorAge
* C++17 and Ice 3.7project2-1.3.0Dan Goodliffe2018-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 classDan Goodliffe2015-10-01
|
* Use AdHoc plugins for scriptable things and remove legacy plugin supportDan Goodliffe2015-09-30
|
* Use AdHoc plugins for options sourcesDan Goodliffe2015-09-29
|
* Ensure an AppInstance exists before processing optionsproject2-1.1.4.2Dan Goodliffe2015-06-17
|
* Allow instance registration to occur with different key typesrandomdan2013-09-15
|
* Central various bits of the CGI start up processrandomdan2013-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 ↵randomdan2013-07-05
| | | | instead have an execution context that's passed around from the original call site
* Move script resolution out of environment into script readerrandomdan2013-06-23
|
* Move logger initialisation and optionSource loading out of environment into ↵randomdan2013-06-23
| | | | their respective components
* Fix the gch usage quirk with a silly hack and a load of small changesrandomdan2013-06-21
|
* Split the plugable stuff into its own files/classesrandomdan2013-06-21
|
* Fix pch header inclusions and missing headers for no-pch buildingrandomdan2013-04-04
|
* Add support for using boost::format for log messagesrandomdan2012-04-24
| | | | Fix initialisation of console logger
* Create app engine on the heap as SourceObjects are now self registering ↵randomdan2012-04-03
| | | | (smart pointered)
* Remove straggling references to XML and configuration from recent changesrandomdan2011-12-15
|
* Pluggable script enginesrandomdan2011-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 requestrandomdan2011-12-02
| | | | Store XML sessions in a single folder, one file per session, not one big file
* Add more precompiled headersrandomdan2011-09-01
|
* The big reshufflerandomdan2011-08-31
|
* Allow all plugable components to have settings injected into themrandomdan2011-07-31
| | | | Add settings to SendMailTask and SessionXML
* Tidy up the class hierarchy and reduce header dependenciesrandomdan2011-02-19
|
* Fix silly bug loading readonly RDBMS config entriesrandomdan2011-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 stuffrandomdan2010-10-26
| | | | Use these callbacks to clean up unused DB connections
* Bind merge populators recursively to leafsrandomdan2010-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 hierarchyrandomdan2010-08-08
| | | | Add SqlMergeTask
* Adds an largely untested console appenginerandomdan2010-08-07