| Commit message (Expand) | Author | Age | Files | Lines |
* | AUTOMOC: Automatically use options file for moc compiler | Daniel Gehriger | 2022-04-26 | 1 | -0/+7 |
|
|
* | Source: fix many -Wmissing-prototypes warnings by marking functions static | Sean McBride | 2021-10-25 | 1 | -4/+4 |
|
|
* | AUTOUIC: Fix merging of --blah options not being detected for Qt6 | Craig Scott | 2021-10-05 | 1 | -6/+7 |
|
|
* | AUTOUIC: Revert "Fix generating of dependency rules for UI header files" | Brad King | 2021-08-19 | 1 | -36/+0 |
|
|
* | AUTOUIC: Fix generating of dependency rules for UI header files | Alexey Edelev | 2021-07-23 | 1 | -0/+36 |
|
|
* | Refactoring: add cm::contains to <cmext/algorithm> | Marc Chevrier | 2020-04-17 | 1 | -2/+1 |
|
|
* | Refactoring: use append functions from cmext/algorithm | Marc Chevrier | 2019-12-17 | 1 | -2/+4 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -8/+9 |
|
|
* | Autogen: Use JSON instead of CMake script for info files | Sebastian Holtermann | 2019-09-25 | 1 | -1/+10 |
|
|
* | Autogen: Split JobProbeDepsT job into separate moc and uic jobs | Sebastian Holtermann | 2019-09-16 | 1 | -0/+9 |
|
|
* | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -6/+4 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-03 | 1 | -2/+2 |
|
|
* | Autogen: Use cm::string_view for AUTO{MOC,UIC,RCC} generator names | Sebastian Holtermann | 2019-08-27 | 1 | -22/+12 |
|
|
* | Autogen: Modernize cmQtAutoGen methods using cm::string_view | Sebastian Holtermann | 2019-08-27 | 1 | -65/+39 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -12/+8 |
|
|
* | cmAlgorithms: Add cmContains | Regina Pfeifer | 2019-08-19 | 1 | -3/+1 |
|
|
* | Autogen: Modernize to use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-07 | 1 | -3/+2 |
|
|
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -0/+1 |
|
|
* | Use cmAppend to append ranges to std::vector instances | Sebastian Holtermann | 2019-05-23 | 1 | -3/+2 |
|
|
* | Autogen: Refactor AUTOMOC and AUTOUIC and add source file parse data caching | Sebastian Holtermann | 2019-05-07 | 1 | -4/+4 |
|
|
* | AutoRcc: Make rcc parsing function private | Sebastian Holtermann | 2019-04-06 | 1 | -15/+9 |
|
|
* | AutoRcc: Add cmQtAutoGen::RccLister class | Sebastian Holtermann | 2019-04-06 | 1 | -3/+105 |
|
|
* | Autogen: Remove static const generator name strings from cmQtAutoGen | Sebastian Holtermann | 2019-04-02 | 1 | -23/+23 |
|
|
* | Replace use of CollapseCombinedPath with CollapseFullPath | Brad King | 2019-03-19 | 1 | -1/+1 |
|
|
* | Autogen: Use more readable variable names for static const AUTO* strings | Sebastian Holtermann | 2019-02-26 | 1 | -21/+21 |
|
|
* | Autogen: Rename cmQtAutoGen::GeneratorT enum to cmQtAutoGen::GenT | Sebastian Holtermann | 2019-02-21 | 1 | -10/+10 |
|
|
* | Autogen: cmQtAutoGen: Store generator names in class static const strings | Sebastian Holtermann | 2019-02-21 | 1 | -17/+30 |
|
|
* | Modernize: C-arrays and loops over them | Artur Ryt | 2019-02-15 | 1 | -6/+14 |
|
|
* | Merge topic 'autogen_adaptive_warning' | Brad King | 2019-01-16 | 1 | -0/+35 |
|\ |
|
| * | Autogen: Add and use QtAutoGen::Tools method | Sebastian Holtermann | 2019-01-15 | 1 | -0/+35 |
|
|
* | | IWYU: Update CMake code for IWYU built with Clang 6 | Brad King | 2019-01-15 | 1 | -0/+1 |
|/ |
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -2/+3 |
|
|
* | Autogen: Improved multi-config include scheme | Sebastian Holtermann | 2018-02-02 | 1 | -28/+0 |
|
|
* | Autogen: Process files concurrently in AUTOMOC and AUTOUIC | Sebastian Holtermann | 2018-01-17 | 1 | -194/+120 |
|
|
* | Autogen: Fix for problematic nested lists separator | Sebastian Holtermann | 2017-12-18 | 1 | -1/+1 |
|
|
* | Autogen: Detect rcc feature once during configuration | Sebastian Holtermann | 2017-11-19 | 1 | -53/+38 |
|
|
* | Replace cmArray{Begin,End,Size} by their standard counterparts | Matthias Maennich | 2017-10-23 | 1 | -2/+2 |
|
|
* | Autogen: Reintroduce per-config sources support | Sebastian Holtermann | 2017-09-25 | 1 | -20/+65 |
|
|
* | Autogen: Rename cmQtAutoGen::GeneratorType to cmQtAutogen::Generator | Sebastian Holtermann | 2017-09-25 | 1 | -6/+6 |
|
|
* | Autogen: Read relative paths from rcc output | Sebastian Holtermann | 2017-09-21 | 1 | -9/+18 |
|
|
* | Autogen: Refactor logging | Sebastian Holtermann | 2017-09-07 | 1 | -7/+7 |
|
|
* | Autogen: Use the same algorithm for RCC and UIC option merging | Sebastian Holtermann | 2017-09-07 | 1 | -0/+77 |
|
|
* | Autogen: Replace cmsys::SystemTools:: with cmSystemTools:: | Sebastian Holtermann | 2017-09-07 | 1 | -2/+2 |
|
|
* | Autogen: Iterate source files only once | Sebastian Holtermann | 2017-09-07 | 1 | -0/+243 |
|
|