summaryrefslogtreecommitdiffstats
path: root/tools/repc/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* repc: Create reproduceable buildsFriedemann Kleint5 days1-0/+3
* Adapt to QFile::open being [[nodiscard]]Volker Hilsheimer2024-12-141-2/+10
* repc: Fix CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-211-8/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-061-2/+2
* Use SPDX license identifiersLucie Gérard2022-06-141-27/+2
* Refactor repcodegeneratorBrett Stottlemyer2021-08-221-6/+6
* [Repc] Remove moc_copy in favor of json inputBrett Stottlemyer2020-07-211-36/+27
* Update dependenciesBrett Stottlemyer2020-06-011-2/+2
* repc: eradicate Q_FOREACH loopsMarc Mutz2019-06-191-1/+2
* Port from QLatin1Literal to QLatin1StringLiang Qi2019-06-141-2/+2
* repc: Fix g++ 7.2 compiler warning about fall throughFriedemann Kleint2018-03-191-1/+1
* 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/+2
* Fixes for license checkBrett Stottlemyer2017-01-141-21/+13
* repc: Remove output file in case of invalid inputKevin Funk2016-12-201-3/+10
* Prefer multi-arg `QString::arg()`.Daniel Pfeifer2016-05-231-1/+1
* Added option '-c' to force generation of 'class' instead of 'POD'Swen Kooij2016-01-121-1/+5
* Improve error reportingKevin Funk2015-12-021-4/+2
* REPC - Allow "merged" file generationBrett Stottlemyer2015-10-071-4/+18
* QLALR version of repcBrett Stottlemyer2015-10-071-4/+10
* Don't call virtual function through referenceKevin Funk2015-03-171-3/+3
* repc: Improve error reportingKevin Funk2015-03-121-1/+3
* Add .rep and .h generator from server .h fileBogDan Vatra2014-12-021-29/+195
* Show usage if any params is invalid.BogDan Vatra2014-11-211-1/+1
* Style: Use lower-case file namesKevin Funk2014-11-061-2/+2
* Use QLatin1String when possibleMontel Laurent2014-11-051-5/+5
* Say hello to QtRemoteObjectsBrett Stottlemyer2014-10-161-0/+89