summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Some more refactoring and VHDL transformationStefan Radomski2016-02-241-48/+48
|
* Some refactoring for improved compile timesStefan Radomski2016-02-231-237/+34
|
* Preliminary support for SCXML invocations in generated C machinesStefan Radomski2016-02-041-1/+34
|
* Prepared ANSI C transformation with invokersStefan Radomski2016-01-301-2/+5
|
* Actually generate ANSI C code in uscxml-transformStefan Radomski2016-01-281-1/+2
|
* Beautified generated C code from transformationStefan Radomski2016-01-171-44/+44
|
* Working on C transformationStefan Radomski2016-01-151-25/+54
|
* Beautified codeStefan Radomski2016-01-101-241/+244
|
* Builds with MSVC againStefan Radomski2016-01-101-10/+0
|
* Fixed compilation for gcc on Linux againStefan Radomski2016-01-081-3/+14
|
* All changes up to my dissertationStefan Radomski2015-12-041-14/+150
|
* done.event bug and prolog testsStefan Radomski2015-07-081-40/+33
| | | | Fixed the done.event bug and added first prolog transformed IRP tests
* Various extensions and bug-fixesStefan Radomski2015-07-051-1/+76
|
* Reactivated PHP bindings and some work on PROMELAStefan Radomski2015-04-021-4/+6
|
* Plenty of smaller fixes and adaptationsStefan Radomski2015-01-191-45/+52
|
* Plenty of smaller bug-fixes for uscxml-transform and PROMELA datamodelStefan Radomski2014-12-261-5/+59
|
* Renamed URI to URLStefan Radomski2014-12-141-40/+58
| | | | Some fixes for Xincludes
* More complete xinclude implementation and testsStefan Radomski2014-12-071-20/+129
|
* Support for xincludeStefan Radomski2014-12-051-10/+40
|
* Support for initial attribute with nested scxml invokersStefan Radomski2014-12-051-0/+1
|
* Nested invokers and delayed events for PROMELA model checkingStefan Radomski2014-12-011-5/+5
|
* Fixed file:// handling bug on windowsStefan Radomski2014-11-151-19/+8
|
* Support for DataModelExtensionsStefan Radomski2014-11-131-74/+12
|
* SCXML -> Promela skips intermediate explicit flat SCXML for ridiculous ↵Stefan Radomski2014-10-201-34/+22
| | | | better memory footprint
* Major work on PROMELA datamodelStefan Radomski2014-10-121-136/+144
|
* Create default timeouts for tests and adapt in test-w3c via DOMStefan Radomski2014-08-281-3/+2
|
* Switched to new Interpreter implementation per defaultStefan Radomski2014-08-271-22/+29
|
* Identify InterpreterIssues at runtimeStefan Radomski2014-08-261-0/+14
|
* conditionalized debugging std::coutsStefan Radomski2014-08-261-7/+7
|
* API changes with receiveEventStefan Radomski2014-08-261-20/+496
| | | | | - receiveEvent will deliver to external queue now per default - switched Interpreter implementations to the new algorithm from spec
* Moved InterpreterIssues to own source fileStefan Radomski2014-08-221-508/+11
|
* Corrected for a MSVC compiler bug and more tests in validate()Stefan Radomski2014-08-221-44/+101
|
* More issues being idenified via interpreter.validate()Stefan Radomski2014-08-211-132/+240
|
* New Interpreter::validate() to identify issues with a document before running itStefan Radomski2014-08-211-11/+385
|
* JavaScriptCore in CMake moduleStefan Radomski2014-08-141-1/+1
|
* Be more explicit as to why a configuration is invalidStefan Radomski2014-08-081-19/+21
|
* Catch std::exception before ... and output e.what()Stefan Radomski2014-08-051-14/+27
|
* Forgot to remove InterpreterRC header referenceStefan Radomski2014-08-031-1/+1
|
* Got rid of more dynamic_castsStefan Radomski2014-08-031-44/+105
|
* Support for ignoring libraries when building and minimal buildsStefan Radomski2014-07-311-3/+3
|
* More adhoc extensions for interpretersStefan Radomski2014-07-311-10/+26
|
* Stupid bugStefan Radomski2014-07-301-1/+1
|
* See detailled logStefan Radomski2014-07-301-129/+178
| | | | | | | - 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
* More work on lua datamodelStefan Radomski2014-07-231-1/+1
|
* try / catch blocks for applications and work on dot outputStefan Radomski2014-07-211-0/+3
|
* Generic socket supportStefan Radomski2014-07-161-1/+1
|
* Improved support for dot outputStefan Radomski2014-07-151-9/+21
|
* First signs of Lua DatamodelStefan Radomski2014-07-081-2/+2
|
* Appr. 15% performance boost by avoiding dynamic_cast in DOMStefan Radomski2014-07-071-70/+87
|
* Introduced isLocation for datamodels to check for valid namelist entriesStefan Radomski2014-07-031-5/+15
|