summaryrefslogtreecommitdiff
path: root/Tests/CMakeCommands
Commit message (Expand)AuthorAgeFilesLines
* cmGeneratorExpressionNode: implement `COMPILE_ONLY` genexRobert Maynard2023-05-042-0/+24
* Tests: Bump CMake minimum required in tests to 3.5Brad King2023-03-015-5/+5
* Xcode: Restore suppression of header mapsBrad King2023-02-174-0/+14
* target_link_libraries: Restore LINK_ONLY for multiple static lib dependenciesBrad King2022-03-163-0/+28
* target_link_libraries: Improve tolerance of unquoted generator expressionsBrad King2022-02-151-0/+10
* IBMClang: Add support for IBM Open XL C/C++Aaron Liu2022-01-271-4/+4
* Tests: Fix CMakeCommands.target_link_directories for regex chars in pathWenGe Wang2021-11-161-5/+5
* LCC: Add policy CMP0129 regarding interpreting LCC as GNUmakise-homura2021-10-213-0/+12
* LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-153-10/+10
* target_link_libraries: Restore transitive out-of-dir linkingBrad King2021-06-294-0/+16
* Tests: Bump CMake minimum required in tests to 2.8.12Chuck Atkins2020-12-235-4/+7
* target_link_libraries: Fix out-of-dir linking of a list of targetsBrad King2020-01-161-2/+3
* target_link_libraries: Fix out-of-dir calls with debug/optimized keywordsBrad King2020-01-101-1/+1
* target_link_libraries: Add FIXME comment for out-of-dir genex listBrad King2020-01-101-0/+3
* Revise include order using clang-format-6.0Kitware Robot2019-10-018-11/+5
* Genex: CompileLang and CompileLangAndId now match against a list of idsRobert Maynard2019-06-035-0/+22
* Genex: CompilerId now can match against a list of ids.Robert Maynard2019-06-033-2/+41
* Genex: Add COMPILE_LANG_AND_ID generator expressionRobert Maynard2019-05-141-1/+1
* target_link_libraries: Fix static library private deps in other dirsBrad King2019-04-304-0/+30
* link_directories(): enhance capabilitiesMarc Chevrier2018-09-252-0/+34
* LINK_DIRECTORIES: Add new properties and commandsMarc Chevrier2018-09-253-0/+49
* Merge topic 'link-options'Brad King2018-09-171-0/+8
|\
| * target_link_options: fix erroneous handling of BEFORE keyword.Marc Chevrier2018-09-141-0/+8
* | target_link_libraries: Allow use with targets in other directoriesBrad King2018-09-126-0/+84
|/
* LINK_OPTIONS property: add test for static library.Marc Chevrier2018-08-151-1/+8
* Merge topic 'subdir_target_sources'Craig Scott2018-06-198-0/+135
|\
| * target_sources: Interpret relative paths as relative to the calling directoryPatrick Stotko2018-06-188-0/+135
* | LINK_OPTIONS: Add new family of propertiesMarc Chevrier2018-06-064-0/+50
|/
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-0113-108/+108
* add_compile_definitions: add new commandMarc Chevrier2018-04-202-0/+32
* Features: Record C features for MSVCBrad King2018-03-291-3/+3
* Genex: Enable COMPILE_LANGUAGE for INCLUDE_DIRECTORIES with VS and XcodeBrad King2018-01-123-16/+20
* Genex: Enable COMPILE_LANGUAGE for COMPILE_DEFINITIONS with VS and XcodeBrad King2018-01-123-14/+30
* Genex: Enable COMPILE_LANGUAGE for COMPILE_OPTIONS with Visual StudioBrad King2017-11-203-14/+31
* CompileFeatures: Makes tests work with meta-feature onlyChuck Atkins2017-05-292-30/+45
* Tests: Ensure Solaris linker never sees empty contentsCraig Scott2017-05-181-1/+3
* Tests: use cxx_auto_type only if actually availableRolf Eike Beer2017-01-251-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-1630-107/+130
* Format include directive blocks and ordering with clang-formatBrad King2016-04-292-3/+3
* Tests: Do not try to use invalid "ld -v" flag on SolarisBrad King2015-03-311-1/+11
* Genex: Allow COMPILE_LANGUAGE when processing include directories.Stephen Kelly2015-03-095-0/+37
* Genex: Allow COMPILE_LANGUAGE when processing compile definitions.Stephen Kelly2015-03-093-0/+56
* Genex: Enable use of COMPILE_LANGUAGE for compile options.Stephen Kelly2015-03-093-0/+56
* Features: Extend concept to C language.Stephen Kelly2014-05-155-11/+73
* Tests: Execute compile features tests unconditionally.Stephen Kelly2014-04-171-0/+8
* Add target_compile_features command.Stephen Kelly2014-04-076-0/+49
* cmTarget: Don't update IMPORTED target compilation propertiesStephen Kelly2014-01-043-0/+21
* target_include_directories: Allow relative path with genexStephen Kelly2013-11-263-1/+9
* Merge branch 'policy-CMP0022-fixes' into policy-CMP0022-fixes-for-masterBrad King2013-11-036-0/+56
|\
| * CMP0022: Add test for target_link_libraries plain signatureStephen Kelly2013-11-026-0/+56