summaryrefslogtreecommitdiffstats
path: root/tests/auto/parser
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-151-0/+3
|\
| * Output a better warning when runtime-loading malformed SCXMLUlf Hermann2017-11-101-0/+3
* | Pre-declare some meta types in the headersUlf Hermann2017-08-171-2/+0
|/
* Rename QScxmlParser to QScxmlCompilerUlf Hermann2016-10-141-1/+1
* Replace Q_FOREACH/foreach with ranged-forErik Verbruggen2016-09-251-2/+3
* Get rid of qt modeJarek Kobus2016-08-237-65/+3
* In Qt mode reject documents with events that cannot be mapped to slotsUlf Hermann2016-08-181-0/+2
* Fix test after change in qtbaseErik Verbruggen2016-08-031-1/+1
* Auto-include qscxmlc in module configUlf Hermann2016-07-151-2/+0
* Change verification to run if no parse errors are found.Erik Verbruggen2016-06-078-12/+0
* Simplify qscxmlc test scxml and merge it into parser testUlf Hermann2016-06-0276-85/+588
* Move scxml files into data subfolder, add more testsJarek Kobus2016-05-2010-12/+97
* Detect clashes in event and state namesJarek Kobus2016-04-143-22/+105
* Validate IDs and event names, and handle them well in C++ generation.Erik Verbruggen2016-04-136-3/+154
* Update license headersJarek Kobus2016-01-263-18/+74
* Even more documentation.Erik Verbruggen2015-12-011-1/+1
* Build fixes.Erik Verbruggen2015-11-181-1/+3
* Fix logging.Erik Verbruggen2015-11-041-1/+1
* Fix leaks.Erik Verbruggen2015-10-081-1/+2
* More build fixes.Erik Verbruggen2015-09-211-2/+2
* Nuked the Scxml namespace.Erik Verbruggen2015-09-171-4/+2
* Renamed StateMachine to QScxmlStateMachine.Erik Verbruggen2015-09-171-1/+1
* Renamed TableData to QScxmlTableData and ScxmlError to QScxmlError.Erik Verbruggen2015-09-171-9/+9
* Ignore tags in unknown namespaces.Erik Verbruggen2015-09-033-3/+21
* Add parser auto testJarek Kobus2015-09-034-0/+111