summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter/InterpreterDraft6.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Generic socket supportStefan Radomski2014-07-161-1/+1
|
* First signs of Lua DatamodelStefan Radomski2014-07-081-3/+3
|
* Appr. 15% performance boost by avoiding dynamic_cast in DOMStefan Radomski2014-07-071-31/+35
|
* Got ready for cmake3 and some minor fixesStefan Radomski2014-07-031-3/+3
|
* More polishing for bindings C# and JavaStefan Radomski2014-07-011-158/+20
|
* Major header movementStefan Radomski2014-06-271-22/+16
| | | | | | - Used IWYU to reorganize headers - Dropped PHP support - Updated tests
* - Prolog DM compiles with recent SWI release againStefan Radomski2014-06-241-63/+63
| | | | | - Bugfixes for stress test - Beautified code
* Updated tests for IRP and work on bindingsStefan Radomski2014-06-231-240/+178
|
* Fixed the 100% CPU utilization bug and replaced the bool() cast operator for ↵Stefan Radomski2014-05-231-1/+3
| | | | data by empty()
* Introduced interpreter.step()Stefan Radomski2014-05-151-181/+303
|
* Retain interpreter instance for DataModels in Java (Rhino)Stefan Radomski2014-05-141-1/+3
|
* Fixed some bugs with java bindingsStefan Radomski2014-05-141-0/+9
|
* Started with JavaScript DM in Java (Rhino)Stefan Radomski2014-05-121-1/+1
|
* Major refactoringStefan Radomski2014-04-221-56/+79
| | | | | | - Moved tests - Changes to promela datamodel - Implemented Trie
* Started with promela datamodelStefan Radomski2014-04-091-16/+71
|
* Modified InterpreterMonitor for uscxml-debuggerStefan Radomski2014-03-071-245/+198
|
* Performance and bugfix for WebSocketsStefan Radomski2013-12-201-3/+2
|
* VRML Viewer now with WebGLStefan Radomski2013-11-111-1/+1
|
* Moved Parser into DOMUtils and new node -> xpath function for debuggingStefan Radomski2013-10-311-0/+1
|
* Performance: replaced boost::iequals for strings by inline functionStefan Radomski2013-10-261-9/+9
|
* Added license information and bug fixesStefan Radomski2013-10-161-0/+19
|
* Reactivated plugin systemStefan Radomski2013-10-111-0/+5
|
* Pass more ECMAScript W3C testsStefan Radomski2013-10-081-1/+1
|
* More work on IMInvoker, renamed Blob attributes and some XPath datamodel fixesStefan Radomski2013-09-251-1/+2
|
* Work on FFMpegInvokerStefan Radomski2013-09-181-1/+2
|
* Updated W3C tests and bug-fixesStefan Radomski2013-08-251-3/+4
|
* Added WebStorage object to documentStefan Radomski2013-08-211-3/+26
| | | | Some refinements to DotWriter
* Renamed event.type to eventType to avoid clash with send.type and invoker.typeStefan Radomski2013-08-131-1/+1
|
* Started Java datamodel and fixed memory leaksStefan Radomski2013-08-131-2/+34
|
* Extended Java bindings and OpenAL invokerStefan Radomski2013-08-091-1/+1
|
* Bug fixes and version bumpStefan Radomski2013-08-011-2/+2
| | | | | | | - 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-1/+3
|
* Fixed setting intial configStefan Radomski2013-07-231-23/+47
|
* New version with XHTML invokerStefan Radomski2013-06-201-1/+1
|
* W3C MMI Architecture frameworkStefan Radomski2013-06-101-2/+7
|
* Protect parts of interpreter with mutexesStefan Radomski2013-04-181-10/+7
|
* Revert "Protect parts of interpreter with mutexes for thread-safety"Stefan Radomski2013-04-171-17/+1
| | | | This reverts commit eba3e69a20da96e527827ac83a537cde8bdc66ba.
* Protect parts of interpreter with mutexes for thread-safetyStefan Radomski2013-04-171-1/+17
|
* Fixed setConfiguration and started MMI archStefan Radomski2013-04-171-1/+1
|
* Apps working againStefan Radomski2013-04-141-7/+5
|
* Refactoring for other datamodelsStefan Radomski2013-04-121-3/+3
|
* New DataModelsStefan Radomski2013-04-101-4/+7
|
* Even more conformance fixesStefan Radomski2013-04-071-1/+2
|
* See detailled logStefan Radomski2013-04-061-25/+25
| | | | | | Added new revised W3C tests Hide Interpreter via PIMPL Implemented SCXMLIOProcessor
* Redownloaded tests and fixed some more w3c issuesStefan Radomski2013-04-051-1/+3
|
* More W3C tests passingStefan Radomski2013-04-051-139/+67
|
* Finally got preemption workingStefan Radomski2013-04-041-87/+157
|
* Fixed a bug with transition selectionStefan Radomski2013-04-041-4/+27
|
* More bug-fixes for W3C testsStefan Radomski2013-04-021-9/+4
|
* Still more bugfixes and added w3c testsStefan Radomski2013-04-011-5/+11
|