summaryrefslogtreecommitdiff
path: root/Source/cmQtAutoGenerators.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-3/+2
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* QtAutogen: Allow multiple qrc files with the same nameSebastian Holtermann2016-08-101-1/+2
* QtAutogen: Allow multiple moc files with the same nameSebastian Holtermann2016-08-101-1/+2
* Autogen: Revert changes to generate moc/rcc in subdirectoriesBrad King2016-07-211-4/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-36/+40
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-2/+2
* Source: Stabilize include orderBrad King2016-04-291-0/+2
* Autogen: Message cleanups: Compose messages in std::stringstreamSebastian Holtermann2016-04-251-1/+4
* Autogen: Generate not included moc files in subdirectories (#12873)Sebastian Holtermann2016-04-221-1/+4
* Autogen: Check added for name collisions of generated moc filesSebastian Holtermann2016-04-221-0/+5
* Autogen: Qrc processing: Generate single map with final input / output namesSebastian Holtermann2016-04-191-0/+2
* Autogen: Ui processing: Generate single map with final input / output namesSebastian Holtermann2016-04-191-1/+3
* Autogen: Split out UI file generation code to dedicated methodSebastian Holtermann2016-04-191-0/+2
* Autogen: Split out moc file generation code to dedicated methodSebastian Holtermann2016-04-191-0/+4
* Autogen: Rename method GenerateQrc{ => Files}Sebastian Holtermann2016-04-191-1/+1
* Autogen: New logCommand method. It prints commands using std::cout.Sebastian Holtermann2016-04-191-0/+1
* Autogen: Rename header extension Join method to JoinExtsSebastian Holtermann2016-04-191-1/+1
* Autogen: Use SystemTools string functions instead of rolling out ownSebastian Holtermann2016-04-191-2/+0
* QtAutogen: Split initializer class into separate file.Stephen Kelly2015-09-291-41/+0
* QtAutogen: Split initializer methods into separate class.Stephen Kelly2015-09-261-15/+21
* QtAutogen: Add _automoc.cpp sources before initializing.Stephen Kelly2015-09-261-0/+1
* QtAutogen: Move initialization condition to caller.Stephen Kelly2015-09-261-1/+1
* QtAutogen: Make some methods static.Stephen Kelly2015-09-261-11/+11
* QtAutogen: Make internal method private.Stephen Kelly2015-09-261-1/+2
* QtAutogen: Don't use members to initialize automoc targets.Stephen Kelly2015-09-261-0/+5
* QtAutogen: Don't use a member to store skipped uic files.Stephen Kelly2015-09-261-1/+3
* QtAutogen: Add missing includes and forward declarations.Stephen Kelly2015-09-261-0/+5
* cmGlobalGenerator: Create cmGeneratorTargets before QtAutomoc.Stephen Kelly2015-07-271-1/+2
* cmQtAutoGenerators: Re-arrange data layout.Stephen Kelly2015-06-071-2/+1
* cmStandardIncludes: Remove list include.Stephen Kelly2015-02-061-0/+2
* QtAutogen: Regenerate qrc files if their input changes (#15074)Stephen Kelly2014-10-241-0/+10
* QtAutogen: Expand rccfiles into a vector early in the autogen process.Stephen Kelly2014-10-231-1/+1
* QtAutogen: Extract a GetRccExecutable method.Stephen Kelly2014-10-231-0/+2
* Merge topic 'autogen-fixes'Brad King2014-09-221-12/+12
|\
| * QtAutogen: Process all ui files in a source file (#14981).Stephen Kelly2014-09-181-12/+12
* | QtAutogen: Put generated qrc files in a target-specific dir.Stephen Kelly2014-04-181-0/+1
* | Merge topic 'fix-Qt-Autogen'Brad King2014-03-261-1/+1
|\ \ | |/
| * QtAutogen: Fix use of multiple ui files in a single target.Stephen Kelly2014-03-251-1/+1
* | stringapi: Use strings for directoriesBen Boeckel2014-03-081-4/+4
* | stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-2/+2
|/
* QtAutogen: Make uic work even when the source is in a subdir.Stephen Kelly2014-02-041-6/+6
* QtAutogen: Separate source file processing from AUTOMOC.Stephen Kelly2014-01-281-1/+1
* QtAutogen: Make some methods appropriately file-static.Stephen Kelly2014-01-281-4/+0
* Constify autogen handling.Stephen Kelly2013-12-111-4/+4
* Autogen: Split AutoRcc handling into two methodsStephen Kelly2013-12-111-0/+1
* QtAutoUic: Add INTERFACE_AUTOUIC_OPTIONS target property.Stephen Kelly2013-11-271-1/+2
* cmAutogen: Rename method to InitializeAutogenTargetStephen Kelly2013-11-051-1/+1
* Add automatic rcc invocation for Qt.Stephen Kelly2013-10-241-0/+9