summaryrefslogtreecommitdiffstats
path: root/src/uscxml
Commit message (Collapse)AuthorAgeFilesLines
...
* Various bug fixesStefan Radomski2017-05-144-27/+27
|
* Passes more tests againStefan Radomski2017-05-143-5/+12
|
* Beautified code and some light refactoringStefan Radomski2017-05-144-8/+10
|
* Renamed macro and updated W3C Lua testsStefan Radomski2017-05-142-21/+21
|
* Final corrections for eval functionalexzhornyak2017-05-133-114/+35
|
* Merge branch 'Improving-EvalAsData' into Explicit-Evalalexzhornyak2017-05-1310-86/+110
|\
| * Fixes issue #126azhornyak2017-05-135-48/+71
| | | | | | | | | | | | Fixes issue #128 Fixes issue #124 Fixes issue #118
| * Fix issue 116alexzhornyak2017-05-081-3/+6
| | | | | | | | Creating temporary variable for assigning function
| * Issue with test 179alexzhornyak2017-05-071-1/+11
| | | | | | | | Corrected BasicContentExecutor to pass test 179
| * evalAsScriptalexzhornyak2017-05-0713-36/+37
| | | | | | | | Implemented evalAsScript function
| * 1) correcting for issue 120alexzhornyak2017-05-073-1/+3
| | | | | | | | 2) making exported SCXMLIOProcessor
* | Merge branch 'master' of github.com:tklab-tud/uscxmlStefan Radomski2017-05-101-2/+2
|\ \
| * | No need to export header template functionsalexzhornyak2017-05-101-2/+2
| |/
* | Fixed issue 119Stefan Radomski2017-05-102-1/+3
| |
* | Fixed issue 114Stefan Radomski2017-05-1014-69/+120
|/
* Actually fixed issue 113Stefan Radomski2017-05-041-1/+6
|
* Fixed issue 117Stefan Radomski2017-05-038-49/+94
|
* Fixed issue115Stefan Radomski2017-05-013-16/+16
|
* Optimized ANSI-C transformationStefan Radomski2017-04-304-33/+77
|
* Fixed issue113 for realStefan Radomski2017-04-273-7/+7
|
* Added explicit newline to most logsStefan Radomski2017-04-278-67/+67
|
* Fixed issue113Stefan Radomski2017-04-262-3/+9
|
* Fixed issue109Stefan Radomski2017-04-261-1/+21
|
* Fixed issue110Stefan Radomski2017-04-262-3/+2
|
* Fixed build errors on Windows and DebianStefan Radomski2017-04-131-7/+7
|
* Added missing include for std::mutexStefan Radomski2017-04-121-0/+1
|
* Reduced dependencies on XercesCStefan Radomski2017-04-1221-69/+5923
|
* Included UriParser in contrib directoryStefan Radomski2017-04-043-1/+8
|
* Missing pthread dependency on linuxStefan Radomski2017-02-081-1/+1
|
* Reduced dependencies to compile test-gen-c to smaller executableStefan Radomski2017-02-0317-41/+51
|
* Fixes builds on MSVCStefan Radomski2017-01-301-2/+2
|
* Introduced constants for XML namesStefan Radomski2017-01-3014-691/+738
|
* Unified DOM traversal and removed iostreamsStefan Radomski2017-01-3028-275/+121
|
* Builds with MSVC againStefan Radomski2017-01-281-1/+1
|
* Changed Capitalization of NULLStefan Radomski2017-01-272-0/+0
|
* Reactivated BUILD_AS_PLUGINSStefan Radomski2017-01-2743-214/+691
|
* Added -Wall for clang and gccStefan Radomski2017-01-233-0/+10
|
* Made GCC/CLang pedantic and fixed warningsStefan Radomski2017-01-2311-56/+70
|
* Some more headers to includeStefan Radomski2017-01-231-0/+1
|
* FS on MacOS is case-insensitiveStefan Radomski2017-01-231-5/+2
|
* Introduced InvokerCallbacksStefan Radomski2017-01-2310-49/+99
|
* Fixed a case-typo and the WITH_CACHE_FILES macroStefan Radomski2017-01-232-2/+9
|
* Worked on passing even more IRP testsStefan Radomski2017-01-1831-287/+327
|
* MS dropped POSIX compliance just to annoy usStefan Radomski2017-01-131-1/+1
|
* First support for serialization and some bug fixes for DOM per data.srcStefan Radomski2017-01-1334-145/+756
|
* Introduced WITH_CACHE_FILES build option (defaults to true)Stefan Radomski2017-01-082-13/+36
|
* Support for caching values on filesystemStefan Radomski2017-01-0820-175/+617
| | | | Use USCXML_NOCACHE_FILES=YES to prevent, I will make this a build flag
* Merge branch 'master' of github.com:tklab-tud/uscxmlStefan Radomski2016-12-241-0/+1
|\
| * Merge branch 'master' of https://github.com/tklab-tud/uscxml into ↵Matthias Gabriel2016-12-162-11/+12
| |\ | | | | | | | | | FixDataWithNode
| * | Add constructor for DOMNode'sMatthias Gabriel2016-12-161-0/+1
| | |