summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter
Commit message (Collapse)AuthorAgeFilesLines
* Prevented overflow with size_t::max for durationsStefan Radomski2016-12-152-11/+12
|
* Reduced header dependenciesStefan Radomski2016-12-121-2/+0
|
* Custom logging for interpretersStefan Radomski2016-12-126-6/+18
|
* Fixed the MSVC buildStefan Radomski2016-12-121-2/+2
|
* Added test / example for pausable eventqueueStefan Radomski2016-12-1221-101/+113
|
* Reduced foreign header dependenciesStefan Radomski2016-12-1112-206/+266
|
* Fixed issue 97Stefan Radomski2016-12-101-1/+1
|
* Oh how I despise MSVCStefan Radomski2016-12-096-26/+18
|
* Removed easylogging due to JNI segfaultsStefan Radomski2016-12-099-4/+337
|
* Use existing ActionLanguage to create new instances in invoked interpretersStefan Radomski2016-12-0615-6/+58
|
* Fixed space normalization in content elementStefan Radomski2016-11-231-3/+5
|
* 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
| | | | Fixed the done.event bug and added first prolog transformed IRP tests
* Plenty of smaller fixes and adaptationsStefan Radomski2015-01-192-5/+5
|
* SCXML -> Promela skips intermediate explicit flat SCXML for ridiculous ↵Stefan Radomski2014-10-203-2/+26
| | | | better memory footprint
* 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
| | | | | - 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-034-17/+31
|
* See detailled logStefan Radomski2014-07-302-7/+20
| | | | | | | - 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-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
|