summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* cmGeneratorTarget: Move GetLinkInformation from cmTargetStephen Kelly2015-08-051-53/+0
* cmGeneratorTarget: Move IsLinkInterfaceDependent* from cmTarget.Stephen Kelly2015-08-051-88/+0
* cmGeneratorTarget: Move GetAutoUicOptions from cmTarget.Stephen Kelly2015-08-051-25/+0
* cmGeneratorTarget: Move GetSOName from cmTarget..Stephen Kelly2015-08-051-57/+0
* Merge topic 'use-generator-target'Brad King2015-07-281-131/+50
|\
| * Move GetFullPath to cmGeneratorTargetStephen Kelly2015-07-271-82/+2
| * Move GetLocationForBuild to cmGeneratorTarget.Stephen Kelly2015-07-271-35/+5
| * Move GetLocation to cmGeneratorTarget.Stephen Kelly2015-07-271-15/+0
| * cmTarget: Restore the ImportedGetLocation method.Stephen Kelly2015-07-271-0/+9
| * cmTarget: Create cmGeneratorTargets before reading deprecated LOCATION.Stephen Kelly2015-07-271-2/+8
| * cmTarget: Inline GetLocation into deprecated callers.Stephen Kelly2015-07-271-7/+36
| * cmTarget: Use reliable test for CMP0024 and CMP0026 OLD.Stephen Kelly2015-07-271-2/+2
* | Merge topic 'cmRange-API'Brad King2015-07-271-21/+32
|\ \ | |/ |/|
| * cmMakefile: Use Ranges for buildsystem property access.Stephen Kelly2015-07-221-8/+7
| * cmMakefile: Split accessors for include directories and origins.Stephen Kelly2015-07-221-11/+16
| * cmMakefile: Split accessors for compile options and origins.Stephen Kelly2015-07-221-8/+14
| * cmMakefile: Split accessors for compile definitions and origins.Stephen Kelly2015-07-221-3/+4
| * cmAlgorithms: Rename cmRange to cmMakeRange.Stephen Kelly2015-07-221-1/+1
* | Add SOURCE_DIR and BINARY_DIR target propertiesClifford Yapp2015-07-211-0/+12
|/
* Genex: Store a backtrace, not a pointer to one.Stephen Kelly2015-07-171-18/+18
* VS: Add more Nsight Tegra generator Android property settingsMikhail Filimonov2015-07-141-0/+14
* Add generator expression support to OUTPUT_NAME target propertyRobert Goulet2015-07-091-3/+13
* Merge topic 'empty-LINK_LIBRARIES'Brad King2015-07-091-6/+12
|\
| * set_property: Fix crash when setting LINK_LIBRARIES to nothingBrad King2015-07-081-6/+12
* | Merge topic 'auto_export_dll_symbols'Brad King2015-07-081-0/+5
|\ \
| * | Windows: Optionally generate DLL module definition files automaticallyBill Hoffman2015-07-061-0/+5
* | | Merge topic 'fix-target_link_libraries-wrong-dir'Brad King2015-06-261-2/+2
|\ \ \ | |/ / |/| |
| * | cmTarget: Fix diagnostic of target_link_libraries in wrong directory (#15626)Brad King2015-06-251-2/+2
| |/
* | Merge topic 'compiler-launcher'Brad King2015-06-151-0/+2
|\ \
| * | Add options to launch the compiler through tools like ccache or distccBill Hoffman2015-06-151-0/+2
| |/
* | Merge topic 'data-layout'Brad King2015-06-081-44/+25
|\ \
| * | cmTarget: Replace PolicyStatus members with PolicyMap.Stephen Kelly2015-06-071-15/+2
| * | cmTarget: Use method abstraction for policy status.Stephen Kelly2015-06-071-9/+9
| * | cmPropertyMap: Remove chaining logic.Stephen Kelly2015-06-071-8/+8
| * | cmPropertyMap: Remove scope parameter from API where not used.Stephen Kelly2015-06-071-12/+6
* | | Merge topic 'move-Feature-API'Brad King2015-06-081-28/+0
|\ \ \
| * | | cmGeneratorTarget: Move Feature API from cmTarget.Stephen Kelly2015-06-061-28/+0
| |/ /
* | | cmTarget: Port to cmOutputConverter.Stephen Kelly2015-06-061-3/+3
|/ /
* | Merge topic 'cmMakefile-Configure'Brad King2015-06-041-6/+6
|\ \
| * | Merge Configure state with GeneratingBuildSystem state.Stephen Kelly2015-06-041-6/+6
| |/
* | cmMakefile: Make cmListFileBacktrace default constructible.Stephen Kelly2015-06-021-2/+2
|/
* Merge topic 'run-include-what-you-use'Brad King2015-05-211-0/+2
|\
| * Add options to run include-what-you-use with the compilerBrad King2015-05-191-0/+2
* | cmTarget: Simplify CMP0023 message loop.Stephen Kelly2015-05-181-15/+5
* | cmTarget: Simplify output computation.Stephen Kelly2015-05-181-1/+1
* | cmTarget: Store context in stack only if different.Stephen Kelly2015-05-181-8/+5
* | cmTarget: Store only cmListFileContext for CMP0023 handling.Stephen Kelly2015-05-181-15/+12
* | cmTarget: Remove needless iteration.Stephen Kelly2015-05-181-1/+0
|/
* Merge topic 'refactor-cmPolicies'Brad King2015-05-051-26/+12
|\
| * Port to static cmPolicies API.Stephen Kelly2015-05-041-26/+12