summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Beautified codeStefan Radomski2016-01-1013-3211/+3260
|
* Builds with MSVC againStefan Radomski2016-01-104-34/+33
|
* Fixed compilation for gcc on Linux againStefan Radomski2016-01-083-1/+40
|
* Prepared ChartToC transformationStefan Radomski2016-01-0615-28/+28
|
* All changes up to my dissertationStefan Radomski2015-12-047-25/+46
|
* done.event bug and prolog testsStefan Radomski2015-07-082-2/+966
| | | | Fixed the done.event bug and added first prolog transformed IRP tests
* Reactivated PHP bindings and some work on PROMELAStefan Radomski2015-04-022-4/+4
|
* Plenty of smaller fixes and adaptationsStefan Radomski2015-01-193-689/+700
|
* Plenty of smaller bug-fixes for uscxml-transform and PROMELA datamodelStefan Radomski2014-12-264-106/+166
|
* Renamed URI to URLStefan Radomski2014-12-149-48/+43
| | | | Some fixes for Xincludes
* More complete xinclude implementation and testsStefan Radomski2014-12-072-3/+18
|
* Support for xincludeStefan Radomski2014-12-051-2/+2
|
* Support for initial attribute with nested scxml invokersStefan Radomski2014-12-051-0/+5
|
* Nested invokers and delayed events for PROMELA model checkingStefan Radomski2014-12-017-233/+507
|
* Datamode Extensions for V8Stefan Radomski2014-11-144-3/+69
|
* Support for DataModelExtensionsStefan Radomski2014-11-133-1/+97
|
* Hopefully fixed unfortunate document.evaluate bug in ECMAScript bindingsStefan Radomski2014-11-122-2/+10
|
* More work on PROMELA transformationStefan Radomski2014-11-124-2520/+2408
|
* Major work on PROMELA datamodelStefan Radomski2014-10-1221-1426/+1911
|
* Retain ioProcs and invokers object in V8 and moved ctests from contrib to testsStefan Radomski2014-08-282-19/+33
|
* API changes with receiveEventStefan Radomski2014-08-264-5/+6
| | | | | - receiveEvent will deliver to external queue now per default - switched Interpreter implementations to the new algorithm from spec
* Spring cleaning of testsStefan Radomski2014-08-221-0/+10
|
* Corrected for a MSVC compiler bug and more tests in validate()Stefan Radomski2014-08-221-3/+7
|
* New Interpreter::validate() to identify issues with a document before running itStefan Radomski2014-08-217-5/+27
|
* Find JavaScriptCoreGTK3 as wellStefan Radomski2014-08-191-3/+4
|
* DOM support for Lua DM via luaExpatStefan Radomski2014-08-183-304/+390
|
* Polished xhtml invokerStefan Radomski2014-08-155-100/+1017
|
* More JVoiceXML integrationStefan Radomski2014-08-156-23/+400
|
* JavaScriptCore in CMake moduleStefan Radomski2014-08-142-9/+169
|
* Started renewed VoiceXMLInvokerStefan Radomski2014-08-136-1001/+86
|
* Build on Linux and Windows againStefan Radomski2014-08-131-1/+1
|
* Builds for Raspberry andStefan Radomski2014-08-132-83/+67
| | | | started VoiceXML HTTP integration
* Catch std::exception before ... and output e.what()Stefan Radomski2014-08-051-0/+2
|
* Forgot to adapt V8 DMStefan Radomski2014-08-032-3/+3
|
* Got rid of more dynamic_castsStefan Radomski2014-08-0325-96/+101
|
* Support for ignoring libraries when building and minimal buildsStefan Radomski2014-07-317-637/+661
|
* More adhoc extensions for interpretersStefan Radomski2014-07-313-2/+15
|
* See detailled logStefan Radomski2014-07-3011-108/+122
| | | | | | | - 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-47/+46
|
* try / catch blocks for applications and work on dot outputStefan Radomski2014-07-211-4/+5
|
* Generic socket supportStefan Radomski2014-07-166-6/+6
|
* Improved support for dot outputStefan Radomski2014-07-154-37/+301
|
* First signs of Lua DatamodelStefan Radomski2014-07-083-0/+334
|
* Made Blob into Pimpl to better support language bindingsStefan Radomski2014-07-0610-85/+86
|
* Binary data in bindingsStefan Radomski2014-07-051-1/+1
|
* Stop registering a custom exception handlerStefan Radomski2014-07-041-5/+5
|
* Introduced isLocation for datamodels to check for valid namelist entriesStefan Radomski2014-07-0313-2/+58
|
* Got ready for cmake3 and some minor fixesStefan Radomski2014-07-031-1/+1
|
* More polishing for bindings C# and JavaStefan Radomski2014-07-0111-99/+74
|
* Major header movementStefan Radomski2014-06-2718-6/+609
| | | | | | - Used IWYU to reorganize headers - Dropped PHP support - Updated tests