summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.h
Commit message (Collapse)AuthorAgeFilesLines
* Major Refactoring v2.0Stefan Radomski2016-05-121-825/+52
|
* Fixed a typo and added a test for issue 56legacy-1.0Stefan Radomski2016-05-091-1/+1
|
* Fixed issue 64 and beautified code againStefan Radomski2016-04-281-30/+30
|
* renaming getValidEvents() to getEventDescriptors()Andreas Gansen2016-03-161-3/+3
|
* return reachable targets / valid events as vector<string>Andreas Gansen2016-03-131-0/+43
|
* Some more preparations for current V8 APIStefan Radomski2016-03-071-1/+1
|
* Some more refactoring and VHDL transformationStefan Radomski2016-02-241-1/+1
|
* Some refactoring for improved compile timesStefan Radomski2016-02-231-23/+10
|
* Prepared ANSI C transformation with invokersStefan Radomski2016-01-301-1/+0
|
* Beautified generated C code from transformationStefan Radomski2016-01-171-4/+4
|
* Working on C transformationStefan Radomski2016-01-151-3/+5
|
* Beautified codeStefan Radomski2016-01-101-43/+43
|
* Builds with MSVC againStefan Radomski2016-01-101-5/+27
|
* Fixed compilation for gcc on Linux againStefan Radomski2016-01-081-0/+9
|
* Prepared ChartToC transformationStefan Radomski2016-01-061-57/+3
|
* All changes up to my dissertationStefan Radomski2015-12-041-0/+13
|
* done.event bug and prolog testsStefan Radomski2015-07-081-1/+1
| | | | Fixed the done.event bug and added first prolog transformed IRP tests
* Various extensions and bug-fixesStefan Radomski2015-07-051-0/+2
|
* Reactivated PHP bindings and some work on PROMELAStefan Radomski2015-04-021-2/+2
|
* Plenty of smaller fixes and adaptationsStefan Radomski2015-01-191-1/+1
|
* Plenty of smaller bug-fixes for uscxml-transform and PROMELA datamodelStefan Radomski2014-12-261-0/+16
|
* Renamed URI to URLStefan Radomski2014-12-141-24/+52
| | | | Some fixes for Xincludes
* More complete xinclude implementation and testsStefan Radomski2014-12-071-0/+1
|
* Support for xincludeStefan Radomski2014-12-051-3/+6
|
* Fixed file:// handling bug on windowsStefan Radomski2014-11-151-1/+0
|
* Support for DataModelExtensionsStefan Radomski2014-11-131-2/+15
|
* SCXML -> Promela skips intermediate explicit flat SCXML for ridiculous ↵Stefan Radomski2014-10-201-3/+8
| | | | better memory footprint
* Major work on PROMELA datamodelStefan Radomski2014-10-121-3/+3
|
* Identify InterpreterIssues at runtimeStefan Radomski2014-08-261-1/+4
|
* API changes with receiveEventStefan Radomski2014-08-261-6/+17
| | | | | - 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-18/+3
|
* More issues being idenified via interpreter.validate()Stefan Radomski2014-08-211-0/+2
|
* New Interpreter::validate() to identify issues with a document before running itStefan Radomski2014-08-211-1/+23
|
* Find JavaScriptCoreGTK3 as wellStefan Radomski2014-08-191-3/+3
|
* Catch std::exception before ... and output e.what()Stefan Radomski2014-08-051-0/+1
|
* Got rid of more dynamic_castsStefan Radomski2014-08-031-7/+10
|
* Support for ignoring libraries when building and minimal buildsStefan Radomski2014-07-311-3/+3
|
* More adhoc extensions for interpretersStefan Radomski2014-07-311-2/+13
|
* See detailled logStefan Radomski2014-07-301-13/+39
| | | | | | | - 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
* Improved support for dot outputStefan Radomski2014-07-151-2/+3
|
* Appr. 15% performance boost by avoiding dynamic_cast in DOMStefan Radomski2014-07-071-22/+22
|
* Got ready for cmake3 and some minor fixesStefan Radomski2014-07-031-1/+1
|
* More polishing for bindings C# and JavaStefan Radomski2014-07-011-0/+5
|
* Major header movementStefan Radomski2014-06-271-94/+36
| | | | | | - Used IWYU to reorganize headers - Dropped PHP support - Updated tests
* Work on bindingsStefan Radomski2014-06-251-6/+6
| | | | | | - Introduced exceptions into C# and Java - Moved binding examples to /embedding - Interpreter will now throw exceptions, beware!
* - Prolog DM compiles with recent SWI release againStefan Radomski2014-06-241-30/+34
| | | | | - Bugfixes for stress test - Beautified code
* Updated tests for IRP and work on bindingsStefan Radomski2014-06-231-185/+173
|
* Builds as plugins againStefan Radomski2014-05-231-1/+1
|
* Introduced interpreter.step()Stefan Radomski2014-05-151-1/+18
|
* Fixed some bugs with java bindingsStefan Radomski2014-05-141-17/+22
|