summaryrefslogtreecommitdiffstats
path: root/tools/qscxmlc/generator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update moc from upstreamUlf Hermann2024-12-021-549/+404
* Adjust to moc changesIvan Solovev2024-11-191-6/+2
* Update moc from upstreamUlf Hermann2024-08-061-1/+1
* Update mocUlf Hermann2024-02-061-10/+26
* Update the moc copyUlf Hermann2023-08-221-213/+158
* Update moc copy from qtbaseUlf Hermann2023-02-131-196/+298
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-59/+59
* Use SPDX license identifiersLucie Gérard2022-06-141-29/+4
* Create a patch for synchronizing MOC with qtbaseJuha Vuolle2021-04-131-3/+5
* Update the code generator from the upstream mocJuha Vuolle2021-01-211-347/+51
* Fix a set of compilation errors against Qt6Juha Vuolle2021-01-211-1/+1
* Adapt to latest qtbase changes, bump dependencyKarsten Heimrich2020-08-281-7/+7
* Adapt to latest qtbase MOC and QMetaType changesKarsten Heimrich2020-08-181-65/+226
* Fix broken build after introducing QByteArrayViewKarsten Heimrich2020-08-141-2/+4
* Update QtScxml module towards Qt6 changesKarsten Heimrich2020-07-011-349/+554
* Use QList instead of QVectorJarek Kobus2020-06-261-2/+2
* Fix compilation after string data changes in qtbaseSimon Hausmann2020-01-241-8/+5
* qscxmlc: Use QHash::insert(QHash)Liang Qi2019-12-161-2/+1
* qscxmlc: Avoid QHash::unite()Liang Qi2019-12-161-1/+2
* Eradicate the last Q_FOREACHs and mark the module cleanMarc Mutz2019-07-181-8/+8
* Fix coding style issuesJarek Kobus2018-05-021-4/+4
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-11/+11
* Remove unneeded member and dead codeJarek Kobus2017-08-141-4/+1
* Optionally generate accessor and signal methods for statesUlf Hermann2016-12-131-3/+33
* Clean up includesUlf Hermann2016-09-221-0/+1
* Replace the QStateMachine-based implementation.Erik Verbruggen2016-06-091-4/+9
* Write generated string literals as array of numbersUlf Hermann2016-04-131-44/+12
* Use a plain QIODevice for dumping the C++Ulf Hermann2016-04-051-7/+9
* Add missing va_endFrederik Gladhorn2016-04-011-0/+1
* Change staticMetaObject generation.Erik Verbruggen2016-02-051-0/+1616