| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Autogen: Use CollapseFullPath instead of RealPath to support symbolic links | Sebastian Holtermann | 2019-09-16 | 1 | -4/+6 |
|
|
* | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -1/+1 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-04 | 1 | -1/+1 |
|
|
* | Merge topic 'autogen_strcat' | Brad King | 2019-08-29 | 1 | -273/+226 |
|\ |
|
| * | Autogen: cmQtAutoMocUic settings hash computation optimizations | Sebastian Holtermann | 2019-08-27 | 1 | -15/+9 |
|
|
| * | Autogen: cmQtAutoMocUic string concatenation cleanups | Sebastian Holtermann | 2019-08-27 | 1 | -258/+217 |
|
|
* | | Merge topic 'autogen_fix_use_after_move' | Brad King | 2019-08-28 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Autogen: Fix AUTOUIC segfault, when file includes colliding ui_*.h file | Sebastian Holtermann | 2019-08-27 | 1 | -2/+2 |
|
|
* | | Source sweep: Replace cmExpandList with the shorter cmExpandedList | Sebastian Holtermann | 2019-08-23 | 1 | -4/+3 |
|
|
* | | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -72/+53 |
|
|
* | | clang-tidy: isolate declarations for readability | Regina Pfeifer | 2019-08-20 | 1 | -2/+4 |
|
|
* | | Merge topic 'cmExpandList' | Kyle Edwards | 2019-08-16 | 1 | -4/+3 |
|\ \ |
|
| * | | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -4/+3 |
|
|
* | | | cmStringAlgorithms: Add cmStrToLong and cmStrToULong | Sebastian Holtermann | 2019-08-10 | 1 | -3/+2 |
|/ / |
|
* | | Autogen: Modernize to use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-07 | 1 | -114/+72 |
|
|
* | | Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With | Sebastian Holtermann | 2019-08-01 | 1 | -1/+1 |
|
|
* | | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -0/+1 |
|
|
* | | Introduce memory management helper: cm_memory.hxx | Marc Chevrier | 2019-07-14 | 1 | -1/+2 |
|/ |
|
* | Autogen: Deprecation message for CMAKE_AUTOMOC_RELAXED_MODE | Sebastian Holtermann | 2019-05-27 | 1 | -4/+4 |
|
|
* | Use cmAppend to append ranges to std::vector instances | Sebastian Holtermann | 2019-05-23 | 1 | -9/+6 |
|
|
* | Autogen: Refactor AUTOMOC and AUTOUIC and add source file parse data caching | Sebastian Holtermann | 2019-05-07 | 1 | -1137/+1588 |
|
|
* | cmWorkerPool: Set worker thread count separately to Process() | Sebastian Holtermann | 2019-04-24 | 1 | -4/+2 |
|
|
* | Autogen: Rename `cmQtAutoGeneratorMocUic` class to `cmQtAutoMocUic` | Sebastian Holtermann | 2019-04-15 | 1 | -0/+1747 |
|
|