summaryrefslogtreecommitdiff
path: root/Source/cmTarget.h
Commit message (Expand)AuthorAgeFilesLines
* Fix #12342: Add APPEND_STRING option to set_property()Alex Neundorf2011-07-151-1/+1
* Documentation: Fix a few typos (#11883)Modestas Vainius2011-02-221-1/+1
* Add support for CFBundle targets on the Mac (#11295)Richard Bateman2011-01-111-0/+3
* Define per-target OSX_ARCHITECTURES propertyBrad King2009-10-211-0/+3
* Invalidate target link info when necessaryBrad King2009-10-051-0/+2
* Combine duplicate code in target property methodsBrad King2009-10-051-0/+2
* Create explicit cmTarget::FinishConfigure stepBrad King2009-10-051-1/+4
* Remove unused cmTarget::AddLinkLibrary methodBrad King2009-10-051-3/+0
* Introduce "build feature" lookup frameworkBrad King2009-10-021-0/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Save source dependencies from custom command traceBrad King2009-09-071-1/+4
* Cleanup cmTarget source file list representationBrad King2009-09-041-3/+3
* Define 'multiplicity' for cyclic dependenciesBrad King2009-09-011-0/+6
* Create cmTarget DLL query methodsBrad King2009-08-111-0/+6
* ENH: Consider link dependencies for link languageBrad King2009-07-101-0/+19
* ENH: Pass config to cmTarget::GetLinkerLanguageBrad King2009-07-081-1/+1
* ENH: Pass config to cmTarget RPATH install methodsBrad King2009-07-081-2/+2
* ENH: Introduce cmTarget::LinkImplementation APIBrad King2009-07-081-0/+16
* COMP: Pimplize cmTarget ImportInfo and OutputInfoBrad King2009-07-081-17/+2
* STYLE: Fix comment on cmTarget::LinkInterfaceBrad King2009-07-071-3/+2
* ENH: Simplify cmTarget link interface storageBrad King2009-07-071-32/+21
* ENH: Simpler cmTarget::GetLinkerLanguage signatureBrad King2009-07-071-1/+1
* ENH: Centralize default link interface computationBrad King2009-07-061-0/+4
* ENH: Move CMP0004 check into cmTargetBrad King2009-07-061-0/+4
* ENH: Exception safe link interface computationBrad King2009-07-061-1/+4
* ENH: Refactor target output dir computationBrad King2009-07-031-6/+11
* ENH: Remove cmTarget internal type argumentsBrad King2009-05-011-19/+4
* ENH: Remove cmTarget::GetExecutableCleanNamesBrad King2009-05-011-8/+0
* ENH: Always imply CLEAN_DIRECT_OUTPUT target propBrad King2009-05-011-12/+0
* ENH: Allow more specification of target file namesBrad King2009-05-011-0/+3
* ENH: Refactor target output file type computationBrad King2009-05-011-0/+3
* ENH: Define target-specific support directoriesBrad King2009-02-101-0/+3
* ENH: Allow a custom list of debug configurationsBrad King2008-09-041-0/+3
* ENH: Disallow link-type keywords in link interfaceBrad King2008-08-191-0/+1
* ENH: Add UNKNOWN type for IMPORTED librariesBrad King2008-08-181-1/+5
* ENH: Support full-path libs w/out valid names.Brad King2008-07-231-0/+5
* ENH: Add full target version signature cmTarget::GetTargetVersion.Brad King2008-07-091-0/+5
* BUG: Make sure all source files are found before generating.Brad King2008-05-121-0/+5
* ENH: remove qualifier from .h fileBill Hoffman2008-04-081-1/+1
* BUG: Correct Mac OS X framework behaviorBrad King2008-04-081-10/+13
* BUG: Do not create target output directory in cmTarget. Let the generators d...Brad King2008-04-071-3/+0
* ENH: Add policy CMP_0004 to require library names to have no leading or trail...Brad King2008-03-131-0/+5
* ENH: Convert CMAKE_LINK_OLD_PATHS to policy CMP0003.Brad King2008-03-131-0/+8
* ENH: Improve new error/warning message generationBrad King2008-03-131-0/+4
* ENH: Use builtin chrpath instead of relinking ELF targetsBrad King2008-03-011-1/+1
* ENH: Better linker search path computation.Brad King2008-02-211-0/+5
* ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE propertiesBrad King2008-02-181-4/+33
* ENH: When linking to versioned targets whose real file name is known pass the...Brad King2008-02-061-2/+10
* BUG: Remove InstallNameFixupPath from cmTarget and cmInstallTargetGenerator.Brad King2008-02-011-13/+0
* ENH: Support linking to shared libs with dependent libsBrad King2008-01-311-8/+7