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