summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Partially update moc copy from qtbaseMarc Mutz2023-01-031-1/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-183-5/+5
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-184-66/+66
* Use SPDX license identifiersLucie Gérard2022-06-1412-348/+26
* Remove unused .qrc filesJoerg Bornemann2022-01-181-7/+0
* Move qscxmlc to libexecKai Köhne2021-10-271-0/+1
* Skip unnecessary commands when cross-building toolsJoerg Bornemann2021-10-051-1/+1
* Rename qscxmlc CMake optionsJuha Vuolle2021-08-101-7/+10
* Define repo target sets for the conan buildJoerg Bornemann2021-06-071-0/+2
* qt6_add_statecharts cmake macro documentationJuha Vuolle2021-04-191-2/+18
* Create a patch for synchronizing MOC with qtbaseJuha Vuolle2021-04-137-4/+637
* Document manually generated (qscxmlc) source file usage with cmakeJuha Vuolle2021-03-161-0/+10
* Remove qtcxml repo qmake build support (examples excepted)Juha Vuolle2021-02-226-101/+0
* QtScxml: Move ecmascript data model to a pluginTamas Martinec2021-02-171-3/+6
* Qt6 related documentation changes for scxml moduleJuha Vuolle2021-02-111-10/+15
* An attempt to fix --no-gui cmake CI build of the QtScxmlJuha Vuolle2021-01-281-0/+1
* QtScxml module cmake portJuha Vuolle2021-01-212-10/+4
* Update the code generator from the upstream mocJuha Vuolle2021-01-212-369/+74
* Fix a set of compilation errors against Qt6Juha Vuolle2021-01-212-2/+1
* Re-generate all CMake filesJoerg Bornemann2021-01-192-5/+7
* Merge remote-tracking branch 'origin/wip/cmake' into devJoerg Bornemann2021-01-183-0/+110
|\
| * Regenerate projectswip/cmakeAlexandru Croitor2019-11-152-6/+4
| * Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-152-10/+10
| |\
| | * Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-10-042-29/+29
| | |\
| * | | Port QtScxml to CMakeJoerg Bornemann2019-09-263-0/+112
| | |/ | |/|
| * | Bump Qt version to Qt 6Alexandru Croitor2019-07-102-29/+29
* | | Adapt to latest qtbase changes, bump dependencyKarsten Heimrich2020-08-281-7/+7
* | | Adapt to latest qtbase MOC and QMetaType changesKarsten Heimrich2020-08-183-66/+229
* | | Fix broken build after introducing QByteArrayViewKarsten Heimrich2020-08-141-2/+4
* | | Qt6: Port QtScxml to QStringViewKarsten Heimrich2020-07-011-8/+7
* | | Update QtScxml module towards Qt6 changesKarsten Heimrich2020-07-016-425/+764
* | | Use QList instead of QVectorJarek Kobus2020-06-263-12/+12
* | | Fix compilation after string data changes in qtbaseSimon Hausmann2020-01-243-16/+11
* | | qscxmlc: Use QHash::insert(QHash)Liang Qi2019-12-161-2/+1
* | | qscxmlc: Avoid QHash::unite()Liang Qi2019-12-161-1/+2
* | | Fix usages of text stream operatorsAlexandru Croitor2019-12-052-29/+29
| |/ |/|
* | Eradicate the last Q_FOREACHs and mark the module cleanMarc Mutz2019-07-181-8/+8
* | Fix compilation with explicit QChar(*int*) ctorsMarc Mutz2019-07-151-2/+2
|/
* qscxmlc: Don't compress the templatesThiago Macieira2019-06-202-9/+6
* Use final keywordJarek Kobus2018-05-021-10/+10
* Examples: Use override keywordJarek Kobus2018-05-021-10/+10
* Fix coding style issuesJarek Kobus2018-05-022-5/+5
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-272-12/+12
* Remove unneeded member and dead codeJarek Kobus2017-08-142-6/+2
* Fix build without features.commandlineparserv5.9.0-beta2Tasuku Suzuki2017-04-031-1/+1
* Merge remote-tracking branch 'origin/5.8' into devv5.9.0-alpha1Liang Qi2017-01-254-9/+21
|\
| * remove obsolete host build declarations from subdirs projectsOswald Buddenhagen2017-01-181-2/+0
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-043-5/+19
| |\
| | * Fix header guardsUlf Hermann2016-11-291-3/+3
| | * Merge 5.8 into 5.8.0Oswald Buddenhagen2016-11-295-39/+15
| | |\