summaryrefslogtreecommitdiffstats
path: root/src/uscxml
Commit message (Collapse)AuthorAgeFilesLines
* Made Blob into Pimpl to better support language bindingsStefan Radomski2014-07-0615-116/+189
|
* Binary data in bindingsStefan Radomski2014-07-055-22/+40
|
* Stop registering a custom exception handlerStefan Radomski2014-07-041-5/+5
|
* Introduced isLocation for datamodels to check for valid namelist entriesStefan Radomski2014-07-0314-7/+73
|
* Got ready for cmake3 and some minor fixesStefan Radomski2014-07-036-19/+20
|
* More polishing for bindings C# and JavaStefan Radomski2014-07-0122-356/+230
|
* Major header movementStefan Radomski2014-06-2754-1917/+2347
| | | | | | - Used IWYU to reorganize headers - Dropped PHP support - Updated tests
* More work on language bindings and C# examplesStefan Radomski2014-06-262-3/+4
|
* Work on bindingsStefan Radomski2014-06-256-20/+48
| | | | | | - 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-2436-2958/+3032
| | | | | - Bugfixes for stress test - Beautified code
* Updated tests for IRP and work on bindingsStefan Radomski2014-06-2325-721/+944
|
* Still with the getNames refactoringStefan Radomski2014-06-073-7/+7
|
* getNames() has to return a listStefan Radomski2014-06-073-6/+6
|
* Changed getNames signature from set to listStefan Radomski2014-06-0644-158/+322
|
* Builds as plugins againStefan Radomski2014-05-235-14/+43
|
* Merge pull request #36 from mathiasjohanson/masterStefan Radomski2014-05-231-2/+2
|\ | | | | not 100% cpu anymore and no crash on disconnect
| * crash in audio device close fixedMathias Johanson2014-05-231-1/+1
| |
| * audio thread polling issueMathias Johanson2014-05-231-1/+1
| |
* | Fixed the 100% CPU utilization bug and replaced the bool() cast operator for ↵Stefan Radomski2014-05-2317-34/+51
|/ | | | data by empty()
* input format for video encoder set to default valueMathias Johanson2014-05-231-1/+2
|
* Builds with MSVC againStefan Radomski2014-05-2212-2392/+2521
|
* Introduced interpreter.step()Stefan Radomski2014-05-1513-272/+467
|
* Retain interpreter instance for DataModels in Java (Rhino)Stefan Radomski2014-05-142-2/+4
|
* Fixed V8 datamodelStefan Radomski2014-05-141-1/+1
|
* Fixed some bugs with java bindingsStefan Radomski2014-05-147-22/+49
|
* Started with JavaScript DM in Java (Rhino)Stefan Radomski2014-05-122-2/+2
|
* Support for custom event sources with promelaStefan Radomski2014-04-242-143/+334
|
* Beautified CodeStefan Radomski2014-04-224-56/+56
|
* Major refactoringStefan Radomski2014-04-2256-3848/+5081
| | | | | | - Moved tests - Changes to promela datamodel - Implemented Trie
* More work on promela DMStefan Radomski2014-04-1114-113/+234
| | | | changed const of Data subscript operator and introduced at(key) and item(index)
* More work on promela DMStefan Radomski2014-04-109-853/+1255
|
* replaced INT32_MAX with limits.hStefan Radomski2014-04-101-5/+3
|
* INT32_MAX not definedStefan Radomski2014-04-091-0/+3
|
* Started with promela datamodelStefan Radomski2014-04-0937-568/+8828
|
* Support different threads on prolog datamodelStefan Radomski2014-03-125-42/+50
|
* Integrated debugger into browser (use -d command line parameter)Stefan Radomski2014-03-1115-359/+902
|
* Modified InterpreterMonitor for uscxml-debuggerStefan Radomski2014-03-0719-343/+1486
|
* More work on prolog datamodelStefan Radomski2014-02-195-94/+194
|
* Started uscxml debuggerStefan Radomski2014-02-163-20/+15
|
* Corrected CMake syntax errorStefan Radomski2014-01-311-1/+1
|
* Build prolog datamodel on travisStefan Radomski2014-01-311-1/+1
|
* Corrected configure-time check for SMTP in curlStefan Radomski2014-01-312-7/+12
|
* Only build SMTP invoker with current curlStefan Radomski2014-01-311-15/+17
|
* Bug fixes and thread safety for web socketsStefan Radomski2014-01-275-31/+84
|
* IMAP Invoker functionalStefan Radomski2014-01-234-274/+500
|
* Separate special chars in data key into separate compound termsStefan Radomski2014-01-231-2/+15
|
* Fixed a bug with bracketsStefan Radomski2014-01-231-3/+8
|
* Ported IM Invoker for pre 3.0 and beautified codeStefan Radomski2014-01-2222-243/+530
|
* Fixed GCC warningsStefan Radomski2014-01-221-2/+2
|
* Email Attachments and Prolog Version FixesStefan Radomski2014-01-2212-5/+487
|