summaryrefslogtreecommitdiff
path: root/Source/cmQtAutoGenerators.cxx
Commit message (Expand)AuthorAgeFilesLines
* Autogen: Rename cmQtAutoGenerators to cmQtAutoGeneratorMocUicSebastian Holtermann2017-11-191-2045/+0
* Autogen: Remove rcc code from cmQtAutoGeneratorsSebastian Holtermann2017-11-191-287/+0
* Fix trivial typos in textluzpaz2017-11-031-2/+2
* Autogen: Don't use AUTOMOC_MOC_OPTIONS in moc-predefs commandSebastian Holtermann2017-10-311-3/+7
* Autogen: Make rcc output file suffix static (instead of pseudo-random)Sebastian Holtermann2017-10-301-2/+2
* Autogen: RCC: Append checksum suffix to wrapped file nameSebastian Holtermann2017-10-291-5/+15
* Autogen: Define all macro names in CMAKE_AUTOMOC_MACRO_NAMESSebastian Holtermann2017-09-271-7/+1
* Autogen: Reintroduce per-config sources supportSebastian Holtermann2017-09-251-35/+53
* Autogen: Rename cmQtAutoGen::GeneratorType to cmQtAutogen::GeneratorSebastian Holtermann2017-09-251-9/+9
* Autogen: In VERBOSE mode print why files are (re)generatedSebastian Holtermann2017-09-201-43/+220
* Autogen: Refactor cmQtAutoGeneratorsSebastian Holtermann2017-09-201-974/+1043
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-42/+33
* Autogen: Replace CM_AUTO_PTR with std::unique_ptrSebastian Holtermann2017-09-071-6/+5
* Autogen: Refactor loggingSebastian Holtermann2017-09-071-248/+339
* Autogen: More use of scoped lambdasSebastian Holtermann2017-09-071-118/+95
* Autogen: Use scoped lambdas intead of named functionsSebastian Holtermann2017-09-071-29/+26
* Autogen: Touch moc_predefs.h when it's content didn't changeSebastian Holtermann2017-09-071-0/+7
* Autogen: Use list of lists functions for UIC optionsSebastian Holtermann2017-09-071-44/+24
* Autogen: Pass RCC build names and function names in info fileSebastian Holtermann2017-09-071-133/+86
* Autogen: Add functions to read/write a list of listsSebastian Holtermann2017-09-071-0/+37
* Autogen: Use single KeyRegExp filter structSebastian Holtermann2017-09-071-19/+19
* Autogen: Use the same algorithm for RCC and UIC option mergingSebastian Holtermann2017-09-071-37/+2
* Autogen: Replace cmsys::SystemTools:: with cmSystemTools::Sebastian Holtermann2017-09-071-25/+25
* Autogen: Iterate source files only onceSebastian Holtermann2017-09-071-180/+120
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-17/+17
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-8/+8
* Autogen: Add AUTOMOC_MACRO_NAMES supportSebastian Holtermann2017-08-181-9/+19
* Merge branch 'backport-autogen-autouic-lookup' into autogen-autouic-lookupBrad King2017-08-151-20/+49
|\
| * Autogen: Restore AUTOUIC lookup paths from 3.8.2Sebastian Holtermann2017-08-151-20/+49
* | Autogen: Only print Qt Autogenerator messages when verboseMatthias Kuhn2017-08-121-6/+18
* | Merge topic 'autogen-create-include-dir'Brad King2017-08-101-0/+11
|\ \ | |/
| * Autogen: Always create AUTOMOC/AUTOUIC include directorySebastian Holtermann2017-08-081-0/+11
* | Autogen: Generate rcc wrapper file on demandSebastian Holtermann2017-08-051-1/+35
* | Autogen: Fix configuration suffix initializationSebastian Holtermann2017-08-051-3/+3
* | Autogen: Add per-config suffix to moc_predefs.hSebastian Holtermann2017-08-051-1/+3
* | Autogen: Remove per-config suffix for mocs_compilations.cppSebastian Holtermann2017-08-051-5/+3
* | Merge topic 'autogen_skip_included'Brad King2017-07-111-28/+33
|\ \ | |/
| * Autogen: Skip included files on demandSebastian Holtermann2017-07-101-28/+33
| * Merge branch 'autogen_p' into release-3.9Brad King2017-07-051-1/+0
| |\
* | \ Merge topic 'autogen_p'Brad King2017-07-061-1/+0
|\ \ \ | | |/ | |/|
| * | Autogen: Continue search for FOO_p.h when FOO.h was foundSebastian Holtermann2017-07-021-1/+0
* | | Merge topic 'autogen-header-skip'Brad King2017-07-051-1/+1
|\ \ \ | | |/ | |/|
| * | Autogen: Check .moc header name against SKIP listSebastian Holtermann2017-06-301-1/+1
| |/
* | Autogen: Check for Q_OBJECT/Q_GADGET after braceSebastian Holtermann2017-06-201-2/+4
|/
* Autogen: Per-config file suffixes. New AUTOGEN_BUILD_DIR target property.Sebastian Holtermann2017-05-261-59/+83
* Autogen: Pass build directory in Info fileSebastian Holtermann2017-05-261-16/+16
* Autogen: Add -DWIN32 to definitions list on demandSebastian Holtermann2017-05-131-6/+8
* Autogen: Include moc/uic/rcc binary in settings hashSebastian Holtermann2017-05-131-8/+15
* cmake: initialize with Role that controls which commands to registerDaniel Pfeifer2017-05-081-1/+1