- 09 Nov, 2013 2 commits
-
-
Stephen Kelly authored
By removing the INTERFACE_ prefix, we can use this in more contexts.
-
Stephen Kelly authored
These can be moved to cmGeneratorTarget in CMake 4.0.
-
- 07 Nov, 2013 3 commits
-
-
Stephen Kelly authored
Rely on that having been done by the cmGlobalGenerator.
-
Stephen Kelly authored
This will soon also finalize include directories.
-
Kitware Robot authored
-
- 06 Nov, 2013 5 commits
-
-
Brad King authored
-
5cf1120f cmGlobalGenerator: Refactor member cleanup between configures
-
Kitware Robot authored
-
- 05 Nov, 2013 26 commits
-
-
Stephen Kelly authored
This change causes the GetLinkInterfaceDependentStringProperty method, called in SetupAutoGenerateTarget, after the creation of generator targets. In CMake 4.0, the GetLinkInterfaceDependentStringProperty will move to the cmGeneratorTarget class, and this patch is a necessary prerequisite to that.
-
Stephen Kelly authored
This reflects better what it is doing.
-
Stephen Kelly authored
The SetupAutoGenerateTarget method will soon be invoked at a later time in a followup commit. We need to ensure that we create the utility autogen target early.
-
Stephen Kelly authored
These snippets will soon be needed from multiple methods.
-
a1b9465b Automoc: Add directory-level COMPILE_DEFINITIONS to command line (#14535)
-
Brad King authored
-
Brad King authored
-
In commit 18412153 (Refactor cmTarget::GetCompileDefinitions..., 2013-06-06) cmQtAutomoc was refactored to get all compile definitions from the target instead of separately asking the target and querying the directory-level COMPILE_DEFINITIONS property value. While the generation process does integrate directory-level COMPILE_DEFINITIONS into the target definitions, this did not happen until after Automoc targets are constructed. Therefore the commit regressed use of directory-level definitions in Automoc targets. Factor the definition finalization logic out from the cmGlobalGenerator::CreateGeneratorTargets method into a new cmGlobalGenerator::FinalizeTargetCompileDefinitions method and call it before constructing Automoc targets. This will place the directory-level definitions into the target in time to use them for the Automoc targets. Extend the QtAutomoc test to cover this case.
-
7947981c CPack: Disable OS X PackageMaker by default (#13662)
-
f60797f7 Tests/Assembler: Drop -g when generating sample assembly source
-
Brad King authored
-
Brad King authored
Add a small CMake logo to the left side of the header and footer navigation bars. Set the html theme, title, and short title explicitly.
-
0fa9aea2 Help: Drop mention of cmake -i wizard mode
-
d1e8a024 Help: Refine manual/*.1.rst usage summaries
-
a06debcd FindPHP4: Drop extra content from reported PHP4_INCLUDE_PATH (#14540)
-
cde56c12 FindJNI: Support biarch installations (#14541)
-
f212615d Ninja: don't parse empty string
-
d4390832 Ninja: add depfile support for Intel's compiler
-
Brad King authored
-
Brad King authored
-
Brad King authored
Do not access an argument index not known to exist.
-
Brad King authored
Factor member cleanup out from cmGlobalGenerator::Configure and the destructor into a dedicated helper to avoid duplication. This fixes clearing of BuildExportSets between configures.
-
2e388cc3 file(GENERATE): Clear internal records between configures
-
Kitware Robot authored
-
- 04 Nov, 2013 4 commits
-
-
Brad King authored
-
Brad King authored
In the CMake interactive dialogs cmGlobalGenerator::Configure may run more than once. Clear the cmGlobalGenerator::EvaluationFiles data between configures to avoid accessing deleted data.
-
Brad King authored
Fix our configuration of the Sphinx conf.py 'version' entry to refer to the correctly-spelled CMake_VERSION_(MAJOR|MINOR|PATCH) variables.
-
Brad King authored
Teach our Sphinx conf.py to compute the copyright end year automatically. Drop our hard-coded configuration for it.
-