summaryrefslogtreecommitdiff
path: root/Source/cmQtAutoGenInitializer.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'autogen-system-include'Brad King2023-05-041-1/+25
|\
| * Autogen: Default AUTOGEN_USE_SYSTEM_INCLUDE to ON if it is not setOrkun Tokdemir2023-05-031-1/+12
| * Autogen: Add AUTOGEN_USE_SYSTEM_INCLUDE target propertyOrkun Tokdemir2023-05-031-1/+14
* | CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-2/+3
* | cmList class: various enhancementsMarc Chevrier2023-04-291-3/+1
|/
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-9/+12
* Autogen: Add INTERFACE_AUTOMOC_MACRO_NAMES target propertyOrkun Tokdemir2023-04-091-0/+19
* Autogen: Add target's C++ standard to moc_predef.hOrkun Tokdemir2023-03-301-1/+16
* Autogen: Restore AUTOGEN_PARALLEL support for numbersOrkun Tokdemir2023-03-201-0/+12
* cmCustomCommand: Refactor custom command-specific policy valuesKyle Edwards2023-02-061-5/+0
* Make vector operations more efficientRose2022-12-101-2/+1
* cmGeneratorExpression: Require cmake instanceKyle Edwards2022-11-111-1/+1
* AUTOMOC: Skip PCH when all sources files skip the PCH file tooCristian Adam2022-10-061-2/+20
* cmQtAutoGenInitializer: Drop unnecessary argument in AppendProperty callBrad King2022-08-221-2/+1
* AUTOUIC: Revert "Fix internal paths of generated ui_foo.h files"Brad King2022-07-221-16/+12
* Merge topic 'fix-23523' into release-3.24Brad King2022-06-291-12/+16
|\
| * AUTOUIC: Fix internal paths of generated ui_foo.h filesJosiah Bills2022-06-281-12/+16
* | AutoMoc: Take AUTOMOC_BUILD_DIR into account in depfileJoerg Bornemann2022-05-251-1/+4
|/
* LINK_LIBRARIES: Evaluate separately for linking and usage requirementsBrad King2022-03-221-2/+4
* cmCustomCommand: Track main dependency explicitlyNAKAMURA Takumi2021-12-141-9/+3
* AutoMoc: Only add the WIN32 define if the target system is WindowsJoerg Bornemann2021-11-191-3/+3
* cmLocalGenerator: Simplify Add{Custom,Utility}CommandNAKAMURA Takumi2021-11-181-36/+57
* cmCustomCommand: Move constructor arguments to individual settersNAKAMURA Takumi2021-11-181-5/+7
* Merge topic 'autogen-dep-on-imported-implib-only-target'Brad King2021-09-271-1/+10
|\
| * cmQtAutoGenInitializer: support IMPLIB-only imported targetsBen Boeckel2021-09-241-1/+10
* | Rename cmProp in cmValueMarc Chevrier2021-09-211-6/+6
* | Merge topic 'mocmacrosonce'Brad King2021-09-091-0/+3
|\ \ | |/ |/|
| * AutoMoc: Do not list moc macros multiple timesDavid Redondo2021-09-031-0/+3
| * Merge topic 'autouic-header-depends'Brad King2021-07-261-26/+27
| |\
| * | AutoGen: Fix needless compilation of mocs_compilation.cppJoerg Bornemann2021-07-011-5/+23
* | | AUTOUIC: Revert "Fix generating of dependency rules for UI header files"Brad King2021-08-191-27/+26
* | | Merge topic 'autouic-header-depends' into release-3.21Brad King2021-07-261-26/+27
|\ \ \ | | |/ | |/|
| * | AUTOUIC: Fix generating of dependency rules for UI header filesAlexey Edelev2021-07-231-26/+27
| |/
* | AutoGen: Fix needless compilation of mocs_compilation.cppJoerg Bornemann2021-07-231-5/+23
|/
* Source: Remove unnecessary comparisons to nullptrVitaly Stakhovsky2021-05-101-17/+17
* AutoGen: Retrieve Qt version from moc as fallbackJoerg Bornemann2021-04-231-2/+72
* Autogen: Add detection of UI file changes to the pre-build VS caseDuncan Barber2021-04-101-1/+39
* Autogen: Move duplicated filename generation code into a functionDuncan Barber2021-04-101-26/+21
* Autogen: Move duplicated executable dependency code into a functionDuncan Barber2021-04-101-10/+13
* Autogen: Rename the variable for UI files with UIC optionsDuncan Barber2021-04-101-2/+3
* Autogen: Fix a bug in setting the UIC source groupDuncan Barber2021-04-041-1/+7
* Merge topic 'ninja-automoc-cycle'Brad King2021-03-301-3/+3
|\
| * autogen: Don't include SKIP_AUTOMOC files in depfileKyle Edwards2021-03-291-3/+3
| * Merge topic 'autogen-cmp0116-fix' into release-3.20Brad King2021-02-241-28/+11
| |\
* | \ Merge topic 'autouic-headers-ninja'Brad King2021-02-241-0/+31
|\ \ \
| * | | AUTOUIC: Collect ui header files for Ninja generatorAlexey Edelev2021-02-231-0/+31
* | | | Merge topic 'autogen-cmp0116-fix'Brad King2021-02-241-28/+11
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | cmCustomCommand: Record value of CMP0116 at time of creationKyle Edwards2021-02-231-28/+11
| |/
* | Autogen: Don't change the order of HEADERS array in AutogenInfo.jsonCraig Scott2021-02-221-2/+2
|/
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-33/+38