summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* Combine duplicate COMPILE_DEFINITIONS disclaimerBrad King2011-01-171-8/+2
* Document reading LOCATION_<CONFIG> early as undefined (#11671)Brad King2011-01-101-9/+12
* Document reading LOCATION early as undefined (#11671)Brad King2011-01-101-1/+11
* Merge topic 'custom-command-generator-expressions'Brad King2010-12-211-0/+17
|\
| * Introduce "generator expression" syntax to custom commands (#11209)Brad King2010-12-151-0/+17
* | Merge topic 'cross-compile-apple-host'Brad King2010-12-141-15/+24
|\ \
| * | Fix soname in cross-compiled targets with Mac host (#11547)Brad King2010-12-091-15/+24
* | | Merge topic 'parallel-make-install-of-CMake'Brad King2010-12-141-0/+9
|\ \ \ | |_|/ |/| |
| * | Fix parallel "make install" of CMake itselfBrad King2010-12-091-0/+9
| |/
* | Honor custom command dependencies on imported targets (#10395)Brad King2010-12-081-4/+4
|/
* Define LINK_DEPENDS target property (#11406)Brad King2010-11-051-0/+12
* Document ENABLE_EXPORTS behavior on Mac (#11295)Brad King2010-10-111-4/+8
* Merge topic 'document-IMPORTED_NO_SONAME'Brad King2010-09-211-0/+18
|\
| * Document IMPORTED_NO_SONAME target propertyBrad King2010-09-171-0/+18
* | Merge topic 'improve-missing-source-file-error'Brad King2010-09-141-1/+8
|\ \
| * | Report missing source files with context of targetBrad King2010-09-131-1/+8
* | | No CMAKE_CONFIGURATION_TYPES in single-config generators (#10202)Brad King2010-09-081-12/+1
|/ /
* | Add FOLDER target property, for IDEs (#3796)David Cole2010-09-031-1/+10
* | Add STATIC_LIBRARY_FLAGS_<CONFIG> property (#10768)Brad King2010-05-281-0/+5
* | -fix typo in HAS_CXX docs (#10578)Alex Neundorf2010-04-211-1/+1
* | Name Cygwin DLLs with SOVERSION, not VERSIONBrad King2010-01-131-2/+2
* | Fix issue #9054 - ensure a valid install name for frameworks.David Cole2009-12-141-7/+14
* | Introduce per-config OUTPUT_DIRECTORY propertiesBrad King2009-10-281-2/+57
* | Consolidate duplicate documentation in cmTargetBrad King2009-10-281-15/+10
* | Define per-target OSX_ARCHITECTURES propertyBrad King2009-10-211-0/+39
* | Target copy ctor should initialize internal stateBrad King2009-10-061-0/+1
* | Target copy ctor should copy internal stateBrad King2009-10-051-3/+9
* | Invalidate target link info when necessaryBrad King2009-10-051-0/+19
* | Combine duplicate code in target property methodsBrad King2009-10-051-9/+7
* | Create explicit cmTarget::FinishConfigure stepBrad King2009-10-051-0/+7
* | Remove unused cmTarget::AddLinkLibrary methodBrad King2009-10-051-12/+0
* | Create INTERPROCEDURAL_OPTIMIZATION build featureBrad King2009-10-021-0/+13
* | Introduce "build feature" lookup frameworkBrad King2009-10-021-0/+20
* | Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* | Fix CMake Internal Error from cmTarget::GetOutputInfo - triggered by calling ...David Cole2009-09-251-10/+14
* | Save source dependencies from custom command traceBrad King2009-09-071-5/+41
* | Cleanup source file dependency tracing logicBrad King2009-09-041-52/+56
* | Cleanup cmTarget source file list representationBrad King2009-09-041-8/+16
* | Define 'multiplicity' for cyclic dependenciesBrad King2009-09-011-0/+64
* | Create cmTarget DLL query methodsBrad King2009-08-111-3/+9
* | Do not always propagate linker language preferenceBrad King2009-07-301-11/+22
* | Refactor target linker language selectionBrad King2009-07-301-29/+56
* | ENH: Export and import link interface languagesBrad King2009-07-111-0/+42
* | ENH: Update LINKER_LANGUAGE and HAS_CXX docsBrad King2009-07-101-9/+15
* | ENH: Consider link dependencies for link languageBrad King2009-07-101-19/+116
* | ENH: only 5 failing tests for VS 10Bill Hoffman2009-07-101-0/+1
* | BUG: Use link language for target name computationBrad King2009-07-081-0/+15
* | ENH: Pass config to cmTarget::GetLinkerLanguageBrad King2009-07-081-4/+4
* | ENH: Pass config to cmTarget RPATH install methodsBrad King2009-07-081-3/+4
* | ENH: Do not compute link language for LOCATIONBrad King2009-07-081-15/+0