https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
fe01a90 Add support for HiDPI (Retina) screens in Qt GUI. 17 August 2015, 09:39:16 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
1628a8a CMake Nightly Date Stamp 15 August 2015, 04:01:09 UTC
17ecfd8 CMake Nightly Date Stamp 14 August 2015, 04:01:08 UTC
72250e6 Merge branch 'release' 13 August 2015, 18:40:52 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
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
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
c5b8841 cmGlobalGenerator: Create global targets from cmMakefiles. 07 August 2015, 02:10:29 UTC
8f75ea3 cmGlobalGenerator: Port global target creation to cmMakefile. 07 August 2015, 02:10:29 UTC
56f0540 cmGlobalGenerator: Port Configure-time check to cmMakefile. This uses no generate-time state. 07 August 2015, 02:10:29 UTC
19b546e cmGlobalGenerator: Base final target property computation on Makefiles. 07 August 2015, 02:10:29 UTC
f8be9ba cmGlobalGenerator: Base progress on Makefiles, not LocalGenerators. 07 August 2015, 02:10:28 UTC
bc1097e cmExportLibraryDependenciesCommand: Port to cmMakefile. 07 August 2015, 02:10:28 UTC
204aecd cmGlobalGenerator: Port configure-time code to cmMakefile. 07 August 2015, 02:10:28 UTC
3dd6f0a cmake: Port configure-time code to cmMakefile. 07 August 2015, 02:10:28 UTC
73e4df9 cmGlobalGenerator: Store a container of cmMakefiles. For use at configure-time. 07 August 2015, 02:10:28 UTC
1936993 cmGeneratorTarget: Port internal type to cmGeneratorTarget. 07 August 2015, 02:10:28 UTC
32f131b cmGeneratorTarget: Prefer the local generator to access the global. 07 August 2015, 02:10:28 UTC
1004060 cmLinkImplementationLibraries: Move to namespace scope. 06 August 2015, 22:51:49 UTC
d9da6ee cmLinkItem: Split to separate file. 06 August 2015, 22:51:45 UTC
27252b2 cmComputeLinkInformation: Simplify generator object access. 06 August 2015, 22:51:40 UTC
1689c91 cmMakefile: Remove unused method. 06 August 2015, 22:32:15 UTC
dd11f72 cmGlobalGenerator: Base exclusion computation on cmGeneratorTarget. 06 August 2015, 22:32:15 UTC
d035e96 get_filename_component: Fix bug where CACHE was ignored. If PROGRAM_ARGS is provided to get_filename_component, fix bug where the command failed to honor the CACHE argument. Added test cases to RunCMake.get_filename_component that fail when the bug is not fixed to prevent regressions. Signed-off-by: James Johnston <johnstonj.public@codenest.com> 06 August 2015, 17:53:34 UTC
38ed586 get_filename_component: Added initial tests for PROGRAM component. The RunCMake.get_filename_component test now tests basic functionality of the PROGRAM component argument of get_filename_component. Signed-off-by: James Johnston <johnstonj.public@codenest.com> 06 August 2015, 17:53:25 UTC
772ca69 get_filename_component: Tests now check for proper CACHE usage. The RunCMake.get_filename_component test was improved to assert that each test variable outputted by get_filename_component is or is not a cache variable, as per the particular test. Signed-off-by: James Johnston <johnstonj.public@codenest.com> 06 August 2015, 17:53:12 UTC
afeb4eb nmake/jom: Only warn about bad VS environment if compiler not found. nmake and jom generators no longer warn about missing INCLUDE/LIB environment variables unless the C/CXX compiler cannot be found. This is useful if the user does not want to use these generators with the Visual C++ compiler, or they do not want to enable any language. 06 August 2015, 17:32:43 UTC
35aab9d Reject TARGET_PDB_FILE for imported targets instead of crashing Reported-by: Justin Borodinsky <justin.borodinsky@gmail.com> 06 August 2015, 13:42:31 UTC
2259080 Merge topic 'cpack-rpm-documentation-fixes' 94226751 Tests/RunCMake/CPack: Add dependencies tests 105011e0 Tests/RunCMake/CPack: Bump verify result cmake version d882d477 Tests/RunCMake/CPack/DEB: Add getPackageInfo helper function 145735b7 Tests/RunCMake/CPack: Enable CXX language in tests e26f53a8 CPack/RPM: missing PACKAGE_CONFLICTS documentation 64aacb24 CPack/RPM: undocumented variables 06 August 2015, 13:38:33 UTC
91c1b13 Merge topic 'ninja-LINK_DEPENDS' 43c94281 Ninja: Honor the LINK_DEPENDS target property (#14796) 06 August 2015, 13:38:31 UTC
78141e7 Merge topic 'install-no-runtime-deps-by-default' 26f5445b Do not install 3rd-party dependencies by default 06 August 2015, 13:38:29 UTC
5570650 Merge topic 'use-generator-target' a309409e cmOrderDirectories: Port to cmGeneratorTarget. f83e8402 cmGeneratorTarget: Move CompileInfoMap from cmTarget. b3f0e353 cmGeneratorTarget: Move GetCompilePDBDirectory from cmTarget. 34c43741 cmGeneratorTarget: Move GetOutputName from cmTarget. 4329a71c cmComputeLinkDepends: Port to cmGeneratorTarget. c93230ac cmComputeLinkInformation: Port to cmGeneratorTarget. ee26add4 cmGeneratorTarget: Move IsBundleOnApple from cmTarget. c8a5f5ae cmMakefileTargetGenerator: Add accessor for GeneratorTarget. f8076644 cmGeneratorTarget: Move GetLinkClosure from cmTarget. 7c809fa2 cmGeneratorTarget: Move GetLinkerLanguage from cmTarget. 6da99de3 cmGeneratorTarget: Move GetFrameworkDirectory from cmTarget. d6bb319b cmGeneratorTarget: Move GetFullName from cmTarget. 7a460852 cmGeneratorTarget: Move GetAppBundleDirectory from cmTarget. d560bfd2 cmGeneratorTarget: Move GetInstallNameDir* from cmTarget. 89e2a080 cmGeneratorTarget: Move GetMacContentDirectory from cmTarget. 62720e44 cmGeneratorTarget: Move GetFullNameComponents from cmTarget. ... 06 August 2015, 13:38:27 UTC
73e3de3 Merge topic 'cmState-policies' 757a1f54 cmState: Move PolicyState from cmMakefile. 52dbe654 cmState: Record the end position of each directory. 65a5e0c6 cmLinkedTree: Add Clear API. 34835433 cmState: Add Type for policy scope. af0de01c cmState: Remove call stack parent tracking. 6ae8b30b cmMakefile: Move policy barriers inside cmState scopes. a5fc17b5 cmMakefile: Re-order policy entries and barriers. 0a01e6c6 cmState: Add Snapshot Type accessor. f0005bb4 Tests: Verify generate-time policy scope behavior. 06 August 2015, 13:38:24 UTC
370e2c6 Merge topic 'refactor-evaluation-files' 12c3f248 cmGeneratorExpressionEvaluationFile: Require generator context. 6c0e9ee2 cmMakefile: Store EvaluationFiles. 06 August 2015, 13:38:22 UTC
4f0a6d4 Merge topic 'compiler-version-Fortran' f0609182 Fortran: Store detected compiler version persistently (#15684) 06 August 2015, 13:38:20 UTC
d356bce Merge topic 'fix-missing-subdir-error' c4d2f64f add_subdirectory: Fix error message on missing CMakeLists.txt (#15680) 06 August 2015, 13:38:17 UTC
9422675 Tests/RunCMake/CPack: Add dependencies tests Add tests for RPM and DEB package test for currently supported dependency features (requires, provides, conflicts, ...). 06 August 2015, 13:33:51 UTC
105011e Tests/RunCMake/CPack: Bump verify result cmake version Bumped version to current cmake version so that we always use latest policies. 06 August 2015, 13:33:50 UTC
d882d47 Tests/RunCMake/CPack/DEB: Add getPackageInfo helper function getPackageInfo helper function returns package info for provided deb package file 06 August 2015, 13:33:50 UTC
145735b Tests/RunCMake/CPack: Enable CXX language in tests Enable CXX language for CPack tests so that they may compile binaries if needed. 06 August 2015, 13:33:22 UTC
42526ef CMake Nightly Date Stamp 06 August 2015, 04:01:07 UTC
43c9428 Ninja: Honor the LINK_DEPENDS target property (#14796) 05 August 2015, 18:12:05 UTC
863b0a8 Merge topic 'xcode-improve-quoting' 2eee2943 Xcode: Invert quoting logic to whitelist of characters 05 August 2015, 17:54:38 UTC
fccb3e2 Merge topic 'java-updates' cc23f0e9 UseJava: Teach install_jar new DESTINATION and COMPONENT options 3d287de4 UseJava: Teach add_jar to support file syntax for sources e72806fb FindJava: Add support for idlj and jarsigner tools 05 August 2015, 17:54:36 UTC
2eee294 Xcode: Invert quoting logic to whitelist of characters Our explicit list of characters that require quoting does not account for non-ascii characters (e.g. UTF-8) that also need quoting. Invert the logic to quote a string unless it contains exclusively a set of characters we whitelist. 05 August 2015, 17:51:31 UTC
26f5445 Do not install 3rd-party dependencies by default Disable the CMake_INSTALL_DEPENDENCIES option by default and turn it on explicitly in our packaging scripts. This simplifies packaging in distributions that provide the dependencies for us without having to install them. We only need 3rd-party runtime dependencies to be installed for packaging with redistributable binaries. 05 August 2015, 17:29:57 UTC
a309409 cmOrderDirectories: Port to cmGeneratorTarget. 05 August 2015, 16:20:50 UTC
back to top