summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter
Commit message (Expand)AuthorAgeFilesLines
* Reenabled V8, Debugger tests and smaller fixesStefan Radomski2017-08-016-23/+28
* Beautified codeStefan Radomski2017-07-196-458/+458
* DOM with Lua DataModel and dropped V8Stefan Radomski2017-07-194-158/+172
* LambdaMonitors and prepared use-case examplesStefan Radomski2017-07-133-16/+324
* Removed iostreams and PGO preparationStefan Radomski2017-07-111-1/+0
* More performance for microsteppersStefan Radomski2017-07-105-122/+273
* Merge remote-tracking branch 'origin/master' into sradomskiStefan Radomski2017-07-051-2/+2
|\
| * Merge pull request #153 from tklab-tud/sradomskiStefan Radomski2017-07-047-146/+353
| |\
| * | Fixes issue #147alexzhornyak2017-06-281-2/+2
* | | More performant MonitorsStefan Radomski2017-07-059-1283/+1302
| |/ |/|
* | BEnchmarks and performance improvementsStefan Radomski2017-07-037-146/+353
|/
* Some minor memory optimizationsStefan Radomski2017-06-262-18/+21
* New default microstepper implementationStefan Radomski2017-06-263-1/+1321
* EVLOOP_NO_EXIT_ON_EMPTY workaroundStefan Radomski2017-06-092-80/+1
* Performance improvementsStefan Radomski2017-06-085-79/+183
* Fixed issue 141Stefan Radomski2017-05-291-0/+1
* Fixed issue 135 custom executable contentStefan Radomski2017-05-224-0/+28
* Fixed issue 134 with remote scriptsStefan Radomski2017-05-192-1/+24
* Fixed issue 132Stefan Radomski2017-05-181-1/+16
* Do not hide exception thrown when invokingStefan Radomski2017-05-161-0/+3
* Various bug fixesStefan Radomski2017-05-141-16/+16
* Passes more tests againStefan Radomski2017-05-141-4/+7
* Beautified code and some light refactoringStefan Radomski2017-05-142-3/+2
* Renamed macro and updated W3C Lua testsStefan Radomski2017-05-141-15/+15
* Final corrections for eval functionalexzhornyak2017-05-132-2/+2
* Merge branch 'Improving-EvalAsData' into Explicit-Evalalexzhornyak2017-05-133-16/+31
|\
| * Fixes issue #126azhornyak2017-05-131-15/+15
| * Issue with test 179alexzhornyak2017-05-071-1/+11
| * evalAsScriptalexzhornyak2017-05-073-1/+6
|/
* Actually fixed issue 113Stefan Radomski2017-05-041-1/+6
* Fixed issue 117Stefan Radomski2017-05-031-1/+1
* Optimized ANSI-C transformationStefan Radomski2017-04-301-1/+1
* Fixed issue113 for realStefan Radomski2017-04-272-5/+5
* Added explicit newline to most logsStefan Radomski2017-04-272-14/+14
* Fixed issue113Stefan Radomski2017-04-262-3/+9
* Reduced dependencies on XercesCStefan Radomski2017-04-122-14/+16
* Reduced dependencies to compile test-gen-c to smaller executableStefan Radomski2017-02-037-33/+33
* Introduced constants for XML namesStefan Radomski2017-01-303-96/+96
* Unified DOM traversal and removed iostreamsStefan Radomski2017-01-306-8/+15
* Reactivated BUILD_AS_PLUGINSStefan Radomski2017-01-273-3/+14
* Added -Wall for clang and gccStefan Radomski2017-01-231-0/+3
* Made GCC/CLang pedantic and fixed warningsStefan Radomski2017-01-233-4/+4
* Introduced InvokerCallbacksStefan Radomski2017-01-231-2/+4
* Fixed a case-typo and the WITH_CACHE_FILES macroStefan Radomski2017-01-232-2/+9
* Worked on passing even more IRP testsStefan Radomski2017-01-185-25/+82
* 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-1320-84/+445
* Introduced WITH_CACHE_FILES build option (defaults to true)Stefan Radomski2017-01-082-13/+36
* Support for caching values on filesystemStefan Radomski2017-01-086-75/+213
* Prevented overflow with size_t::max for durationsStefan Radomski2016-12-152-11/+12