Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some refactoring for improved compile times | Stefan Radomski | 2016-02-23 | 1 | -1/+3 |
| | |||||
* | Beautified code | Stefan Radomski | 2016-01-10 | 1 | -21/+22 |
| | |||||
* | Builds with MSVC again | Stefan Radomski | 2016-01-10 | 2 | -0/+2 |
| | |||||
* | All changes up to my dissertation | Stefan Radomski | 2015-12-04 | 1 | -11/+22 |
| | |||||
* | API changes with receiveEvent | Stefan Radomski | 2014-08-26 | 1 | -1/+1 |
| | | | | | - receiveEvent will deliver to external queue now per default - switched Interpreter implementations to the new algorithm from spec | ||||
* | Started renewed VoiceXMLInvoker | Stefan Radomski | 2014-08-13 | 2 | -935/+0 |
| | |||||
* | Build on Linux and Windows again | Stefan Radomski | 2014-08-13 | 1 | -1/+1 |
| | |||||
* | Builds for Raspberry and | Stefan Radomski | 2014-08-13 | 2 | -83/+67 |
| | | | | started VoiceXML HTTP integration | ||||
* | Catch std::exception before ... and output e.what() | Stefan Radomski | 2014-08-05 | 1 | -0/+2 |
| | |||||
* | Support for ignoring libraries when building and minimal builds | Stefan Radomski | 2014-07-31 | 1 | -71/+75 |
| | |||||
* | try / catch blocks for applications and work on dot output | Stefan Radomski | 2014-07-21 | 1 | -4/+5 |
| | |||||
* | Generic socket support | Stefan Radomski | 2014-07-16 | 2 | -2/+2 |
| | |||||
* | Made Blob into Pimpl to better support language bindings | Stefan Radomski | 2014-07-06 | 1 | -1/+1 |
| | |||||
* | More polishing for bindings C# and Java | Stefan Radomski | 2014-07-01 | 2 | -10/+7 |
| | |||||
* | Major header movement | Stefan Radomski | 2014-06-27 | 1 | -0/+1 |
| | | | | | | - Used IWYU to reorganize headers - Dropped PHP support - Updated tests | ||||
* | - Prolog DM compiles with recent SWI release again | Stefan Radomski | 2014-06-24 | 4 | -25/+27 |
| | | | | | - Bugfixes for stress test - Beautified code | ||||
* | Updated tests for IRP and work on bindings | Stefan Radomski | 2014-06-23 | 1 | -6/+20 |
| | |||||
* | Still with the getNames refactoring | Stefan Radomski | 2014-06-07 | 1 | -2/+2 |
| | |||||
* | getNames() has to return a list | Stefan Radomski | 2014-06-07 | 1 | -2/+2 |
| | |||||
* | Changed getNames signature from set to list | Stefan Radomski | 2014-06-06 | 6 | -19/+39 |
| | |||||
* | Fixed the 100% CPU utilization bug and replaced the bool() cast operator for ↵ | Stefan Radomski | 2014-05-23 | 2 | -2/+2 |
| | | | | data by empty() | ||||
* | Major refactoring | Stefan Radomski | 2014-04-22 | 1 | -1/+1 |
| | | | | | | - Moved tests - Changes to promela datamodel - Implemented Trie | ||||
* | More work on promela DM | Stefan Radomski | 2014-04-11 | 1 | -4/+4 |
| | | | | changed const of Data subscript operator and introduced at(key) and item(index) | ||||
* | Integrated debugger into browser (use -d command line parameter) | Stefan Radomski | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | Corrected configure-time check for SMTP in curl | Stefan Radomski | 2014-01-31 | 1 | -2/+2 |
| | |||||
* | Ported IM Invoker for pre 3.0 and beautified code | Stefan Radomski | 2014-01-22 | 2 | -9/+9 |
| | |||||
* | Polished umundo invoker, prolog datamodel and several bugfixes | Stefan Radomski | 2014-01-17 | 1 | -2/+2 |
| | |||||
* | Expect Invoker and Fedora build fixes | Stefan Radomski | 2014-01-14 | 1 | -1/+39 |
| | |||||
* | Fixed a segfault | Stefan Radomski | 2013-11-19 | 1 | -1/+0 |
| | |||||
* | Builds on windows again | Stefan Radomski | 2013-11-16 | 1 | -1/+1 |
| | |||||
* | Renamed nonsense curlReq to evhttpReq | Stefan Radomski | 2013-11-16 | 2 | -2/+2 |
| | |||||
* | Bug fixes (see details) | Stefan Radomski | 2013-10-28 | 1 | -7/+23 |
| | | | | | | | - No more 100-continue HTTP header - Correctly delegate HTTP requests - More elaborate expressions when communicating via HTTP - Fixed off-by-one in JSCNodeSet | ||||
* | Performance: replaced boost::iequals for strings by inline function | Stefan Radomski | 2013-10-26 | 1 | -2/+2 |
| | |||||
* | Fixed header refactoring | Stefan Radomski | 2013-10-25 | 2 | -0/+3 |
| | |||||
* | Added license information and bug fixes | Stefan Radomski | 2013-10-16 | 17 | -22/+352 |
| | |||||
* | Reactivated plugin system | Stefan Radomski | 2013-10-11 | 1 | -7/+8 |
| | |||||
* | Pass more ECMAScript W3C tests | Stefan Radomski | 2013-10-08 | 2 | -73/+5 |
| | |||||
* | Work on FFMpegInvoker | Stefan Radomski | 2013-09-18 | 2 | -8/+12 |
| | |||||
* | Some bug-fixes and enhancements to build-process | Stefan Radomski | 2013-08-29 | 1 | -0/+6 |
| | |||||
* | Updated W3C tests and bug-fixes | Stefan Radomski | 2013-08-25 | 2 | -0/+11 |
| | |||||
* | Renamed event.type to eventType to avoid clash with send.type and invoker.type | Stefan Radomski | 2013-08-13 | 2 | -2/+2 |
| | |||||
* | Started Java datamodel and fixed memory leaks | Stefan Radomski | 2013-08-13 | 2 | -11/+48 |
| | |||||
* | New version with XHTML invoker | Stefan Radomski | 2013-06-20 | 13 | -146/+409 |
| | |||||
* | W3C MMI Architecture framework | Stefan Radomski | 2013-06-10 | 7 | -174/+648 |
| | |||||
* | Fixed bugs and worked on MMI bridge | Stefan Radomski | 2013-05-14 | 6 | -67/+214 |
| | |||||
* | More work on prolog datamodel | Stefan Radomski | 2013-04-28 | 1 | -4/+14 |
| | |||||
* | Refactored CMakeLists and updated W3C tests | Stefan Radomski | 2013-04-25 | 1 | -0/+53 |
| | |||||
* | More work on XPath datamodel | Stefan Radomski | 2013-04-21 | 1 | -0/+4 |
| | |||||
* | Support for event.raw and more XPath datamodel refactorings | Stefan Radomski | 2013-04-20 | 4 | -57/+84 |
| | |||||
* | Started with xpath datamodel tests | Stefan Radomski | 2013-04-19 | 1 | -3/+9 |
| |