summaryrefslogtreecommitdiff
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-121-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
* BUG: Do not try to change the RPATH when installing a target if CMAKE_SKIP_RP...Brad King2008-03-011-0/+12
* ENH: Use builtin chrpath instead of relinking ELF targetsBrad King2008-03-011-5/+9
* COMP: Fix Borland 5.5 buildBrad King2008-02-241-9/+9
* ENH: Better linker search path computation.Brad King2008-02-211-1/+42
* COMP: Fix HP warning about cmTargetInternalPointer::operator= checking for se...Brad King2008-02-191-1/+2
* ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE propertiesBrad King2008-02-181-41/+116
* ENH: Allow multiple OS X applications bundles to be created in a single build...Brad King2008-02-141-1/+13
* ENH: Enforce global target name uniqueness.Brad King2008-02-111-4/+15
* ENH: Avoid computing link information for static library targets. They do no...Brad King2008-02-071-0/+3
* BUG: Make sure linking to a shared lib on windows uses import library and not...Brad King2008-02-061-2/+6
* BUG: Do not create versioned executable names on Xcode where they are not sup...Brad King2008-02-061-1/+1
* ENH: When linking to versioned targets whose real file name is known pass the...Brad King2008-02-061-4/+47
* ENH: Pass dependent library search path to linker on some platforms.Brad King2008-02-011-3/+3
* COMP: Fix shadowed local warning.Brad King2008-02-011-3/+3
* ENH: Support linking to shared libs with dependent libsBrad King2008-01-311-29/+129