summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Introduce cmTarget::LinkImplementation APIBrad King2009-07-081-67/+96
* COMP: Pimplize cmTarget ImportInfo and OutputInfoBrad King2009-07-081-8/+33
* BUG: Do not recompute link interfacesBrad King2009-07-071-3/+3
* BUG: Fix CMP0003 wrong-config link dir supportBrad King2009-07-071-1/+1
* ENH: Simplify cmTarget link interface storageBrad King2009-07-071-51/+27
* ENH: Simpler cmTarget::GetLinkerLanguage signatureBrad King2009-07-071-11/+7
* ENH: Centralize default link interface computationBrad King2009-07-061-37/+65
* ENH: Move CMP0004 check into cmTargetBrad King2009-07-061-0/+59
* ENH: Exception safe link interface computationBrad King2009-07-061-7/+10
* ENH: Refactor target output dir computationBrad King2009-07-031-63/+54
* ENH: Clarify COMPILE_DEFINITIONS separator in docsBrad King2009-06-241-1/+2
* ENH: On VMS use _dir and _tmp, not .dir and .tmpBrad King2009-06-101-0/+4
* ENH: Remove cmTarget internal type argumentsBrad King2009-05-011-64/+31
* ENH: Remove cmTarget::GetExecutableCleanNamesBrad King2009-05-011-12/+0
* ENH: Always imply CLEAN_DIRECT_OUTPUT target propBrad King2009-05-011-48/+0
* ENH: Allow more specification of target file namesBrad King2009-05-011-28/+83
* ENH: Refactor target output file type computationBrad King2009-05-011-56/+60
* ENH: Allow IMPORTED_IMPLIB w/o IMPORTED_LOCATIONBrad King2009-04-081-23/+68