summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix qmake warnings.Erik Verbruggen2015-08-112-0/+5
* Renamed StateTable to StateMachine.Erik Verbruggen2015-08-112-16/+16
* Moved all subclasses of QState/QAbstractTransition into own header.Erik Verbruggen2015-08-111-3/+16
* Change the StateTable to not expose QStateMachine.Erik Verbruggen2015-08-111-5/+5
* Move all "construction code" into StateTable::fromFile()Erik Verbruggen2015-08-112-12/+2
* Fix memory leak of the data model.Erik Verbruggen2015-07-271-14/+19
* Get stuff working with VS2012.Erik Verbruggen2015-07-273-37/+76
* Fix initial transitions for history states.Erik Verbruggen2015-07-271-2/+18
* Fix build.Erik Verbruggen2015-06-161-1/+1
* Moved the C++ dumper class to the tool.Erik Verbruggen2015-06-113-2/+960
* Moved the document model to a private header.Erik Verbruggen2015-06-111-2/+2
* Pulled the examples apart.Erik Verbruggen2015-06-111-1/+1
* Moved qscxmlc, examples, and tests to correct places.Erik Verbruggen2015-06-113-0/+139