Brad King
5b9b141ee6
Merge topic 'doc-search-install-prefix'
...
a0b37d7 Document CMAKE_INSTALL_PREFIX in CMAKE_SYSTEM_PREFIX_PATH
2013-06-24 08:37:22 -04:00
Brad King
b1ef36a20a
Merge topic 'split-command-sources'
...
b9f4383 Split cmBootstrapCommands.cxx into two sources
2013-06-24 08:37:18 -04:00
Brad King
64d14d3ddd
Merge topic 'vs-TargetFrameworkVersion'
...
cfe6300 VS: Add support for .NET target framework version
2013-06-24 08:37:14 -04:00
Kitware Robot
299f50de00
CMake Nightly Date Stamp
2013-06-24 00:01:05 -04:00
Kitware Robot
c12208fd79
CMake Nightly Date Stamp
2013-06-23 00:01:04 -04:00
Kitware Robot
8573748041
CMake Nightly Date Stamp
2013-06-22 00:01:04 -04:00
Kitware Robot
9f160c5b0a
CMake Nightly Date Stamp
2013-06-21 00:01:04 -04:00
Kitware Robot
7c61c73fbc
CMake Nightly Date Stamp
2013-06-20 00:01:05 -04:00
Kitware Robot
ee59089803
CMake Nightly Date Stamp
2013-06-19 00:01:05 -04:00
Kitware Robot
381c76da07
CMake Nightly Date Stamp
2013-06-18 00:01:04 -04:00
Brad King
a0b37d7e3b
Document CMAKE_INSTALL_PREFIX in CMAKE_SYSTEM_PREFIX_PATH
...
Add documentation to both variables to indicate that the install prefix
is also searched.
2013-06-17 08:40:44 -04:00
Kitware Robot
dc43f7755d
CMake Nightly Date Stamp
2013-06-17 00:01:04 -04:00
Kitware Robot
30d029ddd1
CMake Nightly Date Stamp
2013-06-16 00:01:03 -04:00
Kitware Robot
19df4595e2
CMake Nightly Date Stamp
2013-06-15 00:01:03 -04:00
Brad King
dea8271840
Merge topic 'doc-enable_language-scope'
...
b3b57e7 enable_language: Clarify documentation
2013-06-14 09:01:39 -04:00
Brad King
d556631079
Merge topic 'sha2-alignment'
...
75994d9 cmCryptoHash: Increase alignment of HashFile buffer
2013-06-14 09:01:22 -04:00
Brad King
1f8733a0c2
Merge topic 'FixEclipseCorruptProjects'
...
22f7934 Eclipse: fix #14204 and #14205 : no file links to directories
2013-06-14 09:01:17 -04:00
Brad King
2acbd419e2
Merge topic 'FixAsmSupport'
...
bc460ea asm support: adapt to changes in CMakeDetectCompiler in 2.8.10
2013-06-14 09:00:48 -04:00
Brad King
ed2f59e614
Merge topic 'suppress-unused-cli-with-value-in-cache'
...
6a6cda5 Don't run the WarnUnusedCliUnused test on Windows.
2013-06-14 09:00:39 -04:00
Brad King
bbaae3e421
Merge topic 'minor-cleanup'
...
e3b7eac Style: Don't put an else after a return.
ad304a2 cmSystemTools: Fix typo in comment.
08319e0 Genex: Fix indentation in docs.
2013-06-14 09:00:26 -04:00
Brad King
f247474eb6
Merge topic 'remove_extra_matches'
...
dc03499 Do not set CMAKE_MATCH_ variables when not neeeded
2013-06-14 09:00:11 -04:00
Brad King
bc3a7b61e2
Merge topic 'rpath-on-mac'
...
ff01f8b OS X: Improvements for getting install name of dylib.
2013-06-14 08:59:54 -04:00
Alex Neundorf
bc460ea2fc
asm support: adapt to changes in CMakeDetectCompiler in 2.8.10
...
This fixes #14210 . In 2.8.10 CMakeDetermineCompiler.cmake was
modified (or added), and now the _INIT variable must not
be set to a list anymore, before it worked.
Alex
2013-06-14 08:54:34 -04:00
Bill Hoffman
dc03499595
Do not set CMAKE_MATCH_ variables when not neeeded
...
Each call to AddDefinition has overhead for variable watches and such.
Avoid extra calls when not needed.
This decreases the configure time for ParaView by 10 seconds on my
machine. Without the change about 1,000,000 set-to-empty calls were
being made. After the change it drops to about 100,000.
2013-06-14 08:46:14 -04:00
Brad King
b9f4383f69
Split cmBootstrapCommands.cxx into two sources
...
The single translation unit has grown too large for some compilers.
Split it into cmBootstrapCommands1.cxx and cmBootstrapCommands2.cxx.
2013-06-14 08:35:52 -04:00
Christian Maaser
cfe6300a41
VS: Add support for .NET target framework version
...
Teach CMake to generate the TargetFrameworkVersion XML node as
documented at
http://msdn.microsoft.com/en-us/library/vstudio/ff770576.aspx
from target property VS_DOTNET_TARGET_FRAMEWORK_VERSION.
2013-06-14 08:09:00 -04:00
Kitware Robot
3aaf04365c
CMake Nightly Date Stamp
2013-06-14 00:01:04 -04:00
Brad King
75994d953e
cmCryptoHash: Increase alignment of HashFile buffer
...
The SHA512_Update implementation accesses input data via 64-bit
integers. This requires alignment of the input buffer on some
architectures. Align our stack-allocated buffer for file content to
satisfy this requirement.
2013-06-13 08:40:10 -04:00
Kitware Robot
82771f1862
CMake Nightly Date Stamp
2013-06-13 00:01:02 -04:00
Stephen Kelly
6a6cda5b4a
Don't run the WarnUnusedCliUnused test on Windows.
...
Even with the NMake Makefiles generator, it is not able to properly
clean up after the test.
http://open.cdash.org/testDetails.php?test=193424220&build=2934501
Internal cmake changing into directory: C:/Dashboards/My Tests/CMake-nmake10-x64-continuous/Tests/WarnUnusedCliUnused
Error: cmake execution failed
CMake Error: Error: generator : NMake Makefiles
Does not match the generator used previously: Visual Studio 10
Either remove the CMakeCache.txt file or choose a different binary directory.
2013-06-12 17:21:10 +02:00
Brad King
b3b57e7a31
enable_language: Clarify documentation
...
Describe explicitly the scope in which enable_language must be
invoked to handle all direct and indirect uses of a language.
While at it, re-word documentation of the OPTIONAL keyword to
avoid confusion over its partial implementation.
2013-06-12 10:58:32 -04:00
Kitware Robot
9f460fe408
CMake Nightly Date Stamp
2013-06-12 00:01:03 -04:00
Alex Neundorf
22f7934a6e
Eclipse: fix #14204 and #14205 : no file links to directories
...
If a source file name is empty, or if it is a directory,
don't create a linked resource to it.
Alex
2013-06-11 22:50:38 +02:00
Stephen Kelly
e3b7eac593
Style: Don't put an else after a return.
2013-06-11 10:50:00 +02:00
Stephen Kelly
ad304a2f7d
cmSystemTools: Fix typo in comment.
2013-06-11 09:52:30 +02:00
Stephen Kelly
08319e071e
Genex: Fix indentation in docs.
2013-06-11 09:52:08 +02:00
Kitware Robot
a2021e578c
CMake Nightly Date Stamp
2013-06-11 00:01:04 -04:00
Brad King
30fd0b2d38
Merge branch 'release'
2013-06-10 11:23:36 -04:00
Kitware Robot
9ac601618e
CMake Nightly Date Stamp
2013-06-10 00:01:02 -04:00
Kitware Robot
adfe9b3805
CMake Nightly Date Stamp
2013-06-09 00:01:03 -04:00
Kitware Robot
63e7137af5
CMake Nightly Date Stamp
2013-06-08 00:01:03 -04:00
Kitware Robot
e7fc1c600e
CMake Nightly Date Stamp
2013-06-07 00:01:04 -04:00
Kitware Robot
bb879bcf2d
CMake Nightly Date Stamp
2013-06-06 00:01:04 -04:00
Clinton Stimpson
ff01f8b600
OS X: Improvements for getting install name of dylib.
...
In the case of a multi-arch dylib where none of the architectures
is the host architecture, otool -D returned multiple install names.
2013-06-05 21:31:11 -06:00
Brad King
d3c8688ecd
Merge topic 'fix-genex-HEAD-target'
...
5b22235 Genex: Fix the HEAD target used for evaluated expressions
2013-06-05 09:54:20 -04:00
Brad King
c479a06d80
CMake 2.8.11.1
2013-06-05 09:47:09 -04:00
Brad King
14779f87d2
Merge branch 'fix-genex-HEAD-target' into release
2013-06-05 09:44:52 -04:00
Brad King
c628fbc40d
Merge branch 'xcode-framework-paths' into release
2013-06-05 09:44:42 -04:00
Brad King
4b9188825a
Merge branch 'fix-include_directories-whitespace-handling' into release
2013-06-05 09:44:13 -04:00
Brad King
aa025cc60a
Merge topic 'xcode-framework-paths'
...
21a0bea Xcode: Fix framework search paths in STATIC library targets (#14191 )
2013-06-05 09:39:52 -04:00