summaryrefslogtreecommitdiffstats
path: root/src/uscxml
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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 FixDataWith...Matthias Gabriel2016-12-162-11/+12
| |\
| * | Add constructor for DOMNode'sMatthias Gabriel2016-12-161-0/+1
* | | First implementation of Python wrappersStefan Radomski2016-12-241-1/+1
| |/ |/|
* | Merge branch 'master' of github.com:tklab-tud/uscxmlStefan Radomski2016-12-152-1/+2
|\ \ | |/
| * Add missing mutex includesMatthias Gabriel2016-12-152-1/+2
* | Prevented overflow with size_t::max for durationsStefan Radomski2016-12-152-11/+12
|/
* Reduced header dependenciesStefan Radomski2016-12-124-22/+21
* DebugSession implements new Logger ABCStefan Radomski2016-12-124-26/+76
* Custom logging for interpretersStefan Radomski2016-12-1222-96/+122
* Fixed the MSVC buildStefan Radomski2016-12-121-2/+2
* Added test / example for pausable eventqueueStefan Radomski2016-12-1236-1854/+1865
* Reduced foreign header dependenciesStefan Radomski2016-12-1123-340/+410
* Fixed issue 97Stefan Radomski2016-12-101-1/+1
* Fixed unresolved getcwd with MSVCStefan Radomski2016-12-091-0/+2
* Oh how I despise MSVCStefan Radomski2016-12-0917-107/+99
* Removed easylogging due to JNI segfaultsStefan Radomski2016-12-0929-44/+381
* Merge branch 'master' of github.com:tklab-tud/uscxmlStefan Radomski2016-12-062-1400/+1605
|\