https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
877ecbc ExternalProject: fix retry logic Do not check file's hash in download script. If hash will not match command `file(DOWNLOAD ...)` will fail with FATAL_ERROR, hence `cmake -P` will exit with unsuccessful code and build will stop. Leave hash checking to verify step. 13 September 2014, 15:09:59 UTC
2770b19 CMake Nightly Date Stamp 13 September 2014, 04:01:13 UTC
453f20d CMake Nightly Date Stamp 12 September 2014, 04:01:14 UTC
b36a795 Merge topic 'doc-check-results-cached' 908c7439 Help: Document that the CHECK_* macros create cache variables 11 September 2014, 16:55:10 UTC
162cd30 Merge topic 'doc-WINCE-var' 4b4555de Help: Document the WINCE variable 11 September 2014, 16:55:07 UTC
efe093d Merge topic 'fix-gnu-hurd-host-detection' 89d7a5a4 Fix CMAKE_HOST_SYSTEM_PROCESSOR detection on GNU/Hurd (#15147) 11 September 2014, 16:55:05 UTC
527dfe2 Merge branch 'release' 11 September 2014, 13:11:13 UTC
908c743 Help: Document that the CHECK_* macros create cache variables Otherwise callers may expect to be able to re-use result variables. 11 September 2014, 12:55:26 UTC
4b4555d Help: Document the WINCE variable 11 September 2014, 12:44:20 UTC
28012f3 CMake Nightly Date Stamp 11 September 2014, 04:01:08 UTC
0a92b23 Merge topic 'vs-generator-platform' 09c8ad99 enable_language: Initialize system-specific generator info only once 09ab207c Tests: Add generator platform support 6944997b ExternalProject: Propagate the generator platform 8d332091 CTest: Add options to set generator platform b97736a2 VS: Implement CMAKE_GENERATOR_PLATFORM for VS >= 8 0f1f1271 CMake: Add CMAKE_GENERATOR_PLATFORM option 4f7d0c42 Help: Document CMAKE_VS_PLATFORM_NAME variable 68d4280a VS: Refactor internal default platform name selection ad2a4776 cmGlobalVisualStudio10Generator: Re-order some methods 03b7b6cd cmGlobalGenerator: Call SetGeneratorToolset even for empty toolset 10 September 2014, 15:23:22 UTC
2bfe48d Merge topic 'update-kwsys' daab3b3b Merge branch 'upstream-kwsys' into update-kwsys 92b582a6 KWSys 2014-09-08 (fb77be5a) 10 September 2014, 15:23:20 UTC
81b2a25 Merge topic 'FindIce-updates' 2131aedd FindIce: Respect Ice_FIND_QUIETLY when printing messages d5047ca1 FindIce: Remove unneeded search path modification 10 September 2014, 15:23:17 UTC
3d290c1 Merge topic 'string-uuid-doc-fix' e6ba52e8 StringUuid: Mark UPPER flag optional in sub-command synopsis 10 September 2014, 15:23:15 UTC
cd0ead3 Merge topic 'tolerate-lib-dir-symlink' f99cc9c3 Tolerate symlinks during RPATH ordering (#13429) 10 September 2014, 15:23:12 UTC
09c8ad9 enable_language: Initialize system-specific generator info only once Call SetSystemName, SetGeneratorPlatform, and SetGeneratorToolset exactly once after reading CMakeSystem.cmake, and not again on another call to enable_language() or project(). 10 September 2014, 15:21:51 UTC
09ab207 Tests: Add generator platform support Propagate CMAKE_GENERATOR_PLATFORM through the test hierarchy so that all tests can build with the selected generator platform, if any. 10 September 2014, 15:21:50 UTC
e6ba52e StringUuid: Mark UPPER flag optional in sub-command synopsis 10 September 2014, 14:10:13 UTC
89d7a5a Fix CMAKE_HOST_SYSTEM_PROCESSOR detection on GNU/Hurd (#15147) On Debian GNU/Hurd 'uname -p' prints "unknown", so use 'uname -m' instead. 10 September 2014, 13:06:33 UTC
e03b474 CMake Nightly Date Stamp 10 September 2014, 04:01:10 UTC
2131aed FindIce: Respect Ice_FIND_QUIETLY when printing messages 09 September 2014, 19:19:00 UTC
d5047ca FindIce: Remove unneeded search path modification Drop code adding redundant "/opt/Ice-${ice_version}" paths. 09 September 2014, 15:45:51 UTC
21ece15 Merge branch 'release' 09 September 2014, 15:24:26 UTC
7b2e3cc Merge topic 'use-consistent-regex-for-info-strings' 3e84e78c Use a more reliable regex for extracting binary INFO strings 09 September 2014, 15:23:34 UTC
a5c6ae6 Merge topic 'doc-add_custom_command-multiple-commands' 1fdf4ff0 Help: Suggest in add_custom_command how to create a script (#15112) 09 September 2014, 15:23:32 UTC
371f06d Merge topic 'ExternalProject-download-loop' 9f49ac3d ExternalProject: Avoid infinite loop on file download hash mismatch 09 September 2014, 15:23:30 UTC
f99cc9c Tolerate symlinks during RPATH ordering (#13429) On Arch Linux, /lib and /lib64 are symlinks to /usr/lib. When ordering runtime library search paths, we must not consider these to be distinct directories. Before considering conflicts between two directories, check that they do not have the same 'realpath'. Inspired-by: Myles English <mylesenglish@gmail.com> 09 September 2014, 13:01:59 UTC
daab3b3 Merge branch 'upstream-kwsys' into update-kwsys 09 September 2014, 12:46:41 UTC
92b582a KWSys 2014-09-08 (fb77be5a) Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ fb77be5a | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' 32023afd..fb77be5a Brad King (1): 80e852f6 kwsysPlatformTests: Use if(DEFINED) to simplify conditions Clinton Stimpson (2): 93eb1a1f SystemTools: Improve RelativePath() to handle ./ ../ and // fb77be5a SystemTools: Fix GetCasePathName to handle wildcards on Windows. Change-Id: Ieff09366e214055be0b62eae42fc64f3bb3b6e76 09 September 2014, 12:46:34 UTC
a06e49c CMake Nightly Date Stamp 09 September 2014, 04:01:10 UTC
4811915 CMake 3.0.2 08 September 2014, 20:39:08 UTC
0161761 Merge branch 'ExternalProject-download-loop' into release 08 September 2014, 20:38:49 UTC
9f49ac3 ExternalProject: Avoid infinite loop on file download hash mismatch When the loop was added by commit v3.0.0-rc1~103^2~3 (ExternalProject: Reattempt download when verification fails, 2015-01-15), we forgot to actually increment the loop counter. Add the increment line. 08 September 2014, 20:36:35 UTC
1fdf4ff Help: Suggest in add_custom_command how to create a script (#15112) 08 September 2014, 18:17:36 UTC
2588dca Merge branch 'release' 08 September 2014, 17:29:48 UTC
d11a195 Merge topic 'fix-clang-cross-compile-find-binutils' 72d66818 Fix finding binutils when cross-compiling with Clang 08 September 2014, 16:57:01 UTC
1251c1c CMake Nightly Date Stamp 08 September 2014, 04:01:07 UTC
c4f447a CMake Nightly Date Stamp 07 September 2014, 04:01:07 UTC
1fa2f43 CMake Nightly Date Stamp 06 September 2014, 04:01:08 UTC
6944997 ExternalProject: Propagate the generator platform When the CMAKE_GENERATOR option is given to ExternalProject_Add, look also for option CMAKE_GENERATOR_PLATFORM to pass on to cmake as a cache definition. When no CMAKE_GENERATOR option is given explicitly then use the current project's CMAKE_GENERATOR_PLATFORM (since we already use its CMAKE_GENERATOR). 05 September 2014, 19:20:47 UTC
8d33209 CTest: Add options to set generator platform The ctest_configure command already reads the CTEST_CMAKE_GENERATOR variable to get the value for the cmake -G option. Read new variable CTEST_CMAKE_GENERATOR_PLATFORM to pass on as CMAKE_GENERATOR_PLATFORM. The "ctest --build-and-test" mode already has "--build-generator" to specify the -G option to CMake. Add a "--build-generator-platform" option to specify a value to pass on as CMAKE_GENERATOR_PLATFORM. 05 September 2014, 19:18:21 UTC
b97736a VS: Implement CMAKE_GENERATOR_PLATFORM for VS >= 8 For VS generator names that do not specify the platform name, read CMAKE_GENERATOR_PLATFORM to get it. Extend the RunCMake.GeneratorPlatform test with a case covering use of the x64 platform when the test generator is a Visual Studio generator whose name does not specify a platform. 05 September 2014, 19:03:56 UTC
0f1f127 CMake: Add CMAKE_GENERATOR_PLATFORM option Reject the option by default. It will be implemented on a per-generator basis. Pass the setting into try_compile project generation. Add cache entry CMAKE_GENERATOR_PLATFORM and associated variable documentation to hold the value persistently. Add a RunCMake.GeneratorPlatform test to cover basic use cases for the option. Verify that CMAKE_GENERATOR_PLATFORM is empty by default, and that it is rejected when the generator does not support a user setting. 05 September 2014, 18:38:05 UTC
4f7d0c4 Help: Document CMAKE_VS_PLATFORM_NAME variable 05 September 2014, 18:23:35 UTC
68d4280 VS: Refactor internal default platform name selection Rename the 'PlatformName' member to 'DefaultPlatformName' and make sure it is only read through a 'GetPlatformName()' call. This will allow non-default names to be chosen later. 05 September 2014, 18:02:58 UTC
ad2a477 cmGlobalVisualStudio10Generator: Re-order some methods Order SetSystemName and SetGeneratorToolset method declarations and definitions as they are called. 05 September 2014, 17:43:52 UTC
03b7b6c cmGlobalGenerator: Call SetGeneratorToolset even for empty toolset Move handling of an empty toolset name into the implementation of the method. This simplifies the VS 10 implementation of default toolset selection because it has one code path that is always called. 05 September 2014, 17:41:54 UTC
d2364f1 Merge branch 'fix-clang-cross-compile-find-binutils' into release 05 September 2014, 16:06:52 UTC
72d6681 Fix finding binutils when cross-compiling with Clang Since commit v3.0.0-rc1~342^2~2 (Add compiler target compile options, 2013-05-19) we use CMAKE_<LANG>_COMPILER_TARGET as the binutils prefix when cross-compiling with Clang. Fix the implementation to use the compiler target as the prefix only when it is set. Otherwise toolchain files not using CMAKE_<LANG>_COMPILER_TARGET cause the logic to use a prefix of just "-" and of course cannot find "-ar" or "-ld". 05 September 2014, 16:06:27 UTC
ff1fddb CMake Nightly Date Stamp 05 September 2014, 04:01:13 UTC
103ddca Merge topic 'fix-gtk2-missing-optional-includes' cb8f0f7c FindGTK2: Fix missing optional include dirs. 04 September 2014, 14:03:54 UTC
f1fcc7d Merge branch 'release' 04 September 2014, 13:51:02 UTC
ecf43f0 Merge topic 'doc-add_custom_command-multiple-commands' 412926d0 Help: Clarify add_custom_command multiple command behavior (#15112) 04 September 2014, 13:48:32 UTC
0ad4f28 Merge topic 'doc-try_compile-debug-advice' abbe91c5 Help: Clarify --debug-trycompile usage with try_compile 04 September 2014, 13:48:30 UTC
f7c44ea Merge topic 'xcode-duplicate-file-refs' d73f8828 Merge branch 'backport-xcode-duplicate-file-refs' into xcode-duplicate-file-refs cf92fe2d Xcode: Generate per-target file references (#15111) e7114226 Xcode: Generate per-target file references (#15111) 04 September 2014, 13:48:27 UTC
1dbb464 Merge topic 'xcode-assetcatalog-folder-type' 8eacc339 Xcode: Reference '.xcassets' folders as assetcatalog (#15125) 02aa5965 Xcode: Refactor internal file type extension extraction 04 September 2014, 13:48:22 UTC
44e6612 Merge topic 'bash-complete-ctest-labels' 2603e128 bash-completion: Complete 'ctest' label names 04 September 2014, 13:48:20 UTC
9651cb7 Merge topic 'InstallRequiredSystemLibraries-vs-openmp' d538c55e Help: Add notes for topic 'InstallRequiredSystemLibraries-vs-openmp' bdb5007b InstallRequiredSystemLibraries: Install OpenMP runtime libs (#15117) 04 September 2014, 13:48:17 UTC
88400e5 Merge topic 'vim-syntax' ce540aea cmake-syntax.vim: Update the command list 04 September 2014, 13:48:15 UTC
1e88ab6 Merge topic 'wix-log-on-failure' 4952030c CPackWiX: Attach wix.log on test failure. 04 September 2014, 13:48:13 UTC
d538c55 Help: Add notes for topic 'InstallRequiredSystemLibraries-vs-openmp' 04 September 2014, 13:44:49 UTC
ce540ae cmake-syntax.vim: Update the command list 04 September 2014, 13:39:24 UTC
13e4e0a CMake Nightly Date Stamp 04 September 2014, 04:01:07 UTC
cb8f0f7 FindGTK2: Fix missing optional include dirs. FindGTK2 was adding optional include directories to the interface include dirs regardless of whether or not they existed. This ensures that the directories only get added if they are actually found. This is particularly a problem on Solaris where the gtk2 libs and headers might exist but the FreeType2 headers might not. 04 September 2014, 03:25:57 UTC
3e84e78 Use a more reliable regex for extracting binary INFO strings A few different regular expressions were being used in various places to extract info strings from binaries. This uses a consistent regex amongst all of them now. This also fixes the broken ABI detection for Cray compilers. 03 September 2014, 21:00:48 UTC
2603e12 bash-completion: Complete 'ctest' label names 03 September 2014, 18:56:13 UTC
d73f882 Merge branch 'backport-xcode-duplicate-file-refs' into xcode-duplicate-file-refs Resolve conflicts in Source/cmGlobalXCodeGenerator.cxx in favor of our side. 03 September 2014, 17:06:01 UTC
a1eb90c Merge branch 'backport-xcode-duplicate-file-refs' into release 03 September 2014, 17:04:41 UTC
cf92fe2 Xcode: Generate per-target file references (#15111) Xcode requires a separate PBXFileReference for each target source group that references a source file. Xcode 6 now diagnoses re-use of the same PBXFileReference from multiple source groups. Add the referencing target name to our internal map key so we use a per-target reference. 03 September 2014, 16:48:53 UTC
e711422 Xcode: Generate per-target file references (#15111) Xcode requires a separate PBXFileReference for each target source group that references a source file. Xcode 6 now diagnoses re-use of the same PBXFileReference from multiple source groups. Add the referencing target name to our internal map key so we use a per-target reference. 03 September 2014, 16:45:37 UTC
abbe91c Help: Clarify --debug-trycompile usage with try_compile Explain that try_compile calls need to be protected with conditions to avoid running more than once so that it is easy to isolate a single try_compile to perform with --debug-trycompile. 03 September 2014, 15:19:52 UTC
8eacc33 Xcode: Reference '.xcassets' folders as assetcatalog (#15125) 03 September 2014, 14:33:50 UTC
02aa596 Xcode: Refactor internal file type extension extraction Move it earlier so it can be used for directories too. 03 September 2014, 14:33:12 UTC
fb8acb7 CMake Nightly Date Stamp 03 September 2014, 04:01:08 UTC
412926d Help: Clarify add_custom_command multiple command behavior (#15112) Explicitly say that the commands are not composed into a stateful script. 02 September 2014, 19:13:50 UTC
bdb5007 InstallRequiredSystemLibraries: Install OpenMP runtime libs (#15117) Add option CMAKE_INSTALL_OPENMP_LIBRARIES to control the behavior. 02 September 2014, 15:07:32 UTC
68a1d42 Merge topic 'fix-liblzma-build-on-solaris-suncc' c16d8c7f liblzma: Added a missing config check for _Bool 02 September 2014, 14:59:52 UTC
3338b2c Merge topic 'ctest-help-fix' 6767660f CTest: Add missing space in command line help. 02 September 2014, 14:43:21 UTC
85e3955 Merge topic 'fix-findpostgres-for-multilib' 741f29cc FindPostgreSQL: Fix for pg_config in multilib configurations. 02 September 2014, 14:43:19 UTC
3db5e31 Merge topic 'string-uuid' 87e476e8 Help: Add notes for topic 'string-uuid' 328e8694 StringUuid: Implement new string(UUID) sub-command. 02 September 2014, 14:43:16 UTC
14cdf59 Merge topic 'asm-user-override-files' 487f147f Load CMAKE_USER_MAKE_RULES_OVERRIDE[_ASM] for assembler (#15108) 02 September 2014, 14:43:14 UTC
741f29c FindPostgreSQL: Fix for pg_config in multilib configurations. Some platforms, Fedora 20 and RHEL 7 in particular, will have multiple pg_config_${arch}.h files all included by the top level pg_config.h. This checks all of the available pg_config*.h headers for version information. 02 September 2014, 14:35:37 UTC
c16d8c7 liblzma: Added a missing config check for _Bool This fixes a current build problem for liblzma on Solaris 10, SPARC, and the Solaris Studio compiler. 02 September 2014, 14:34:47 UTC
87e476e Help: Add notes for topic 'string-uuid' 02 September 2014, 14:33:39 UTC
bfc81c5 Merge topic 'vs-windows-apps' 39fefde2 VS: Add test case for Windows Phone and Windows Store 89da8465 MSVC: Define 'WIN32' for Windows Store and Windows Phone ed7f085f Help: Add notes for topic 'vs-windows-apps' dd11ae8f VS: Do not compile C sources as WinRT (#15100) b8e40538 VS: Mark Windows Phone and Store targets as App Containers 0432f062 VS: Always ignore ole32 on Windows Phone 8.0 e6ff2f8b VS: Generate Windows Metadata for WinRT components ee48f4c7 VS: Generate Windows Phone and Windows Store projects as Unicode cb1aceed VS: Add VS_WINRT_COMPONENT property to enable CompileAsWinRT 401269e4 VS: Handle .pfx files explicitly in generator 23782171 VS: Handle AppxManifest sources explicitly in generator bc373c6d VS: Set Window Phone/Store app type in CMake-generated targets d89b2889 VS: Mark CMake-generated targets as Utility in .vcxproj files 03ad8f28 CMakeDetermineCompilerABI: Link with standard libraries on MSVC 02 September 2014, 14:16:37 UTC
39fefde VS: Add test case for Windows Phone and Windows Store Add tests to build for each version of each system when the corresponding tools are available. 02 September 2014, 14:17:03 UTC
89da846 MSVC: Define 'WIN32' for Windows Store and Windows Phone This was accidentally left out of commit c72f0887 (MSVC: Add default WindowsPhone and WindowsStore compile flags, 2014-07-28). 02 September 2014, 14:17:03 UTC
ed7f085 Help: Add notes for topic 'vs-windows-apps' 02 September 2014, 14:17:03 UTC
dd11ae8 VS: Do not compile C sources as WinRT (#15100) The MSVC /ZW flag is valid only for C++ sources. Whenever we enable CompileAsWinRT for the whole target, disable it for all C sources. Update the documentation of VS_WINRT_COMPONENT to drop the statement about undefined behavior for non-C++ sources, because it is now defined as expected. 02 September 2014, 14:17:02 UTC
b8e4053 VS: Mark Windows Phone and Store targets as App Containers * Add AppContainerApplication to non-UTILITY targets * Generate app manifest and related files if project does not provide them. Place them in a per-target directory to avoid clashes. * Mark WinRT components with WinMDAssembly * Import Windows Phone 8.0 targets in .vcxproj files when necessary, and reference platform.winmd. Inspired-by: Paul Annetts <paul@lightunobscured.com> 02 September 2014, 14:17:02 UTC
4952030 CPackWiX: Attach wix.log on test failure. 02 September 2014, 06:53:34 UTC
7a4a05d CMake Nightly Date Stamp 02 September 2014, 04:01:07 UTC
6767660 CTest: Add missing space in command line help. 01 September 2014, 07:18:51 UTC
75abb6d CMake Nightly Date Stamp 01 September 2014, 04:01:07 UTC
5d7ce7a CMake Nightly Date Stamp 31 August 2014, 04:01:08 UTC
3919fc6 CMake Nightly Date Stamp 30 August 2014, 04:01:07 UTC
85a6ff0 CMake Nightly Date Stamp 29 August 2014, 04:01:08 UTC
328e869 StringUuid: Implement new string(UUID) sub-command. 28 August 2014, 13:13:54 UTC
8785d05 CMake Nightly Date Stamp 28 August 2014, 04:01:07 UTC
487f147 Load CMAKE_USER_MAKE_RULES_OVERRIDE[_ASM] for assembler (#15108) This is already done for C, CXX, and Fortran. 27 August 2014, 13:27:36 UTC
back to top