summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* cmTarget: Remove 'head' argument from GetLinkImplementationBrad King2014-06-231-20/+33
* cmTarget: Drop 'head' argument from GetLinkClosureBrad King2014-06-231-12/+10
* cmTarget: Remove 'head' argument from GetLinkerLanguageBrad King2014-06-231-9/+6
* cmComputeLinkInformation: Remove 'head' argumentBrad King2014-06-231-1/+1
* cmTarget: Remove 'head' argument from GetLinkInformationBrad King2014-06-231-5/+3
* cmTarget: Cache GetLinkImplementationClosure resultsBrad King2014-06-231-12/+22
* cmTarget: Rename Get{TransitiveTarget => LinkImplementation}ClosureBrad King2014-06-231-3/+3
* cmTarget: Remove 'head' argument from GetTransitiveTargetClosureBrad King2014-06-231-5/+4
* cmTarget: Simplify processILibs implementationBrad King2014-06-231-13/+10
* cmTarget: De-duplicate library list expansionBrad King2014-06-231-34/+27
* cmTarget: Remove unused GetInterfaceLinkLibraries methodBrad King2014-06-231-23/+0
* Merge topic 'android-platform'Brad King2014-06-101-0/+1
|\
| * Add basic Android platform moduleBrad King2014-06-061-0/+1
* | cmTarget: Remove an unused variableBen Boeckel2014-06-091-1/+0
* | backtrace: Convert to local paths in IssueMessageBen Boeckel2014-06-051-1/+4
* | genex: remove the need for backtracesBen Boeckel2014-06-051-71/+52
* | cmake: remove dummy backtraces for IssueMessageBen Boeckel2014-06-051-2/+1
* | cmMakefile: return a backtraceBen Boeckel2014-06-051-34/+18
|/
* Merge topic 'ninja-intel-ipo'Brad King2014-05-221-0/+7
|\
| * cmTarget: Add GetFeatureAsBool methodBrad King2014-05-211-0/+7
* | Merge topic 'COMPILE_FEATURES-genex'Brad King2014-05-221-0/+1
|\ \
| * | Features: Add COMPILE_FEATURES generator expression.Stephen Kelly2014-05-211-0/+1
| |/
* | cmTarget: Avoid copying container we don't need to copy.Stephen Kelly2014-05-201-1/+1
|/
* Merge topic 'compile-features-C-language'Brad King2014-05-201-0/+3
|\
| * Features: Extend concept to C language.Stephen Kelly2014-05-141-0/+3
* | CMP0022: Fix link language propagation in NEW behaviorBrad King2014-05-191-7/+7
|/
* cmTarget: Evaluate CMP0026 and CMP0051 in calling contextBrad King2014-05-091-9/+16
* cmTarget: Drop unused GetProperty signatureBrad King2014-05-091-10/+3
* Merge topic 'decay-language-version'Brad King2014-05-081-0/+1
|\
| * cmTarget: Add CXX_STANDARD_REQUIRED to control decay.Stephen Kelly2014-05-071-0/+1
* | Merge topic 'no-assert-missing-objlib'Brad King2014-05-071-2/+4
|\ \ | |/ |/|
| * cmTarget: Don't assert on object libraries for configure-time location.Stephen Kelly2014-05-061-2/+4
* | Merge topic 'target_compile_features'Brad King2014-04-151-0/+159
|\ \ | |/ |/|
| * cmTarget: Transitively evaluate compiler features.Stephen Kelly2014-04-071-10/+111
| * cmTarget: Allow populating COMPILE_FEATURES using generator expressions.Stephen Kelly2014-04-071-0/+16
| * cmTarget: Add COMPILE_FEATURES target property.Stephen Kelly2014-04-071-0/+40
| * cmTarget: Add CXX_STANDARD and CXX_EXTENSION target properties.Stephen Kelly2014-04-071-0/+2
* | cmTarget: Fix listing of source files at configure-time.Stephen Kelly2014-04-131-20/+72
* | cmTarget: Add all sources traced from custom commands at once.Stephen Kelly2014-04-091-0/+27
* | cmTarget: Short-circuit language computation if context independent.Stephen Kelly2014-04-091-6/+30
|/
* cmTarget: Cache the cmSourceFiles in GetSourceFiles.Stephen Kelly2014-04-061-9/+30
* cmTarget: Extract a ProcessSourceItemCMP0049 method.Stephen Kelly2014-04-061-9/+39
* cmTarget: Remove abort() after INTERNAL_ERROR reportsBrad King2014-04-031-2/+0
* Merge topic 'target-transitive-sources'Brad King2014-04-031-34/+287
|\
| * Make the SOURCES target property writable.Stephen Kelly2014-04-021-0/+38
| * cmTarget: Make the SOURCES origin tracable.Stephen Kelly2014-04-021-3/+36
| * cmTarget: Allow transitive evaluation of SOURCES property.Stephen Kelly2014-04-021-35/+156
| * cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-12/+73
* | Merge topic 'target-sources-refactor'Brad King2014-04-031-62/+251
|\ \
| * | Genex: Only evaluate TARGET_OBJECTS to determine target sources.Stephen Kelly2014-04-021-0/+1
| |/