summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'set-sysroot'Brad King2013-06-2410-9/+136
|\ | | | | | | | | de4da66 Use --sysroot when cross compiling.
| * Use --sysroot when cross compiling.Stephen Kelly2013-06-0710-9/+136
| | | | | | | | | | | | | | | | | | | | As CMAKE_ROOT_FIND_PATH can be a list, a new CMAKE_SYSROOT is introduced, which is never a list. The contents of this variable is passed to supporting compilers as --sysroot. It is also accounted for when processing implicit link directories reported by the compiler, and when generating RPATH information.
* | Merge topic 'add-whitespace'Brad King2013-06-2413-23/+24
|\ \ | | | | | | | | | | | | 2331b57 Add whitespace after colons in error messages.
| * | Add whitespace after colons in error messages.Stephen Kelly2013-06-2113-23/+24
| | |
* | | Merge topic 'CMakeDetermineVSServicePack-vs11'Brad King2013-06-241-24/+21
|\ \ \ | | | | | | | | | | | | | | | | | | | | 2aa62e0 CMakeDetermineVSServicePack: Add VS 11 update 1 and 2 (#14239) 1746a35 CMakeDetermineVSServicePack: Improve documentation
| * | | CMakeDetermineVSServicePack: Add VS 11 update 1 and 2 (#14239)Brad King2013-06-211-1/+5
| | | |
| * | | CMakeDetermineVSServicePack: Improve documentationBrad King2013-06-211-24/+17
| | | | | | | | | | | | | | | | | | | | | | | | Refer users to the newer CMAKE_<LANG>_COMPILER_VERSION variables. Use a more concise summary. Format the documentation to look better in the "cmake --help-module" output.
* | | | Merge topic 'openbsd-elf-parsing'Brad King2013-06-242-2/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 480e924 OpenBSD: Enable ELF parsing and editing (#14241)
| * | | | OpenBSD: Enable ELF parsing and editing (#14241)David Coppa2013-06-212-2/+11
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenBSD provides ELF ABI declarations in #include <stdint.h> #include <elf_abi.h> Teach the platform check and cmELF implementation to use these.
* | | | Merge topic 'FindBoost-error-reason-static'Brad King2013-06-241-1/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 86cbd73 FindBoost: Clarify failure on missing 'static' libs (#14235)
| * | | | FindBoost: Clarify failure on missing 'static' libs (#14235)Brad King2013-06-201-1/+6
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | When Boost_USE_STATIC_LIBS is ON we may complain that Boost libraries cannot be found even when shared libraries are present. Update the error message to tell the user explicitly that we want static libraries. Suggested-by: Laurence R. McGlashan <laurence.mcglashan@gmail.com>
* | | | Merge topic 'FindX11-OSX-10.8'Brad King2013-06-241-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 488d968 FindX11: Search in /opt/X11 for OS X 10.8 (#14232)
| * | | | FindX11: Search in /opt/X11 for OS X 10.8 (#14232)Marius Schamschula2013-06-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | As of Mac OS X 10.8, X11 is no longer installed under /usr/X11, but under /opt/X11.
* | | | | Merge topic 'FindGTK2-tweaks'Brad King2013-06-241-2/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 508e8ca FindGTK2: Detect gthread library 8dca8ce FindGTK2: Move check for pangocairo in gtk module
| * | | | | FindGTK2: Detect gthread libraryDaniele E. Domenichelli2013-06-191-0/+3
| | | | | |
| * | | | | FindGTK2: Move check for pangocairo in gtk moduleDaniele E. Domenichelli2013-06-191-2/+2
| |/ / / /
* | | | | Merge topic 'doc-E-tar-zip'Brad King2013-06-241-3/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ae06f80 cmake: Document "-E tar" support for .zip (#14225)
| * | | | | cmake: Document "-E tar" support for .zip (#14225)Brad King2013-06-191-3/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Through use of libarchive internally we support .zip files as well as .tar format. The ExternalProject module makes use of this feature. Document support officially.
* | | | | Merge topic 'add-cmake_host_system_information-command'Brad King2013-06-249-0/+272
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | bb71a3a Add cmake_host_system_information command
| * | | | | Add cmake_host_system_information commandNils Gladitz2013-06-199-0/+272
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose the internal system information API to the CMake language. For example, it is useful to see how much memory the system has available to estimate an upper limit of tests that can run in parallel.
* | | | | | Merge topic 'add-try_compile-options'Brad King2013-06-2417-62/+162
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 482f112 try_compile: Add signature to allow multiple SOURCES
| * | | | | | try_compile: Add signature to allow multiple SOURCESBrad King2013-06-0617-62/+162
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extend the signature try_compile(RESULT_VAR <bindir> <srcfile> ...) to allow multiple sources as try_compile(RESULT_VAR <bindir> SOURCES <srcfile>... ...) Process the sources to generate a CMakeLists.txt that enables all needed languages. Teach the TryCompile test to try cases with two sources of the same language and of mixed languages. Teach RunCMake.try_compile to cover error cases for the signature.
* | | | | | Merge topic 'document-add_jar-compat-shims'Brad King2013-06-241-0/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | b41771d UseJava.cmake: document add_jar compat shim
| * | | | | | UseJava.cmake: document add_jar compat shimMatthew Woehlke2013-06-171-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document the logic that parses for backward compatibility the old variables that were used to control add_jar prior to named argument support. In particular, document that the reason this logic exists is for backward compatibility, and that new features do not need to add to it.
* | | | | | | Merge topic 'doc-search-install-prefix'Brad King2013-06-241-1/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a0b37d7 Document CMAKE_INSTALL_PREFIX in CMAKE_SYSTEM_PREFIX_PATH
| * | | | | | | Document CMAKE_INSTALL_PREFIX in CMAKE_SYSTEM_PREFIX_PATHBrad King2013-06-171-1/+6
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation to both variables to indicate that the install prefix is also searched.
* | | | | | | Merge topic 'split-command-sources'Brad King2013-06-248-82/+116
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b9f4383 Split cmBootstrapCommands.cxx into two sources
| * | | | | | | Split cmBootstrapCommands.cxx into two sourcesBrad King2013-06-148-82/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The single translation unit has grown too large for some compilers. Split it into cmBootstrapCommands1.cxx and cmBootstrapCommands2.cxx.
* | | | | | | | Merge topic 'vs-TargetFrameworkVersion'Brad King2013-06-242-0/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cfe6300 VS: Add support for .NET target framework version
| * | | | | | | | VS: Add support for .NET target framework versionChristian Maaser2013-06-142-0/+12
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | CMake Nightly Date StampKitware Robot2013-06-241-1/+1
| | | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2013-06-231-1/+1
| | | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2013-06-221-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2013-06-211-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2013-06-201-1/+1
| |_|_|_|/ |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2013-06-191-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2013-06-181-1/+1
| |_|/ / |/| | |
* | | | CMake Nightly Date StampKitware Robot2013-06-171-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2013-06-161-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2013-06-151-1/+1
| |/ / |/| |
* | | Merge topic 'doc-enable_language-scope'Brad King2013-06-141-7/+10
|\ \ \ | | | | | | | | | | | | | | | | b3b57e7 enable_language: Clarify documentation
| * | | enable_language: Clarify documentationBrad King2013-06-121-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge topic 'sha2-alignment'Brad King2013-06-141-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 75994d9 cmCryptoHash: Increase alignment of HashFile buffer
| * | | | cmCryptoHash: Increase alignment of HashFile bufferBrad King2013-06-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge topic 'FixEclipseCorruptProjects'Brad King2013-06-141-6/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 22f7934 Eclipse: fix #14204 and #14205: no file links to directories
| * | | | | Eclipse: fix #14204 and #14205: no file links to directoriesAlex Neundorf2013-06-111-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a source file name is empty, or if it is a directory, don't create a linked resource to it. Alex
* | | | | | Merge topic 'FixAsmSupport'Brad King2013-06-143-4/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | bc460ea asm support: adapt to changes in CMakeDetectCompiler in 2.8.10
| * | | | | | asm support: adapt to changes in CMakeDetectCompiler in 2.8.10Alex Neundorf2013-06-143-4/+4
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | Merge topic 'suppress-unused-cli-with-value-in-cache'Brad King2013-06-141-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6a6cda5 Don't run the WarnUnusedCliUnused test on Windows.
| * | | | | | Don't run the WarnUnusedCliUnused test on Windows.Stephen Kelly2013-06-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.