summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Got ready for cmake3 and some minor fixesStefan Radomski2014-07-031-12/+13
* More polishing for bindings C# and JavaStefan Radomski2014-07-011-49/+33
* Major header movementStefan Radomski2014-06-271-85/+60
* More work on language bindings and C# examplesStefan Radomski2014-06-261-2/+2
* Work on bindingsStefan Radomski2014-06-251-8/+17
* - Prolog DM compiles with recent SWI release againStefan Radomski2014-06-241-69/+85
* Updated tests for IRP and work on bindingsStefan Radomski2014-06-231-149/+296
* Changed getNames signature from set to listStefan Radomski2014-06-061-2/+2
* Builds as plugins againStefan Radomski2014-05-231-1/+4
* Introduced interpreter.step()Stefan Radomski2014-05-151-66/+118
* Fixed some bugs with java bindingsStefan Radomski2014-05-141-3/+10
* Major refactoringStefan Radomski2014-04-221-107/+199
* Started with promela datamodelStefan Radomski2014-04-091-10/+125
* Integrated debugger into browser (use -d command line parameter)Stefan Radomski2014-03-111-14/+31
* Modified InterpreterMonitor for uscxml-debuggerStefan Radomski2014-03-071-8/+50
* Started uscxml debuggerStefan Radomski2014-02-161-13/+0
* Bug fixes and thread safety for web socketsStefan Radomski2014-01-271-1/+1
* IMAP Invoker functionalStefan Radomski2014-01-231-3/+3
* Ported IM Invoker for pre 3.0 and beautified codeStefan Radomski2014-01-221-2/+2
* SMTP Invoker and "invoke.success.<INV_ID>" events when an invoker was startedStefan Radomski2014-01-211-0/+6
* Expect Invoker and Fedora build fixesStefan Radomski2014-01-141-5/+23
* Set _event.content if received structure is only an atomStefan Radomski2014-01-091-0/+4
* Performance and bugfix for WebSocketsStefan Radomski2013-12-201-20/+38
* WebSockets!Stefan Radomski2013-11-161-2/+12
* First signs of WebSockets and some changes to milesStefan Radomski2013-11-031-29/+29
* Moved Parser into DOMUtils and new node -> xpath function for debuggingStefan Radomski2013-10-311-51/+87
* Bug fixes (see details)Stefan Radomski2013-10-281-4/+6
* Added XML node to DataModel::evalAsBool signature to enable script cachingStefan Radomski2013-10-271-1/+9
* Performance: replaced boost::iequals for strings by inline functionStefan Radomski2013-10-261-56/+56
* Proper usage information for cli clientsStefan Radomski2013-10-241-5/+21