summaryrefslogtreecommitdiffstats
path: root/tests/auto/compiled/tst_compiled.cpp
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-141-3/+0
* Replace Q_FOREACH/foreach with ranged-forErik Verbruggen2016-09-251-1/+1
* Add onEntry and onExit templates to QScxmlStateMachinesUlf Hermann2016-09-121-0/+30
* Replace runningSubStateMachines() with invokableServices()Ulf Hermann2016-08-301-17/+18
* 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-291-0/+36
* Add a test for the state machine with a few sub machinesJarek Kobus2016-07-271-0/+14
* Add a test for connectToState()Jarek Kobus2016-07-131-0/+99
* Add a test for non-ascii event namesUlf Hermann2016-07-111-0/+16
* Replace the QStateMachine-based implementation.Erik Verbruggen2016-06-091-5/+6
* 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-181-0/+8
* Validate IDs and event names, and handle them well in C++ generation.Erik Verbruggen2016-04-131-0/+88