summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter/InterpreterDraft6.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Major Refactoring v2.0Stefan Radomski2016-05-121-573/+0
|
* Some more refactoring and VHDL transformationStefan Radomski2016-02-241-47/+47
|
* Some refactoring for improved compile timesStefan Radomski2016-02-231-12/+12
|
* Beautified codeStefan Radomski2016-01-101-7/+7
|
* done.event bug and prolog testsStefan Radomski2015-07-081-2/+10
| | | | Fixed the done.event bug and added first prolog transformed IRP tests
* Plenty of smaller fixes and adaptationsStefan Radomski2015-01-191-2/+2
|
* SCXML -> Promela skips intermediate explicit flat SCXML for ridiculous ↵Stefan Radomski2014-10-201-1/+1
| | | | better memory footprint
* API changes with receiveEventStefan Radomski2014-08-261-522/+11
| | | | | - receiveEvent will deliver to external queue now per default - switched Interpreter implementations to the new algorithm from spec
* Reformatted w3c tests with xmllintStefan Radomski2014-08-111-2/+0
|
* Got rid of more dynamic_castsStefan Radomski2014-08-031-15/+26
|
* See detailled logStefan Radomski2014-07-301-7/+19
| | | | | | | - Forcing Data.Type for Data(String) constructor now, default used to be INTERPRETED. - setDataModel and addIOProcessor on interpreter now - fixed a bug with Data(bool) constructor - various smaller fixes
* 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
|