summaryrefslogtreecommitdiffstats
path: root/src/uscxml/debug
Commit message (Collapse)AuthorAgeFilesLines
* Major Refactoring v2.0Stefan Radomski2016-05-1214-3196/+353
|
* Some more refactoring and VHDL transformationStefan Radomski2016-02-245-52/+52
|
* Some refactoring for improved compile timesStefan Radomski2016-02-237-38/+39
|
* Some code beautificationsStefan Radomski2016-01-261-3/+3
|
* Added transition-less histories as an issue and completed C transformationStefan Radomski2016-01-201-1/+3
|
* Beautified codeStefan Radomski2016-01-104-351/+353
|
* Builds with MSVC againStefan Radomski2016-01-101-0/+2
|
* All changes up to my dissertationStefan Radomski2015-12-042-6/+39
|
* Various extensions and bug-fixesStefan Radomski2015-07-053-84/+570
|
* Plenty of smaller fixes and adaptationsStefan Radomski2015-01-192-13/+48
|
* Plenty of smaller bug-fixes for uscxml-transform and PROMELA datamodelStefan Radomski2014-12-261-0/+10
|
* Renamed URI to URLStefan Radomski2014-12-142-3/+3
| | | | Some fixes for Xincludes
* Support for xincludeStefan Radomski2014-12-051-1/+1
|
* Major work on PROMELA datamodelStefan Radomski2014-10-124-50/+51
|
* Identify InterpreterIssues at runtimeStefan Radomski2014-08-261-9/+26
|
* Moved InterpreterIssues to own source fileStefan Radomski2014-08-222-0/+710
|
* Be more explicit as to why a configuration is invalidStefan Radomski2014-08-081-21/+24
|
* Beautified flattened state-machine idsStefan Radomski2014-08-042-4/+65
|
* Got rid of more dynamic_castsStefan Radomski2014-08-031-81/+82
|
* See detailled logStefan Radomski2014-07-302-69/+113
| | | | | | | - 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-232-65/+65
|
* try / catch blocks for applications and work on dot outputStefan Radomski2014-07-212-239/+359
|
* Improved support for dot outputStefan Radomski2014-07-152-124/+396
|
* Appr. 15% performance boost by avoiding dynamic_cast in DOMStefan Radomski2014-07-071-2/+2
|
* Major header movementStefan Radomski2014-06-275-5/+10
| | | | | | - Used IWYU to reorganize headers - Dropped PHP support - Updated tests
* Work on bindingsStefan Radomski2014-06-251-1/+1
| | | | | | - 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-3/+3
| | | | | - Bugfixes for stress test - Beautified code
* Updated tests for IRP and work on bindingsStefan Radomski2014-06-232-3/+3
|
* Fixed the 100% CPU utilization bug and replaced the bool() cast operator for ↵Stefan Radomski2014-05-231-4/+4
| | | | data by empty()
* Introduced interpreter.step()Stefan Radomski2014-05-152-8/+8
|
* Major refactoringStefan Radomski2014-04-228-212/+212
| | | | | | - Moved tests - Changes to promela datamodel - Implemented Trie
* More work on promela DMStefan Radomski2014-04-113-61/+61
| | | | changed const of Data subscript operator and introduced at(key) and item(index)
* Started with promela datamodelStefan Radomski2014-04-093-18/+18
|
* Support different threads on prolog datamodelStefan Radomski2014-03-123-14/+14
|
* Integrated debugger into browser (use -d command line parameter)Stefan Radomski2014-03-118-328/+816
|
* Modified InterpreterMonitor for uscxml-debuggerStefan Radomski2014-03-078-12/+1086
|
* Moved Parser into DOMUtils and new node -> xpath function for debuggingStefan Radomski2013-10-311-0/+1
|
* Performance: replaced boost::iequals for strings by inline functionStefan Radomski2013-10-261-14/+14
|
* Added license information and bug fixesStefan Radomski2013-10-162-1/+39
|
* Added WebStorage object to documentStefan Radomski2013-08-213-367/+513
| | | | Some refinements to DotWriter
* See detailled logStefan Radomski2013-04-061-2/+2
| | | | | | Added new revised W3C tests Hide Interpreter via PIMPL Implemented SCXMLIOProcessor
* See detailed commitlogStefan Radomski2013-01-211-1/+0
| | | | | | | | - Started DirectoryMonitor invoker - Refactored Invoker / IOProcessor interface - Started with JavaScriptCore bindings - Embedding applications can now use setParentQueue to receive events sent to #_parent
* Refactoring finishedStefan Radomski2012-12-201-25/+25
| | | | | | Support datamodels, invokers and ioprocessors as plugins Comply to HTTP1.1 by sending host header field Started prolog datamodel
* Committing local version againStefan Radomski2012-11-071-0/+1
|
* Implemented DOMStefan Radomski2012-10-052-0/+403