| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow target commands to be invoked with no items (#14325). | Stephen Kelly | 2013-07-31 | 3 | -0/+24 |
|
|
* | cmTarget: Fix iface libraries and languages for static libraries. | Stephen Kelly | 2013-07-26 | 6 | -0/+29 |
|
|
* | target_link_libraries: Add PUBLIC/PRIVATE/INTERFACE keyword signature | Stephen Kelly | 2013-07-24 | 2 | -0/+25 |
|
|
* | TLL: Don't populate old link interface if CMP0022 is NEW. | Stephen Kelly | 2013-07-08 | 7 | -0/+58 |
|
|
* | Introduce add_compile_options command. | Stephen Kelly | 2013-06-04 | 2 | -0/+25 |
|
|
* | Add target_compile_options command. | Stephen Kelly | 2013-06-02 | 3 | -0/+71 |
|
|
* | Test that linking using the debug keyword to tll works. | Stephen Kelly | 2013-05-16 | 1 | -0/+8 |
|
|
* | Rename variable for including current directory in interfaces | Brad King | 2013-03-19 | 1 | -1/+1 |
|
|
* | Merge topic 'fix-transitive-target-names' | Brad King | 2013-03-12 | 2 | -0/+8 |
|\ |
|
| * | Restore support for target names with '+' (#13986) | Stephen Kelly | 2013-03-12 | 2 | -0/+8 |
|
|
* | | Remove unused parameters from target_link_libraries tests. | Stephen Kelly | 2013-03-06 | 3 | -3/+3 |
|/ |
|
* | Revert "Add the TARGET_DEFINED generator expression" | Stephen Kelly | 2013-02-25 | 2 | -10/+0 |
|
|
* | Remove use of TARGET_DEFINED from the target_link_libraries test. | Stephen Kelly | 2013-02-25 | 1 | -4/+4 |
|
|
* | Remove use of TARGET_DEFINED from target_include_directories test. | Stephen Kelly | 2013-02-25 | 1 | -3/+3 |
|
|
* | Revert "Add the $<LINKED:...> generator expression." | Stephen Kelly | 2013-02-13 | 4 | -23/+0 |
|
|
* | Don't use LINKED where not needed. | Stephen Kelly | 2013-02-12 | 2 | -2/+2 |
|
|
* | Only use early evaluation termination for transitive properties. | Stephen Kelly | 2013-02-07 | 1 | -1/+4 |
|
|
* | Add includes and compile definitions with target_link_libraries. | Stephen Kelly | 2013-01-31 | 4 | -4/+51 |
|
|
* | Add the $<LINKED:...> generator expression. | Stephen Kelly | 2013-01-31 | 4 | -1/+25 |
|
|
* | Make subclasses responsible for joining content. | Stephen Kelly | 2013-01-29 | 5 | -0/+13 |
|
|
* | Don't allow targets args in the new target commands. | Stephen Kelly | 2013-01-29 | 2 | -2/+2 |
|
|
* | Merge topic 'disallow-IMPORTED-interface-porcelain' | Brad King | 2013-01-23 | 5 | -27/+2 |
|\ |
|
| * | Disallow porcelain to populate includes and defines of IMPORTED targets. | Stephen Kelly | 2013-01-21 | 4 | -24/+2 |
|
|
| * | Revert "Allow target_link_libraries with IMPORTED targets." | Stephen Kelly | 2013-01-21 | 1 | -3/+0 |
|
|
* | | Make sure generator expressions can be used with target_include_directories. | Stephen Kelly | 2013-01-16 | 1 | -1/+6 |
|/ |
|
* | Add the TARGET_DEFINED generator expression | Stephen Kelly | 2013-01-13 | 2 | -0/+10 |
|
|
* | Allow generator expressions in LINK_INTERFACE_LIBRARIES. | Stephen Kelly | 2013-01-10 | 4 | -0/+44 |
|
|
* | Merge topic 'target-includes-defines-commands' | Brad King | 2013-01-10 | 6 | -0/+157 |
|\ |
|
| * | Add the target_compile_definitions command. | Stephen Kelly | 2013-01-10 | 3 | -0/+58 |
|
|
| * | Add the target_include_directories command. | Stephen Kelly | 2013-01-10 | 3 | -0/+99 |
|
|
* | | Merge topic 'tll-IMPORTED-targets' | Brad King | 2013-01-10 | 1 | -0/+3 |
|\ \ |
|
| * | | Allow target_link_libraries with IMPORTED targets. | Stephen Kelly | 2013-01-08 | 1 | -0/+3 |
| |/ |
|
* | | Merge topic 'LINK_LIBRARIES-property' | Brad King | 2013-01-08 | 4 | -1/+31 |
|\ \ |
|
| * | | Add LINK_LIBRARIES property for direct target link dependencies | Stephen Kelly | 2013-01-08 | 4 | -1/+31 |
| |/ |
|
* | | Add CMAKE_BUILD_INTERFACE_INCLUDES build-variable. | Stephen Kelly | 2013-01-08 | 5 | -1/+36 |
|/ |
|
* | Merge topic 'fix-test-warnings' | Brad King | 2013-01-03 | 1 | -1/+1 |
|\ |
|
| * | Tests: Fix warning about unused variable | Stephen Kelly | 2013-01-03 | 1 | -1/+1 |
|
|
* | | Make targets depend on the link interface of their dependees. | Stephen Kelly | 2013-01-03 | 4 | -1/+25 |
|/ |
|
* | Use generalized RunCMake test infrastrucure for build_command test | Brad King | 2012-03-12 | 3 | -154/+0 |
|
|
* | Use generalized RunCMake test infrastrucure for find_package test | Brad King | 2012-03-12 | 31 | -341/+0 |
|
|
* | find_package: Test that REQUIRED aborts processing correctly | Brad King | 2012-03-07 | 12 | -3/+26 |
|
|
* | find_package: Test error and warning messages in failure cases | Brad King | 2012-02-28 | 31 | -0/+318 |
|
|
* | Add infrastructure for CMakeCommands tests | Brad King | 2012-02-28 | 2 | -0/+10 |
|
|
* | GenerateExportHeader test: add newlines before end of file | Rolf Eike Beer | 2012-01-17 | 1 | -1/+1 |
|
|
* | target_link_libraries: Add LINK_(PUBLIC|PRIVATE) options | Stephen Kelly | 2011-11-22 | 8 | -0/+127 |
|
|
* | Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of runni... | David Cole | 2009-12-04 | 2 | -0/+144 |
|
|