summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Rename qscxmlc optionsJarek Kobus2016-03-071-4/+3
* Add an qt-mode option to qscxmlcJarek Kobus2016-03-071-1/+25
* Use QCommandLineParser inside qscxmlcJarek Kobus2016-02-181-47/+74
* Add version info to qscxmlcJarek Kobus2016-02-182-6/+8
* Add a version check & edit disclaimer to generated files.Erik Verbruggen2016-02-053-0/+32
* Change staticMetaObject generation.Erik Verbruggen2016-02-057-43/+2284
* Remove event_ prefix from event signals and slots.Erik Verbruggen2016-02-041-21/+28
* Update license headersJarek Kobus2016-01-264-36/+63
* Remove QScxmlStateMachine::setDataModel.Erik Verbruggen2015-12-031-3/+5
* Change QScxmlEvent::{name,sendId} from QByteArray to QString.Erik Verbruggen2015-12-031-61/+2
* Fixed some fixes.Erik Verbruggen2015-11-191-0/+2
* Fix cross-compilation.Erik Verbruggen2015-11-182-2/+19
* More license fixes.Erik Verbruggen2015-11-171-17/+20
* Fix licenses.Erik Verbruggen2015-11-173-51/+60
* Doc: standardized spelling of state machineNico Vertriest2015-11-131-1/+1
* Add cmdline options docs for qscxmlc.Erik Verbruggen2015-11-121-5/+8
* Doc: Add documentation for the Qt SCXML compilerTopi Reinio2015-11-101-0/+77
* Work around a bug in GCC.Erik Verbruggen2015-10-291-10/+9
* Fix building with MSVC2012.Erik Verbruggen2015-10-281-29/+31
* Compile fix for linuxJarek Kobus2015-10-061-0/+1
* Add properties for nested state machines.Erik Verbruggen2015-10-063-39/+126
* Split qscxmlstatemachine.h into separate files.Erik Verbruggen2015-10-061-2/+4
* Cleanup: enamed all "table" variables to "stateMachine".Erik Verbruggen2015-10-061-1/+1
* Various build fixes.Erik Verbruggen2015-10-061-1/+3
* Compile fixes against 5.5Risto Avila2015-09-251-1/+1
* Renamed files to (hopefully) match Qt naming.Erik Verbruggen2015-09-173-11/+10
* Nuked the Scxml namespace.Erik Verbruggen2015-09-173-48/+41
* Renamed StateMachine to QScxmlStateMachine.Erik Verbruggen2015-09-171-4/+4
* Renamed TableData to QScxmlTableData and ScxmlError to QScxmlError.Erik Verbruggen2015-09-172-3/+3
* Renamed all invokable services (and their factories) to QScxml*Erik Verbruggen2015-09-171-1/+1
* Prefixed ScxmlState/ScxmlTransition with Q.Erik Verbruggen2015-09-171-3/+3
* Renamed ExecutableContent to QScxmlExecutableContent.Erik Verbruggen2015-09-171-17/+17
* Tweaked generated cpp output a bit.Erik Verbruggen2015-09-171-13/+22
* Remove getter for QStateMachine from StateMachine class.Erik Verbruggen2015-09-171-5/+5
* Renamed ScxmlParser to QScxmlParser.Erik Verbruggen2015-09-171-2/+2
* C++ data-model.Erik Verbruggen2015-09-171-86/+197
* Prefix data models with QScxml.Erik Verbruggen2015-09-151-10/+10
* Support namelist attribute and <param> in <invoke>.Erik Verbruggen2015-09-151-1/+1
* Support <finalize> in <invoke>.Erik Verbruggen2015-09-081-2/+9
* Support locationid in <invoke>.Erik Verbruggen2015-09-082-3/+9
* Add initial support for <invoke>.Erik Verbruggen2015-09-033-117/+255
* Fix initial state attribute handling.Erik Verbruggen2015-08-271-2/+3
* ExecutableContent: Don't generate empty strings and byte arraysJarek Kobus2015-08-251-3/+3
* Pimple Scxml::ScxmlEvent, and rename to QScxmlEventAndré Pönitz2015-08-251-2/+2
* Pass data in & out of a state-machine.Erik Verbruggen2015-08-251-20/+81
* Rely on qt_tool to do the right thingLouai Al-Khanji2015-08-251-1/+1
* Set the host_build config option for qscxmlcLouai Al-Khanji2015-08-251-0/+2
* Canonicalize module naming (QScxml -> QtScxml)Louai Al-Khanji2015-08-124-9/+9
* Remove an std::function from the public interface.Erik Verbruggen2015-08-111-2/+1
* qscxmlc: Show SCXML verification errors and cleanup error codes.Erik Verbruggen2015-08-111-28/+41