https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
7460448 Update GNUInstallDirs.cmake Regex for debian 09 September 2015, 07:46:53 UTC
0e7f34c CMake Nightly Date Stamp 09 September 2015, 04:01:04 UTC
70ea1d9 Merge topic 'fix-buildsystem-target-properties' b9856862 Tests: Cover set_property for buildsystem target properties 407ff47e cmTarget: Fix memory leak when SOURCES property is cleared cf74fc24 cmTarget: Fix buildsystem property empty value set and append operations 08 September 2015, 14:24:38 UTC
4da3315 Merge topic 'find_program-NAMES_PER_DIR' 8ea7611b find_program: Optionally consider all names in each directory fc1990c9 cmFindProgramCommand: Re-implement search using more flexible approach fdbfc9f6 Tests: Add explicit testing for find_program 907a919b cmSystemTools: Drop unused StringEndsWith method ed4de3c9 cmFindProgramCommand: Use Names member instead of passing it bf32b95e cmFindLibraryCommand: Avoid repeating search for the same name 08 September 2015, 14:24:36 UTC
20b7e79 Merge topic 'FindOpenSSL-static-libs' 369a8cde FindOpenSSL: Optionally search only for static libraries 08 September 2015, 14:24:34 UTC
9290168 Merge topic 'FindZLIB-per-config' 11097f52 FindZLIB: Find debug and release variants separately 08 September 2015, 14:24:32 UTC
7f1e896 Merge topic 'update-kwsys' d2b8229d Tests: Fix Plugin test on Watcom compiler 89958fd0 bootstrap: Remove unused KWSys configuration c5cc3441 Merge branch 'upstream-kwsys' into update-kwsys 1b79433a KWSys 2015-08-28 (dc3fdd7f) 08 September 2015, 14:24:30 UTC
a897f13 CMake Nightly Date Stamp 08 September 2015, 04:01:03 UTC
d17ecf1 CMake Nightly Date Stamp 07 September 2015, 04:01:04 UTC
9e64fda CMake Nightly Date Stamp 06 September 2015, 04:01:04 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
d2b8229 Tests: Fix Plugin test on Watcom compiler The Watcom compiler does not have stream operators for std::string. Since KWSys no longer provides the operators for us, just use c_str() to avoid the problem and allow the test to compile on Watcom. 03 September 2015, 13:34:47 UTC
b985686 Tests: Cover set_property for buildsystem target properties Extend the RunCMake.set_property test with cases covering buildsystem target properties: * COMPILE_DEFINITIONS * COMPILE_FEATURES * COMPILE_OPTIONS * INCLUDE_DIRECTORIES * LINK_LIBRARIES * SOURCES Also test a non-buildsystem property to document the current difference in behavior. Refactor the existing LINK_LIBRARIES case to the same more-extensive test as the rest. Use the output generated by CMake 3.3 as the expected output for each test case. 03 September 2015, 10:52:36 UTC
407ff47 cmTarget: Fix memory leak when SOURCES property is cleared 03 September 2015, 10:52:36 UTC
cf74fc2 cmTarget: Fix buildsystem property empty value set and append operations Refactoring in commit 1f54bc1c (cmTarget: Split storage of include directories from genexes, 2015-08-04), commit 772ecef4 (cmTarget: Split storage of compile options from genexes, 2015-08-04), commit 44e071ae (cmTarget: Split storage of compile features from genexes, 2015-08-04), and commit 197f4de1 (cmTarget: Split storage of compile definitions from genexes, 2015-08-04) failed to account for value==NULL in SetProperty and AppendProperty methods. 03 September 2015, 10:52:36 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
369a8cd FindOpenSSL: Optionally search only for static libraries Add an OPENSSL_USE_STATIC_LIBS option to enable it. Adjust CMAKE_FIND_LIBRARY_SUFFIXES to only look for .a and .lib files. Also adjust the search paths on Windows for installer locations of static libraries. 02 September 2015, 17:47:57 UTC
11097f5 FindZLIB: Find debug and release variants separately Provide each variant in ZLIB_LIBRARIES and ZLIB::ZLIB imported location properties when one is found, while maintaining support for manually setting the library via ZLIB_LIBRARY. 02 September 2015, 15:35:43 UTC
89958fd bootstrap: Remove unused KWSys configuration KWSys has removed support for kwsys_ios, kwsys_stl, and pre-c++98 template compatibility layers. Drop the bootstrap script checks for these and configuration of the compatibility headers we no longer use. 02 September 2015, 14:31:13 UTC
c5cc344 Merge branch 'upstream-kwsys' into update-kwsys 02 September 2015, 14:23:17 UTC
1b79433 KWSys 2015-08-28 (dc3fdd7f) Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ dc3fdd7f | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' cdaf522c..dc3fdd7f Brad King (9): 15a16826 Remove include <kwsys/ios/*> and kwsys_ios:: compatibility layer a5799c17 Remove unused KWSYS_IOS_USE_{SSTREAM,STRSTREAM_H,STRSTREA_H} checks 198957cf Remove unused KWSYS_IOS_USE_SSTREAM check 24d2b60e Remove support for pre-C++98 streams 2a581c30 Remove support for pre-C++98 std::string missing operators 5f3fd465 Remove support for pre-C++98 STL cded1574 Remove support for pre-C++98 STL from hash_map and hash_set f130a3ab Remove kwsys/cstddef compatibility header dc3fdd7f Remove support for pre-C++98 template capabilities 02 September 2015, 14:23:14 UTC
8ea7611 find_program: Optionally consider all names in each directory When more than one value is given to the NAMES option this command by default will consider one name at a time and search every directory for it. Add a NAMES_PER_DIR option to tell this command to consider one directory at a time and search for all names in it. 02 September 2015, 14:17:22 UTC
fc1990c cmFindProgramCommand: Re-implement search using more flexible approach Avoid using KWSys SystemTools::FindProgram because it does much more than we actually need for find_program and does not allow us to control the order of preference between directories and names. Create our own cmFindProgramHelper much like cmFindLibraryHelper but without all the find_library-specific parts. 02 September 2015, 14:17:22 UTC
fdbfc9f Tests: Add explicit testing for find_program Previously this command was tested only implicitly as part of larger tests. Add a RunCMake.find_program test to cover find_program cases specifically and independently. 02 September 2015, 14:17:22 UTC
907a919 cmSystemTools: Drop unused StringEndsWith method It has no callers and we can inherit one from KWSys SystemTools anyway. 02 September 2015, 14:17:21 UTC
ed4de3c cmFindProgramCommand: Use Names member instead of passing it 02 September 2015, 14:17:21 UTC
bf32b95 cmFindLibraryCommand: Avoid repeating search for the same name In FindNormalLibraryDirsPerName we consider one name at a time and search the entire path. Avoid repeated consideration of names by removing each one from the list of candidates before considering the next one. This will not change behavior because we already know the earlier candidates were not found on repeated considering anyway. 02 September 2015, 14:17:21 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
back to top