summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmMakefile: Delegate storage of Home dirs to the cmake class.Stephen Kelly2015-04-281-2/+5
* Merge topic 'autogen-no-rcc-stderr'Brad King2015-04-221-24/+37
|\
| * QtAutogen: Process 'rcc --list' stdout and stderr separately (#15523)Brad King2015-04-211-18/+26
| * cmQtAutoGenerators: Split CR stripping out to helper functionBrad King2015-04-211-7/+12
* | Merge topic 'clean-up-cmMakefile'Brad King2015-04-211-5/+5
|\ \ | |/ |/|
| * cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-2/+2
| * cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-201-3/+3
* | cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-4/+7
|/
* cmMakefile: Remove always-null first parameter to ReadListFile.Stephen Kelly2015-04-181-2/+2
* Merge topic 'ninja-autogen'Brad King2015-04-171-0/+7
|\
| * QtAutogen: Workaround rcc CRCRLF newlines on Windows (#15459)Brad King2015-04-161-0/+7
* | Port Global property interaction to cmState.Stephen Kelly2015-04-151-4/+5
|/