summaryrefslogtreecommitdiffstats
path: root/src/uscxml/debug
Commit message (Collapse)AuthorAgeFilesLines
* Add missing mutex includesMatthias Gabriel2016-12-151-0/+1
|
* DebugSession implements new Logger ABCStefan Radomski2016-12-124-26/+76
|
* Custom logging for interpretersStefan Radomski2016-12-123-30/+26
|
* Added test / example for pausable eventqueueStefan Radomski2016-12-122-17/+17
|
* Reduced foreign header dependenciesStefan Radomski2016-12-111-1/+0
|
* Oh how I despise MSVCStefan Radomski2016-12-091-1/+1
|
* Removed easylogging due to JNI segfaultsStefan Radomski2016-12-093-7/+7
|
* Worked on PROMELA transformationStefan Radomski2016-10-259-161/+161
|
* Changed Monitor signature to take Interpreter facadeStefan Radomski2016-08-042-67/+75
|
* Reactivated REST bridge for debuggerStefan Radomski2016-07-112-24/+40
|
* Smaller bug-fixes and refactoringsStefan Radomski2016-06-234-12/+48
|
* Started to port Debugger and issue 87Stefan Radomski2016-06-188-0/+1590
|
* Fixed issue86 and some more bug fixesStefan Radomski2016-06-161-1/+1
|
* Fixed dozens of memory leaksStefan Radomski2016-06-131-14/+6
|
* Minor polishing for Java bindings and first draft of JEXL datamodelStefan Radomski2016-05-261-5/+5
|
* Refactored for public headers and started documentationStefan Radomski2016-05-192-15/+29
|
* 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
|