summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Document the use of generator expressions in new commands.Stephen Kelly2013-01-133-0/+7
* CMake Nightly Date StampKitware Robot2013-01-131-1/+1
* CMake Nightly Date StampKitware Robot2013-01-121-1/+1
* Merge topic 'LINK_INTERFACE_LIBRARIES-genex'Brad King2013-01-118-114/+286
|\
| * Allow generator expressions in LINK_INTERFACE_LIBRARIES.Stephen Kelly2013-01-103-16/+82
| * Split LINK_INTERFACE_LIBRARIES export handling into dedicated method.Stephen Kelly2013-01-104-3/+33
| * Split the generator expression before extracting targets.Stephen Kelly2013-01-102-2/+57
| * Extract the AddTargetNamespace method.Stephen Kelly2013-01-102-95/+52
| * Don't pass a position when determining if a target name is a literal.Stephen Kelly2013-01-101-1/+1
| * Add cmGeneratorExpression::Split() API.Stephen Kelly2013-01-102-0/+64
* | CMake Nightly Date StampKitware Robot2013-01-111-1/+1
|/
* Merge topic 'INTERFACE_POSITION_INDEPENDENT_CODE'Brad King2013-01-1011-10/+241
|\
| * Process the INTERFACE_PIC property from linked dependenciesStephen Kelly2013-01-106-8/+37
| * Add API to calculate link-interface-dependent bool properties or error.Stephen Kelly2013-01-082-0/+131
| * Keep track of properties used to determine linker libraries.Stephen Kelly2013-01-086-2/+73
* | Merge topic 'target-includes-defines-commands'Brad King2013-01-107-0/+523
|\ \
| * | Add the target_compile_definitions command.Stephen Kelly2013-01-103-0/+150
| * | Add the target_include_directories command.Stephen Kelly2013-01-105-0/+373
* | | Merge topic 'tll-IMPORTED-targets'Brad King2013-01-101-0/+14
|\ \ \
| * | | Allow target_link_libraries with IMPORTED targets.Stephen Kelly2013-01-081-0/+14
* | | | Merge topic 'Haiku'Brad King2013-01-102-3/+3
|\ \ \ \
| * | | | Haiku no longer defines __BEOS__Rolf Eike Beer2013-01-072-3/+3
| | |/ / | |/| |
* | | | CMake Nightly Date StampKitware Robot2013-01-101-1/+1
* | | | CMake Nightly Date StampKitware Robot2013-01-091-1/+1
| |_|/ |/| |
* | | Merge topic 'LINK_LIBRARIES-property'Brad King2013-01-089-85/+251
|\ \ \
| * | | Add LINK_LIBRARIES property for direct target link dependenciesStephen Kelly2013-01-083-16/+133
| * | | Make linking APIs aware of 'head' targetStephen Kelly2013-01-089-70/+119
* | | | Merge topic 'update-kwsys'Brad King2013-01-089-600/+639
|\ \ \ \
| * | | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-01-089-600/+639
* | | | | Merge topic 'include-dirs-convenience'Brad King2013-01-082-0/+28
|\ \ \ \ \
| * | | | | Add CMAKE_BUILD_INTERFACE_INCLUDES build-variable.Stephen Kelly2013-01-082-0/+28
| | |_|/ / | |/| | |
* | | | | Merge topic 'vs11-external-object'Brad King2013-01-081-5/+20
|\ \ \ \ \
| * | | | | VS11: Simplify external object file handling (#13831)Brad King2013-01-071-5/+20
| | |/ / / | |/| | |
* | | | | Merge topic 'deprecate-load_command'Brad King2013-01-082-18/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Revert "load_command: Deprecate and document pending removal"Brad King2013-01-072-18/+1
* | | | | CMake Nightly Date StampKitware Robot2013-01-081-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'osx-implicit-link-dirs'Brad King2013-01-073-5/+35
|\ \ \ \
| * | | | OS X: Detect implicit linker framework search pathsBrad King2012-12-112-4/+34
| * | | | OS X: Link with all framework search paths, not just the lastBrad King2012-12-111-1/+1
* | | | | Merge topic 'interface-includes-defines'Brad King2013-01-0713-88/+595
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Handle INTERFACE properties transitively for includes and defines.Stephen Kelly2013-01-054-1/+83
| * | | | Populate the ExportedTargets member early in GenerateMainFileStephen Kelly2013-01-052-22/+28
| * | | | Make cycles in target properties ignored, not an error.Stephen Kelly2013-01-053-11/+25
| * | | | Use mapped config properties to evaluate $<CONFIG>Stephen Kelly2013-01-053-39/+72
| * | | | Make all relevant targets available in the genex context.Stephen Kelly2013-01-055-6/+29
| * | | | Add API to populate INTERFACE properties in exported targets.Stephen Kelly2013-01-052-0/+74
| * | | | Add API to extract target names from a genex string.Stephen Kelly2013-01-052-0/+140
| * | | | Add the TARGET_NAME generator expression.Stephen Kelly2013-01-052-0/+28
| * | | | Allow generator expressions to require literals.Stephen Kelly2013-01-051-0/+17
| * | | | GenEx: Add expressions to specify build- or install-only valuesStephen Kelly2013-01-054-9/+99