summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Expect Invoker and Fedora build fixesStefan Radomski2014-01-141-5/+23
|
* Set _event.content if received structure is only an atomStefan Radomski2014-01-091-0/+4
|
* Performance and bugfix for WebSocketsStefan Radomski2013-12-201-20/+38
|
* WebSockets!Stefan Radomski2013-11-161-2/+12
|
* First signs of WebSockets and some changes to milesStefan Radomski2013-11-031-29/+29
|
* Moved Parser into DOMUtils and new node -> xpath function for debuggingStefan Radomski2013-10-311-51/+87
|
* Bug fixes (see details)Stefan Radomski2013-10-281-4/+6
| | | | | | | - No more 100-continue HTTP header - Correctly delegate HTTP requests - More elaborate expressions when communicating via HTTP - Fixed off-by-one in JSCNodeSet
* Added XML node to DataModel::evalAsBool signature to enable script cachingStefan Radomski2013-10-271-1/+9
|
* Performance: replaced boost::iequals for strings by inline functionStefan Radomski2013-10-261-56/+56
|
* Proper usage information for cli clientsStefan Radomski2013-10-241-5/+21
|
* Reminder to export PATH and small bug-fixStefan Radomski2013-10-181-0/+1
|
* Added license information and bug fixesStefan Radomski2013-10-161-64/+97
|
* Pass more ECMAScript W3C testsStefan Radomski2013-10-081-3/+11
|
* Reduced compile timesStefan Radomski2013-10-071-19/+148
| | | | | - new commandline argument handling - compiles on windows again
* Added instant messaging invokerStefan Radomski2013-09-231-1/+1
|
* Work on FFMpegInvokerStefan Radomski2013-09-181-29/+18
|
* Some bug-fixes and enhancements to build-processStefan Radomski2013-08-291-2/+2
|
* Updated W3C tests and bug-fixesStefan Radomski2013-08-251-35/+64
|
* Added WebStorage object to documentStefan Radomski2013-08-211-1/+3
| | | | Some refinements to DotWriter
* Renamed event.type to eventType to avoid clash with send.type and invoker.typeStefan Radomski2013-08-131-3/+3
|
* Started Java datamodel and fixed memory leaksStefan Radomski2013-08-131-18/+38
|
* Extended Java bindings and OpenAL invokerStefan Radomski2013-08-091-2/+16
|
* Bug fixes and version bumpStefan Radomski2013-08-011-9/+19
| | | | | | | - 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-15/+36
|
* Introduced type="query" attribute for prolog script elementStefan Radomski2013-07-231-2/+2
|
* added Interpreter::isLegalConfigurationStefan Radomski2013-07-231-19/+39
|
* Fixed setting intial configStefan Radomski2013-07-231-5/+8
|
* Removed iOS project againStefan Radomski2013-07-221-4/+8
|
* Reactiveated umundo invokerStefan Radomski2013-07-041-7/+6
|
* New version with XHTML invokerStefan Radomski2013-06-201-6/+9
|
* W3C MMI Architecture frameworkStefan Radomski2013-06-101-41/+39
|
* More work on XPath datamodelStefan Radomski2013-04-211-5/+12
|
* Support for event.raw and more XPath datamodel refactoringsStefan Radomski2013-04-201-16/+5
|
* Started with xpath datamodel testsStefan Radomski2013-04-191-1/+5
|
* Protect parts of interpreter with mutexesStefan Radomski2013-04-181-10/+9
|
* Revert "Protect parts of interpreter with mutexes for thread-safety"Stefan Radomski2013-04-171-0/+1
| | | | This reverts commit eba3e69a20da96e527827ac83a537cde8bdc66ba.
* Protect parts of interpreter with mutexes for thread-safetyStefan Radomski2013-04-171-1/+0
|
* Refactored URLs and fixed Windows URL handlingStefan Radomski2013-04-141-38/+9
|
* Fixed vrml-server and added conditional for gcovStefan Radomski2013-04-141-1/+1
|
* Apps working againStefan Radomski2013-04-141-1/+2
|
* Removed unnecessary std::coutsStefan Radomski2013-04-121-2/+2
|
* Got prolog datamodel to compile againStefan Radomski2013-04-121-72/+0
|
* Refactoring for other datamodelsStefan Radomski2013-04-121-141/+146
|
* New DataModelsStefan Radomski2013-04-101-19/+33
|
* Reformatted and removed superfluous std::coutsStefan Radomski2013-04-071-7/+7
|
* JSON identification heuristic for contentStefan Radomski2013-04-071-3/+7
|
* Fixed JSON in contentStefan Radomski2013-04-071-36/+48
|
* Even more conformance fixesStefan Radomski2013-04-071-29/+48
|
* Some more bugfixes for revised W3C testsStefan Radomski2013-04-071-8/+10
|
* See detailled logStefan Radomski2013-04-061-136/+121
| | | | | | Added new revised W3C tests Hide Interpreter via PIMPL Implemented SCXMLIOProcessor