https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
abcef93 adjust CMAKE_FIND_LIBRARY_SUFFIXES to only look for .a and .lib files when OPENSSL_USE_STATIC is set. 01 September 2015, 12:56:36 UTC
e2b5fd6 SLL -> SSL 18 August 2015, 15:52:51 UTC
d4276e9 win-only: set(OPENSSL_USE_STATIC 1) before the find_package(OpenSSL) command to get a static linking library rather then having to depend on a DLL Conflicts: Modules/FindOpenSSL.cmake 18 August 2015, 15:20:18 UTC
a712575 Merge topic 'finpkgconfig-if-deref' b9ec9392 FindPkgConfig: remove variable dereference 18 August 2015, 14:12:05 UTC
f1d08e5 Merge topic 'add-ARTOS-platform-module' 462fbd1e Add support for ARTOS platform using GNU C with ac compiler driver 18 August 2015, 14:12:03 UTC
868be9c Merge topic 'cmake-gui-high-resolution' a41ebd4e cmake-gui: Add support for HiDPI (Retina) screens on OS X 18 August 2015, 14:12:01 UTC
fb329c0 Merge topic 'build-subdir' ba1065ab cmake: Add support for "--build ." in subdirectory (#15696) 18 August 2015, 14:11:58 UTC
b9ec939 FindPkgConfig: remove variable dereference If CMAKE_MINIMUM_REQUIRED_VERSION is not set because no cmake_minimum_required() call is present this line can lead to an error as that string is empty so too few arguments are passed to if(): See also "/var/tmp/paludis/build/kde-krdc-15.08.0/work/build/CMakeFiles/CMakeOutput.log". See also "/var/tmp/paludis/build/kde-krdc-15.08.0/work/build/CMakeFiles/CMakeError.log". CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:112 (elseif): given arguments: "VERSION_LESS" "3.1" Unknown arguments specified Call Stack (most recent call first): /usr/share/cmake/Modules/FindPkgConfig.cmake:501 (_pkgconfig_parse_options) /usr/share/cmake/Modules/FindOpenSSL.cmake:43 (pkg_check_modules) 18 August 2015, 10:14:43 UTC
76a54a4 CMake Nightly Date Stamp 18 August 2015, 04:01:08 UTC
a41ebd4 cmake-gui: Add support for HiDPI (Retina) screens on OS X 17 August 2015, 15:36:42 UTC
462fbd1 Add support for ARTOS platform using GNU C with ac compiler driver Add platform and compiler descriptions for ARTOS RTOS (locamation.com). Signed-off-by: Kars de Jong <kars.dejong@locamation.nl> 17 August 2015, 14:32:50 UTC
a38ea31 Merge topic 'propagate-link-search-to-try_compile' 7f0b83e0 try_compile: Update documentation for other propagated variables fb77c2c5 try_compile: Propogate the CMAKE_LINK_SEARCH_ variables 17 August 2015, 14:25:04 UTC
bc9103e Merge topic 'extended-length-paths' e06ea837 cmSystemTools: Use extended length paths for Windows apis. 17 August 2015, 14:25:02 UTC
581379c Merge topic 'emacs-mode-font-lock' 64e6bc5c cmake-mode.el: Refine variable font-lock 758664b7 cmake-mode.el: Fix function name font-lock 17 August 2015, 14:25:00 UTC
f4885a9 Merge topic 'FindBoost-1.59' ff5bb2ef FindBoost: Add support for Boost 1.59 17 August 2015, 14:24:57 UTC
9cba05c Merge topic 'FindXercesC-updates' db292564 FindXercesC: Add support for 3D_1 variant of the library 021bf871 FindXercesC: Find debug and release libraries separately 17 August 2015, 14:24:55 UTC
8ca1c2b Merge topic 'FindTIFF-updates' 724fa682 FindTIFF: Find debug and release libraries separately 17 August 2015, 14:24:53 UTC
89b483f Merge topic 'update-curl' 4071a747 curl: Update README-CMake.txt for new snapshot 7727d485 curl: Update configuration of build within CMake 3f2f1a94 curl: Fix check for gethostbyname_r with 5 arguments 91e8d35a Merge branch 'curl-upstream' into update-curl 602cdc06 cmCurl: Tolerate lack of CURLOPT_CAPATH support 70654261 curl 7.44.0 (reduced) 17 August 2015, 14:24:49 UTC
da3b62c Merge topic 'compiler-id-ancient-gcc-version' 6699834d GNU-DetermineCompiler: Add support for very old versions of GCC 17 August 2015, 14:24:47 UTC
a0dab7b Merge topic 'FindOpenSSL-imported-targets' 75e3a8e8 FindOpenSSL: Provide imported targets OpenSSL::{SSL,Crypto} 79a36437 FindOpenSSL: Revise and format module documentation 17 August 2015, 14:24:45 UTC
cb99eff Merge topic 'use-generator-target' 9b449e9c cmComputeLinkInformation: Lookup a target only if we have one 17 August 2015, 14:24:42 UTC
4071a74 curl: Update README-CMake.txt for new snapshot 17 August 2015, 14:17:51 UTC
7727d48 curl: Update configuration of build within CMake Update our curl build option settings as needed for CMake to account for differences in curl options from 7.38 to 7.44. 17 August 2015, 14:17:51 UTC
3f2f1a9 curl: Fix check for gethostbyname_r with 5 arguments Fix the check code to pass 5 arguments instead of 6. This typo was introduced in curl 7.39 but was not noticed because the result of this check is used only if ENABLE_IPV6 is OFF. 17 August 2015, 14:17:50 UTC
0f27bcc CMake Nightly Date Stamp 17 August 2015, 04:01:05 UTC
5c8e1ca CMake Nightly Date Stamp 16 August 2015, 04:01:05 UTC
e06ea83 cmSystemTools: Use extended length paths for Windows apis. 15 August 2015, 05:14:06 UTC
ba1065a cmake: Add support for "--build ." in subdirectory (#15696) 15 August 2015, 04:46:53 UTC
1628a8a CMake Nightly Date Stamp 15 August 2015, 04:01:09 UTC
7f0b83e try_compile: Update documentation for other propagated variables 14 August 2015, 15:48:54 UTC
fb77c2c try_compile: Propogate the CMAKE_LINK_SEARCH_ variables 14 August 2015, 15:48:01 UTC
64e6bc5 cmake-mode.el: Refine variable font-lock Simplify regexp for variable names, and allow more legal characters. Remove `$ *` as legal chars, and allow `- + / .` in names. 14 August 2015, 14:16:22 UTC
ff5bb2e FindBoost: Add support for Boost 1.59 14 August 2015, 13:55:07 UTC
db29256 FindXercesC: Add support for 3D_1 variant of the library This version is generated by the Windows Visual Studio project files for unknown reasons, but is required to pick up the debug version of the library created by current versions of Xerces-C. 14 August 2015, 13:52:48 UTC
021bf87 FindXercesC: Find debug and release libraries separately 14 August 2015, 13:52:36 UTC
724fa68 FindTIFF: Find debug and release libraries separately 14 August 2015, 13:49:46 UTC
17ecfd8 CMake Nightly Date Stamp 14 August 2015, 04:01:08 UTC
758664b cmake-mode.el: Fix function name font-lock Allow space separating name and opening parenthesis. 13 August 2015, 19:24:18 UTC
72250e6 Merge branch 'release' 13 August 2015, 18:40:52 UTC
6699834 GNU-DetermineCompiler: Add support for very old versions of GCC Very old versions of gcc (2.3.1) do not define __GNUC_MINOR__. Signed-off-by: Kars de Jong <kars.dejong@locamation.nl> 13 August 2015, 15:07:03 UTC
75e3a8e FindOpenSSL: Provide imported targets OpenSSL::{SSL,Crypto} 13 August 2015, 14:58:40 UTC
79a3643 FindOpenSSL: Revise and format module documentation Improve reStructuredText formatting and add section headers. 13 August 2015, 14:53:08 UTC
fb3035a Merge topic 'add-link-search-static-properties-defaults' 970a741f Help: Add notes for topic 'add-link-search-static-properties-defaults' 13 August 2015, 14:43:14 UTC
970a741 Help: Add notes for topic 'add-link-search-static-properties-defaults' 13 August 2015, 14:42:38 UTC
a07d160 Merge topic 'OUTPUT_DIRECTORY-genex' d25819bc Add generator expression support to OUTPUT_DIRECTORY target properties e36a05fd cmTarget: Detect and diagnose recursion in GetOutputInfo 13 August 2015, 14:38:54 UTC
0576aa6 Merge topic 'FindPkgConfig-capital-messages' 50c9f521 FindPkgConfig: Capitalize first letter of all message()s 13 August 2015, 14:38:46 UTC
d427b5e Merge topic 'add-link-search-static-properties-defaults' 675ef165 Allow LINK_SEARCH_{START,END}_STATIC props to have default values. 13 August 2015, 14:35:13 UTC
675ef16 Allow LINK_SEARCH_{START,END}_STATIC props to have default values. Use the CMAKE_LINK_SEARCH_START_STATIC and CMAKE_LINK_SEARCH_END_STATIC variables to initialize the LINK_SEARCH_START_STATIC and LINK_SEARCH_END_STATIC target properties respectively. 13 August 2015, 14:34:44 UTC
7a7922e Merge topic 'fix-hpux-link-search-shared-flags' dc64d825 HP-UX: Fix linker search type flags for C shared libs on HP-UX 13 August 2015, 14:34:18 UTC
9b449e9 cmComputeLinkInformation: Lookup a target only if we have one The change in commit 27252b24 (cmComputeLinkInformation: Simplify generator object access, 2015-08-02) broke the conditional use of a target introduced in commit 41abdc17 (cmGeneratorTarget: Move GetSOName from cmTarget, 2015-08-04). Restore the conditional lookup. Add a test case that hacks platform information variables to trigger this code everywhere. 13 August 2015, 14:24:10 UTC
37ab2f3 Merge branch 'release' 13 August 2015, 13:17:35 UTC
4a6fe02 CMake 3.3.1 13 August 2015, 13:17:06 UTC
a0b32a3 CMake Nightly Date Stamp 13 August 2015, 04:01:07 UTC
91e8d35 Merge branch 'curl-upstream' into update-curl Resolve conflicts by taking upstream side when possible and otherwise integrating the changes from both sides. Be carful in CMakeLists.txt where the OPENSSL code block that we modified previously has moved, and preserve our previous modifications in the new location. 12 August 2015, 19:43:52 UTC
602cdc0 cmCurl: Tolerate lack of CURLOPT_CAPATH support Since curl 7.39 the CURLOPT_CAPATH setting may be rejected with a CURLE_NOT_BUILT_IN error. Simply tolerate this with silent failure since we just will not use the CAPATH setting in this case. 12 August 2015, 19:43:24 UTC
7065426 curl 7.44.0 (reduced) Extract upstream curl using the following shell code. url=git://github.com/bagder/curl.git && v=7.44.0 && r=1a7f66a3 && paths=" CMake/* CMakeLists.txt COPYING include/curl/*.h include/curl/curlbuild.h.cmake lib/*.c lib/*.h lib/CMakeLists.txt lib/Makefile.inc lib/curl_config.h.cmake lib/libcurl.rc lib/vtls/*.c lib/vtls/*.h " && mkdir curl-$v-g$r-reduced && git clone $url curl-git && date=$(cd curl-git && git log -n 1 --format='%cd' $r) && (cd curl-git && git checkout $r && git archive --format=tar $r -- $paths) | (cd curl-$v-g$r-reduced && tar xv && rm lib/config-*.h) && echo "g$r date: $date" 12 August 2015, 18:18:06 UTC
d25819b Add generator expression support to OUTPUT_DIRECTORY target properties If {ARCHIVE,LIBRARY,RUNTIME}_OUTPUT_DIRECTORY is set with a genex then do not add the per-config subdirectory on multi-config generators. This will allow projects to use $<CONFIG> to place the per-config part of the directory path somewhere other than the end. 12 August 2015, 17:43:00 UTC
e36a05f cmTarget: Detect and diagnose recursion in GetOutputInfo 12 August 2015, 17:42:57 UTC
dc64d82 HP-UX: Fix linker search type flags for C shared libs on HP-UX Since commit v2.8.7~31^2 (HP: Drive shared library linking with compiler front end, 2011-12-12) the C compiler is used to link shared libraries instead of calling the linker directly, so linker options need to be wrapped as -Wl,-foo instead of -foo. 12 August 2015, 13:36:57 UTC
ce254de Merge topic 'tests-use-CMAKE_MAKE_PROGRAM' c180f0cb Tests: Fix CMAKE_MAKE_PROGRAM selection in FortranC.Flags test 586b2e5e Tests: Fix CMAKE_MAKE_PROGRAM selection in CMakeOnly tests 12 August 2015, 13:30:36 UTC
e688377 Merge topic 'FindProtobuf-vs-x64' 8dc6cbcb FindProtobuf: Search x64 directories in VS-built protobuf source (#14833) 12 August 2015, 13:30:34 UTC
1cb7237 Merge topic 'ExternalProject-hg-clone-without-update' 6a77a77a ExternalProject: Tell "hg clone" not to implicitly update 12 August 2015, 13:30:31 UTC
6731eab Merge topic 'ctest-report-compiler-version' 48c6e7f2 CTest: Report to CDash the compiler version used to build the project 12 August 2015, 13:30:29 UTC
7216742 Merge topic 'target_include_directories-relative-SYSTEM-dirs' 8c076a8b cmTarget: Remove unused AddSystemIncludeDirectories overload 5790aca4 target_include_directories: Support relative SYSTEM include dirs (#15464) 12 August 2015, 13:30:27 UTC
50c9f52 FindPkgConfig: Capitalize first letter of all message()s This makes FindPkgConfig output more formal and more consistent with many other messages produced by CMake. 12 August 2015, 13:24:44 UTC
b583800 CMake Nightly Date Stamp 12 August 2015, 04:01:06 UTC
c180f0c Tests: Fix CMAKE_MAKE_PROGRAM selection in FortranC.Flags test Use the explicitly-tested make program, if any. 11 August 2015, 14:18:05 UTC
586b2e5 Tests: Fix CMAKE_MAKE_PROGRAM selection in CMakeOnly tests Use the explicitly-tested make program, if any. 11 August 2015, 14:18:04 UTC
48c6e7f CTest: Report to CDash the compiler version used to build the project The compiler version reported since commit v2.8.2~1018 (CTest-side support for compiler name and compiler version, 2009-10-12) only reported the version of the compiler used to build CMake, and only if it defined "_COMPILER_VERSION". Instead use the version of the compiler used to build the project CTest is testing. 11 August 2015, 13:40:25 UTC
6a77a77 ExternalProject: Tell "hg clone" not to implicitly update By default Mercurial command "clone" will implicitly call "update" with the "default" branch after downloading the cloned repository. However ExternalProject_Add() always generates a second "update" command after cloning with a tag which is either specified or "tip" (equivalent to "default" by default). Therefore ExternalProject will first clone then update to default branch then update to another specified branch if provided. This leads to potentially very long clone operation (in particular when the repository default branch contain subrepos) which can lead to transaction abort triggered by the server. Simply use "hg clone -U" to avoid the implicit update during clone. Our following call to "hg update" will take care of updating anyway. 11 August 2015, 13:25:31 UTC
8dc6cbc FindProtobuf: Search x64 directories in VS-built protobuf source (#14833) Protobuf 2.6.x and lower do not use CMake (cmake is usable in Protobuf 3.x) but provide legacy Visual Studio projects files. Search their output directories in 64-bit builds. 11 August 2015, 12:57:21 UTC
8c076a8 cmTarget: Remove unused AddSystemIncludeDirectories overload 11 August 2015, 12:53:38 UTC
5790aca target_include_directories: Support relative SYSTEM include dirs (#15464) 11 August 2015, 12:53:00 UTC
422d3f6 Merge topic 'bootstrap-no-ninja' 4e3c7725 bootstrap: Do not build Ninja generator 11 August 2015, 12:47:12 UTC
9e51147 Merge topic 'global-generator-makefiles' 6d8a125e cmQtAutoGenerators: Prefer a generator to access global generator. 5f66900e cmGlobalGenerator: Port Find API to cmMakefile. c5b8841f cmGlobalGenerator: Create global targets from cmMakefiles. 8f75ea3b cmGlobalGenerator: Port global target creation to cmMakefile. 56f0540b cmGlobalGenerator: Port Configure-time check to cmMakefile. 19b546ef cmGlobalGenerator: Base final target property computation on Makefiles. f8be9ba9 cmGlobalGenerator: Base progress on Makefiles, not LocalGenerators. bc1097e3 cmExportLibraryDependenciesCommand: Port to cmMakefile. 204aecdf cmGlobalGenerator: Port configure-time code to cmMakefile. 3dd6f0a5 cmake: Port configure-time code to cmMakefile. 73e4df99 cmGlobalGenerator: Store a container of cmMakefiles. 19369937 cmGeneratorTarget: Port internal type to cmGeneratorTarget. 32f131b0 cmGeneratorTarget: Prefer the local generator to access the global. 11 August 2015, 12:47:10 UTC
6e5953e Merge topic 'use-generator-target' 29886ce7 cmTarget: Use a simpler delete algorithm. 197f4de1 cmTarget: Split storage of compile definitions from genexes. 44e071ae cmTarget: Split storage of compile features from genexes. 772ecef4 cmTarget: Split storage of compile options from genexes. 1f54bc1c cmTarget: Split storage of include directories from genexes. 7568199b cmTarget: Request only the link libraries where needed. 10040601 cmLinkImplementationLibraries: Move to namespace scope. d9da6ee2 cmLinkItem: Split to separate file. 27252b24 cmComputeLinkInformation: Simplify generator object access. 11 August 2015, 12:47:08 UTC
f33ccc2 Merge topic 'rm-Makefile-LocalGenerator' 1689c91d cmMakefile: Remove unused method. dd11f72c cmGlobalGenerator: Base exclusion computation on cmGeneratorTarget. 11 August 2015, 12:47:05 UTC
489ab9c CMake Nightly Date Stamp 11 August 2015, 04:01:05 UTC
4e3c772 bootstrap: Do not build Ninja generator The CMake bootstrap process uses Makefile generators so there is no need to build the Ninja generators during bootstrap. 10 August 2015, 17:26:52 UTC
2f16e60 Merge topic 'ninja-version-handling' 874e70bc Ninja: Prevent generating if installed Ninja version is too old. c5ac2b9d Ninja: Centralized required Ninja version numbers and comparisons. 10 August 2015, 13:13:24 UTC
815a2c0 Merge topic 'fix-process-error-handling' 203b20df cmcmd: Improve error handling when executing a process. b28b07db cmCTestCoverageHandle: Improve error handling. 10 August 2015, 13:13:22 UTC
16b889d Merge topic 'fix-get-filename-component' d035e968 get_filename_component: Fix bug where CACHE was ignored. 38ed5866 get_filename_component: Added initial tests for PROGRAM component. 772ca69f get_filename_component: Tests now check for proper CACHE usage. 10 August 2015, 13:13:20 UTC
3d0a719 Merge topic 'change-nmake-env-warning' afeb4eb2 nmake/jom: Only warn about bad VS environment if compiler not found. 10 August 2015, 13:13:18 UTC
e8592e5 Merge topic 'fix-TARGET_FILE-imported' 35aab9df Reject TARGET_PDB_FILE for imported targets instead of crashing 10 August 2015, 13:13:16 UTC
7979e25 CMake Nightly Date Stamp 10 August 2015, 04:01:09 UTC
874e70b Ninja: Prevent generating if installed Ninja version is too old. 09 August 2015, 17:51:35 UTC
c5ac2b9 Ninja: Centralized required Ninja version numbers and comparisons. 09 August 2015, 17:31:24 UTC
cf4bbf7 CMake Nightly Date Stamp 09 August 2015, 04:01:05 UTC
203b20d cmcmd: Improve error handling when executing a process. 08 August 2015, 05:06:27 UTC
b28b07d cmCTestCoverageHandle: Improve error handling. 08 August 2015, 04:28:38 UTC
101ba25 CMake Nightly Date Stamp 08 August 2015, 04:01:08 UTC
29886ce cmTarget: Use a simpler delete algorithm. This way, the methods can be moved without requiring a local algorithm. The containers use automatic storage. 07 August 2015, 19:55:17 UTC
197f4de cmTarget: Split storage of compile definitions from genexes. 07 August 2015, 15:06:19 UTC
44e071a cmTarget: Split storage of compile features from genexes. 07 August 2015, 15:06:18 UTC
772ecef cmTarget: Split storage of compile options from genexes. 07 August 2015, 15:06:17 UTC
1f54bc1 cmTarget: Split storage of include directories from genexes. 07 August 2015, 15:06:15 UTC
7568199 cmTarget: Request only the link libraries where needed. 07 August 2015, 15:06:15 UTC
3cefadb CMake Nightly Date Stamp 07 August 2015, 04:01:07 UTC
6d8a125 cmQtAutoGenerators: Prefer a generator to access global generator. 07 August 2015, 02:10:29 UTC
5f66900 cmGlobalGenerator: Port Find API to cmMakefile. 07 August 2015, 02:10:29 UTC
back to top