summaryrefslogtreecommitdiffstats
path: root/src/uscxml/messages
Commit message (Collapse)AuthorAgeFilesLines
* Renamed macro and updated W3C Lua testsStefan Radomski2017-05-141-6/+6
|
* Fixes issue #126azhornyak2017-05-131-0/+8
| | | | | | Fixes issue #128 Fixes issue #124 Fixes issue #118
* Fixed issue115Stefan Radomski2017-05-012-12/+12
|
* Reduced dependencies to compile test-gen-c to smaller executableStefan Radomski2017-02-032-1/+4
|
* Reactivated BUILD_AS_PLUGINSStefan Radomski2017-01-273-7/+13
|
* Made GCC/CLang pedantic and fixed warningsStefan Radomski2017-01-231-4/+4
|
* Introduced InvokerCallbacksStefan Radomski2017-01-231-2/+9
|
* Worked on passing even more IRP testsStefan Radomski2017-01-182-19/+20
|
* First support for serialization and some bug fixes for DOM per data.srcStefan Radomski2017-01-134-40/+189
|
* Support for caching values on filesystemStefan Radomski2017-01-082-15/+27
| | | | Use USCXML_NOCACHE_FILES=YES to prevent, I will make this a build flag
* Add constructor for DOMNode'sMatthias Gabriel2016-12-161-0/+1
|
* Custom logging for interpretersStefan Radomski2016-12-121-4/+4
|
* Added test / example for pausable eventqueueStefan Radomski2016-12-122-9/+9
|
* Reduced foreign header dependenciesStefan Radomski2016-12-111-1/+0
|
* Oh how I despise MSVCStefan Radomski2016-12-091-5/+5
|
* Removed easylogging due to JNI segfaultsStefan Radomski2016-12-092-4/+10
|
* Smaller bug-fixes and refactoringsStefan Radomski2016-06-231-1/+1
|
* Minor polishing for Java bindings and first draft of JEXL datamodelStefan Radomski2016-05-261-2/+2
|
* Refactored for public headers and started documentationStefan Radomski2016-05-192-6/+11
|
* Major Refactoring v2.0Stefan Radomski2016-05-1211-1744/+81
|
* Fixed issue 64 and beautified code againStefan Radomski2016-04-281-1/+1
|
* Some more preparations for current V8 APIStefan Radomski2016-03-071-1/+1
|
* Some more refactoring and VHDL transformationStefan Radomski2016-02-245-11/+11
|
* Some refactoring for improved compile timesStefan Radomski2016-02-234-3/+12
|
* Beautified codeStefan Radomski2016-01-101-1/+1
|
* Reactivated PHP bindings and some work on PROMELAStefan Radomski2015-04-021-2/+2
|
* Renamed URI to URLStefan Radomski2014-12-141-0/+1
| | | | Some fixes for Xincludes
* Support for initial attribute with nested scxml invokersStefan Radomski2014-12-051-1/+2
|
* Major work on PROMELA datamodelStefan Radomski2014-10-123-120/+120
|
* Updated documentationStefan Radomski2014-08-201-0/+1
|
* DOM support for Lua DM via luaExpatStefan Radomski2014-08-182-1/+3
|
* More JVoiceXML integrationStefan Radomski2014-08-154-311/+323
|
* JavaScriptCore in CMake moduleStefan Radomski2014-08-143-53/+41
|
* Started renewed VoiceXMLInvokerStefan Radomski2014-08-132-0/+935
|
* Got rid of more dynamic_castsStefan Radomski2014-08-032-3/+3
|
* See detailled logStefan Radomski2014-07-301-4/+4
| | | | | | | - 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
* Improved support for dot outputStefan Radomski2014-07-152-12/+12
|
* Made Blob into Pimpl to better support language bindingsStefan Radomski2014-07-064-27/+99
|
* Binary data in bindingsStefan Radomski2014-07-054-21/+39
|
* Got ready for cmake3 and some minor fixesStefan Radomski2014-07-031-1/+1
|
* More polishing for bindings C# and JavaStefan Radomski2014-07-015-2/+71
|
* Major header movementStefan Radomski2014-06-2710-0/+1530
- Used IWYU to reorganize headers - Dropped PHP support - Updated tests