summaryrefslogtreecommitdiffstats
path: root/tests/auto/parser/tst_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for test filesLucie Gérard2024-04-041-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-3/+3
* Use SPDX license identifiersLucie Gérard2022-06-141-27/+2
* Use QList instead of QVectorJarek Kobus2020-06-261-1/+1
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-1/+1
* 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
* Simplify qscxmlc test scxml and merge it into parser testUlf Hermann2016-06-021-85/+19
* Move scxml files into data subfolder, add more testsJarek Kobus2016-05-201-6/+20
* Detect clashes in event and state namesJarek Kobus2016-04-141-22/+58
* Validate IDs and event names, and handle them well in C++ generation.Erik Verbruggen2016-04-131-2/+20
* Update license headersJarek Kobus2016-01-261-18/+16
* 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-031-3/+8
* Add parser auto testJarek Kobus2015-09-031-0/+84