summaryrefslogtreecommitdiff
path: root/project2/xml
Commit message (Collapse)AuthorAge
* Remove implicit cast to char * because it's dangerous as everyone knowsproject2-1.2.6Dan Goodliffe2016-05-09
|
* Fix leak of html/xml document structureDan Goodliffe2016-05-09
|
* Export exposed componentsproject2-1.2.5Dan Goodliffe2016-01-25
|
* Fix random imbue not working bug with much less codeDan Goodliffe2016-01-24
|
* Partially tested global visibility hidden in all projectsDan Goodliffe2016-01-24
|
* Make source object a virtual base of row set cacheDan Goodliffe2015-11-23
|
* Make source object a virtual base of row setDan Goodliffe2015-11-23
|
* Don't immediate call clean up on libxmlproject2-1.2.2.1Dan Goodliffe2015-10-21
|
* Remove legacy definedDirs.h in favour of adhocutils'Dan Goodliffe2015-10-13
|
* Refactor to support using VariableCurlHelper to inject its properties into ↵Dan Goodliffe2015-10-09
| | | | an pre-existing CurlHandle
* Restore HTML parse functionalityDan Goodliffe2015-10-05
|
* Rename some of the things badly named LoaderDan Goodliffe2015-10-01
|
* Merge Plugable and ComponentLoader into new LifeCycle classDan Goodliffe2015-10-01
|
* Slash the amount of inclusion in pre-compiled headersDan Goodliffe2015-10-01
|
* Use AdHoc plugins for scriptable things and remove legacy plugin supportDan Goodliffe2015-09-30
|
* Use AdHoc plugins for variable implementationsDan Goodliffe2015-09-26
|
* Use AdHoc plugins for session containersDan Goodliffe2015-09-26
|
* Use libadhocutilproject2-1.1.5Dan Goodliffe2015-09-02
|
* Remove some unused legacy XML codeDan Goodliffe2015-07-18
|
* Move row values stack in ExecContextDan Goodliffe2015-06-06
| | | | Introduce TestAppInstane to provide an AppInstance and ExecContext during UT runs
* Perform explicit init and tear down of libxml thingsDan Goodliffe2015-06-06
|
* Remove tmp dirs when tests completeDan Goodliffe2015-05-27
|
* Use a less generic tmp folderDan Goodliffe2015-05-20
|
* Fix XML raw view to handle namespaces better, covering unit testDan Goodliffe2015-05-20
|
* Use native for instead BOOST_FOREACHDan Goodliffe2015-01-04
|
* Only attempt to clear caches if the directory existsDan Goodliffe2014-11-30
|
* Remove the continue on error options for plugables and add proper handling ↵Dan Goodliffe2014-11-29
| | | | into implementations where errors can be ignored
* Fix naming clash with 'cache'randomdan2014-06-02
|
* Support range requests and seekable streamsrandomdan2014-03-20
| | | | | Untangle streams/streamPresenter/writableContent Pass the ExecContext into more bits of content interface
* Adds native support for time_duration as a variable typerandomdan2014-03-03
| | | | Pass/retrieve boost::posix_time ptime and time_duration into/out of the db tier
* Improvements to popenrw and add popenrwe for the stderr pipe toorandomdan2014-01-10
| | | | | Improve exception when loading a library fails Fix a handful of ingeniously located memory leaks
* Explicit instantiations of instance store/map/set to avoid multiple ↵randomdan2014-01-04
| | | | instantiatation in different compilation units
* Assume, don't force, relative paths to scripts (allows absolute root paths)randomdan2013-12-03
|
* Allow instance registration to occur with different key typesrandomdan2013-09-15
|
* Add missing early return on XML parse errorrandomdan2013-08-31
|
* Allow specifying a custom date format in an XML presenter declaration, used ↵randomdan2013-08-19
| | | | to correct the date format used in GB RSS feeds
* 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 remaining options out of environmentrandomdan2013-06-23
|
* 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
|
* Move options into the global scoperandomdan2013-06-20
|
* Remove the now pointless wrapper around UUIDsrandomdan2013-05-31
|
* Move non p2 specific components into a supporting library, build libmisc ↵randomdan2013-04-04
| | | | into this too
* Fix pch header inclusions and missing headers for no-pch buildingrandomdan2013-04-04
|
* Adds a presenter loader that performs basic HTTP content negotiationrandomdan2013-03-23
|
* Really dirty hack to make libxmlpp not crash with HTML docsrandomdan2013-03-20
|
* Have xml cache documents owned by a xmlpp instancerandomdan2013-03-18
| | | | Extend rawview with a variant that allows the source document to be of remote source
* Folderise variables and another testrandomdan2013-03-16
|
* Plugable CGI request routersrandomdan2013-03-13
| | | | | The simple (default) router The programable router
* Add support for writing dates in a custom format in XML presenterrandomdan2013-02-03
|