summaryrefslogtreecommitdiffstats
path: root/test/src
Commit message (Collapse)AuthorAgeFilesLines
* API changes with receiveEventStefan Radomski2014-08-261-0/+2
| | | | | - receiveEvent will deliver to external queue now per default - switched Interpreter implementations to the new algorithm from spec
* Spring cleaning of testsStefan Radomski2014-08-2212-742/+9
|
* Moved InterpreterIssues to own source fileStefan Radomski2014-08-221-0/+36
|
* Corrected for a MSVC compiler bug and more tests in validate()Stefan Radomski2014-08-221-0/+8
|
* More issues being idenified via interpreter.validate()Stefan Radomski2014-08-212-23/+316
|
* New Interpreter::validate() to identify issues with a document before running itStefan Radomski2014-08-211-0/+24
|
* More JVoiceXML integrationStefan Radomski2014-08-153-21/+300
|
* JavaScriptCore in CMake moduleStefan Radomski2014-08-141-0/+2
|
* Started renewed VoiceXMLInvokerStefan Radomski2014-08-133-7/+6
|
* Build on Linux and Windows againStefan Radomski2014-08-132-9/+20
|
* Builds for Raspberry andStefan Radomski2014-08-133-21/+344
| | | | started VoiceXML HTTP integration
* Catch std::exception before ... and output e.what()Stefan Radomski2014-08-052-3/+3
|
* Beautified flattened state-machine idsStefan Radomski2014-08-041-0/+57
|
* Got rid of more dynamic_castsStefan Radomski2014-08-031-4/+4
|
* See detailled logStefan Radomski2014-07-301-1/+1
| | | | | | | - 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-231-6/+6
|
* try / catch blocks for applications and work on dot outputStefan Radomski2014-07-211-0/+72
|
* More missing includes fixedStefan Radomski2014-07-171-0/+1
|
* Generic socket supportStefan Radomski2014-07-162-1/+99
|
* Improved support for dot outputStefan Radomski2014-07-152-13/+17
|
* Made Blob into Pimpl to better support language bindingsStefan Radomski2014-07-062-10/+27
|
* Messed up an #endifStefan Radomski2014-07-041-1/+0
|
* Stop registering a custom exception handlerStefan Radomski2014-07-041-0/+3
|
* Removed w3c ecma tests from xpath and vice versaStefan Radomski2014-07-032-218/+132
|
* Got ready for cmake3 and some minor fixesStefan Radomski2014-07-031-57/+57
|
* More polishing for bindings C# and JavaStefan Radomski2014-07-011-53/+293
|
* Major header movementStefan Radomski2014-06-275-1/+10
| | | | | | - Used IWYU to reorganize headers - Dropped PHP support - Updated tests
* - Prolog DM compiles with recent SWI release againStefan Radomski2014-06-243-171/+175
| | | | | - Bugfixes for stress test - Beautified code
* Updated tests for IRP and work on bindingsStefan Radomski2014-06-232-32/+177
|
* Builds as plugins againStefan Radomski2014-05-232-180/+1
|
* Fixed the 100% CPU utilization bug and replaced the bool() cast operator for ↵Stefan Radomski2014-05-231-0/+179
| | | | data by empty()
* Builds with MSVC againStefan Radomski2014-05-223-4/+4
|
* Introduced interpreter.step()Stefan Radomski2014-05-153-22/+151
|
* Fixed some bugs with java bindingsStefan Radomski2014-05-142-3/+11
|
* Support for custom event sources with promelaStefan Radomski2014-04-241-12/+174
|
* Major refactoringStefan Radomski2014-04-224-52/+366
| | | | | | - Moved tests - Changes to promela datamodel - Implemented Trie
* More work on promela DMStefan Radomski2014-04-111-0/+1
| | | | changed const of Data subscript operator and introduced at(key) and item(index)
* More work on promela DMStefan Radomski2014-04-101-25/+48
|
* dot was dropped in favor of debugStefan Radomski2014-04-091-2/+0
|
* Started with promela datamodelStefan Radomski2014-04-092-8/+125
|
* Modified InterpreterMonitor for uscxml-debuggerStefan Radomski2014-03-071-183/+0
|
* Ported IM Invoker for pre 3.0 and beautified codeStefan Radomski2014-01-221-21/+21
|
* Expect Invoker and Fedora build fixesStefan Radomski2014-01-142-11/+75
|
* Performance and bugfix for WebSocketsStefan Radomski2013-12-202-6/+78
|
* Only start HTTP server if there is something to serveStefan Radomski2013-11-202-51/+0
|
* Start tests with HTTP available, as some will fail otherwiseStefan Radomski2013-11-191-13/+3
|
* Renamed nonsense curlReq to evhttpReqStefan Radomski2013-11-161-1/+1
|
* Header file fixesStefan Radomski2013-10-312-0/+2
|
* Moved Parser into DOMUtils and new node -> xpath function for debuggingStefan Radomski2013-10-311-0/+18
|
* Added XML node to DataModel::evalAsBool signature to enable script cachingStefan Radomski2013-10-271-0/+7
|