| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests: Bump CMake minimum required in tests to 3.5 | Brad King | 2023-03-01 | 2 | -2/+2 |
|
|
* | Add SYSTEM target property | Da Quexian | 2022-06-15 | 1 | -0/+54 |
|
|
* | VS: Add support for SYSTEM include directories | Josiah Bills | 2022-05-18 | 2 | -4/+5 |
|
|
* | Merge topic 'nvhpc-isystem' | Brad King | 2021-11-03 | 1 | -0/+1 |
|\ |
|
| * | NVHPC: Support SYSTEM include directories | Robert Maynard | 2021-11-02 | 1 | -0/+1 |
|
|
* | | LCC: Add policy CMP0129 regarding interpreting LCC as GNU | makise-homura | 2021-10-21 | 1 | -1/+5 |
|
|
* | | Merge topic 'lcc-compiler' | Brad King | 2021-10-19 | 1 | -0/+1 |
|\ \ |
|
| * | | LCC: Add dedicated support for MCST LCC compiler | makise-homura | 2021-10-15 | 1 | -0/+1 |
| |/ |
|
* | | Add property to mark IMPORTED targets as not SYSTEM | Brad King | 2021-10-14 | 1 | -0/+7 |
|/ |
|
* | Tests/IncludeDirectories: support MSVC in system include tests | Ben Boeckel | 2021-06-17 | 3 | -12/+27 |
|
|
* | Tests/IncludeDirectories: align sibling predicates | Ben Boeckel | 2021-06-17 | 1 | -1/+2 |
|
|
* | Tests/IncludeDirectories: factor out applying flags to targets | Ben Boeckel | 2021-06-17 | 1 | -6/+10 |
|
|
* | Tests/IncludeDirectories: fix copy pasta for otherlib | Ben Boeckel | 2021-06-17 | 1 | -1/+1 |
|
|
* | Tests/IncludeDirectories: Include system headers via angle brackets | Brad King | 2021-06-17 | 3 | -3/+4 |
|
|
* | cmDepends: disable long line dependencies for nmake | Kai Wang | 2021-01-11 | 1 | -7/+1 |
|
|
* | Merge topic 'depend_make_refine' | Brad King | 2021-01-06 | 1 | -1/+7 |
|\ |
|
| * | cmDepends: merge dependers of depend makefile | Kai Wang | 2021-01-05 | 1 | -1/+7 |
|
|
* | | Tests: Bump CMake minimum required in tests to 2.8.12 | Chuck Atkins | 2020-12-23 | 2 | -2/+2 |
|/ |
|
* | Makefiles Generators: use compiler for dependencies generation | Marc Chevrier | 2020-11-29 | 1 | -1/+5 |
|
|
* | cmGeneratorTarget: Include Cache now occurs per language+config | Robert Maynard | 2020-09-25 | 5 | -0/+45 |
|
|
* | Tests: Enable coverage of special chars in include dirs for Makefiles | Brad King | 2020-04-15 | 2 | -13/+31 |
|
|
* | Tests: Add coverage for special characters in include directories | Brad King | 2020-04-10 | 2 | -0/+29 |
|
|
* | Ninja: Add multi-config variant | Kyle Edwards | 2019-12-13 | 1 | -1/+1 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -2/+1 |
|
|
* | add_library: Now support aliasing unknown import targets | Robert Maynard | 2019-03-26 | 2 | -4/+15 |
|
|
* | Tests: Teach tests when to treat clang-cl as MSVC | Zsolt Parragi | 2019-02-11 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -1/+1 |
|
|
* | Order SYSTEM include directories after non-system directories | Ephi Sinowitz | 2018-04-23 | 4 | -0/+7 |
|
|
* | Genex: Fix COMPILE_LANGUAGE propagation through try_compile | Brad King | 2018-03-12 | 1 | -8/+3 |
|
|
* | Genex: Fix COMPILE_LANGUAGE in SYSTEM include directories | Brad King | 2018-03-12 | 1 | -0/+7 |
|
|
* | Xcode: Properly mark SYSTEM includes as such | Gregor Jasny | 2016-12-27 | 2 | -5/+14 |
|
|
* | Revert "Xcode: Obey SYSTEM keyword for includes (#15687)" | Gregor Jasny | 2016-11-28 | 2 | -14/+5 |
|
|
* | Xcode: Obey SYSTEM keyword for includes (#15687) | Gregor Jasny | 2016-08-09 | 2 | -5/+14 |
|
|
* | Use string(APPEND) in Tests | Daniel Pfeifer | 2016-07-27 | 1 | -2/+2 |
|
|
* | Add a variable to specify language-wide system include directories | Brad King | 2016-05-25 | 4 | -0/+11 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 10 | -11/+21 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -6/+6 |
|
|
* | Tests: Use C-Style comments in C sources and headers | Marc Chevrier | 2015-09-25 | 1 | -3/+3 |
|
|
* | target_include_directories: Support relative SYSTEM include dirs (#15464) | Gregor Jasny | 2015-08-11 | 1 | -0/+10 |
|
|
* | IncludeDirectories: Respect SYSTEM flag when using CONFIG genex. | Stephen Kelly | 2015-01-22 | 3 | -1/+23 |
|
|
* | cmTarget: Fix system include annotation propagation. | Stephen Kelly | 2014-01-06 | 1 | -0/+4 |
|
|
* | Add a test for SYSTEM headers in INTERFACE libraries. | Stephen Kelly | 2013-10-09 | 3 | -0/+51 |
|
|
* | Clang: Add separate "AppleClang" compiler id | Brad King | 2013-10-08 | 1 | -1/+1 |
|
|
* | Fix OLD behavior of CMP0021. | Stephen Kelly | 2013-08-24 | 4 | -0/+31 |
|
|
* | Remove the LINK_LANGUAGE generator expression. | Stephen Kelly | 2013-07-24 | 1 | -6/+6 |
|
|
* | Add the INTERFACE_SYSTEM_INCLUDE_DIRECTORIES target property. | Stephen Kelly | 2013-07-16 | 7 | -0/+82 |
|
|
* | Merge topic 'fix-genex-HEAD-target' | Brad King | 2013-06-05 | 2 | -0/+11 |
|\ |
|
| * | Genex: Fix the HEAD target used for evaluated expressions | Stephen Kelly | 2013-06-05 | 2 | -0/+11 |
|
|
* | | Merge topic 'test-INCLUDE_DIRECTORIES-genex-read' | Brad King | 2013-05-31 | 3 | -0/+33 |
|\ \ |
|
| * | | GenexEval: Test evaluation of INCLUDE_DIRECTORIES target property. | Stephen Kelly | 2013-05-30 | 3 | -0/+33 |
| |/ |
|