summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/datamodel/prolog/swi/SWIDataModel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed GCC warningsStefan Radomski2014-01-221-2/+2
|
* Email Attachments and Prolog Version FixesStefan Radomski2014-01-221-0/+6
|
* SMTP Invoker and "invoke.success.<INV_ID>" events when an invoker was startedStefan Radomski2014-01-211-11/+12
|
* Support for complex event.data in prolog datamodelStefan Radomski2014-01-191-4/+250
|
* Polished umundo invoker, prolog datamodel and several bugfixesStefan Radomski2014-01-171-250/+275
|
* Fixes for the Prolog datamodelStefan Radomski2014-01-071-2/+2
|
* Moved Parser into DOMUtils and new node -> xpath function for debuggingStefan Radomski2013-10-311-0/+1
|
* Added XML node to DataModel::evalAsBool signature to enable script cachingStefan Radomski2013-10-271-0/+4
|
* Performance: replaced boost::iequals for strings by inline functionStefan Radomski2013-10-261-5/+5
|
* Fixed header refactoringStefan Radomski2013-10-251-0/+2
|
* Added license information and bug fixesStefan Radomski2013-10-161-4/+23
|
* Got rid of some warnings with gccStefan Radomski2013-10-071-1/+2
|
* Work on FFMpegInvokerStefan Radomski2013-09-181-0/+2
|
* Updated W3C tests and bug-fixesStefan Radomski2013-08-251-9/+10
|
* Added WebStorage object to documentStefan Radomski2013-08-211-2/+1
| | | | Some refinements to DotWriter
* Renamed event.type to eventType to avoid clash with send.type and invoker.typeStefan Radomski2013-08-131-1/+1
|
* Bug fixes and version bumpStefan Radomski2013-08-011-10/+10
| | | | | | | - New calendar invoker - Fixed memory leaks with JavaScriptCore - Compiles on windows again - Beautified source code indentation
* Started calendar invoker and bug fixesStefan Radomski2013-07-261-21/+90
|
* Introduced type="query" attribute for prolog script elementStefan Radomski2013-07-231-11/+18
|
* Removed iOS project againStefan Radomski2013-07-221-6/+10
|
* New version with XHTML invokerStefan Radomski2013-06-201-38/+38
|
* More work on Prolog datamodelStefan Radomski2013-05-011-17/+54
|
* More work on prolog datamodelStefan Radomski2013-04-281-17/+79
|
* Work on prolog datamodel and libdl fix for nicesStefan Radomski2013-04-281-51/+148
|
* Refactored CMakeLists and updated W3C testsStefan Radomski2013-04-251-5/+65
|
* Support for event.raw and more XPath datamodel refactoringsStefan Radomski2013-04-201-0/+7
|
* Removed unnecessary std::coutsStefan Radomski2013-04-121-10/+10
|
* Got prolog datamodel to compile againStefan Radomski2013-04-121-25/+12
|
* Refactoring for other datamodelsStefan Radomski2013-04-121-6/+31
|
* More bug-fixes for W3C testsStefan Radomski2013-04-021-1/+1
|
* Various bug-fixes for W3C test conformance and stack traces with exceptions ↵Stefan Radomski2013-03-311-0/+4
| | | | and segfaults
* Regenerated V8 DOM and beautified codeStefan Radomski2013-01-201-46/+47
|
* More work on Prolog datamodelStefan Radomski2013-01-161-9/+50
|
* Started prolog datamodelStefan Radomski2013-01-151-1/+1
|
* Fixed bugs intriduced by PIMPLStefan Radomski2013-01-131-2/+2
|
* Refactored to PIMPL patternStefan Radomski2013-01-121-2/+2
|
* Refactoring finishedStefan Radomski2012-12-201-0/+103
Support datamodels, invokers and ioprocessors as plugins Comply to HTTP1.1 by sending host header field Started prolog datamodel