summaryrefslogtreecommitdiff
path: root/Tests/CMakeCommands
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge topic 'fix-tll-static-private'Brad King2013-10-261-0/+3
|\ \ | |/
| * Don't add invalid content to static lib INTERFACE_LINK_LIBRARIES.Stephen Kelly2013-10-261-0/+3
* | target_link_libraries: Allow repeated use of LINK_{PRIVATE,PUBLIC} keywords.Stephen Kelly2013-10-171-3/+3
|/
* Allow target commands to be invoked with no items (#14325).Stephen Kelly2013-07-313-0/+24
* cmTarget: Fix iface libraries and languages for static libraries.Stephen Kelly2013-07-266-0/+29
* target_link_libraries: Add PUBLIC/PRIVATE/INTERFACE keyword signatureStephen Kelly2013-07-242-0/+25
* TLL: Don't populate old link interface if CMP0022 is NEW.Stephen Kelly2013-07-087-0/+58
* Introduce add_compile_options command.Stephen Kelly2013-06-042-0/+25
* Add target_compile_options command.Stephen Kelly2013-06-023-0/+71
* Test that linking using the debug keyword to tll works.Stephen Kelly2013-05-161-0/+8
* Rename variable for including current directory in interfacesBrad King2013-03-191-1/+1
* Merge topic 'fix-transitive-target-names'Brad King2013-03-122-0/+8
|\
| * Restore support for target names with '+' (#13986)Stephen Kelly2013-03-122-0/+8
* | Remove unused parameters from target_link_libraries tests.Stephen Kelly2013-03-063-3/+3
|/
* Revert "Add the TARGET_DEFINED generator expression"Stephen Kelly2013-02-252-10/+0
* Remove use of TARGET_DEFINED from the target_link_libraries test.Stephen Kelly2013-02-251-4/+4
* Remove use of TARGET_DEFINED from target_include_directories test.Stephen Kelly2013-02-251-3/+3
* Revert "Add the $<LINKED:...> generator expression."Stephen Kelly2013-02-134-23/+0
* Don't use LINKED where not needed.Stephen Kelly2013-02-122-2/+2
* Only use early evaluation termination for transitive properties.Stephen Kelly2013-02-071-1/+4
* Add includes and compile definitions with target_link_libraries.Stephen Kelly2013-01-314-4/+51
* Add the $<LINKED:...> generator expression.Stephen Kelly2013-01-314-1/+25
* Make subclasses responsible for joining content.Stephen Kelly2013-01-295-0/+13
* Don't allow targets args in the new target commands.Stephen Kelly2013-01-292-2/+2
* Merge topic 'disallow-IMPORTED-interface-porcelain'Brad King2013-01-235-27/+2
|\
| * Disallow porcelain to populate includes and defines of IMPORTED targets.Stephen Kelly2013-01-214-24/+2
| * Revert "Allow target_link_libraries with IMPORTED targets."Stephen Kelly2013-01-211-3/+0
* | Make sure generator expressions can be used with target_include_directories.Stephen Kelly2013-01-161-1/+6
|/
* Add the TARGET_DEFINED generator expressionStephen Kelly2013-01-142-0/+10
* Allow generator expressions in LINK_INTERFACE_LIBRARIES.Stephen Kelly2013-01-104-0/+44
* Merge topic 'target-includes-defines-commands'Brad King2013-01-106-0/+157
|\
| * Add the target_compile_definitions command.Stephen Kelly2013-01-103-0/+58
| * Add the target_include_directories command.Stephen Kelly2013-01-103-0/+99
* | Merge topic 'tll-IMPORTED-targets'Brad King2013-01-101-0/+3
|\ \
| * | Allow target_link_libraries with IMPORTED targets.Stephen Kelly2013-01-081-0/+3
| |/
* | Merge topic 'LINK_LIBRARIES-property'Brad King2013-01-084-1/+31
|\ \
| * | Add LINK_LIBRARIES property for direct target link dependenciesStephen Kelly2013-01-084-1/+31
| |/