- Nov 06, 2012
- Nov 05, 2012
-
-
Brad King authored
Since commit 43b74793 (OS X: Further improve default CMAKE_OSX_SYSROOT selection, 2012-09-21) we choose a default CMAKE_OSX_SYSROOT only when one is needed. However, the change forgot that we require a sysroot when a deployment target is requested. Teach Darwin.cmake to choose a default CMAKE_OSX_SYSROOT when CMAKE_OSX_DEPLOYMENT_TARGET is set. Reported-by: Matthew Brett <matthew.brett@gmail.com> Reported-by: Bradley Giesbrecht <pixilla@macports.org>
-
Brad King authored
Cleanup in commit 9ed24c53 (FindSDL: Remove from find_... calls PATHS that are set by default, 2012-09-04) accidentally dropped some search paths. Restore the dropped PATH_SUFFIXES and add more suffixes needed to search paths that were previously hard-coded. Reported-by: Gino van den Bergen <gino@dtecta.com>
-
This fixes a regression introduced by commit f1eacf0e (cmGeneratorExpression: Re-write for multi-stage evaluation).
-
Brad King authored
Update the copyright year reported by 'bootstrap' and in the generated documentation to report 2012.
-
Brad King authored
Upstream PathScale now uses Clang as its front-end. Test for __PATHCC__ before __clang__. Reported-by: C. Bergström <cbergstrom@pathscale.com>
-
We already search for them in release mode.
-
-
- Nov 02, 2012
-
-
Brad King authored
The ComputePDBOutputDir added by commit 3f60dbf1 (Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties, 2012-09-25) falls back to the current binary directory instead of the target output directory as before. When no PDB_OUTPUT_DIRECTORY property is set we instead should fall back to the target output directory where .pdb files used to go before the new property was added.
-
- Oct 31, 2012
-
-
David Cole authored
-
David Cole authored
-
Kitware Robot authored
-
- Oct 30, 2012
-
-
Kitware Robot authored
-
- Oct 29, 2012
-
-
Kitware Robot authored
-
- Oct 28, 2012
-
-
Kitware Robot authored
-
- Oct 27, 2012
-
-
Kitware Robot authored
-
- Oct 26, 2012
-
-
Kitware Robot authored
-
- Oct 25, 2012
-
-
Kitware Robot authored
-
- Oct 24, 2012
-
-
David Cole authored
-
David Cole authored
-
Kitware Robot authored
-
- Oct 23, 2012
-
-
0cc00b06 Document LOCATION undefined behavior with use of LINKER_LANGUAGE.
-
1cd2ec10 SelectLibraryConfigurations: Fix foreach(x IN LISTS ...) syntax
-
dc0b0f6b BasicConfigVersion: Make docs refer to the macro, not the module name
-
The -ExactVersion variant already refers to the macro, and I think it makes more sense anyway.
-
Kitware Robot authored
- Oct 22, 2012
-
-
In the unit test, use the same IMPORTED_LOCATION trick that the ExportImport test uses.
-
We're going to need to link to them, and all the linking API is moving to cmGeneratorTarget. Skip imported targets when iterating over cmGeneratorTargets in places where we only want targets we build. The GetGeneratorTargets result now includes IMPORTED targets where it didn't before. The GetTargets result, which was what used to be called in these methods does not include IMPORTED targets. This doesn't relate to any known bugs, but in some future uses of GetGeneratorTargets it will be important, so starting the convention and being deliberate now is a good idea.
-
-
-
Kitware Robot authored
-