summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2017-05-041-1/+1
|
* Merge topic 'update-vim-syntax'Brad King2017-05-034-286/+201
|\ | | | | | | | | | | | | | | 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
| * Merge branch 'upstream-vim-cmake-syntax'Patrick Boettcher2017-05-024-286/+201
| |\ | | | | | | | | | | | | * upstream-vim-cmake-syntax: vim-cmake-syntax 2017-05-02 (15526199)
| | * vim-cmake-syntax 2017-05-02 (15526199)vim-cmake-syntax upstream2017-05-024-285/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge topic 'ipo-xcode'Brad King2017-05-035-6/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 7e75568b Xcode: Support IPO (LTO) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !785
| * | | Xcode: Support IPO (LTO)Ruslan Baratov2017-05-025-6/+10
| | | |
* | | | Merge topic 'port-language-default-to-common-macro'Brad King2017-05-0316-174/+69
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | AppleClang: Use common compiler macros for language standard defaultChuck Atkins2017-05-022-23/+2
| | | | |
| * | | | SunPro: Use common compiler macros for language standard defaultChuck Atkins2017-05-022-11/+16
| | | | |
| * | | | Clang: Use common compiler macros for language standard defaultChuck Atkins2017-05-023-26/+4
| | | | |
| * | | | Intel: Use common compiler macros for language standard defaultChuck Atkins2017-05-023-29/+6
| | | | |
| * | | | GNU: Use common compiler macros for language standard defaultChuck Atkins2017-05-023-26/+4
| | | | |
| * | | | XL: Use common compiler macros for language standard defaultChuck Atkins2017-05-023-59/+37
| | | | |
* | | | | Merge topic 'fix-typo-in-pgi-files'Brad King2017-05-031-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0225417f PGI: Fix typo in logic for C standard flags Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !788
| * | | | | PGI: Fix typo in logic for C standard flagsChuck Atkins2017-05-021-1/+1
| | |_|/ / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2017-05-031-1/+1
|/ / / /
* | | | Merge branch 'release'Brad King2017-05-020-0/+0
|\ \ \ \ | |/ / / |/| | |
| * | | CMake 3.8.1v3.8.1Brad King2017-05-021-1/+1
| | | |
* | | | Merge branch 'release'Brad King2017-05-020-0/+0
|\ \ \ \ | |/ / /
| * | | Merge branch 'FindMatlab-2017a' into releaseBrad King2017-05-011-0/+1
| |\ \ \
* | \ \ \ Merge topic 'add-language-standards-to-more-compilers'Brad King2017-05-028-1/+151
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | PGI: Add language standards for PGIChuck Atkins2017-05-013-0/+34
| | | | | |
| * | | | | Cray: Add language standards for the Cray compilerChuck Atkins2017-05-013-0/+50
| | | | | |
| * | | | | CompileFeatures: Let STD compile options be a listChuck Atkins2017-05-011-1/+5
| | | | | |
| * | | | | Compilers: Add common macros to be used by various compilersChuck Atkins2017-05-011-0/+62
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge topic 'doc-no-depend'Brad King2017-05-021-12/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c273906f Utilities/Sphinx: Build documentation independently by default Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !786
| * | | | | Utilities/Sphinx: Build documentation independently by defaultBrad King2017-05-011-12/+14
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge topic 'excludeFixtures'Brad King2017-05-0220-29/+359
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c1b2b7c0 Add ctest options for limiting which tests fixtures add Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !778
| * | | | | Add ctest options for limiting which tests fixtures addCraig Scott2017-05-0120-29/+359
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new options allow the user to restrict the setup and cleanup tests automatically added for fixtures.
* | | | | | Merge topic 'sunpro-c++11-link'Brad King2017-05-029-19/+88
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | Features: On SunPro link with language standard compiler flagBrad King2017-05-012-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | cmLocalGenerator: Add a hook for compiler flags used at link timeBrad King2017-05-015-11/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | Features: Refactor <LANG>_STANDARD updateBrad King2017-05-015-8/+54
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Merge topic 'update-kwsys'Brad King2017-05-021-1/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 750d58bf Merge branch 'upstream-KWSys' into update-kwsys 2dec4695 KWSys 2017-05-01 (3ec3252c) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !781
| * \ \ \ \ \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-05-011-1/+11
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | * upstream-KWSys: KWSys 2017-05-01 (3ec3252c)
| | * | | | | KWSys 2017-05-01 (3ec3252c)KWSys Upstream2017-05-011-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | Merge topic 'FindMatlab-2017a'Brad King2017-05-021-0/+1
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6f04dffb FindMatlab: Add support for Matlab 2017a Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !780
| * | | | | | FindMatlab: Add support for Matlab 2017aRaffi Enficiaud2017-05-011-0/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2017-05-021-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'yacclex-clang-tidy'Brad King2017-05-0131-96/+71
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | LexerParser: disable clang-tidy checksDaniel Pfeifer2017-04-281-0/+6
| | | | | | |
| * | | | | | LexerParser: move to custom directoryDaniel Pfeifer2017-04-2830-41/+65
| | | | | | |
| * | | | | | CMakeLists: remove option to regenerate yacc/lexDaniel Pfeifer2017-04-281-55/+0
| | | | | | |
* | | | | | | Merge topic 'qt-clang-tidy'Brad King2017-05-011-0/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b13bc865 Disable clang-tidy checks on files generated by Qt Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !777
| * | | | | | | Disable clang-tidy checks on files generated by QtDaniel Pfeifer2017-04-281-0/+13
| | | | | | | |
* | | | | | | | Merge topic 'ipo-clang'Brad King2017-05-016-9/+118
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7d057b27 Clang IPO (LTO) support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !717
| * | | | | | | | Clang IPO (LTO) supportRuslan Baratov2017-04-286-9/+118
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'xl-enhancements'Brad King2017-05-013-2/+100
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | XL: Add C and C++ language level flagsChuck Atkins2017-04-282-2/+99
| | | | | | | | |
| * | | | | | | | XL: Add additional regex for bogus compile optionsChuck Atkins2017-04-281-0/+1
| | | | | | | | |