summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter
Commit message (Expand)AuthorAgeFilesLines
...
* Worked on PROMELA transformationStefan Radomski2016-10-2513-133/+132
* Changed Monitor signature to take Interpreter facadeStefan Radomski2016-08-045-38/+44
* Fixed parts of issue 88Stefan Radomski2016-08-031-0/+4
* Allow custom EventQueue implementations via ActionLanguageStefan Radomski2016-08-031-0/+3
* Reactivated REST bridge for debuggerStefan Radomski2016-07-114-3/+9
* Smaller bug-fixes and refactoringsStefan Radomski2016-06-231-1/+1
* Started to port Debugger and issue 87Stefan Radomski2016-06-189-110/+104
* Fixed issue86 and some more bug fixesStefan Radomski2016-06-168-8/+31
* addendum to issue84 fix for swigStefan Radomski2016-06-131-0/+1
* Fixed issue84Stefan Radomski2016-06-132-4/+3
* Fixed dozens of memory leaksStefan Radomski2016-06-135-56/+124
* Minor polishing for Java bindings and first draft of JEXL datamodelStefan Radomski2016-05-2615-38/+50
* Passing all Lua tests again - might have broken external buildsStefan Radomski2016-05-202-8/+17
* Dire bug in uscxml-browser, smaller fixes and documentationStefan Radomski2016-05-191-1/+1
* Refactored for public headers and started documentationStefan Radomski2016-05-1919-342/+775
* Conditionalized V8 on version and used C++11 list initializersStefan Radomski2016-05-121-11/+13
* Compile all dependencies with position independent codeStefan Radomski2016-05-121-0/+1
* Major Refactoring v2.0Stefan Radomski2016-05-1216-1447/+3255
* Some more refactoring and VHDL transformationStefan Radomski2016-02-242-81/+81
* Some refactoring for improved compile timesStefan Radomski2016-02-233-27/+27
* Preliminary support for SCXML invocations in generated C machinesStefan Radomski2016-02-042-18/+18
* Prepared ANSI C transformation with invokersStefan Radomski2016-01-302-0/+89
* Beautified codeStefan Radomski2016-01-102-27/+27
* All changes up to my dissertationStefan Radomski2015-12-041-4/+11
* done.event bug and prolog testsStefan Radomski2015-07-082-7/+23
* Plenty of smaller fixes and adaptationsStefan Radomski2015-01-192-5/+5
* SCXML -> Promela skips intermediate explicit flat SCXML for ridiculous better...Stefan Radomski2014-10-203-2/+26
* Major work on PROMELA datamodelStefan Radomski2014-10-122-40/+61
* Switched to new Interpreter implementation per defaultStefan Radomski2014-08-272-164/+177
* Identify InterpreterIssues at runtimeStefan Radomski2014-08-261-2/+3
* conditionalized debugging std::coutsStefan Radomski2014-08-261-10/+22
* API changes with receiveEventStefan Radomski2014-08-265-1855/+598
* Reformatted w3c tests with xmllintStefan Radomski2014-08-111-2/+0
* Got rid of more dynamic_castsStefan Radomski2014-08-034-17/+31
* See detailled logStefan Radomski2014-07-302-7/+20
* Generic socket supportStefan Radomski2014-07-162-2/+2
* First signs of Lua DatamodelStefan Radomski2014-07-081-3/+3
* Appr. 15% performance boost by avoiding dynamic_cast in DOMStefan Radomski2014-07-074-73/+77
* 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-272-25/+22
* - Prolog DM compiles with recent SWI release againStefan Radomski2014-06-243-69/+72
* Updated tests for IRP and work on bindingsStefan Radomski2014-06-234-346/+201
* Changed getNames signature from set to listStefan Radomski2014-06-061-1/+1
* Fixed the 100% CPU utilization bug and replaced the bool() cast operator for ...Stefan Radomski2014-05-231-1/+3
* Introduced interpreter.step()Stefan Radomski2014-05-152-182/+307
* 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-223-254/+305