summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenInitializer.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Autogen: Add support for per-config sourcesBrad King2020-12-161-39/+88
* AutoGen: Account for CMP0116 in the depfileKyle Edwards2020-12-081-5/+18
* GENERATED prop: Add implementation for policy CMP0118 being set to NEWDeniz Bahadir2020-11-241-1/+1
* cmSourceFile::GetPropertyForUser: return cmPropVitaly Stakhovsky2020-11-041-1/+1
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-2/+2
* Merge topic 'automoc-depend-project-file'Brad King2020-09-011-0/+1
|\
| * Merge branch 'backport-3.17-automoc-depend-project-file'Brad King2020-08-311-0/+1
| |\
| | * AutoMoc: Restore support for re-running after project file changesJoerg Bornemann2020-08-311-0/+1
* | | Merge topic 'automoc_timestamp_nmc_fix'Brad King2020-08-251-0/+4
|\ \ \ | |/ /
| * | AutoGen: Fix moc and uic dependencies when building Qt itselfAlexandru Croitor2020-08-251-0/+4
* | | Merge topic 'automoc_timestamp_deps'Brad King2020-08-061-2/+45
|\ \ \ | |/ /
| * | Merge branch 'backport-3.17-automoc_timestamp_deps'Brad King2020-08-051-2/+45
| |\ \ | | |/
| | * AutoGen: Fix over-specified direct dependencies of custom commandAlexandru Croitor2020-08-031-2/+45
* | | Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-221-1/+1
* | | Merge topic 'cmnonempty'Kyle Edwards2020-07-151-1/+1
|\ \ \
| * | | cmNonempty: Convenience inlines to check for non-empty stringVitaly Stakhovsky2020-07-141-1/+1
* | | | cmIsOn: add overload accepting const std::string*Vitaly Stakhovsky2020-07-141-1/+1
|/ / /
* | | cmMakefile: Refactor API to better handle empty config valuesRobert Maynard2020-07-031-4/+3
* | | Refactor file extension queries to be more consistentRobert Maynard2020-06-221-4/+4
|/ /
* | Merge topic 'getdef-expand'Brad King2020-06-021-3/+2
|\ \
| * | cmMakefile: add GetDefExpandList() that splits value into std::vectorVitaly Stakhovsky2020-05-301-3/+2
* | | Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
|/ /
* | Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-3/+3
* | GetSafeProperty: return std::string const&Vitaly Stakhovsky2020-04-301-4/+5
* | cmGeneratorTarget::GetProperty: return cmPropVitaly Stakhovsky2020-04-291-8/+5
* | Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-171-4/+4
* | Add support to indicate UTF-8 custom command pipe output encodingJustin Goshi2020-04-131-4/+9
* | cmMakefile::GetProperty: return cmPropVitaly Stakhovsky2020-04-011-5/+12
* | cmState::GetGlobalProperty: return cmPropVitaly Stakhovsky2020-03-251-8/+10
|/
* Ninja Multi-Config: Fix issue with framework dependencies and AutogenKyle Edwards2020-02-171-7/+8
* Fix AUTOMOC deps file to contain correct rule nameAlexandru Croitor2020-01-311-1/+8
* Merge topic 'automoc-using-depfiles'Brad King2020-01-301-6/+49
|\
| * AutoGen: Use depfiles for the XXX_autogen ninja targetsJoerg Bornemann2020-01-281-6/+48
| * AutoGen: Use moc's feature to output dependenciesJoerg Bornemann2020-01-281-0/+1