summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmake: Store hardcoded lists of sources and headersStephen Kelly2015-10-271-1/+1
* cmState: Initialize default definitions immediately.Stephen Kelly2015-10-131-0/+1
* Set the current dirs on the snapshot before creating the cmMakefile.Stephen Kelly2015-10-071-2/+3
* QtAutogen: Port away from cmLocalGenerator.Stephen Kelly2015-09-291-8/+7
* QtAutogen: Split initializer class into separate file.Stephen Kelly2015-09-291-1049/+8
* QtAutogen: Split initializer methods into separate class.Stephen Kelly2015-09-261-22/+31
* QtAutogen: Add _automoc.cpp sources before initializing.Stephen Kelly2015-09-261-2/+15
* QtAutogen: Move initialization condition to caller.Stephen Kelly2015-09-261-13/+1
* QtAutogen: Make some methods static.Stephen Kelly2015-09-261-12/+15
* QtAutogen: Don't use members to initialize automoc targets.Stephen Kelly2015-09-261-19/+17
* QtAutogen: Rename variable.Stephen Kelly2015-09-261-2/+3
* QtAutogen: Don't use a member to store skipped uic files.Stephen Kelly2015-09-261-11/+9
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-1/+2
* QtAutogen: Use a smart pointer.Stephen Kelly2015-08-281-2/+1
* cmGlobalGenerator: Remove MakeLocalGenerator method.Stephen Kelly2015-08-281-1/+1
* cmGlobalGenerator: Require a snapshot to create a local generator.Stephen Kelly2015-08-281-1/+2
* cmGeneratorTarget: Move GetConfigCommonSourceFiles from cmTarget.Stephen Kelly2015-08-261-3/+11
* cmGeneratorTarget: Move compile defintions processing from cmTarget.Stephen Kelly2015-08-261-2/+0
* Remove use of include <cmsys/ios/*> and cmsys_ios::*Brad King2015-08-201-3/+2
* Merge topic 'global-generator-makefiles'Brad King2015-08-111-2/+2
|\
| * cmQtAutoGenerators: Prefer a generator to access global generator.Stephen Kelly2015-08-071-2/+2
* | cmTarget: Split storage of include directories from genexes.Stephen Kelly2015-08-071-0/+2
|/
* cmGeneratorTarget: Move LinkInterfaceDependent methods from cmTarget.Stephen Kelly2015-08-051-3/+8
* cmGeneratorTarget: Move GetAutoUicOptions from cmTarget.Stephen Kelly2015-08-051-1/+4
* cmMakefile: Simplify generate-time cmGeneratorTarget creation.Stephen Kelly2015-07-291-1/+0
* cmTarget: Restore the ImportedGetLocation method.Stephen Kelly2015-07-271-6/+10
* cmGlobalGenerator: Create cmGeneratorTargets before QtAutomoc.Stephen Kelly2015-07-271-1/+6
* Merge topic 'autorcc-qt-5.1'Brad King2015-07-101-1/+1
|\
| * cmQtAutoGenerators: Fix rcc invocation for Qt 5.0 and 5.1 (#15644)Brad King2015-07-091-1/+1
* | Merge topic 'use-generator-target'Brad King2015-06-231-3/+3
|\ \
| * | Get the local generator from the GeneratorTarget.Stephen Kelly2015-06-221-3/+3
* | | Merge topic 'qt-autogen-always-run'Brad King2015-06-231-21/+4
|\ \ \ | |/ / |/| |
| * | QtAutogen: Add comment explaining why rcc cannot use PRE_BUILDBrad King2015-06-231-0/+3
| * | QtAutogen: Always run autogen step even when rcc is enabled (#15608)Brad King2015-06-191-21/+1
* | | QtAutogen: Get the global generator from the Makefile.Stephen Kelly2015-06-211-2/+1
|/ /
* | Fix preprocessor checks WIN32 => _WIN32Brad King2015-06-151-1/+1
* | Port static calls from cmLocalGenerator to cmOutputConverter.Stephen Kelly2015-06-061-20/+20
* | cmake: Replace CurrentLocalGenerator concept with CurrentMakefile.Stephen Kelly2015-06-041-1/+1
|/
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-2/+1
* Merge topic 'clean-up-CMAKE_COMMAND'Brad King2015-05-211-1/+1
|\
| * Use cmSystemTools::GetCMakeCommand() to get path to cmake internallyBrad King2015-05-201-1/+1
* | QtAutogen: Create global generator on the stack.Stephen Kelly2015-05-191-6/+4
* | QtAutogen: Use a more-obvious delete-target.Stephen Kelly2015-05-191-1/+1
* | QtAutogen: Remove the need for a local makefile variable.Stephen Kelly2015-05-191-6/+3
* | QtAutogen: Inline static factory method.Stephen Kelly2015-05-191-14/+7
* | QtAutogen: Remove repeated setters.Stephen Kelly2015-05-191-3/+0
|/
* Merge topic 'clean-up-vs-generators'Brad King2015-05-191-4/+4
|\
| * VS: Move version information to global generator.Stephen Kelly2015-05-191-4/+4
* | cmGlobalGenerator: Add NVI wrapper to create local generator.Stephen Kelly2015-05-161-1/+1
|/
* Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-4/+3