summaryrefslogtreecommitdiffstats
path: root/src/uscxml
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed previous commitStefan Radomski2014-10-211-6/+8
* optimized queue length calculations for promela transformationStefan Radomski2014-10-212-17/+37
* Optimized Promela generationStefan Radomski2014-10-214-48/+237
* SCXML -> Promela skips intermediate explicit flat SCXML for ridiculous better...Stefan Radomski2014-10-2017-993/+1731
* Major work on PROMELA datamodelStefan Radomski2014-10-1246-2096/+3628
* Create default timeouts for tests and adapt in test-w3c via DOMStefan Radomski2014-08-281-3/+2
* Retain ioProcs and invokers object in V8 and moved ctests from contrib to testsStefan Radomski2014-08-282-19/+33
* Switched to new Interpreter implementation per defaultStefan Radomski2014-08-273-186/+206
* Identify InterpreterIssues at runtimeStefan Radomski2014-08-265-24/+81
* conditionalized debugging std::coutsStefan Radomski2014-08-262-17/+29
* API changes with receiveEventStefan Radomski2014-08-2614-1893/+1124
* Spring cleaning of testsStefan Radomski2014-08-221-0/+10
* Moved InterpreterIssues to own source fileStefan Radomski2014-08-225-527/+725
* Corrected for a MSVC compiler bug and more tests in validate()Stefan Radomski2014-08-222-47/+108
* More issues being idenified via interpreter.validate()Stefan Radomski2014-08-213-133/+244
* New Interpreter::validate() to identify issues with a document before running itStefan Radomski2014-08-2111-17/+479
* Reactiveted new CMake policies and some more documentationStefan Radomski2014-08-211-0/+4
* Updated documentationStefan Radomski2014-08-201-0/+1
* Find JavaScriptCoreGTK3 as wellStefan Radomski2014-08-193-7/+7
* DOM support for Lua DM via luaExpatStefan Radomski2014-08-185-305/+393
* Polished xhtml invokerStefan Radomski2014-08-158-103/+1030
* More JVoiceXML integrationStefan Radomski2014-08-1511-335/+730
* JavaScriptCore in CMake moduleStefan Radomski2014-08-147-63/+213
* Started renewed VoiceXMLInvokerStefan Radomski2014-08-138-68/+95
* Build on Linux and Windows againStefan Radomski2014-08-133-20/+33
* Builds for Raspberry andStefan Radomski2014-08-137-160/+277
* Reformatted w3c tests with xmllintStefan Radomski2014-08-114-58/+157
* Be more explicit as to why a configuration is invalidStefan Radomski2014-08-084-49/+67
* Catch std::exception before ... and output e.what()Stefan Radomski2014-08-056-48/+98
* Beautified flattened state-machine idsStefan Radomski2014-08-045-115/+190
* Forgot to adapt V8 DMStefan Radomski2014-08-032-3/+3
* Forgot to remove InterpreterRC header referenceStefan Radomski2014-08-031-1/+1
* Got rid of more dynamic_castsStefan Radomski2014-08-0342-367/+462
* Support for ignoring libraries when building and minimal buildsStefan Radomski2014-07-3111-691/+725
* More adhoc extensions for interpretersStefan Radomski2014-07-315-14/+54
* Stupid bugStefan Radomski2014-07-301-1/+1
* See detailled logStefan Radomski2014-07-3024-345/+1414
* More work on lua datamodelStefan Radomski2014-07-236-131/+130
* try / catch blocks for applications and work on dot outputStefan Radomski2014-07-216-243/+404
* bug fix for errnoStefan Radomski2014-07-171-0/+1
* Build fixes for gccStefan Radomski2014-07-162-1/+2
* Generic socket supportStefan Radomski2014-07-1615-9/+551
* More fixes for language bindingsStefan Radomski2014-07-151-1/+3
* Improved support for dot outputStefan Radomski2014-07-1512-184/+744
* First signs of Lua DatamodelStefan Radomski2014-07-086-5/+350
* Appr. 15% performance boost by avoiding dynamic_cast in DOMStefan Radomski2014-07-0710-190/+194
* 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