https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
0e57d9c Fix missing PATHS keyword in FindOpenCL.cmake Fixes typo: missing PATHS keyword in find_library(..) call for non-windows platforms. Without it properly installed AMD APP SDK (OpenCL) cannot be detected. Tested on Ubuntu 16.04 05 May 2017, 13:05:24 UTC
0e967e3 CMake Nightly Date Stamp 05 May 2017, 04:01:05 UTC
30cb24f Merge topic 'sunpro-5.14' f15f905b Features: Record standards and features for SunPro 5.14 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !795 04 May 2017, 15:33:38 UTC
a832508 Merge topic 'FindOpenCL-AMDAPPSDKROOT' b888104e FindOpenCL: add AMDAPPSDKROOT into paths for OpenCL library Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !792 04 May 2017, 14:31:47 UTC
7159585 Merge topic 'cpackifw-part-refactoring' 9c13e8eb CPackIFW: Refactor out some commonly used code Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !762 04 May 2017, 14:31:29 UTC
ef9c9c9 Merge topic 'remove-top-level-xcode-groups' 01cd88c0 Xcode: Remove the top-level Sources and Resources groups Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !779 04 May 2017, 14:31:05 UTC
ec52676 CMake Nightly Date Stamp 04 May 2017, 04:01:04 UTC
f15f905 Features: Record standards and features for SunPro 5.14 Oracle Studio 12.5 adds support for C 11 and associated standard flags. It also adds a few more C++ 11 features. 03 May 2017, 17:13:43 UTC
b888104 FindOpenCL: add AMDAPPSDKROOT into paths for OpenCL library This path was only looked up for windows. The AMD SDK also exists for Linux, and we may want to use the OpenCL library for there. 03 May 2017, 15:53:25 UTC
9c13e8e CPackIFW: Refactor out some commonly used code Move common used code to new cmCPackIFWCommon base class. 03 May 2017, 15:32:05 UTC
84d0841 Merge topic 'update-vim-syntax' 0d8273fa Merge branch 'upstream-vim-cmake-syntax' e3357711 vim-cmake-syntax 2017-05-02 (15526199) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !789 03 May 2017, 15:10:19 UTC
01cd88c Xcode: Remove the top-level Sources and Resources groups This addresses duplicate file reference warnings from xcodebuild caused by the same file reference being a member of both the target's group and the top-level Resources group. Since resources are already a member of their associated target's group the top-level Resources group isn't strictly necessary, and removing it results in a project structure closer to that of a current Xcode project template. Fixes: #15272 03 May 2017, 15:05:42 UTC
1fe2dc5 Merge topic 'ipo-xcode' 7e75568b Xcode: Support IPO (LTO) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !785 03 May 2017, 15:04:17 UTC
bf3c08d Merge topic 'port-language-default-to-common-macro' d9089876 AppleClang: Use common compiler macros for language standard default 174c02e1 SunPro: Use common compiler macros for language standard default 08fa2ba8 Clang: Use common compiler macros for language standard default 0198502f Intel: Use common compiler macros for language standard default d1aa2b3f GNU: Use common compiler macros for language standard default 87b9d6d9 XL: Use common compiler macros for language standard default Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !787 03 May 2017, 15:01:12 UTC
f1e91c6 Merge topic 'fix-typo-in-pgi-files' 0225417f PGI: Fix typo in logic for C standard flags Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !788 03 May 2017, 15:00:51 UTC
9682027 CMake Nightly Date Stamp 03 May 2017, 04:01:21 UTC
0d8273f Merge branch 'upstream-vim-cmake-syntax' * upstream-vim-cmake-syntax: vim-cmake-syntax 2017-05-02 (15526199) 02 May 2017, 15:34:53 UTC
e335771 vim-cmake-syntax 2017-05-02 (15526199) Code extracted from: https://github.com/pboettch/vim-cmake-syntax.git at commit 155261999e9affb087e9034ed6009396de6b8f28 (master). Upstream Shortlog ----------------- Patrick Boettcher (7): eb4537d6 no tab in CMake-files 933b6aea update syntax to cmake-version 3.7.1 545bddcd fix highlighting of keyword variables in ${}-regions and cleanups 9c06c8fb README updated 2ca39d28 make keywords contained, to inhibit highlighting when outside highlighting 6cb8352f do not highlight strings outside regions 15526199 update to 3.8.20170502-g7a806 02 May 2017, 15:34:33 UTC
7e75568 Xcode: Support IPO (LTO) 02 May 2017, 15:33:25 UTC
0225417 PGI: Fix typo in logic for C standard flags 02 May 2017, 14:08:56 UTC
3960038 Merge branch 'release' 02 May 2017, 13:53:00 UTC
d908987 AppleClang: Use common compiler macros for language standard default 02 May 2017, 13:49:23 UTC
174c02e SunPro: Use common compiler macros for language standard default 02 May 2017, 13:49:23 UTC
08fa2ba Clang: Use common compiler macros for language standard default 02 May 2017, 13:49:23 UTC
0198502 Intel: Use common compiler macros for language standard default 02 May 2017, 13:49:23 UTC
d1aa2b3 GNU: Use common compiler macros for language standard default 02 May 2017, 13:49:23 UTC
87b9d6d XL: Use common compiler macros for language standard default 02 May 2017, 13:49:23 UTC
8bd6af0 CMake 3.8.1 02 May 2017, 12:40:39 UTC
ccd7d98 Merge branch 'release' 02 May 2017, 12:40:02 UTC
a9e4896 Merge topic 'add-language-standards-to-more-compilers' 9b97cb55 PGI: Add language standards for PGI daae564d Cray: Add language standards for the Cray compiler 25e83ce5 CompileFeatures: Let STD compile options be a list 1de70845 Compilers: Add common macros to be used by various compilers Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !784 02 May 2017, 12:24:06 UTC
4804c7f Merge topic 'doc-no-depend' c273906f Utilities/Sphinx: Build documentation independently by default Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !786 02 May 2017, 12:22:47 UTC
8fba1f4 Merge topic 'excludeFixtures' c1b2b7c0 Add ctest options for limiting which tests fixtures add Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !778 02 May 2017, 12:22:07 UTC
96a8b68 Merge topic 'sunpro-c++11-link' e17b1791 Features: On SunPro link with language standard compiler flag d037be12 cmLocalGenerator: Add a hook for compiler flags used at link time b115bc49 Features: Refactor <LANG>_STANDARD update Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !783 02 May 2017, 12:20:38 UTC
737d05b Merge topic 'update-kwsys' 750d58bf Merge branch 'upstream-KWSys' into update-kwsys 2dec4695 KWSys 2017-05-01 (3ec3252c) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !781 02 May 2017, 12:19:39 UTC
96ad8fe Merge topic 'FindMatlab-2017a' 6f04dffb FindMatlab: Add support for Matlab 2017a Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !780 02 May 2017, 12:18:52 UTC
7a8068f CMake Nightly Date Stamp 02 May 2017, 04:01:06 UTC
9b97cb5 PGI: Add language standards for PGI 01 May 2017, 19:15:30 UTC
daae564 Cray: Add language standards for the Cray compiler 01 May 2017, 19:15:30 UTC
25e83ce CompileFeatures: Let STD compile options be a list 01 May 2017, 19:15:29 UTC
1de7084 Compilers: Add common macros to be used by various compilers With numerous compilers now supporting multiple language standards in CMake, some common design patterns have begun to emerge. This is intended to be a collection of macros implementing many of those common design patterns that can be factored out and leveraged by many compilers. Currently this only contains the code to set the default language standard of not preset. More functionality will be added in the future as appropriate. 01 May 2017, 19:15:23 UTC
c273906 Utilities/Sphinx: Build documentation independently by default Previously we made the `documentation` target depend on the executable targets. There is no real reason to do this other than serializing the documentation build output in terminals. Move this dependency behind an undocumented option so that it is not on by default. 01 May 2017, 17:18:25 UTC
c1b2b7c Add ctest options for limiting which tests fixtures add The new options allow the user to restrict the setup and cleanup tests automatically added for fixtures. 01 May 2017, 15:54:13 UTC
e17b179 Features: On SunPro link with language standard compiler flag When C++ feature requirements or `CXX_STANDARD` cause us to compile on SunPro with the `-std=c++11` option, link with the option too. This is needed to make the compiler use the matching standard library. 01 May 2017, 14:33:06 UTC
d037be1 cmLocalGenerator: Add a hook for compiler flags used at link time When using a compiler to drive linking we add compiler flags from `CMAKE_<LANG>_FLAGS` in case they affect the way the compiler invokes the linker, but we don't add flags from other places that are meant only for compiling sources. Rather than calling the `AddLanguageFlags` method (which is used to add flags for compiling sources) directly, add an intermediate method that is used when adding the flags for linking. This will give us a way to add language-specific compiler flags needed when driving the linker in the same place on the command line as other compiler flags go. 01 May 2017, 14:33:05 UTC
b115bc4 Features: Refactor <LANG>_STANDARD update In order to support generator expressions in target COMPILE_FEATURES we apply them at generate time. Move this step to the beginning of generation instead of doing it on demand while collecting flags. This avoids repeating the process unnecessarily, and will then allow `cmLocalGenerator::AddCompilerRequirementFlag` to be used any time during generation. 01 May 2017, 14:33:05 UTC
750d58b Merge branch 'upstream-KWSys' into update-kwsys * upstream-KWSys: KWSys 2017-05-01 (3ec3252c) 01 May 2017, 14:25:35 UTC
2dec469 KWSys 2017-05-01 (3ec3252c) Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 3ec3252c4829f929fff246d0d8757ed71f9850f3 (master). Upstream Shortlog ----------------- Chuck Atkins (1): 51e95ba7 XL: Fix compatibility with newer clang-based XL on Linux Daniel Pfeifer (1): 2564822b Disable clang-tidy 01 May 2017, 14:25:35 UTC
9a88708 Merge branch 'FindMatlab-2017a' into release 01 May 2017, 13:26:38 UTC
6f04dff FindMatlab: Add support for Matlab 2017a 01 May 2017, 13:26:32 UTC
e80e8eb Merge topic 'yacclex-clang-tidy' 7f4eaf23 LexerParser: disable clang-tidy checks 9bad0dfc LexerParser: move to custom directory 8927e913 CMakeLists: remove option to regenerate yacc/lex Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !775 01 May 2017, 13:18:06 UTC
79f4a77 Merge topic 'qt-clang-tidy' b13bc865 Disable clang-tidy checks on files generated by Qt Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !777 01 May 2017, 13:16:39 UTC
a2a13e8 Merge topic 'ipo-clang' 7d057b27 Clang IPO (LTO) support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !717 01 May 2017, 13:15:46 UTC
6b7ec8e Merge topic 'xl-enhancements' 6555286c XL: Add C and C++ language level flags 54a4d28d XL: Add additional regex for bogus compile options Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !776 01 May 2017, 13:15:07 UTC
033d4f3 CMake Nightly Date Stamp 01 May 2017, 04:01:03 UTC
7382523 CMake Nightly Date Stamp 30 April 2017, 04:01:03 UTC
e3858dd CMake Nightly Date Stamp 29 April 2017, 04:01:11 UTC
7f4eaf2 LexerParser: disable clang-tidy checks 28 April 2017, 21:10:39 UTC
9bad0df LexerParser: move to custom directory 28 April 2017, 21:10:39 UTC
8927e91 CMakeLists: remove option to regenerate yacc/lex 28 April 2017, 18:42:30 UTC
6555286 XL: Add C and C++ language level flags 28 April 2017, 15:48:32 UTC
54a4d28 XL: Add additional regex for bogus compile options 28 April 2017, 15:08:41 UTC
7d057b2 Clang IPO (LTO) support 28 April 2017, 14:13:56 UTC
d828d0e Merge topic 'refactor-ipo-flags' 47990f9f Inline and remove AddFeatureFlags method a8667467 Add IPO compiler flags more consistently in generators Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !772 28 April 2017, 13:55:44 UTC
2911d47 Merge topic 'fix-qhalt-for-xl' f320907b XL: Fix the use of the -qhalt flag for varying OSs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !771 28 April 2017, 13:53:50 UTC
b61e9f8 Merge topic 'FindBoost-compile-features' 4c2ae38b Boost Fiber actually require at least C++11. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !749 28 April 2017, 13:52:41 UTC
12512bd Merge topic 'separgs-native' 28d83837 separgs: Use NATIVE_COMMAND where appropriate 2a207aac separgs: Add a NATIVE_COMMAND mode 81841426 separgs: Migrate tests to RunCMake tests Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !753 28 April 2017, 13:52:07 UTC
34a083a Merge topic 'bindexplib-consts' afb21342 bindexplib: fix constants symbols export Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !763 28 April 2017, 13:12:22 UTC
b13bc86 Disable clang-tidy checks on files generated by Qt 28 April 2017, 07:45:21 UTC
02d1186 CMake Nightly Date Stamp 28 April 2017, 04:01:04 UTC
47990f9 Inline and remove AddFeatureFlags method The method implementation is now only one call of another method, so inline it at call sites and remove it. 27 April 2017, 20:21:59 UTC
a866746 Add IPO compiler flags more consistently in generators Move addition of IPO flags into `cmLocalGenerator::AddLanguageFlags` because all call sites of that need the IPO flags, but not all were following the call with `AppendFeatureOptions`. 27 April 2017, 20:15:07 UTC
f320907 XL: Fix the use of the -qhalt flag for varying OSs The valid settings to pass to the IBM XL compiler for the -qhalt flag vary widely by language and platform. Based on existing documentation, the following table shows which error levels are valid to pass to -qhalt= since -qhalt=e is not always available. OS | xlc | xlC | xlf | ---------|-------|------------------ AIX | iwes | iw s | ilwesu | BlueGene | iwes | iwes | ilwesu | OS X | iwesu | iwesu | ilwesu | Linux | w | w | ilwesu | 27 April 2017, 17:29:28 UTC
f0ae821 Merge topic 'cpackifw-framework-version' 993ebdc7 CPackIFW: Framework version Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !761 27 April 2017, 13:05:03 UTC
6887c11 Merge topic 'elf-runpath-def' 370a6b1b cmELF: Remove now-redundant check for DT_RUNPATH's existence 7146a604 cmELF: Define DT_RUNPATH if it isn't already defined Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !764 27 April 2017, 13:04:10 UTC
a7d9666 Merge topic 'UseSWIG-fallback-prefix' 8ed66379 UseSWIG: Fall back to empty PREFIX for unknown languages Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !767 27 April 2017, 13:03:39 UTC
6cc5bf3 Merge topic 'test-install-objects-as-files' f4c23ee2 Tests: Add case for install(FILES) with TARGET_OBJECTS d272c4d5 Tests: Generalize RunCMake.install internal infrastructure Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !769 27 April 2017, 13:03:09 UTC
7402bd3 Merge topic 'cuda-device-link-ar' 493671a5 CUDA: Static libraries can now explicitly resolve device symbols 8fb85c68 CUDA: Makefile uses relative path for device linking status messages a36fb229 CUDA: Visual Studio now properly delays device linking Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !759 27 April 2017, 13:02:00 UTC
f38147a Merge topic 'test-makefile-custom-target-includes' 434f5cef Tests: Add case for IMPLICIT_DEPENDS in custom target 6d1be6e3 Tests: Split RunCMake.BuildDepends make-only condition Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !766 27 April 2017, 13:00:15 UTC
7c31ac6 Merge topic 'FindGLUT-optional-deps' e1b67d03 FindGLUT: Add library dependencies only if they exist Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !765 27 April 2017, 12:58:51 UTC
06d34c4 Merge topic 'clang-tidy-2' 9a740f1b cmCPackIFWInstaller: fix validation of WizardStyle option a168b4cc cmServerProtocol: avoid copies in range for 1ef22a26 cmDocumentation: use ofstream local variable ba8571ff clang-tidy: use operators for string comparison Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !738 27 April 2017, 12:57:30 UTC
ef205e0 Merge topic 'ctest_test-ignore-skipped-tests' 851b6c15 cmCTestTestHandler: indicate why a test did not run 25a7f14f Help: add release notes ab8bbef9 cmCTestTestHandler: count skipped tests as disabled 202a44a4 cmCTestRunTest: do not count skipped tests as failed Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Craig Scott <craig.scott@crascit.com> Merge-request: !741 27 April 2017, 12:55:40 UTC
5081dfc CMake Nightly Date Stamp 27 April 2017, 04:01:06 UTC
f4c23ee Tests: Add case for install(FILES) with TARGET_OBJECTS 26 April 2017, 20:23:12 UTC
493671a CUDA: Static libraries can now explicitly resolve device symbols If a static library has the property CUDA_RESOLVE_DEVICE_SYMBOLS enabled it will now perform the device link step. The normal behavior is to delay calling device link until the static library is consumed by a shared library or an executable. 26 April 2017, 20:18:25 UTC
d272c4d Tests: Generalize RunCMake.install internal infrastructure Allow `run_install_test` to be used for simpler cases. 26 April 2017, 20:16:04 UTC
afb2134 bindexplib: fix constants symbols export 26 April 2017, 19:23:33 UTC
28d8383 separgs: Use NATIVE_COMMAND where appropriate 26 April 2017, 18:34:23 UTC
2a207aa separgs: Add a NATIVE_COMMAND mode 26 April 2017, 18:34:06 UTC
8184142 separgs: Migrate tests to RunCMake tests 26 April 2017, 18:26:47 UTC
370a6b1 cmELF: Remove now-redundant check for DT_RUNPATH's existence We define it if it's not already defined. 26 April 2017, 18:01:24 UTC
7146a60 cmELF: Define DT_RUNPATH if it isn't already defined The value of 29 is used by binutils and is used in the System V ABI draft from 2001. It isn't defined on NetBSD 6.0. 26 April 2017, 18:00:58 UTC
8fb85c6 CUDA: Makefile uses relative path for device linking status messages 26 April 2017, 15:41:22 UTC
a36fb22 CUDA: Visual Studio now properly delays device linking 26 April 2017, 15:41:22 UTC
41b84b2 Merge branch 'release' 26 April 2017, 13:04:07 UTC
ffb7736 Merge topic 'vs2017-sdk-detection' 0a29a311 VS2017: Verify Windows 8.1 SDK before using it Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !756 26 April 2017, 13:03:15 UTC
380232e Merge topic 'xctest_static_framework' bfa92e57 XCTest: Add support for static frameworks Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !732 26 April 2017, 13:00:20 UTC
f03bbc3 Merge topic 'findopenmp-modernized' 99ac0940 FindOpenMP: Add tests bb032c1b FindOpenMP: Complete overhaul. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !733 26 April 2017, 12:59:02 UTC
434f5ce Tests: Add case for IMPLICIT_DEPENDS in custom target Use the `IMPLICIT_DEPENDS` option of `add_custom_command` and place the command in a custom target. Verify that `INCLUDE_DIRECTORIES` of that custom target are honored. This is a case that was not really designed to work but happens to work, is useful, and makes sense. Add a test case make sure it continues to work. Issue: #16830 26 April 2017, 12:46:11 UTC
6d1be6e Tests: Split RunCMake.BuildDepends make-only condition 26 April 2017, 12:34:16 UTC
e1b67d0 FindGLUT: Add library dependencies only if they exist Fixes: #14060 26 April 2017, 12:14:08 UTC
back to top