summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | 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