https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
441c712 Change FindPythonLibs to ask the interpreter for its config. This askes the python interpreter what the location of libs and headers is instead of relying on finding the libraries/headers on the file system. 31 October 2015, 15:43:43 UTC
b7fdc8c CMake Nightly Date Stamp 31 October 2015, 04:01:07 UTC
a375702 CMake Nightly Date Stamp 30 October 2015, 04:01:07 UTC
4f9a02d Merge branch 'release' 29 October 2015, 17:40:39 UTC
1f9affa Merge topic 'intel-fortran-2016' 77be366c Intel: Recognize MSVC version for Intel Fortran 2016 (#15809) 29 October 2015, 17:40:04 UTC
b5c75a8 Merge topic 'README-fix-typo' 6c0d8a5d README: Fix typo in wording 29 October 2015, 13:29:05 UTC
6c0d8a5 README: Fix typo in wording 29 October 2015, 13:25:52 UTC
3ca9255 Merge branch 'release' 29 October 2015, 13:06:26 UTC
1227ea3 Merge branch 'intel-fortran-2016' into release 29 October 2015, 13:04:05 UTC
81dbab6 Merge branch 'backport-revert-autorcc-qt-5.1' into release 29 October 2015, 13:03:44 UTC
e41c1be Merge branch 'vs-resw-files' into release 29 October 2015, 13:03:30 UTC
41e5605 Merge topic 'vs-resw-files' 77dde5cb VS: Add support for `.resw` files (#15811) 29 October 2015, 12:42:32 UTC
5cdba31 Merge topic 'cpack-osx-sysroot' 63e2af0f CPack: Fix CPACK_OSX_SYSROOT with symbolic CMAKE_OSX_SYSROOT (#15816) 29 October 2015, 12:42:30 UTC
7f6c613 Merge topic 'bootstrap-cleanup' 3b0c0743 bootstrap: Drop unused KWSys header directories 29 October 2015, 12:42:27 UTC
3179d9a Merge topic 'FindPkgConfig-better-error' 1bfb527f FindPkgConfig: return actual error when a package is not found (#15810) 29 October 2015, 12:42:25 UTC
b5d9406 Merge topic 'autorcc-qt-5.1-compat' e78fcc63 QtAutogen: Fix rcc invocation for Qt 5.0 and 5.1 (#15644) 29 October 2015, 12:42:22 UTC
e14709e Merge topic 'revert-autorcc-qt-5.1' 5ba32092 Merge branch 'backport-revert-autorcc-qt-5.1' into revert-autorcc-qt-5.1 10e8ccf6 Revert "cmQtAutoGenerators: Fix rcc invocation for Qt 5.0 and 5.1 (#15644)" b935db3a Revert "cmQtAutoGenerators: Fix rcc invocation for Qt 5.0 and 5.1 (#15644)" 29 October 2015, 12:42:19 UTC
fbb8d08 CMake Nightly Date Stamp 29 October 2015, 04:01:07 UTC
77dde5c VS: Add support for `.resw` files (#15811) These are used on the WinRT & WinPhone platforms. Build them using the `PRIResource` tool. 28 October 2015, 19:19:21 UTC
3b0c074 bootstrap: Drop unused KWSys header directories KWSys no longer needs the cmsys/{ios,stl} directories so we no longer populate them. We no longer need to create them either. 28 October 2015, 19:10:57 UTC
1bfb527 FindPkgConfig: return actual error when a package is not found (#15810) In some cases, CMake returned the following error: -- Checking for module 'foo' -- Package 'foo' not found When the actual error returned by pkg-config was: Package 'bar', required by 'foo', not found Now, the actual error is forwarded to the user. -- Checking for module 'foo' -- Package 'bar', required by 'foo', not found For the standard case (i.e. the package was indeed not found), the CMake error was: -- Checking for module 'foo' -- Package 'foo' not found But it now prints: -- Checking for module 'foo' -- No package 'foo' found The associated test was also updated. ${last} refers to the last CLI argument. 28 October 2015, 14:18:15 UTC
63e2af0 CPack: Fix CPACK_OSX_SYSROOT with symbolic CMAKE_OSX_SYSROOT (#15816) We support setting CMAKE_OSX_SYSROOT to a symbolic value like "macosx". Modules/Platform/Darwin-Initialize.cmake takes care of finding the actual SDK path on disk. Use that result to set CPACK_OSX_SYSROOT instead. 28 October 2015, 14:15:39 UTC
e78fcc6 QtAutogen: Fix rcc invocation for Qt 5.0 and 5.1 (#15644) In commit v3.2.0-rc1~480^2 (QtAutogen: Regenerate qrc files if their input changes, 2014-09-17) we added use of the rcc `--list` option. Prior to Qt 5.2 this option was called just `-list`. Run `rcc --help` to check for support for `--list` before using it and otherwise fall back to the `-list` option for compatibility with older versions. 28 October 2015, 13:03:10 UTC
2fd5fd1 Merge topic 'minor-cleanups' 13a37f5f cmMakefile: Fix typo in comment 958508bb cmMakefile: Fix style 91a829c1 Makefiles: Remove unused variable e0213882 cmTarget: Remove obsolete member 0554c2c9 cmTarget: Fix style b22e5d0a Remove some obsolete declarations ce43ed2c Use LocalGenerator when possible d90c9738 Makefiles: Remove some unneeded casts 331023ae Export: Remove unused variable a03f3d0e cmFunctionBlocker: Constify method d50c4220 Xcode: Fix typo in comment 803f1901 Xcode: Remove trailing semicolon 28 October 2015, 12:48:08 UTC
1e8c920 Merge topic 'use-generator-target' 79c3a2a8 cmGlobalGenerator: Remove map from cmTarget to cmGeneratorTarget c389f8bb cmLocalGenerator: Port Find method away from GetGeneratorTarget 02533038 VS6: Port to FindGeneratorTarget b6278e9f cmake: Port find_package mode away from GetGeneratorTarget 7a6caae1 cmMakefile: Add imported target accessor 0fb187cc CMP0026: Port away from GetGeneratorTarget 8caf1f36 cmGlobalGenerator: Add FindGeneratorTarget API 278ba2db cmGeneratorTarget: Add API for globally visible IMPORTED 79c11d23 Xcode: Port away from GetGeneratorTarget 9b244cc0 cmLocalGenerator: Store imported targets in a separate container. def6da61 cmLocalGenerator: Port FindGeneratorTarget away from GetGeneratorTarget a67231ac cmTarget: Implement ALIAS in terms of name mapping d566f39a cmGlobalGenerator: Remove unneeded GetGeneratorTarget 0c97d32f cmGlobalGenerator: Remove direct storage of targets 383bfd95 cmTargetCollectLinkLanguages: Remove cmMakefile dependency 7f6bedda cmGeneratorTarget: Port cmOptionalLinkImplementation ... 28 October 2015, 12:48:05 UTC
27570a6 Merge topic 'fix-ctest_test-parallel-execution' 6a56c824 Tests: Disable parallel test execution while running ctest_test 5f14040c Tests: Don't overwrite RunCMake_TEST_FAILED variable 28 October 2015, 12:48:02 UTC
d3325c3 Merge topic 'fix-C-comment-syntax' e166203f CheckForPthreads.c: Do not use C++-style comments in C source 28 October 2015, 12:48:00 UTC
f68f8a1 Merge topic 'update-libarchive' b272a656 cmSystemTools: Preemptively adapt to future libarchive 4.0 changes 87f1f363 cmArchiveWrite: Preemptively adapt to future libarchive 4.0 changes 45cd9e63 Update libarchive configuration within CMake c09acf4f libarchive: Update README-CMake.txt for new snapshot 2f940f89 libarchive: Drop use of pthread.h for CMake build 1e473817 libarchive: Do not use pthread.h API without header 43d577dc libarchive: Test for Clang builtin before using it 85e0bb84 libarchive: Avoid using 'uint8_t' as bitfield type c70491d6 libarchive: Avoid using name 'hz' 1bbba477 libarchive: Drop outdated CMake portability snprintf 64bdf0b7 libarchive: Avoid non-portable u_int8_t 8f837fc9 libarchive: Use CommonCrypto APIs on OS X only when available 61a0251e libarchive: Define O_CLOEXEC when missing 832fe4b1 libarchive: Fix VS 7.1 Debug build 0b82f51a libarchive: Guard bcyrpt.h with HAVE_BCRYPT_H 5333c04c libarchive: Drop CMake-specific Borland compiler workaround ... 28 October 2015, 12:47:54 UTC
b272a65 cmSystemTools: Preemptively adapt to future libarchive 4.0 changes 28 October 2015, 12:44:48 UTC
87f1f36 cmArchiveWrite: Preemptively adapt to future libarchive 4.0 changes 28 October 2015, 12:44:48 UTC
45cd9e6 Update libarchive configuration within CMake Hard-code libarchive build options to the way CMake needs them. Set them as internal cache entries so users do not see them when building CMake. 28 October 2015, 12:44:48 UTC
c09acf4 libarchive: Update README-CMake.txt for new snapshot 28 October 2015, 12:44:47 UTC
2f940f8 libarchive: Drop use of pthread.h for CMake build CMake does not use threads so we do not need this in our libarchive. 28 October 2015, 12:44:47 UTC
1e47381 libarchive: Do not use pthread.h API without header 28 October 2015, 12:44:47 UTC
43d577d libarchive: Test for Clang builtin before using it The __builtin_bswap16 builtin is not available on Clang 2.1. 28 October 2015, 12:44:47 UTC
b28101c CMake Nightly Date Stamp 28 October 2015, 04:01:07 UTC
13a37f5 cmMakefile: Fix typo in comment 27 October 2015, 20:54:12 UTC
958508b cmMakefile: Fix style 27 October 2015, 20:54:11 UTC
91a829c Makefiles: Remove unused variable 27 October 2015, 20:54:11 UTC
e021388 cmTarget: Remove obsolete member 27 October 2015, 20:54:11 UTC
0554c2c cmTarget: Fix style 27 October 2015, 20:54:11 UTC
b22e5d0 Remove some obsolete declarations Ensure that cmStandardIncludes.h is included before any platform header in cmGeneratorExpressionEvaluator.h. That file needs to change as a result of removal of the cmMakefile.h header from cmGeneratorExpressionNode.h, affecting the compilation of cmGeneratorExpressionNode.cxx. On AIX we need to include our own headers first to get large file support macros defined consistently within system headers. The old order in this header worked only because it was always included after other headers. 27 October 2015, 20:52:47 UTC
6a56c82 Tests: Disable parallel test execution while running ctest_test 27 October 2015, 20:44:04 UTC
5f14040 Tests: Don't overwrite RunCMake_TEST_FAILED variable 27 October 2015, 20:42:24 UTC
5ba3209 Merge branch 'backport-revert-autorcc-qt-5.1' into revert-autorcc-qt-5.1 27 October 2015, 20:33:29 UTC
10e8ccf Revert "cmQtAutoGenerators: Fix rcc invocation for Qt 5.0 and 5.1 (#15644)" This reverts commit 9a271e13236d81b79e3e367a6898e09d3dcf28d0. The `-list` option is not documented and may be removed in future Qt versions. Fixing this correctly will require detecting the availability of `--list` or `-list` based on the `rcc` version found. For now we choose to support the documented option that will be supported in future Qt versions. 27 October 2015, 20:33:07 UTC
b935db3 Revert "cmQtAutoGenerators: Fix rcc invocation for Qt 5.0 and 5.1 (#15644)" This reverts commit 9a271e13236d81b79e3e367a6898e09d3dcf28d0. The `-list` option is not documented and may be removed in future Qt versions. Fixing this correctly will require detecting the availability of `--list` or `-list` based on the `rcc` version found. For now we choose to support the documented option that will be supported in future Qt versions. 27 October 2015, 20:30:20 UTC
79c3a2a cmGlobalGenerator: Remove map from cmTarget to cmGeneratorTarget The configure-time and generate-time types should be completely independent. Add ownership of cmGeneratorTarget instances to the cmLocalGenerator. 27 October 2015, 06:44:26 UTC
c389f8b cmLocalGenerator: Port Find method away from GetGeneratorTarget Mirror the cmMakefile::FindTarget method. 27 October 2015, 06:44:26 UTC
0253303 VS6: Port to FindGeneratorTarget 27 October 2015, 06:44:26 UTC
b6278e9 cmake: Port find_package mode away from GetGeneratorTarget 27 October 2015, 06:44:26 UTC
7a6caae cmMakefile: Add imported target accessor 27 October 2015, 06:44:25 UTC
0fb187c CMP0026: Port away from GetGeneratorTarget 27 October 2015, 06:44:25 UTC
8caf1f3 cmGlobalGenerator: Add FindGeneratorTarget API 27 October 2015, 06:44:25 UTC
278ba2d cmGeneratorTarget: Add API for globally visible IMPORTED 27 October 2015, 06:44:25 UTC
79c11d2 Xcode: Port away from GetGeneratorTarget 27 October 2015, 06:44:24 UTC
9b244cc cmLocalGenerator: Store imported targets in a separate container. 27 October 2015, 06:44:24 UTC
def6da6 cmLocalGenerator: Port FindGeneratorTarget away from GetGeneratorTarget 27 October 2015, 06:44:24 UTC
a67231a cmTarget: Implement ALIAS in terms of name mapping Remove mapping to cmTarget. 27 October 2015, 06:44:24 UTC
d566f39 cmGlobalGenerator: Remove unneeded GetGeneratorTarget 27 October 2015, 06:44:24 UTC
0c97d32 cmGlobalGenerator: Remove direct storage of targets Find the target by looping when needed. 27 October 2015, 06:44:23 UTC
383bfd9 cmTargetCollectLinkLanguages: Remove cmMakefile dependency 27 October 2015, 06:44:23 UTC
7f6bedd cmGeneratorTarget: Port cmOptionalLinkImplementation 27 October 2015, 06:44:23 UTC
520ca0f cmGeneratorTarget: Add API for property keys 27 October 2015, 06:44:23 UTC
3e3c754 cmLocalGenerator: Port internals to cmGeneratorTarget 27 October 2015, 06:44:22 UTC
593f347 VS7: Port some implementation details to cmGeneratorTarget 27 October 2015, 06:44:22 UTC
7b127c6 VS7: Port remaining interface to cmGeneratorTarget 27 October 2015, 06:44:22 UTC
780bff5 cmake: Store hardcoded lists of sources and headers Don't duplicate this in each cmMakefile. 27 October 2015, 06:44:22 UTC
6bd7bd1 Export: Use existing IsDLLPlatform porcelain 27 October 2015, 06:44:22 UTC
b397eae cmGeneratorTarget: Move LinkLanguagePropagatesToDependents from cmTarget 27 October 2015, 06:44:21 UTC
00b8c0a cmLocalGenerator: Add IsRootMakefile API 27 October 2015, 06:44:21 UTC
4c6374b Genex: use cmGeneratorTarget policy API 27 October 2015, 06:44:21 UTC
7d409f5 cmLocalGenerator: Add GetPolicyStatus API 27 October 2015, 06:44:21 UTC
7a1b83c cmGeneratorTarget: Add GetUtilityBacktrace API 27 October 2015, 06:44:21 UTC
736c204 cmGeneratorTarget: Add GetUtilities API 27 October 2015, 06:44:20 UTC
f210cb1 cmTarget: Make compatbility API explicit. 27 October 2015, 06:44:20 UTC
8c13f0f CMake Nightly Date Stamp 27 October 2015, 04:01:07 UTC
ce43ed2 Use LocalGenerator when possible 26 October 2015, 22:50:05 UTC
d90c973 Makefiles: Remove some unneeded casts 26 October 2015, 21:30:18 UTC
331023a Export: Remove unused variable 26 October 2015, 21:30:17 UTC
a03f3d0 cmFunctionBlocker: Constify method 26 October 2015, 21:30:15 UTC
d50c422 Xcode: Fix typo in comment 26 October 2015, 21:30:13 UTC
803f190 Xcode: Remove trailing semicolon 26 October 2015, 21:30:11 UTC
bde277e cmGeneratorTarget: Add GetLinkDirectories API. 26 October 2015, 21:02:13 UTC
cf69630 cmGeneratorTarget: Move GetFrameworkVersion from cmTarget 26 October 2015, 21:02:13 UTC
3f8aa62 cmGeneratorTarget: Add API for target-relative commands. 26 October 2015, 21:02:13 UTC
e166203 CheckForPthreads.c: Do not use C++-style comments in C source 26 October 2015, 17:21:59 UTC
d288b21 Merge topic 'use-generator-target' 6cac952b VS: Port interface to cmGeneratorTarget 97b37688 VS: Port WriteUtilityDepends to cmGeneratorTarget 600af01d VS: Port utility depends to cmGeneratorTarget 330bfa83 VS: Port target depends to cmGeneratorTarget b13e26e2 VS: Port ProjectDepends to cmGeneratorTarget. 8ac8739b VS: Port TargetIsFortranOnly to cmGeneratorTarget 84fb579f VS: Port WriteProject to cmGeneratorTarget 1eff421a VS: Port loop to cmGeneratorTarget 94fd5a5a VS: Port ImplibDir to cmGeneratorTarget ce9e9a92 VS: Port LinkClosure to cmGeneratorTarget 26e23e84 VS: Port ComputeLongestObjectDirectory to cmGeneratorTarget 01c26986 VS7: Port to cmGeneratorTarget 459c8910 VS10: Port to cmGeneratorTarget. 7f8bb857 VS6: Port to cmGeneratorTarget. a0ebd69b Graphviz: Port to cmGeneratorTarget. bcee21ce C::B: Port API to cmGeneratorTarget. ... 26 October 2015, 17:13:04 UTC
d71920c Merge topic 'xcode-watch-and-tvos' a91eebeb Xcode: Recognise Watch and TV OS as embedded platforms 26 October 2015, 17:13:02 UTC
4c4da56 Merge topic 'xcode-optimization-flags' 601e6e1a Xcode: Use regular expression to extract all optimisation flags (#15794) 26 October 2015, 17:12:59 UTC
06ee07b Merge topic 'cpack-deb-fakeroot-removal' 66178ae5 CPackDEB: Use proper compression scheme for control.tar.gz 26 October 2015, 17:12:53 UTC
f054552 Merge topic 'fix-test-RUN_SERIAL-failure-regression' e61973e1 CTest: Fix regression in handling of a RUN_SERIAL test that fails 26 October 2015, 17:12:50 UTC
8e86e11 Merge topic 'doc-add_executable-typo' 194011b8 Help: Add missing parenthesis in add_executable docs 26 October 2015, 17:12:48 UTC
77be366 Intel: Recognize MSVC version for Intel Fortran 2016 (#15809) 26 October 2015, 17:02:37 UTC
70d2f2a CMake Nightly Date Stamp 26 October 2015, 04:01:05 UTC
33b43ec CMake Nightly Date Stamp 25 October 2015, 04:01:07 UTC
6cac952 VS: Port interface to cmGeneratorTarget 24 October 2015, 07:24:43 UTC
97b3768 VS: Port WriteUtilityDepends to cmGeneratorTarget 24 October 2015, 07:24:43 UTC
600af01 VS: Port utility depends to cmGeneratorTarget 24 October 2015, 07:24:43 UTC
330bfa8 VS: Port target depends to cmGeneratorTarget 24 October 2015, 07:24:43 UTC
back to top