summaryrefslogtreecommitdiffstats
path: root/tools/repc/utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-141-27/+2
* prevent undefined behavior of using underscore & upper case identifierMoody Liu2022-05-201-60/+84
* Allow automatic move for local variablesSona Kurazyan2021-08-241-1/+1
* Clean-up integer conversion warningsSona Kurazyan2021-02-261-2/+2
* Use QList instead of QVectorJarek Kobus2021-02-161-9/+9
* Fix loop warningsBrett Stottlemyer2021-02-151-8/+8
* [Repc] Remove moc_copy in favor of json inputBrett Stottlemyer2020-07-211-102/+175
* Fix infinite loop during slot cleanup for propertiesChristian Gudrian2018-02-261-0/+1
* Sync moc copy with moc from qtbase 5.9 branchKevin Funk2017-06-091-25/+26
* Correct QtRO license headers and added missing license filesv5.9.0-beta4Jani Heikkinen2017-05-021-16/+11
* Compile with a namespaced QtVolker Krause2017-01-301-0/+4
* Fixes for license checkBrett Stottlemyer2017-01-141-21/+13
* fix repc duplicating signal/slot for replicasAlexey Mednyy2016-07-221-3/+23
* Work around dependency issue for repparser.hKevin Funk2016-02-121-0/+3
* Add return type to generate slots/signals in .rep fileSwen Kooij2016-01-121-1/+2
* Added option '-c' to force generation of 'class' instead of 'POD'Swen Kooij2016-01-121-2/+2
* Don't generate empty PROP() when there are no propertiesSwen Kooij2016-01-121-1/+2
* fix detection of READONLY properties when parsing C++ file (.rep & AST genera...Norbert Nemec2015-12-011-4/+6
* Change PODS from Q_OBJECT to Q_GADGETBrett Stottlemyer2015-08-071-5/+4
* [repc] Replace std::vector -> QVectorBrett Stottlemyer2014-12-041-1/+1
* Add .rep and .h generator from server .h fileBogDan Vatra2014-12-021-0/+197