summaryrefslogtreecommitdiffstats
path: root/tests/auto/parser
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings from [[nodiscard]] QIODevice::openVolker Hilsheimer2025-01-151-1/+1
* Change license for test filesLucie Gérard2024-04-048-8/+8
* qtscxml: Error out when no script content givenSemih Yavuz2023-11-075-0/+17
* Port from container::count() and length() to size()Marc Mutz2022-10-071-3/+3
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-1413-226/+26
* Remove unused .qrc filesJoerg Bornemann2022-01-181-84/+0
* Fix duplicate autotest target nameJoerg Bornemann2021-05-121-3/+3
* Remove qtcxml repo qmake build support (examples excepted)Juha Vuolle2021-02-222-14/+0
* QtScxml module cmake portJuha Vuolle2021-01-211-2/+2
* Merge remote-tracking branch 'origin/wip/cmake' into devJoerg Bornemann2021-01-181-0/+109
|\
| * Regenerate projectswip/cmakeAlexandru Croitor2019-11-151-2/+2
| * Port QtScxml to CMakeJoerg Bornemann2019-09-261-0/+109
* | 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
* 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