summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Major refactoringStefan Radomski2014-04-221-68/+108
| | | | | | - Moved tests - Changes to promela datamodel - Implemented Trie
* Started with promela datamodelStefan Radomski2014-04-091-27/+47
|
* Integrated debugger into browser (use -d command line parameter)Stefan Radomski2014-03-111-7/+29
|
* Modified InterpreterMonitor for uscxml-debuggerStefan Radomski2014-03-071-8/+45
|
* Performance and bugfix for WebSocketsStefan Radomski2013-12-201-4/+4
|
* Builds on windows againStefan Radomski2013-11-161-3/+3
|
* WebSockets!Stefan Radomski2013-11-161-5/+10
|
* VRML Viewer now with WebGLStefan Radomski2013-11-111-6/+7
|
* Moved Parser into DOMUtils and new node -> xpath function for debuggingStefan Radomski2013-10-311-0/+10
|
* Bug fixes (see details)Stefan Radomski2013-10-281-2/+2
| | | | | | | - No more 100-continue HTTP header - Correctly delegate HTTP requests - More elaborate expressions when communicating via HTTP - Fixed off-by-one in JSCNodeSet
* Minor header file reorganizationStefan Radomski2013-10-241-2/+1
|