summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUG: Fix imported target config guessBrad King2009-04-081-1/+1
* ENH: Support preprocessor def values in VS6Brad King2009-03-231-1/+1
* ENH: Mention CMAKE_* variables in RPATH propertiesBrad King2009-03-191-4/+13
* ENH: Define RULE_LAUNCH_* propertiesBrad King2009-02-101-0/+19
* ENH: Define target and source property LABELSBrad King2009-02-101-0/+5
* ENH: Define target-specific support directoriesBrad King2009-02-101-0/+11
* BUG: Fix LOCATION property for Mac AppBundlesBrad King2009-01-201-0/+10
* ENH: Enable LOCATION property for imported targetsBrad King2009-01-051-10/+26
* BUG: Fix <CONFIG>_POSTFIX property/variable docsBrad King2008-12-151-4/+13
* ENH: add missing property definitionsBill Hoffman2008-10-071-0/+26
* STYLE: add documentation for the "TYPE" target propertyAlexander Neundorf2008-10-021-0/+7
* ENH: Allow link line computation for static libsBrad King2008-09-151-3/+0
* ENH: Allow a custom list of debug configurationsBrad King2008-09-041-5/+29
* ENH: Create Info.plist files in OS X FrameworksBrad King2008-09-021-0/+20
* ENH: Disallow link-type keywords in link interfaceBrad King2008-08-191-0/+64
* ENH: Clarify link interface documentationBrad King2008-08-191-5/+14
* ENH: Add UNKNOWN type for IMPORTED librariesBrad King2008-08-181-2/+18
* STYLE: Convert unused target type cases to defaultBrad King2008-08-181-15/+3
* ENH: Support full-path libs w/out valid names.Brad King2008-07-231-0/+3
* ENH: Add full target version signature cmTarget::GetTargetVersion.Brad King2008-07-091-3/+16
* ENH: Allow users to specify a custom Info.plist templateBrad King2008-05-171-5/+19
* ENH: Allow users to specify macro-like #include line transforms for dependenc...Brad King2008-05-141-0/+18
* BUG: Make sure all source files are found before generating.Brad King2008-05-121-0/+15
* BUG: A per-config target name postfix should be ignored for Mac bundle and fr...Brad King2008-04-141-2/+8
* BUG: Correct Mac OS X framework behaviorBrad King2008-04-081-138/+174
* BUG: Do not create target output directory in cmTarget. Let the generators d...Brad King2008-04-071-19/+3
* ENH: support unset of propertiesKen Martin2008-04-011-4/+0
* ENH: Add note to Fortran_MODULE_DIRECTORY property documentation about using ...Brad King2008-03-281-1/+3
* STYLE: Fix line-too-long for new INTERNAL_ERROR messages.Brad King2008-03-151-4/+3
* ENH: Add policy CMP_0004 to require library names to have no leading or trail...Brad King2008-03-131-0/+3
* ENH: Convert CMAKE_LINK_OLD_PATHS to policy CMP0003.Brad King2008-03-131-0/+5
* ENH: Improve new error/warning message generationBrad King2008-03-131-0/+13
* ENH: remove abort calls and replace with an IssueMessage INTERANL_ERROR, bett...Bill Hoffman2008-03-131-6/+32
* BUG: Fix memory leak when cmTarget instances are assigned. We really need to...Brad King2008-03-041-0/+2
* ENH: Allow users to work around problems with the builtin chrpath by setting ...Brad King2008-03-021-0/+6
* ENH: Cleanup builtin chrpath supportBrad King2008-03-021-0/+15