summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGeneratorInitializer.cxx
Commit message (Expand)AuthorAgeFilesLines
* Autogen: Don't use cmMakefile::GetQtUiFilesWithOptionsSebastian Holtermann2017-08-221-19/+19
* Autogen: Read skip files from makefileSebastian Holtermann2017-08-221-32/+58
* Autogen: Remove VS specific code exclusionSebastian Holtermann2017-08-221-31/+25
* Autogen: Initializer file type scanning optimizationsSebastian Holtermann2017-08-221-73/+91
* Autogen: Initializer optimizations and cleanupsSebastian Holtermann2017-08-221-209/+214
* Autogen: Add AUTOMOC_MACRO_NAMES supportSebastian Holtermann2017-08-181-0/+2
* Autogen: Merge and remove redundant function callsSebastian Holtermann2017-08-101-20/+10
* Autogen: Clear sources meta data cacheSebastian Holtermann2017-08-101-0/+6
* Autogen: Enable per-config supportSebastian Holtermann2017-08-051-10/+0
* Autogen: Generate rcc wrapper file on demandSebastian Holtermann2017-08-051-19/+10
* Autogen: Fix configuration suffix initializationSebastian Holtermann2017-08-051-6/+4
* Autogen: Remove per-config suffix for mocs_compilations.cppSebastian Holtermann2017-08-051-24/+6
* Autogen: Forward target dependencies to *_autogen targetSebastian Holtermann2017-07-281-12/+33
* Autogen: Process GENERATED files. Add CMP0071.Sebastian Holtermann2017-07-181-9/+35
* Autogen: Skip generated files for compatibility with CMake 3.8Brad King2017-07-071-0/+7
* Autogen: Do not use per-config file suffixes with VS yetBrad King2017-06-071-0/+4
* cmQtAutoGeneratorInitializer: Remove unused local variableBrad King2017-05-301-2/+0
* Merge topic 'reduce-string-copying'Brad King2017-05-281-1/+1
|\
| * Add const-reference qualificationsPavel Solodovnikov2017-05-261-1/+1
* | Autogen: Per-config file suffixes. New AUTOGEN_BUILD_DIR target property.Sebastian Holtermann2017-05-261-141/+235
* | Autogen: Pass build directory in Info fileSebastian Holtermann2017-05-261-5/+7
|/
* Merge topic 'autogen-fixes'Brad King2017-04-211-0/+41
|\
| * Autogen: Pass explicit predefines header to moc if possibleAleix Pol2017-04-201-0/+41
* | cmGlobalVisualStudioGenerator: Drop VS7 enumeration valueBrad King2017-04-191-2/+2
* | Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
|/
* Add self-sufficient wrapper for <sys/stat.h>Daniel Pfeifer2017-03-241-1/+1
* Autogen: include what you useDaniel Pfeifer2017-03-231-5/+1
* Autogen: Add AUTOGEN_SOURCE_GROUP supportSebastian Holtermann2017-03-161-6/+67
* Autogen: Add AUTOMOC/UIC support for generated source filesSebastian Holtermann2017-03-061-92/+122
* Autogen: Initializer cleanupsSebastian Holtermann2017-03-061-73/+70
* Autogen: Add support for generated .qrc filesSebastian Holtermann2017-03-061-4/+11
* Autogen: Embrace qrc file lists in braces in AutogenInfo.cmakeSebastian Holtermann2017-03-061-2/+3
* Autogen: Remove unused variablesSebastian Holtermann2017-03-061-3/+0
* Autogen: Add cmQtAutogeneratorCommon class with shared types and functionsSebastian Holtermann2017-03-061-162/+24
* Autogen: New short InfoGet functionsSebastian Holtermann2017-03-021-1/+1
* Autogen: Add AUTOUIC_SEARCH_PATHS supportSebastian Holtermann2017-03-021-0/+13
* Autogen: Add AUTOMOC_DEPEND_FILTERS supportSebastian Holtermann2017-02-221-0/+2
* Autogen: Overhaul and simplify AutogenInfo.cmake file generationSebastian Holtermann2017-02-211-315/+318
* Autogen: Optimize GetCompileDefinitionsAndDirectories functionSebastian Holtermann2017-02-211-18/+20
* Autogen: Sort AutogenInfo.cmake.inSebastian Holtermann2017-02-211-4/+4
* Autogen: Initializer: Add old settings file to clean filesSebastian Holtermann2017-01-121-0/+8
* AUTOGEN: Initializer: Always remember skipped filesSebastian Holtermann2017-01-101-26/+35
* AUTOGEN: Initializer: Enable SKIP_AUTOGEN on all AUTOGEN generated sourcesSebastian Holtermann2017-01-101-2/+4
* AUTOGEN: Initializer: Introduce SKIP_AUTOGEN checksSebastian Holtermann2017-01-101-1/+7
* AUTOGEN: Rename config variablesSebastian Holtermann2017-01-101-16/+16
* AUTOGEN: Make skipMoc and skipUic blacklists behave the same waySebastian Holtermann2017-01-101-18/+31
* QtAutogen: Generate rcc output file names in one place onlySebastian Holtermann2016-12-071-31/+7
* QtAutogen: Add rcc output files to autogen target byproductsSebastian Holtermann2016-12-071-29/+27
* QtAutogen: Add moc compilation file to autogen target byproductsSebastian Holtermann2016-12-071-10/+12
* QtAutogen: Reconfigure when .qrc file changesSebastian Holtermann2016-12-071-11/+15