summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGeneratorInitializer.cxx
Commit message (Expand)AuthorAgeFilesLines
* Autogen: Rename cmQtAutogeneratorInitializer to cmQtAutoGenInitializerSebastian Holtermann2018-01-171-1461/+0
* Autogen: Process files concurrently in AUTOMOC and AUTOUICSebastian Holtermann2018-01-171-37/+140
* Autogen: Ignore not existing source files in cmMakefileSebastian Holtermann2018-01-101-4/+17
* Autogen: Fix library dependency forwarding to _autogen targetSebastian Holtermann2017-12-071-23/+22
* server: return whether or not a target is generator providedJustin Goshi2017-11-201-5/+6
* Autogen: Use integers instead of strings for the Qt versionSebastian Holtermann2017-11-191-2/+1
* Autogen: Use project relative paths in rcc custom command commentSebastian Holtermann2017-11-191-1/+21
* Autogen: Detect rcc feature once during configurationSebastian Holtermann2017-11-191-41/+57
* Autogen: Make cmQtAutoGeneratorInitializer an instantiable classSebastian Holtermann2017-11-191-652/+621
* Autogen: Add and use cmQtAutoGenerator base classSebastian Holtermann2017-11-191-3/+10
* Autogen: Switch to use custom commands for RCCSebastian Holtermann2017-11-191-209/+318
* Autogen: Don't add STATIC_LIBRARY cycle targets to the _autogen dependenciesSebastian Holtermann2017-10-271-17/+83
* Autogen: Allow setting SKIP_AUTOUIC/GEN on .ui files not in the sourcesSebastian Holtermann2017-10-091-6/+10
* Autogen: Add (CMAKE_)AUTOMOC_COMPILER_PREDEFINESSebastian Holtermann2017-09-291-5/+8
* Merge topic 'autogen-macro-names2'Brad King2017-09-291-5/+10
|\
| * Autogen: Create info file directory before writingSebastian Holtermann2017-09-281-5/+10
* | Autogen: Offer solution for CMP0071 in warning messageSebastian Holtermann2017-09-281-28/+37
|/
* Autogen: Reintroduce per-config sources supportSebastian Holtermann2017-09-251-151/+198
* Autogen: Rename cmQtAutoGen::GeneratorType to cmQtAutogen::GeneratorSebastian Holtermann2017-09-251-2/+2
* Merge topic 'ranged-for'Brad King2017-09-131-11/+11
|\
| * Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-11/+11
* | Use cmMakefile::GetOrCreateSourceGroup in cmQtAutogeneratorsInitializerSebastian Holtermann2017-09-091-14/+1
|/
* Autogen: Smarter target dependency computationSebastian Holtermann2017-09-071-72/+97
* Autogen: More use of scoped lambdasSebastian Holtermann2017-09-071-35/+28
* Autogen: More use of scoped lambdasSebastian Holtermann2017-09-071-16/+11
* Autogen: Use list of lists functions for UIC optionsSebastian Holtermann2017-09-071-4/+5
* Autogen: Pass RCC build names and function names in info fileSebastian Holtermann2017-09-071-45/+61
* Autogen: Add functions to read/write a list of listsSebastian Holtermann2017-09-071-0/+16
* Autogen: Use the same algorithm for RCC and UIC option mergingSebastian Holtermann2017-09-071-41/+1
* Autogen: Replace cmsys::SystemTools:: with cmSystemTools::Sebastian Holtermann2017-09-071-6/+6
* Autogen: Iterate source files only onceSebastian Holtermann2017-09-071-415/+369
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-2/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-25/+25
* 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