summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenInitializer.cxx
Commit message (Expand)AuthorAgeFilesLines
* Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-0/+2
* Autogen: Use cmake::IsHeader/SourceExtension for file type detectionSebastian Holtermann2019-07-041-17/+14
* Autogen: Fix header detection for paths with symbolic linksSebastian Holtermann2019-06-061-3/+3
* Autogen: Deprecation message for CMAKE_AUTOMOC_RELAXED_MODESebastian Holtermann2019-05-271-0/+13
* Autogen: Evaluate compiler features for the same exectuable only onceSebastian Holtermann2019-05-221-21/+30
* Autogen: Use ADDITIONAL_CLEAN_FILES target property for file cleaningSebastian Holtermann2019-05-151-10/+10
* Autogen: Refactor AUTOMOC and AUTOUIC and add source file parse data cachingSebastian Holtermann2019-05-071-43/+104
* AutoRcc: Use cmQtAutoGen::RccLister in initializer and generatorSebastian Holtermann2019-04-061-88/+2
* Autogen: Add more frequently used keywords to Keywords classSebastian Holtermann2019-04-021-26/+17
* Autogen: Fallback on internal qrc parser when RCC isn't built yetAlexandru Croitor2019-03-041-2/+7
* Autogen: Move additional source header search to configuration stageSebastian Holtermann2019-02-251-0/+61
* Autogen: Refactor file lists computationSebastian Holtermann2019-02-251-162/+208
* Autogen: Refactor cmQtAutoGenInitializer::AddGeneratedSource methodSebastian Holtermann2019-02-211-65/+59
* Autogen: Refactor Qt executable name computationSebastian Holtermann2019-02-211-124/+124
* Autogen: Rename cmQtAutoGen::GeneratorT enum to cmQtAutoGen::GenTSebastian Holtermann2019-02-211-7/+6
* 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
|/