https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
bd44850 added get_git_revision and get_git_branch commands as follow-up to cmake@cmake.org 25 September 2015, 15:09:24 UTC
02f95f9 Merge topic 'fix-try_compile-internal-argv' 710bde43 cmCoreTryCompile: Fix internal argument vector construction 25 September 2015, 14:12:42 UTC
5a83303 Merge topic 'install-directory-dest-genex' bd189cc2 install: Allow generator expressions in DIRECTORY DESTINATION 25 September 2015, 14:12:40 UTC
910ea21 Merge topic 'Threads-CXX' fff9434d FindThreads: officially announce it works with only C++ enabled 66db914a FindThreads: fix printing a pointer value in test code 0b38424c FindThreads: make the call to try_run() work also if only C++ is enabled 9924a212 FindThreads: replace CheckIncludeFiles by CheckIncludeFile a27bc0cc Check(Function|Library|Symbol)Exists: make it work if only C++ is enabled 7279f293 FindThreads: add simple testcase 25 September 2015, 14:12:37 UTC
ede5454 Merge topic 'fix-max-path-initialization' 8bfff686 cmLocalGenerator: Compute object max path on construction. 2c2479fb cmGlobalGenerator: Create all local generators after Configure(). 194bb068 cmGlobalGenerator: Remove unused method. c5f07e05 cmGlobalGenerator: Create local generators after all makefiles configured. dd408de4 cmGlobalGenerator: Create local generator after configuring the makefile. 8a88089b cmMakefile: Create the local generator after configuring the makefile. 934aa454 Makefiles: Remove need to create local generator at configure time. 61b48e70 Makefiles: Port to cmOutputConverter. 25 September 2015, 14:12:35 UTC
fff9434 FindThreads: officially announce it works with only C++ enabled 25 September 2015, 14:08:35 UTC
66db914 FindThreads: fix printing a pointer value in test code This causes a warning in C mode, and entirely fails in C++ mode: CMake/Modules/CheckForPthreads.c: In function ‘runner’: CMake/Modules/CheckForPthreads.c:34:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] printf("%d CC: %d\n", (int)args, cc); ^ Use %p to print out a pointer value, which will not cause any problems. 25 September 2015, 14:08:06 UTC
0b38424 FindThreads: make the call to try_run() work also if only C++ is enabled This isn't enough to make the whole module work with only C++ enabled. 25 September 2015, 14:08:05 UTC
9924a21 FindThreads: replace CheckIncludeFiles by CheckIncludeFile While at it, also add a branch using CheckIncludeFileCXX. Also give a better error message if no supported language is enabled. C++ support isn't working yet, but it has never worked. 25 September 2015, 14:08:05 UTC
a27bc0c Check(Function|Library|Symbol)Exists: make it work if only C++ is enabled 25 September 2015, 14:07:54 UTC
7c0b22a CMake Nightly Date Stamp 25 September 2015, 04:01:06 UTC
710bde4 cmCoreTryCompile: Fix internal argument vector construction In TryCompileCode we construct an internal argv[] vector that needs to have a fake argv[0] so our internal cmake command line looks like a real command line. Fix construction of the fake argv[0] when try_compile is called without the CMAKE_FLAGS argument. Otherwise the first internal -DVAR=val argument that we use to pass information like CMAKE_OSX_SYSROOT is ignored. 24 September 2015, 19:26:32 UTC
cbfae8c Merge topic 'install-files-dest-genex' 69ab5f55 Tests: Cover install(FILES) with a genex DESTINATION 17aa6fd3 install: Allow generator expressions in FILES DESTINATION 24 September 2015, 14:28:54 UTC
bd189cc install: Allow generator expressions in DIRECTORY DESTINATION 24 September 2015, 13:13:03 UTC
8bfff68 cmLocalGenerator: Compute object max path on construction. 24 September 2015, 07:39:39 UTC
2c2479f cmGlobalGenerator: Create all local generators after Configure(). 24 September 2015, 07:39:39 UTC
194bb06 cmGlobalGenerator: Remove unused method. 24 September 2015, 07:39:39 UTC
c5f07e0 cmGlobalGenerator: Create local generators after all makefiles configured. 24 September 2015, 07:39:38 UTC
dd408de cmGlobalGenerator: Create local generator after configuring the makefile. 24 September 2015, 07:39:38 UTC
8a88089 cmMakefile: Create the local generator after configuring the makefile. The local generator is not used during configure time. 24 September 2015, 07:39:38 UTC
934aa45 Makefiles: Remove need to create local generator at configure time. This method is used during try_compile. 24 September 2015, 07:39:38 UTC
61b48e7 Makefiles: Port to cmOutputConverter. 24 September 2015, 07:39:38 UTC
02ccef2 CMake Nightly Date Stamp 24 September 2015, 04:01:05 UTC
69ab5f5 Tests: Cover install(FILES) with a genex DESTINATION 23 September 2015, 18:41:52 UTC
17aa6fd install: Allow generator expressions in FILES DESTINATION 23 September 2015, 18:37:17 UTC
c3b3284 Merge topic 'vs-target-ordering' 40c7b461 VS: Fix rebuild with regeneration after input CMake code change (#15754) 03bfe71a VS: Refactor target ordering logic 23 September 2015, 13:23:01 UTC
3779716 Merge topic 'cpack-package-empty-dirs' b761e90d CPack: remove accidental changes 23 September 2015, 13:22:59 UTC
20ed8bb Merge topic 'fix-forced-toolchain-dialect' d1375851 Project: Don't require computed default dialect if compiler was forced. 23 September 2015, 13:22:57 UTC
b761e90 CPack: remove accidental changes Remove changes accidentally included in commit b58de9fe (CPack: allow packaging of empty directories, 2015-09-22). 23 September 2015, 13:15:57 UTC
44f2ade CMake Nightly Date Stamp 23 September 2015, 04:01:05 UTC
d137585 Project: Don't require computed default dialect if compiler was forced. Commit 7235334a (Project: Determine default language dialect for the compiler., 2015-09-15) introduced a mechanism to determine the default dialect used for the running compiler. If conditions in the <CompilerId>-<Lang>.cmake file are such that compile features for that version of the compiler should be supported, the _DEFAULT_STANDARD is set to the computed value. However, the CMakeForceCompiler module allows users to bypass execution of the compiler by CMake. In that case, do not set the _DEFAULT_STANDARD variable at all, which effectively disables the compile-features where the module is used. No compile features have ever been recorded where the module is used so no functionality is lost. 22 September 2015, 20:13:15 UTC
442d17e Merge topic 'cpack-package-empty-dirs' b58de9fe CPack: allow packaging of empty directories 47b060ae CPackDeb: allow empty directories in component packages 22 September 2015, 14:47:11 UTC
fcd9f85 Merge topic 'ctest-variable-docs' 4da5a227 Help: document CTEST_CUSTOM_* variables 70c0cc72 ctest_read_custom_files: mention that ctest does this automatically 71c67e83 CTEST_CUSTOM_*: treat variables as lists 936a95d4 CTestCoverageCollectGCOV: replace tabulators 22 September 2015, 14:47:05 UTC
da7c8a8 Merge topic 'restrict-shlib-link-flags-to-enable-exports' b15f4e9b try_compile: Propogate CMP0065 to the generated project. 9784af1b CMP0065: Restrict the use of CMAKE_SHARED_LIBRARY_LINK_<LANG>_FLAGS 22 September 2015, 14:46:59 UTC
4be709a Merge topic 'fix-policy-CMP0064-version' 402bf096 CMP0064: Fix recorded version of introduction to be 3.4 22 September 2015, 14:46:57 UTC
f1365f3 Merge topic 'fix-windows-version-detection' 17009189 Windows: Fix CMAKE_HOST_SYSTEM_VERSION on Windows >= 8 (#15674) 22 September 2015, 14:46:54 UTC
4da5a22 Help: document CTEST_CUSTOM_* variables 22 September 2015, 14:44:52 UTC
40c7b46 VS: Fix rebuild with regeneration after input CMake code change (#15754) When using "cmake --build ." or "MSBuild ALL_BUILD.vcxproj" to drive the build the dependencies in the .sln file are not considered. This means that ProjectReference elements in .vcxproj files are used to order targets. We must ensure that the ZERO_CHECK target is listed as the first dependency of every target so that when it causes regeneration of the build files then MSBuild has not yet loaded the updated files. 22 September 2015, 14:26:00 UTC
03bfe71 VS: Refactor target ordering logic Refactor cmGlobalVisualStudioGenerator::TargetCompare to store the name of the target that should come first instead of hard-coding "ALL_BUILD". Update client sites to specify "ALL_BUILD" when ordering for .sln files and an empty string otherwise (in cases when "ALL_BUILD" should not be encountered anyway). 22 September 2015, 14:25:58 UTC
dce7d8b CMake Nightly Date Stamp 22 September 2015, 04:01:04 UTC
b58de9f CPack: allow packaging of empty directories 22 September 2015, 00:08:26 UTC
47b060a CPackDeb: allow empty directories in component packages 21 September 2015, 23:57:44 UTC
7279f29 FindThreads: add simple testcase 21 September 2015, 19:17:32 UTC
b15f4e9 try_compile: Propogate CMP0065 to the generated project. Set policy CMP0065 to the value used in the calling project. Set the the value of CMAKE_ENABLE_EXPORTS if set in the calling project to initialize the target property appropriately. 21 September 2015, 14:12:13 UTC
9784af1 CMP0065: Restrict the use of CMAKE_SHARED_LIBRARY_LINK_<LANG>_FLAGS This new policy restricts the addition of the shared library link flags to executables only when the ENABLE_EXPORTS property is set to True. 21 September 2015, 14:12:13 UTC
402bf09 CMP0064: Fix recorded version of introduction to be 3.4 This policy was added for CMake 3.4 but accidentally recorded as 3.3. Fix this and update the RunCMake.CMP0064 test WARN case accordingly. 21 September 2015, 14:05:02 UTC
cec45e2 Merge topic 'pkg-config-variable-function' 51b83f14 FindPkgConfig: add a command to query arbitrary variables 7f7f1eec FindPkgConfig: use execute_process to strip trailing whitespace 21 September 2015, 13:39:36 UTC
51b83f1 FindPkgConfig: add a command to query arbitrary variables 21 September 2015, 13:39:26 UTC
70c0cc7 ctest_read_custom_files: mention that ctest does this automatically 21 September 2015, 13:27:54 UTC
71c67e8 CTEST_CUSTOM_*: treat variables as lists 21 September 2015, 13:27:54 UTC
936a95d CTestCoverageCollectGCOV: replace tabulators 21 September 2015, 13:27:53 UTC
1f43581 Merge topic 'cpack-verbatim-variables' bc2e54db Introduction of CPACK_VERBATIM_VARIABLES variable 21 September 2015, 13:25:34 UTC
38830fc Merge topic 'cpack-deb-checksum-on-symlinks' da295f45 CPack/Deb: checksum on symlinks release notes 7c7874c8 CPackDeb: preventing md5sum on symlinks 21 September 2015, 13:25:31 UTC
dd8285c Merge topic 'fix-compatibility-mode-LOCATION' 2514e426 CMP0026: Use compatibility codepath until configure is finished (#15748) b98f7712 cmGlobalGenerator: Add API for the configure step being finished. b5de2bd9 cmLocalGenerator: Simplify condition. 21 September 2015, 13:25:29 UTC
4f640af Merge topic 'ninja-refactor-msvc-deps' 109a7a24 Ninja: Detect MSVC /showIncludes prefix with compiler flags (#15596) 828c05b9 Ninja: Refactor lookup of cmcldeps location c73fbda6 CMakeDetermineCompilerId: Drop unused code path 21 September 2015, 13:25:27 UTC
82a0c7b Merge topic 'ctest-custom-output-size' fd47df45 CTest: Add options to limit output of passed and failed tests 6e3151f6 CTest: Document and test custom output size settings 21 September 2015, 13:25:24 UTC
1700918 Windows: Fix CMAKE_HOST_SYSTEM_VERSION on Windows >= 8 (#15674) According to GetVersionEx documentation: https://msdn.microsoft.com/en-us/library/windows/desktop/ms724451.aspx https://msdn.microsoft.com/en-us/library/windows/desktop/dn481241.aspx we must manifest each application to explicitly declare support for each version of Windows. 21 September 2015, 13:02:41 UTC
358b564 CMake Nightly Date Stamp 21 September 2015, 04:01:04 UTC
bc2e54d Introduction of CPACK_VERBATIM_VARIABLES variable If variable is set to TRUE, values of all variables prefixed with CPACK_ will be escaped so special characters such as dolar sign, quotes or foreward slash will not be lost. By default variable is treated as set to FALSE for back compatibility. The cpack_encode_variables macro is changed into a function to remove scope pollution. There should be no other effects. 20 September 2015, 21:39:03 UTC
ba7f706 CMake Nightly Date Stamp 20 September 2015, 04:01:05 UTC
0da7a4d CMake Nightly Date Stamp 19 September 2015, 04:01:05 UTC
da295f4 CPack/Deb: checksum on symlinks release notes 18 September 2015, 20:31:24 UTC
7c7874c CPackDeb: preventing md5sum on symlinks - Direct call to cmSystemTools::ComputeFileMD5 - Avoiding hashing symlinks - Tests 18 September 2015, 20:20:42 UTC
2514e42 CMP0026: Use compatibility codepath until configure is finished (#15748) Use it instead of the similar cmMakefile API. It is necessary to know that the Configure step is completely done, not just that one particular cmMakefile is finished configuring. Prior to commit 611220f7 (cmTarget: Use reliable test for CMP0024 and CMP0026 OLD., 2015-07-25), this was determined by checking whether cmGeneratorTargets exist yet, which happens after the Configure step. 18 September 2015, 18:49:00 UTC
b98f771 cmGlobalGenerator: Add API for the configure step being finished. 18 September 2015, 18:48:15 UTC
b5de2bd cmLocalGenerator: Simplify condition. This API is only called after configure-time. 18 September 2015, 17:41:47 UTC
fd47df4 CTest: Add options to limit output of passed and failed tests Add ctest command-line options: --test-output-size-passed <n> --test-output-size-failed <n> to set the amount of test output to store in Test.xml as a command-line dashboard client. 18 September 2015, 15:32:06 UTC
6e3151f CTest: Document and test custom output size settings Add documentation and tests for the existing CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE CTest variables. 18 September 2015, 15:32:05 UTC
109a7a2 Ninja: Detect MSVC /showIncludes prefix with compiler flags (#15596) Move detection over to the compiler id logic where we have already constructed the list of compiler flags from ARG1 and CMAKE_<LANG>_FLAGS. Pass the flags when we execute "cl" with "/showIncludes". Also pass "/c" because we only need to compile, not link. Check the compiler process exit code before trusting its output. 18 September 2015, 14:02:53 UTC
828c05b Ninja: Refactor lookup of cmcldeps location This executable comes with CMake so just compute its location in cmSystemTools instead of storing it in compiler information modules. 18 September 2015, 14:01:25 UTC
c73fbda CMakeDetermineCompilerId: Drop unused code path The execute_process command always exists so we never need to fall back on exec_program. 18 September 2015, 14:01:25 UTC
e3ace61 Merge topic 'compute-default-dialect' 7235334a Project: Determine default language dialect for the compiler. 18 September 2015, 14:00:51 UTC
7235334 Project: Determine default language dialect for the compiler. Use the __cplusplus and __STDC_VERSION__ macros to automatically determine the default dialect for the compiler while determining its id and version. 18 September 2015, 14:00:21 UTC
418f08d Merge topic 'FindPython-updates' 19934b67 FindPythonLibs: unset temporary _PREFIX variable f8bc4e11 FindPythonLibs: Use python executable prefix as a hint a9d32dff FindPythonLibs: Match include dir to library version 18 September 2015, 13:56:44 UTC
2b3aad8 Merge topic 'cmake-gui-qt5-package' 851915a5 cmake-gui: Improve packaging of Qt5 libraries. 18 September 2015, 13:56:41 UTC
3090261 Merge topic 'ms-manifest-files' e134e53b Add support for *.manifest source files with MSVC tools da00be63 MSVC: Rewrite manifest file handling with Makefile and Ninja d488b5c9 Ninja: Always add OBJECT_DIR variable to link rules 6d620f5a VS: Add manifest tool settings to VS 8 and 9 project files 18 September 2015, 13:56:39 UTC
732e86e Merge topic 'test-RunCMake-BuildDepends' 73a058f8 Tests: Add RunCMake.BuildDepends test 438fabf2 Tests: Teach RunCMake infrastructure to use custom check.cmake file 18 September 2015, 13:56:37 UTC
b3c176b Merge topic 'test-RunCMake-exclude-more-output' f38625be Tests: Teach RunCMake to tolerate 'Bullseye Testing' lines in test output 1a75a966 Tests: Teach RunCMake to tolerate 'Time Machine' lines in test output 18 September 2015, 13:56:34 UTC
0d56051 Merge topic 'ExternalProject_stash_save_all' 7c5b6ed5 ExternalProject: Use "git stash save --all" only if supported (#15722) b04c3815 ExternalProject: Use GIT_VERSION_STRING instead of custom method 18 September 2015, 13:56:32 UTC
9c7bb9f CMake Nightly Date Stamp 18 September 2015, 04:01:06 UTC
7f7f1ee FindPkgConfig: use execute_process to strip trailing whitespace 18 September 2015, 01:08:19 UTC
eb15469 Merge topic 'cpack-deb-fakeroot-removal' becb14c9 CPack/DEB: test preserve extra config file permissions 7044e8ee CPackDeb: use of libarchive and removal of fakeroot 415405a3 cmArchiveWrite: control user/group, permissions and recursive file adding 4f2ff601 Tests: Make RunCMake.CPack error messages more readable 81b748ae cmGeneratedFileStream: Fix spelling in comment 17 September 2015, 19:34:02 UTC
becb14c CPack/DEB: test preserve extra config file permissions 17 September 2015, 19:30:39 UTC
7044e8e CPackDeb: use of libarchive and removal of fakeroot 17 September 2015, 19:30:39 UTC
415405a cmArchiveWrite: control user/group, permissions and recursive file adding 17 September 2015, 19:30:38 UTC
4f2ff60 Tests: Make RunCMake.CPack error messages more readable 17 September 2015, 19:30:38 UTC
81b748a cmGeneratedFileStream: Fix spelling in comment s/destionation/destination/ 17 September 2015, 19:30:07 UTC
0ed4094 Merge branch 'release' 17 September 2015, 16:59:21 UTC
19934b6 FindPythonLibs: unset temporary _PREFIX variable To avoid pollution, unset variables that are only meant for local use. 17 September 2015, 16:43:56 UTC
f8bc4e1 FindPythonLibs: Use python executable prefix as a hint If PYTHON_EXECUTABLE is set, then we should look for the libs in the same prefix, e.g. /usr/local/python -> /usr/local/lib, and on Win32 /Python34/python.exe -> /Python34/libs. 17 September 2015, 15:30:18 UTC
a9d32df FindPythonLibs: Match include dir to library version This commit ensures that FindPythonLibs has found the library before before the search for the include dir begins. The library prefix and version can then be used to find the matching include dir. 17 September 2015, 15:28:49 UTC
bd0d940 Merge topic 'FindPython-updates' ea2db3bb FindPythonLibs: Fix OS X framework include directory search path c57334fa FindPythonLibs: Remove PYTHON_INCLUDE_PATH as input 2db092b1 FindPython{Interp,Libs}: Add versions 3.5 and 3.6 17 September 2015, 15:27:35 UTC
851915a cmake-gui: Improve packaging of Qt5 libraries. Fixes #15685, where the right Qt5 dlls on Windows were not packaged because they were not found when relying on the PATH environment variable. Also some cleanup of code introduced in 8120e13f, but no longer needed with 678aaad1. 17 September 2015, 14:32:51 UTC
e134e53 Add support for *.manifest source files with MSVC tools Classify .manifest sources separately, add dependencies on them, and pass them to the MS manifest tool to merge with linker-generated manifest files. Inspired-by: Gilles Khouzam <gillesk@microsoft.com> 17 September 2015, 14:21:32 UTC
da00be6 MSVC: Rewrite manifest file handling with Makefile and Ninja Add a helper class private to "cmcmd.cxx" to contain the implementation. Update the link logic to use the intermediate files directory for each target to hold manifest and resource files before embedding into the binary. Preserve the old behavior of placing the .manifest file next to the binary when not linking incrementally even though it will be embedded. 17 September 2015, 14:21:32 UTC
d488b5c Ninja: Always add OBJECT_DIR variable to link rules The <OBJECT_DIR> placeholder is always available in Makefile generators so make it available from the Ninja generator too. 17 September 2015, 14:21:32 UTC
6d620f5 VS: Add manifest tool settings to VS 8 and 9 project files Always generate a VCManifestTool element in targets that compile. 17 September 2015, 14:21:31 UTC
73a058f Tests: Add RunCMake.BuildDepends test This will allow more granular checks than the main BuildDepends test. Start with a simple single-source C program. 17 September 2015, 14:21:09 UTC
438fabf Tests: Teach RunCMake infrastructure to use custom check.cmake file 17 September 2015, 14:21:08 UTC
f38625b Tests: Teach RunCMake to tolerate 'Bullseye Testing' lines in test output When testing under Bullseye coverage, some tests get lines on stderr of the form: ... Bullseye Testing Technology ... Remove such lines from output before matching because they are not representative of the actual test output. 17 September 2015, 14:20:59 UTC
back to top