summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenInitializer.cxx
Commit message (Expand)AuthorAgeFilesLines
* Autogen: Use output caching GetExecutableTestOutputSebastian Holtermann2019-02-191-39/+14
* Autogen: Iterate over makefile sources only onceSebastian Holtermann2019-02-021-78/+80
* cmSystemTools: Let `GetFileFormat` accept a `std::stding const&`Sebastian Holtermann2019-02-021-2/+2
* Use cmSourceFile::GetIsGeneratedSebastian Holtermann2019-02-011-2/+2
* Autogen: Read the Qt version from directory properties as wellSebastian Holtermann2019-01-301-18/+25
* Autogen: Reenable passing compiler implicit include directories to mocSebastian Holtermann2019-01-281-6/+3
* cmLocalGenerator: Simplify `GetIncludeDirectories`Sebastian Holtermann2019-01-281-2/+2
* Merge topic 'cmake-files-directory'Brad King2019-01-251-2/+1
|\
| * cmake: inlined files dir constant and removed it from cmake.hBruno Manganelli2019-01-211-2/+1
* | cmSystemTools::Error(): new overload accepting std::stringVitaly Stakhovsky2019-01-231-6/+6
* | Merge topic 'autogen_mocs_compilation_first'Brad King2019-01-211-3/+4
|\ \
| * | Autogen: Prepend instead of append `mocs_compilation.cpp` to the sources listSebastian Holtermann2019-01-181-3/+4
| |/
* | clang-tidy: Use emplaceRegina Pfeifer2019-01-171-3/+3
|/
* Merge topic 'autogen_adaptive_warning'Brad King2019-01-161-22/+21
|\
| * Autogen: Adaptive missing Qt warningSebastian Holtermann2019-01-151-22/+21
* | Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-1/+2
* | clang-tidy: Simplify boolean expressionsRegina Pfeifer2019-01-151-5/+1
|/
* Autogen: Add AUTO(MOC|RCC|UIC)_EXECUTABLE target propertiesTobias Hunger2019-01-101-13/+48
* Autogen: Prepare for Qt 6Tobias Hunger2019-01-071-7/+10
* Merge topic 'autogen-cleanups'Brad King2018-12-101-160/+72
|\
| * cmQtAutoGenInitializer: Reduce code duplicationTobias Hunger2018-12-071-160/+72
* | Autogen: Revert passing compiler implicit includes to mocSebastian Holtermann2018-12-071-3/+6
|/
* Merge topic 'autogen-qtversion-detection'Brad King2018-12-061-38/+47
|\
| * Autogen: Qt version detection cleanupTobias Hunger2018-12-031-38/+47
* | Merge topic 'autogen_uic_empty_fix'Brad King2018-12-061-0/+6
|\ \ | |/ |/|
| * Autogen: Don't add a WIN32 moc definition if we have a moc_predefs.h fileSebastian Holtermann2018-11-281-0/+6
* | Merge topic 'readability-static-accessed-through-instance'Brad King2018-11-281-1/+1
|\ \ | |/ |/|
| * clang-tidy: Fix readability-static-accessed-through-instanceRegina Pfeifer2018-11-211-1/+1
* | Merge topic 'autogen_uic_empty_fix_3_13'Brad King2018-11-281-1/+1
|\ \ | |/ |/|
| * Autogen: Fix empty uic executable stringSebastian Holtermann2018-11-271-1/+1
* | Autogen: Add and use cmQtAutoGenInitializer::InfoWriter classSebastian Holtermann2018-11-141-139/+191
* | Autogen: Add support for global ``autogen`` and ``autorcc`` targetsSebastian Holtermann2018-11-111-7/+25
* | Autogen: Add (CMAKE_)AUTOGEN_ORIGIN_DEPENDS supportSebastian Holtermann2018-11-031-3/+8
* | add_dependencies: Track backtraces internallyBrad King2018-10-181-2/+3
* | cmLocalGenerator: Remove AddCompileDefinitions methodBrad King2018-10-101-1/+1
|/
* cmMakefile: Make GetSafeDefinition return std::string const&Vitaly Stakhovsky2018-09-181-1/+1
* Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-2/+1
* cmMakefile: return directories as const std::string&Vitaly Stakhovsky2018-08-271-2/+2
* Autogen: Use integers to store the Qt versionSebastian Holtermann2018-08-131-52/+57
* Autogen: Initializer: Group variables in structsSebastian Holtermann2018-08-131-133/+147
* cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-2/+2
* Autogen: For Qt5 pass all implicit include directories to mocSebastian Holtermann2018-07-301-3/+5
* Autogen: Split initializer main methodSebastian Holtermann2018-07-301-541/+557
* Autogen: Compute variables in Init stage instead of Setup stageSebastian Holtermann2018-07-301-156/+171
* Autogen: Move info file write code into methodsSebastian Holtermann2018-07-301-174/+195
* Autogen: Pass absolute include path in info fileSebastian Holtermann2018-07-301-19/+20
* Return std::string from cmGeneratorTarget::ImportedGetLocationSebastian Holtermann2018-07-111-8/+3
* Autogen: Wrap moc/uic/rcc related variables in structsSebastian Holtermann2018-07-111-89/+91
* Autogen: Improve error detection during configurationSebastian Holtermann2018-07-111-115/+225
* Autogen: Use default and remove custom GetSafeProperty functionsSebastian Holtermann2018-07-021-23/+11