summaryrefslogtreecommitdiffstats
path: root/tests/auto/compiled
Commit message (Expand)AuthorAgeFilesLines
* Pre-declare some meta types in the headersUlf Hermann2017-08-171-2/+0
* Rename QScxmlParser to QScxmlCompilerUlf Hermann2016-10-141-1/+1
* Use std::function for onEntry and onExit return typesUlf Hermann2016-10-142-4/+1
* Replace Q_FOREACH/foreach with ranged-forErik Verbruggen2016-09-251-1/+1
* Add onEntry and onExit templates to QScxmlStateMachinesUlf Hermann2016-09-122-1/+31
* Replace runningSubStateMachines() with invokableServices()Ulf Hermann2016-08-301-17/+18
* Get rid of qt modeJarek Kobus2016-08-233-3/+0
* In Qt mode reject documents with events that cannot be mapped to slotsUlf Hermann2016-08-181-1/+1
* Make generated signals publicUlf Hermann2016-08-091-0/+12
* Don't generate properties and getters for sub state machinesJarek Kobus2016-07-291-4/+6
* Provide API for access to all running sub state machinesJarek Kobus2016-07-294-1/+56
* Generate unique class names for sub machinesJarek Kobus2016-07-282-2/+2
* Add a test for the state machine with a few sub machinesJarek Kobus2016-07-275-1/+32
* Auto-include qscxmlc in module configUlf Hermann2016-07-151-1/+0
* Add a test for connectToState()Jarek Kobus2016-07-133-1/+143
* Add a test for non-ascii event namesUlf Hermann2016-07-112-1/+20
* Replace the QStateMachine-based implementation.Erik Verbruggen2016-06-091-5/+6
* Allow history states for <scxml>'s "initial" attributeUlf Hermann2016-04-192-1/+17
* Don't mangle service namesUlf Hermann2016-04-181-0/+11
* Don't crash when trying to execute things in the null data modelUlf Hermann2016-04-183-1/+17
* Validate IDs and event names, and handle them well in C++ generation.Erik Verbruggen2016-04-138-0/+277