| Commit message (Expand) | Author | Age | Files | Lines |
* | automoc: Remove existing output file before invoking moc | Jason Haslam | 2022-12-05 | 1 | -0/+3 |
|
|
* | automoc: revert attempts to silence linker warning on macos | Brad King | 2022-09-07 | 1 | -10/+1 |
|
|
* | automoc: avoid more compiler warnings in linker-warning-silencing code | Albert Astals Cid | 2022-08-30 | 1 | -0/+3 |
|
|
* | automoc: avoid compiler warnings in linker-warning-silencing code | Albert Astals Cid | 2022-08-10 | 1 | -9/+9 |
|
|
* | Source: Convince LCC that RAII variables are used | Brad King | 2022-06-13 | 1 | -2/+2 |
|
|
* | automoc: silence linker warning on macos | Tim Blechmann | 2022-06-01 | 1 | -1/+8 |
|
|
* | AUTOMOC: Automatically use options file for moc compiler | Daniel Gehriger | 2022-04-26 | 1 | -0/+51 |
|
|
* | AUTOUIC: Fix merging of --blah options not being detected for Qt6 | Craig Scott | 2021-10-05 | 1 | -1/+1 |
|
|
* | Source: Fix clang -Wextra-semi warnings | Sean McBride | 2021-09-28 | 1 | -2/+2 |
|
|
* | AUTOUIC: Revert "Fix generating of dependency rules for UI header files" | Brad King | 2021-08-19 | 1 | -4/+16 |
|
|
* | AUTOUIC: Fix generating of dependency rules for UI header files | Alexey Edelev | 2021-07-23 | 1 | -16/+4 |
|
|
* | AUTOUIC: Fix cyclic dependency between generated UI headers and timestamp | Alexey Edelev | 2021-07-19 | 1 | -6/+14 |
|
|
* | Source: Convince NVHPC that RAII variables are used | Brad King | 2021-04-28 | 1 | -0/+6 |
|
|
* | Merge topic 'depfile-reader-thread-safety' | Brad King | 2021-04-16 | 1 | -5/+6 |
|\ |
|
| * | autogen: fix race in depfile parsing | Kyle Edwards | 2021-04-15 | 1 | -5/+6 |
|
|
* | | Merge topic 'ninja-automoc-cycle' | Brad King | 2021-03-30 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | autogen: Don't include SKIP_AUTOMOC files in depfile | Kyle Edwards | 2021-03-29 | 1 | -0/+7 |
|
|
* | | Merge topic 'per-config-autogen-info-file' | Brad King | 2021-02-23 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Autogen: Don't change the order of HEADERS array in AutogenInfo.json | Craig Scott | 2021-02-22 | 1 | -2/+2 |
|
|
* | | AUTOUIC: Fix missed ui files in Ninja deps | Alexey Edelev | 2021-02-15 | 1 | -3/+3 |
|/ |
|
* | clang-tidy: fix `readability-use-anyofallof` warnings | Ben Boeckel | 2021-01-27 | 1 | -32/+30 |
|
|
* | clang-tidy: fix `readability-redundant-access-specifiers` warnings | Ben Boeckel | 2021-01-27 | 1 | -6/+0 |
|
|
* | clang-tidy: fix `readability-qualified-auto` warnings | Ben Boeckel | 2021-01-27 | 1 | -1/+1 |
|
|
* | AutoMoc: Re-run after adding Q_OBJECT macro | Joerg Bornemann | 2021-01-06 | 1 | -1/+25 |
|
|
* | Code style: add missed explicit 'this->' | Oleksandr Koval | 2021-01-05 | 1 | -560/+619 |
|
|
* | Autogen: Add support for per-config sources | Brad King | 2020-12-16 | 1 | -4/+42 |
|
|
* | cmGccDepfileReader: Rework helper code | Kyle Edwards | 2020-10-13 | 1 | -4/+4 |
|
|
* | AutoMoc: Re-run moc if a dependency is missing | Joerg Bornemann | 2020-09-09 | 1 | -7/+15 |
|
|
* | Merge branch 'backport-3.17-automoc-depend-project-file' | Brad King | 2020-08-31 | 1 | -1/+3 |
|\ |
|
| * | AutoMoc: Restore support for re-running after project file changes | Joerg Bornemann | 2020-08-31 | 1 | -1/+3 |
|
|
* | | Merge branch 'backport-3.17-automoc_timestamp_deps' | Brad King | 2020-08-05 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | AutoGen: Fix over-specified direct dependencies of custom command | Alexandru Croitor | 2020-08-03 | 1 | -1/+3 |
|
|
* | | Refactoring: Third-parties public headers are under cm3p prefix | Marc Chevrier | 2020-05-07 | 1 | -2/+2 |
|
|
* | | Refactor: Avoid `std::endl` where it's not necessary (part 2) | Alex Turbov | 2020-03-24 | 1 | -12/+11 |
|/ |
|
* | AutoGen: Use depfiles for the XXX_autogen ninja targets | Joerg Bornemann | 2020-01-28 | 1 | -0/+116 |
|
|
* | AutoGen: Use moc's feature to output dependencies | Joerg Bornemann | 2020-01-28 | 1 | -14/+78 |
|
|
* | Refactoring: use append functions from cmext/algorithm | Marc Chevrier | 2019-12-17 | 1 | -7/+7 |
|
|
* | Autogen: Fix ambiguity in header file detection on Windows | Sebastian Holtermann | 2019-10-30 | 1 | -5/+3 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -16/+18 |
|
|
* | Autogen: Make cmQtAutoMocUic a free function | Sebastian Holtermann | 2019-09-28 | 1 | -101/+629 |
|
|
* | Autogen: Refactor json info file reading interface | Sebastian Holtermann | 2019-09-28 | 1 | -65/+63 |
|
|
* | Autogen: Use JSON instead of CMake script for info files | Sebastian Holtermann | 2019-09-25 | 1 | -269/+244 |
|
|
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -4/+6 |
|
|
* | Autogen: Add moc path prefix generation (AUTOMOC_PATH_PREFIX) | Sebastian Holtermann | 2019-09-16 | 1 | -34/+76 |
|
|
* | Autogen: Add IsHeader flag to SourceFileT class | Sebastian Holtermann | 2019-09-16 | 1 | -72/+81 |
|
|
* | Autogen: Abbreviate file paths in messages | Sebastian Holtermann | 2019-09-16 | 1 | -132/+148 |
|
|
* | Autogen: Split JobEvalCacheT job into separate moc and uic jobs | Sebastian Holtermann | 2019-09-16 | 1 | -234/+274 |
|
|
* | Autogen: Split JobProbeDepsT job into separate moc and uic jobs | Sebastian Holtermann | 2019-09-16 | 1 | -57/+83 |
|
|
* | Autogen: Rename job classes | Sebastian Holtermann | 2019-09-16 | 1 | -27/+27 |
|
|
* | Autogen: Remove CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE sort duplication | Sebastian Holtermann | 2019-09-16 | 1 | -40/+4 |
|
|