summaryrefslogtreecommitdiff
path: root/Source/cmQtAutoMocUic.cxx
Commit message (Expand)AuthorAgeFilesLines
* AutoMoc: Fix verbose mode messageJoerg Bornemann2023-02-071-1/+1
* automoc: Remove existing output file before invoking mocJason Haslam2022-12-041-0/+3
* automoc: revert attempts to silence linker warning on macosBrad King2022-09-071-10/+1
* automoc: avoid more compiler warnings in linker-warning-silencing codeAlbert Astals Cid2022-08-301-0/+3
* automoc: avoid compiler warnings in linker-warning-silencing codeAlbert Astals Cid2022-08-101-9/+9
* Source: Convince LCC that RAII variables are usedBrad King2022-06-131-2/+2
* automoc: silence linker warning on macosTim Blechmann2022-06-011-1/+8
* AUTOMOC: Automatically use options file for moc compilerDaniel Gehriger2022-04-261-0/+51
* AUTOUIC: Fix merging of --blah options not being detected for Qt6Craig Scott2021-10-051-1/+1
* Source: Fix clang -Wextra-semi warningsSean McBride2021-09-281-2/+2
* AUTOUIC: Revert "Fix generating of dependency rules for UI header files"Brad King2021-08-191-4/+16
* AUTOUIC: Fix generating of dependency rules for UI header filesAlexey Edelev2021-07-231-16/+4
* AUTOUIC: Fix cyclic dependency between generated UI headers and timestampAlexey Edelev2021-07-191-6/+14
* Source: Convince NVHPC that RAII variables are usedBrad King2021-04-281-0/+6
* Merge topic 'depfile-reader-thread-safety'Brad King2021-04-161-5/+6
|\
| * autogen: fix race in depfile parsingKyle Edwards2021-04-151-5/+6
* | Merge topic 'ninja-automoc-cycle'Brad King2021-03-301-0/+7
|\ \ | |/
| * autogen: Don't include SKIP_AUTOMOC files in depfileKyle Edwards2021-03-291-0/+7
* | Merge topic 'per-config-autogen-info-file'Brad King2021-02-231-2/+2
|\ \ | |/
| * Autogen: Don't change the order of HEADERS array in AutogenInfo.jsonCraig Scott2021-02-221-2/+2
* | AUTOUIC: Fix missed ui files in Ninja depsAlexey Edelev2021-02-151-3/+3
|/
* clang-tidy: fix `readability-use-anyofallof` warningsBen Boeckel2021-01-271-32/+30
* clang-tidy: fix `readability-redundant-access-specifiers` warningsBen Boeckel2021-01-271-6/+0
* clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-1/+1
* AutoMoc: Re-run after adding Q_OBJECT macroJoerg Bornemann2021-01-061-1/+25
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-560/+619
* Autogen: Add support for per-config sourcesBrad King2020-12-161-4/+42
* cmGccDepfileReader: Rework helper codeKyle Edwards2020-10-131-4/+4
* AutoMoc: Re-run moc if a dependency is missingJoerg Bornemann2020-09-091-7/+15
* Merge branch 'backport-3.17-automoc-depend-project-file'Brad King2020-08-311-1/+3
|\
| * AutoMoc: Restore support for re-running after project file changesJoerg Bornemann2020-08-311-1/+3
* | Merge branch 'backport-3.17-automoc_timestamp_deps'Brad King2020-08-051-1/+3
|\ \ | |/
| * AutoGen: Fix over-specified direct dependencies of custom commandAlexandru Croitor2020-08-031-1/+3
* | Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-2/+2
* | Refactor: Avoid `std::endl` where it's not necessary (part 2)Alex Turbov2020-03-241-12/+11
|/
* AutoGen: Use depfiles for the XXX_autogen ninja targetsJoerg Bornemann2020-01-281-0/+116
* AutoGen: Use moc's feature to output dependenciesJoerg Bornemann2020-01-281-14/+78
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-7/+7
* Autogen: Fix ambiguity in header file detection on WindowsSebastian Holtermann2019-10-301-5/+3
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-16/+18
* Autogen: Make cmQtAutoMocUic a free functionSebastian Holtermann2019-09-291-101/+629
* Autogen: Refactor json info file reading interfaceSebastian Holtermann2019-09-291-65/+63
* Autogen: Use JSON instead of CMake script for info filesSebastian Holtermann2019-09-251-269/+244
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-4/+6
* Autogen: Add moc path prefix generation (AUTOMOC_PATH_PREFIX)Sebastian Holtermann2019-09-161-34/+76
* Autogen: Add IsHeader flag to SourceFileT classSebastian Holtermann2019-09-161-72/+81
* Autogen: Abbreviate file paths in messagesSebastian Holtermann2019-09-161-132/+148
* Autogen: Split JobEvalCacheT job into separate moc and uic jobsSebastian Holtermann2019-09-161-234/+274
* Autogen: Split JobProbeDepsT job into separate moc and uic jobsSebastian Holtermann2019-09-161-57/+83
* Autogen: Rename job classesSebastian Holtermann2019-09-161-27/+27