- 05 May, 2017 1 commit
-
-
Kitware Robot authored
-
- 04 May, 2017 5 commits
-
-
f15f905b Features: Record standards and features for SunPro 5.14 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !795
-
b888104e FindOpenCL: add AMDAPPSDKROOT into paths for OpenCL library Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !792
-
9c13e8eb CPackIFW: Refactor out some commonly used code Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !762
-
01cd88c0 Xcode: Remove the top-level Sources and Resources groups Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !779
-
Kitware Robot authored
-
- 03 May, 2017 9 commits
-
-
Brad King authored
Oracle Studio 12.5 adds support for C 11 and associated standard flags. It also adds a few more C++ 11 features.
-
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.
-
Move common used code to new cmCPackIFWCommon base class.
-
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
-
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
-
7e75568b Xcode: Support IPO (LTO) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !785
-
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
-
0225417f PGI: Fix typo in logic for C standard flags Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !788
-
Kitware Robot authored
-
- 02 May, 2017 20 commits
-
-
Patrick Boettcher authored
* upstream-vim-cmake-syntax: 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
-
Ruslan Baratov authored
-
Chuck Atkins authored
-
Brad King authored
-
Chuck Atkins authored
-
Chuck Atkins authored
-
Chuck Atkins authored
-
Chuck Atkins authored
-
Chuck Atkins authored
-
Chuck Atkins authored
-
Brad King authored
-
Brad King authored
-
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
-
c273906f Utilities/Sphinx: Build documentation independently by default Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !786
-
c1b2b7c0 Add ctest options for limiting which tests fixtures add Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !778
-
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
-
750d58bf Merge branch 'upstream-KWSys' into update-kwsys 2dec4695 KWSys 2017-05-01 (3ec3252c) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !781
-
6f04dffb FindMatlab: Add support for Matlab 2017a Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !780
-
Kitware Robot authored
-
- 01 May, 2017 5 commits
-
-
Chuck Atkins authored
-
Chuck Atkins authored
-
Chuck Atkins authored
-
Chuck Atkins authored
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.
-
Brad King authored
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.
-