https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
e05f7c8 Typo fix: trailing slahes -> trailing slashes 05 September 2015, 07:56:43 UTC
2a8813d CMake Nightly Date Stamp 05 September 2015, 04:01:04 UTC
20f6007 CMake Nightly Date Stamp 04 September 2015, 04:01:05 UTC
e7777cc Merge topic 'release-scripts-doc-dir' 6f7edb87 Utilities/Release: Install docs in unversioned directory (#15692) 7d891cde Utilities/Release: Refactor bootstrap argument construction 03 September 2015, 10:50:20 UTC
d387949 Merge topic 'add-link-search-static-properties-defaults' 18d7f8fb Tests: Move LINK_SEARCH_{START,END}_STATIC case to dedicated test 03 September 2015, 10:50:05 UTC
18252b5 Merge topic 'vs-store-phone-cert-thumbs' 7c33b0f9 cmSystemTools: Skip ComputeCertificateThumbprint during bootstrap 03 September 2015, 10:49:55 UTC
d1dc344 CMake Nightly Date Stamp 03 September 2015, 04:01:04 UTC
18d7f8f Tests: Move LINK_SEARCH_{START,END}_STATIC case to dedicated test The test case added to RunCMake.set_property by commit 675ef165 (Allow LINK_SEARCH_{START,END}_STATIC props to have default values, 2015-08-07) is not a test of the set_property command and so belongs in its own test case. Create a new RunCMake.LinkStatic test to cover cases related to static linking. While at it, simplify the LINK_SEARCH_STATIC test case to enable only C. 02 September 2015, 20:11:29 UTC
6f7edb8 Utilities/Release: Install docs in unversioned directory (#15692) Our upstream-built release tarballs already contain many unversioned paths and so will never overlap with another version of CMake in the same installation prefix. Therefore we do not need a versioned name for the documentation directory. Configure our release binaries to place the documentation in an unversioned directory so that one can use the same path to refer to the documentation locally even after updating CMake. For example, on OS X one may see the documentation in `/Applications/CMake.app/Contents/doc/cmake/html/index.html`. 02 September 2015, 18:15:59 UTC
7d891cd Utilities/Release: Refactor bootstrap argument construction Pass needed bootstrap arguments directly instead of constructing them from various conditions. 02 September 2015, 18:11:57 UTC
72c11e5 Merge topic 'FindHDF5-updates' f7f73df1 FindHDF5: Add hdf5_hl to list of libraries to search for Fortran_HL 19e7db07 FindHDF5: Fix support for HL and Fortran_HL components 02 September 2015, 13:58:37 UTC
ea1e571 Merge topic 'swift2-compatibility' 61b6d52a Swift: Use dump instead of println 02 September 2015, 13:58:35 UTC
e1c58e0 Merge topic 'modules-no-soname' 21d99aa3 Tests: Use a less strict regular expression to look for "SONAME" 02 September 2015, 13:58:28 UTC
7c33b0f cmSystemTools: Skip ComputeCertificateThumbprint during bootstrap The implementation of this method requires linking to some extra system libraries. Simply leave it out of the bootstrap-built CMake. 02 September 2015, 13:23:45 UTC
29eed26 CMake Nightly Date Stamp 02 September 2015, 04:01:04 UTC
b4338c8 Merge topic 'drop-cmsys-std-layer' 76fa8596 Tests: Remove use of include <kwsys/{ios,stl}> and kwsys_{ios,stl}:: 01 September 2015, 20:47:29 UTC
61b6d52 Swift: Use dump instead of println With Swift 2.0 in Xcode7 the println function was renamed into print. Use dump function instead which adds newlines like println. 01 September 2015, 18:32:38 UTC
f7f73df FindHDF5: Add hdf5_hl to list of libraries to search for Fortran_HL When the Fortran_HL component is specified, the hdf5_hl library is not included in HDF5_LIBRARIES which causes a bunch of undefined references at link time. This commit adds hdf5_hl to the list of libraries to search for when the Fortran_HL component is specified. 01 September 2015, 14:56:51 UTC
19e7db0 FindHDF5: Fix support for HL and Fortran_HL components Define HDF5_{Fortran_,}HL_COMPILE_LINE so that HDF5_{Fortran_,}HL_INCLUDE_DIR and HDF5_{Fortran_,}HL_LIBRARIES are found when the macro is invoked for HL and Fortran_HL components. (Use patch from debian cmake-data package.) 01 September 2015, 14:56:40 UTC
21d99aa Tests: Use a less strict regular expression to look for "SONAME" Commit 899458ab (Tests: Cover NO_SONAME property for SHARED libraries, 2015-08-20) introduced a few new ExportImport tests, and the check_lib_{no}soname.cmake scripts that parse readelf(1)'s output. Make the regular expression matching the SONAME line output by readelf less strict, as the output format varies across implementations: GNU binutils' readelf is the only one to write each ELF header within parentheses (which the previous regular expression expected). The new tests were thus failing when either Fedora's elfutils (eu-readelf) or elftoolchain's readelf (present on recent FreeBSD versions) were being used, as they both list the headers without parentheses. The same issue also affected Tests/Plugin's check_mod_soname.cmake, so fix that one as well -- the only reason the test was not failing is that it tested that the regular expression did not match, which was always the case with a non-binutils readelf. 01 September 2015, 14:30:09 UTC
7b33d4e Merge topic 'jacoco_find_files' e92c59e7 ctest_coverage: Make Jacoco parser better at finding source files 01 September 2015, 13:53:32 UTC
dd2b887 Merge topic 'fix-ios-install' ad262917 Xcode: Add unit test for iOS project install (#12506) 48fe617e Fix installation of iOS targets (#12506) d2c2319d Replace CMAKE_XCODE_EFFECTIVE_PLATFORMS with call to PlatformIsAppleIos 01 September 2015, 13:53:30 UTC
0e08ab6 Merge topic 'vs-store-phone-cert-thumbs' e0cf77b3 cmSystemTools: Use CreateFileW explicitly to pass wchar_t path 01 September 2015, 13:53:28 UTC
d73c445 Merge topic 'update-kwsys' 49d293a7 Merge branch 'upstream-kwsys' into update-kwsys ca96be22 KWSys 2015-08-24 (cdaf522c) 01 September 2015, 13:53:24 UTC
d833df1 Merge topic 'add-link-search-static-properties-defaults' 9e21b01a Revert LINK_SEARCH_{START,END}_STATIC behavior change 01 September 2015, 13:53:21 UTC
e92c59e ctest_coverage: Make Jacoco parser better at finding source files Instead of searching for source files in a couple hard-coded locations, we now search the source and binary directory for files matching both the name of the covered file and its package directory structure. 01 September 2015, 13:48:59 UTC
02ab8e3 CMake Nightly Date Stamp 01 September 2015, 04:01:04 UTC
e0cf77b cmSystemTools: Use CreateFileW explicitly to pass wchar_t path The call to CreateFile added by commit ac0bb433 (VS: Windows Store/Phone package cert thumbprint, 2015-08-21) passes a wide character path explicitly so we should call CreateFileW directly. Otherwise it does not build without -DUNICODE (e.g. in bootstrap on MSYS). 31 August 2015, 20:33:46 UTC
9e21b01 Revert LINK_SEARCH_{START,END}_STATIC behavior change The changes to cmComputeLinkInformation.cxx in commit 675ef165 (Allow LINK_SEARCH_{START,END}_STATIC props to have default values, 2015-08-07) are unrelated to the feature added by that change and are incorrect. They lead to cases of extra -Bdynamic flags. Revert them. 31 August 2015, 17:08:53 UTC
49d293a Merge branch 'upstream-kwsys' into update-kwsys 31 August 2015, 13:55:01 UTC
ca96be2 KWSys 2015-08-24 (cdaf522c) Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ cdaf522c | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' dad68c33..cdaf522c Brad King (2): c8e5d1b2 Pass C++ standard flags to SunPro in standalone build 91cb7820 Remove unused source file "CMakeEmptyInputFile.in" James Johnston (6): 0bca555e Process: Test running a process many times to discover resource leaks 52788bb8 SystemTools: Remove trailing whitespace. 8122214c cmake: Set CMAKE_LEGACY_CYGWIN_WIN32 to 0. 389d416b SystemTools: Clarify/simplify behavior of FileExists 8970cd56 SystemTools: Added new TestFileAccess function. cdaf522c SystemTools: Add honor_umask parameter to SetPermissions. Mattias Ellert (1): b9df3e48 Fix implementation of KWSYS_PROPERTIES_C 31 August 2015, 13:54:42 UTC
76fa859 Tests: Remove use of include <kwsys/{ios,stl}> and kwsys_{ios,stl}:: We no longer need this compatibility layer for the compilers we support. 31 August 2015, 13:50:12 UTC
51d7a7b Merge topic 'makefile-color-when-needed' bfb9d34f Makefile: Print color escapes only when necessary 31 August 2015, 13:48:42 UTC
08ae6ce Merge topic 'vs-store-phone-cert-thumbs' ac0bb433 VS: Windows Store/Phone package cert thumbprint 92b835ec Simplify condition for using rpcrt4 library on Windows 31 August 2015, 13:48:39 UTC
e18f6fe Merge topic 'fix-ctest-xml-double-encoding' ab2524d6 CTest: Fix XML double-encoding cases dee84dc7 cmCTest{BZR,GIT,P4}: Remove unused cmXMLSafe includes b3372db5 cmExtra{Kate,SublimeText}Generator: Remove unused cmXMLSafe includes 31 August 2015, 13:48:37 UTC
d01e3c3 Merge topic 'FindJNI-mips' 90a22c3a FindJNI: Add mips64(el) mipsn32(el) support (#15714) 31 August 2015, 13:48:35 UTC
5f6718c Merge topic 'cpack-config-generation-test' 674dc0b3 CPack generator independent tests 31 August 2015, 13:48:32 UTC
9a6d7d2 Merge topic 'refactor-compute' 616d8f02 cmGeneratorTarget: Rename method to match operation. ec56d244 cmGlobalGenerator: Process evaluation files after target depends. 1e5349a5 cmGlobalGenerator: Access makefile from makefiles container. 31 August 2015, 13:48:30 UTC
352e8e9 Merge topic 'generate-time-generators' 2b9a25d7 cmGlobalGenerator: Create global targets directly after Configure. 3e08b4df cmMakefile: Skip Global targets for CMP0019 evaluation. 357bf469 cmGlobalGenerator: Fill the project map at compute time. ebf8d0a9 cmGlobalGenerator: Rename method. bd096d30 cmGlobalGenerator: Avoid cmLocalGenerator until after Configure. ff8ac8ee cmLocalGenerator: Create from already-constructed cmMakefile. 0bd7279f Ninja: Remove some incorrect comments adding no value. 2f2d4da9 cmCTestScriptHandler: Simplify deletes. 7fdc9a8b QtAutogen: Use a smart pointer. 92041eec cmGlobalGenerator: Remove MakeLocalGenerator method. acb00622 cmGlobalGenerator: Require a snapshot to create a local generator. 83b8a927 cmMakefile: Remove cmLocalGenerator member. 9b6a743b cmLocalGenerator: Remove Parent pointer. 31 August 2015, 13:48:28 UTC
97db5c5 Merge topic 'GenerateExportHeader-cygwin-dllexport' 3e2865b4 GenerateExportHeader: Use dllexport/dllimport on Cygwin 31 August 2015, 13:48:26 UTC
a036a41 CMake Nightly Date Stamp 31 August 2015, 04:01:03 UTC
616d8f0 cmGeneratorTarget: Rename method to match operation. The manifest is computed, not generated, according to current language used in cmake method naming. 30 August 2015, 09:39:52 UTC
2e4eb13 CMake Nightly Date Stamp 30 August 2015, 04:01:03 UTC
ec56d24 cmGlobalGenerator: Process evaluation files after target depends. No need to generate the files if computation aborts generation. 29 August 2015, 07:18:01 UTC
1e5349a cmGlobalGenerator: Access makefile from makefiles container. 29 August 2015, 07:15:37 UTC
746c9f8 CMake Nightly Date Stamp 29 August 2015, 04:01:03 UTC
bfb9d34 Makefile: Print color escapes only when necessary Teach cmSystemTools::MakefileColorEcho to use the color printing API only when we actually have a color to print. This avoids printing escape sequences that do not change the text attributes. Since commit v3.3.0-rc1~480^2~4 (Makefile: Fix output during parallel builds, 2015-02-05) we always use this code path to print progress and rule messages even when color is disabled (e.g. in a try_compile). It is important to avoid printing escapes when there is no color because on MSYS we have no isatty and so assume that vt100 escapes are supported, but we do not want to print them when capturing try_compile output. If we capture the vt100 escapes in try_compile output, they contain unbalanced square brackets. This causes CMakeParseImplicitLinkInfo to fail to separate lines in a ;-list and therefore fail to extract information from the link line. Then mixed-language linking breaks. 28 August 2015, 19:16:05 UTC
2b9a25d cmGlobalGenerator: Create global targets directly after Configure. 28 August 2015, 16:44:39 UTC
3e08b4d cmMakefile: Skip Global targets for CMP0019 evaluation. 28 August 2015, 16:44:39 UTC
357bf46 cmGlobalGenerator: Fill the project map at compute time. 28 August 2015, 16:44:39 UTC
ebf8d0a cmGlobalGenerator: Rename method. 28 August 2015, 16:44:39 UTC
bd096d3 cmGlobalGenerator: Avoid cmLocalGenerator until after Configure. 28 August 2015, 16:44:39 UTC
ff8ac8e cmLocalGenerator: Create from already-constructed cmMakefile. Don't manage the lifetime of the cmMakefile with cmLocalGenerator. 28 August 2015, 16:44:39 UTC
0bd7279 Ninja: Remove some incorrect comments adding no value. 28 August 2015, 16:44:39 UTC
2f2d4da cmCTestScriptHandler: Simplify deletes. Deleting a nullptr is fine. 28 August 2015, 16:44:38 UTC
7fdc9a8 QtAutogen: Use a smart pointer. 28 August 2015, 16:44:38 UTC
92041ee cmGlobalGenerator: Remove MakeLocalGenerator method. Inline implementation to callers. 28 August 2015, 16:44:38 UTC
acb0062 cmGlobalGenerator: Require a snapshot to create a local generator. 28 August 2015, 16:44:38 UTC
83b8a92 cmMakefile: Remove cmLocalGenerator member. 28 August 2015, 16:44:38 UTC
9b6a743 cmLocalGenerator: Remove Parent pointer. 28 August 2015, 16:44:38 UTC
ab2524d CTest: Fix XML double-encoding cases Remove use of cmXMLSafe from CTest when generating content that is later handled by cmXMLWriter. This was broken by refactoring in the topic merged by commit v3.3.0-rc1~22 (Merge topic 'ctest-xml-refactor', 2015-05-28). 28 August 2015, 14:11:09 UTC
dee84dc cmCTest{BZR,GIT,P4}: Remove unused cmXMLSafe includes 28 August 2015, 14:11:08 UTC
b3372db cmExtra{Kate,SublimeText}Generator: Remove unused cmXMLSafe includes 28 August 2015, 14:11:08 UTC
90a22c3 FindJNI: Add mips64(el) mipsn32(el) support (#15714) Submitted-by: Felix Geyer <fgeyer@debian.org> 28 August 2015, 13:37:22 UTC
674dc0b CPack generator independent tests CPackConfig.cmake file generation from CMake test suite. Currently it contains only a simple test without special characters in variable value. Test is not part of RunCMake/CPack as those tests are expected to be run for a specified generator. 28 August 2015, 06:07:52 UTC
11d5088 CMake Nightly Date Stamp 28 August 2015, 04:01:10 UTC
ac0bb43 VS: Windows Store/Phone package cert thumbprint Add the PackageCertificateThumbprint property when there is a certificate on a WindowsStore or Phone app. 27 August 2015, 17:35:18 UTC
92b835e Simplify condition for using rpcrt4 library on Windows Drop the CMAKE_BUILD_ON_VISUAL_STUDIO variable and hard-code the condition at its only use. 27 August 2015, 17:35:13 UTC
3e2865b GenerateExportHeader: Use dllexport/dllimport on Cygwin Cygwin sits on top of Windows and so can use explicit symbol export and import markup too. Co-Author: Yaakov Selkowitz <yselkowitz@cygwin.com> 27 August 2015, 14:08:34 UTC
27e4b21 Merge topic 'use-generator-target' c2b7336f cmGeneratorTarget: Move GetConfigCommonSourceFiles from cmTarget. 69329fff cmGeneratorTarget: Move GetLanguages from cmTarget. 0431f2c4 cmGeneratorTarget: Move ComputeLinkImplementationLanguages from cmTarget. abe9505d cmGeneratorTarget: Move HaveBuildTreeRPath from cmTarget. d4a24c0e cmGeneratorTarget: Move GetLinkImplementation from cmTarget. 83981cf5 cmTarget: Add GetLinkImplMap method. 771e79a2 cmLinkItem: Add cmOptionalLinkImplementation type. 3846ebcf cmLinkItem: Add cmLinkImplementation type. a7f5d70d cmGeneratorTarget: Move compile defintions processing from cmTarget. d051086c cmGeneratorTarget: Move compile features processing from cmTarget. db4cb92b cmGeneratorTarget: Move compile options processing from cmTarget. e6ccbf6f cmGeneratorTarget: Move include directory processing from cmTarget. 8bfb0c53 cmGeneratorTarget: Move link iface helpers from cmTarget. 2cb3e574 cmGeneratorTarget: Move GetImportLinkInterface from cmTarget. 6d3d099b cmGeneratorTarget: Move ComputeLinkInterfaceLibraries from cmTarget. 0db9d927 cmGeneratorTarget: Move GetLinkInterfaceLibraries from cmTarget. ... 27 August 2015, 14:07:32 UTC
445077c Merge topic 'minor-cleanups' 7f551b4f cmGlobalGenerator: Implement VS6 check without virtual method. cd6293cd cmMakefile: Fix style. de6b2895 cmTarget: Remove vestigal method declaration. e35ee02d cmTarget: Fix indentation. 00f2298f Reduce uses of cmMakefile::GetGlobalGenerator. 6254ba95 cmMakefile: Remove Internal class. cf0a78dc cmGeneratorTarget: Issue messages through the local generator. 27 August 2015, 14:04:12 UTC
0d0b9b5 Merge topic 'cmState-ProjectName' 637c56b4 cmGlobalGenerator: Implement FillProjectMap in terms of cmState. b3f2299e cmState: Move ProjectName from cmMakefile. 6ce940ac cmMakefile: Use std::string in ProjectName API. e8c0341d cmMakefile: Out-of-line GetProjectName. 27 August 2015, 14:04:09 UTC
6904b6e Merge topic 'rm-cmLocalGenerator-Children' 867b5be8 cmLocalGenerator: Remove unused Children member. 6c832219 cmLocalGenerator: Implement child traversal in terms of cmState. 3fcf3837 Makefiles: Remove valueless cast. 223f4a66 cmLocalGenerator: Simplify condition. ae026f54 cmState: Store Children states in parent state. 27 August 2015, 14:04:07 UTC
a97bb6a Merge topic 'refactor-features' e3078aa1 cmLocalGenerator: Implement GetFeature in terms of cmState. 7441fde3 cmLocalGenerator: Convert GetFeature recursion to loop. ad0b0089 cmLocalGenerator: Simplify GetFeature implementation. 314c9ae3 cmLocalGenerator: Make GetFeature tail-recursive. 27 August 2015, 14:04:05 UTC
2985b9c Merge topic 'refactor-progress' 7fbc56ac cmGlobalUnixMakefileGenerator3: Implement progress in terms of cmState. 65c434e1 cmGlobalUnixMakefileGenerator3: Inline an IsExcluded call. be56feb6 cmGlobalGenerator: Extract new IsExcluded overload. 45f52003 cmGlobalGenerator: Implement IsExcluded in terms of cmState::Snapshot. af9fc277 cmState: Make Snapshot EqualityComparable. 9b44018d cmGlobalGenerator: Convert IsExcluded to loop. 5f05b562 cmGlobalGenerator: Refactor IsExcluded. 95925a60 cmGlobalGenerator: Don't use else after return. 27 August 2015, 14:04:03 UTC
f96b6af Merge topic 'FindJNI-suse-and-ibm' 290b0f94 FindJNI: Add support for SuSE platform and IBM Java SDK 27 August 2015, 14:04:01 UTC
ba6533e Merge topic 'apple-tbd-stubs' 67f60958 Darwin: Add support for tbd library stub files 27 August 2015, 14:03:58 UTC
ef0bf87 Merge topic 'java-updates' 4476feac UseJava: Add support for javah tool 27 August 2015, 14:03:56 UTC
81ad562 CMake Nightly Date Stamp 27 August 2015, 04:01:06 UTC
ad26291 Xcode: Add unit test for iOS project install (#12506) 26 August 2015, 18:54:52 UTC
c2b7336 cmGeneratorTarget: Move GetConfigCommonSourceFiles from cmTarget. 26 August 2015, 17:46:33 UTC
69329ff cmGeneratorTarget: Move GetLanguages from cmTarget. 26 August 2015, 17:46:32 UTC
0431f2c cmGeneratorTarget: Move ComputeLinkImplementationLanguages from cmTarget. 26 August 2015, 17:46:32 UTC
abe9505 cmGeneratorTarget: Move HaveBuildTreeRPath from cmTarget. 26 August 2015, 17:46:32 UTC
d4a24c0 cmGeneratorTarget: Move GetLinkImplementation from cmTarget. 26 August 2015, 17:46:32 UTC
83981cf cmTarget: Add GetLinkImplMap method. This is a temporary refactoring artifact. 26 August 2015, 17:46:31 UTC
771e79a cmLinkItem: Add cmOptionalLinkImplementation type. Move the associated Compute* methods to the cmTarget class. 26 August 2015, 17:46:31 UTC
3846ebc cmLinkItem: Add cmLinkImplementation type. 26 August 2015, 17:46:31 UTC
a7f5d70 cmGeneratorTarget: Move compile defintions processing from cmTarget. 26 August 2015, 17:46:30 UTC
d051086 cmGeneratorTarget: Move compile features processing from cmTarget. 26 August 2015, 17:46:10 UTC
db4cb92 cmGeneratorTarget: Move compile options processing from cmTarget. 26 August 2015, 17:45:51 UTC
e6ccbf6 cmGeneratorTarget: Move include directory processing from cmTarget. 26 August 2015, 17:45:21 UTC
8bfb0c5 cmGeneratorTarget: Move link iface helpers from cmTarget. 26 August 2015, 17:39:29 UTC
2cb3e57 cmGeneratorTarget: Move GetImportLinkInterface from cmTarget. 26 August 2015, 17:39:17 UTC
6d3d099 cmGeneratorTarget: Move ComputeLinkInterfaceLibraries from cmTarget. 26 August 2015, 17:38:57 UTC
0db9d92 cmGeneratorTarget: Move GetLinkInterfaceLibraries from cmTarget. 26 August 2015, 17:38:37 UTC
84b847e cmGeneratorTarget: Move ComputeLinkInterface from cmTarget. 26 August 2015, 17:38:14 UTC
6220241 cmGeneratorTarget: Move GetLinkInterface from cmTarget. 26 August 2015, 17:37:45 UTC
6353816 cmTarget: Add GetHeadToLinkInterfaceMap methods. 26 August 2015, 17:37:32 UTC
20993de cmTarget: Move cmHeadToLinkInterfaceMap out. 26 August 2015, 17:37:06 UTC
back to top