summaryrefslogtreecommitdiff
path: root/Tests/IncludeDirectories
Commit message (Expand)AuthorAgeFilesLines
* Tests: Bump CMake minimum required in tests to 3.5Brad King2023-03-012-2/+2
* Add SYSTEM target propertyDa Quexian2022-06-161-0/+54
* VS: Add support for SYSTEM include directoriesJosiah Bills2022-05-182-4/+5
* Merge topic 'nvhpc-isystem'Brad King2021-11-031-0/+1
|\
| * NVHPC: Support SYSTEM include directoriesRobert Maynard2021-11-021-0/+1
* | LCC: Add policy CMP0129 regarding interpreting LCC as GNUmakise-homura2021-10-211-1/+5
* | Merge topic 'lcc-compiler'Brad King2021-10-191-0/+1
|\ \
| * | LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-151-0/+1
| |/
* | Add property to mark IMPORTED targets as not SYSTEMBrad King2021-10-141-0/+7
|/
* Tests/IncludeDirectories: support MSVC in system include testsBen Boeckel2021-06-173-12/+27
* Tests/IncludeDirectories: align sibling predicatesBen Boeckel2021-06-171-1/+2
* Tests/IncludeDirectories: factor out applying flags to targetsBen Boeckel2021-06-171-6/+10
* Tests/IncludeDirectories: fix copy pasta for otherlibBen Boeckel2021-06-171-1/+1
* Tests/IncludeDirectories: Include system headers via angle bracketsBrad King2021-06-173-3/+4
* cmDepends: disable long line dependencies for nmakeKai Wang2021-01-111-7/+1
* Merge topic 'depend_make_refine'Brad King2021-01-061-1/+7
|\
| * cmDepends: merge dependers of depend makefileKai Wang2021-01-051-1/+7
* | Tests: Bump CMake minimum required in tests to 2.8.12Chuck Atkins2020-12-232-2/+2
|/
* Makefiles Generators: use compiler for dependencies generationMarc Chevrier2020-11-291-1/+5
* cmGeneratorTarget: Include Cache now occurs per language+configRobert Maynard2020-09-255-0/+45
* Tests: Enable coverage of special chars in include dirs for MakefilesBrad King2020-04-152-13/+31
* Tests: Add coverage for special characters in include directoriesBrad King2020-04-102-0/+29
* Ninja: Add multi-config variantKyle Edwards2019-12-131-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+1
* add_library: Now support aliasing unknown import targetsRobert Maynard2019-03-262-4/+15
* Tests: Teach tests when to treat clang-cl as MSVCZsolt Parragi2019-02-111-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-1/+1
* Order SYSTEM include directories after non-system directoriesEphi Sinowitz2018-04-234-0/+7
* Genex: Fix COMPILE_LANGUAGE propagation through try_compileBrad King2018-03-121-8/+3
* Genex: Fix COMPILE_LANGUAGE in SYSTEM include directoriesBrad King2018-03-121-0/+7
* Xcode: Properly mark SYSTEM includes as suchGregor Jasny2016-12-272-5/+14
* Revert "Xcode: Obey SYSTEM keyword for includes (#15687)"Gregor Jasny2016-11-282-14/+5
* Xcode: Obey SYSTEM keyword for includes (#15687)Gregor Jasny2016-08-092-5/+14
* Use string(APPEND) in TestsDaniel Pfeifer2016-07-281-2/+2
* Add a variable to specify language-wide system include directoriesBrad King2016-05-254-0/+11
* Revise C++ coding style using clang-formatKitware Robot2016-05-1610-11/+21
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-6/+6
* Tests: Use C-Style comments in C sources and headersMarc Chevrier2015-09-251-3/+3
* target_include_directories: Support relative SYSTEM include dirs (#15464)Gregor Jasny2015-08-111-0/+10
* IncludeDirectories: Respect SYSTEM flag when using CONFIG genex.Stephen Kelly2015-01-233-1/+23
* cmTarget: Fix system include annotation propagation.Stephen Kelly2014-01-061-0/+4
* Add a test for SYSTEM headers in INTERFACE libraries.Stephen Kelly2013-10-103-0/+51
* Clang: Add separate "AppleClang" compiler idBrad King2013-10-071-1/+1
* Fix OLD behavior of CMP0021.Stephen Kelly2013-08-244-0/+31
* Remove the LINK_LANGUAGE generator expression.Stephen Kelly2013-07-241-6/+6
* Add the INTERFACE_SYSTEM_INCLUDE_DIRECTORIES target property.Stephen Kelly2013-07-167-0/+82
* Merge topic 'fix-genex-HEAD-target'Brad King2013-06-052-0/+11
|\
| * Genex: Fix the HEAD target used for evaluated expressionsStephen Kelly2013-06-052-0/+11
* | Merge topic 'test-INCLUDE_DIRECTORIES-genex-read'Brad King2013-05-313-0/+33
|\ \
| * | GenexEval: Test evaluation of INCLUDE_DIRECTORIES target property.Stephen Kelly2013-05-303-0/+33
| |/