summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ENH: Implemented link-interface specification feature.Brad King2008-01-301-0/+24
* BUG: cmTarget instances should not be copied. Removed pass-by-value argument...Brad King2008-01-291-2/+10
* ENH: Add cmTarget::GetLinkInformation method to allow several places in the g...Brad King2008-01-291-3/+9
* ENH: Support exporting/importing of AppBundle targets.Brad King2008-01-281-0/+3
* ENH: Support exporting/importing of Framework targets.Brad King2008-01-281-0/+4
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-13/+32
* ENH: Implement linking with paths to library files instead of -L and -l separ...Brad King2008-01-221-2/+4
* ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify imple...Brad King2008-01-171-0/+1
* ENH: Moved global inter-target dependency analysis and cycle-prevention code ...Brad King2007-12-231-1/+1
* ENH: add support for chrpath, so the RPATH in ELF files can be changed whenAlexander Neundorf2007-12-181-0/+3
* ENH: Finish up the Framework creation code restructuring. Frameworks build an...David Cole2007-10-101-0/+21
* ENH: Add InstallNameFixupPath to support installing built frameworks on the M...David Cole2007-08-241-1/+14
* ENH: Added cmTarget::GetLanguages method to centralize computation of the lis...Brad King2007-08-021-1/+8
* STYLE: Fixed line-too-long, fixed indentation, removed trailing whitespace, a...Brad King2007-07-021-38/+42
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-26/+7
* STYLE: remove duplicate non-const accessors GetLocalGenerator(int) andAlexander Neundorf2007-06-151-2/+2
* ENH: Made cmTarget::GetSourceFiles method return reference to const so additi...Brad King2007-05-281-1/+3
* ENH: Made cmTarget::GetSourceLists return a reference to const so that all ad...Brad King2007-05-281-1/+6
* BUG: Target names in the COMMAND part of a custom command should not create a...Brad King2007-05-231-2/+3
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-1/+20
* STYLE: functions use upper case for the first letterAlexander Neundorf2007-05-091-1/+1
* ENH: now target names can be used in add_custom_command() andAlexander Neundorf2007-05-091-2/+9
* ENH: Created method cmTarget::GetExportMacro to centralize computation of the...Brad King2007-03-281-0/+5
* ENH: Added support for import libraries created by executable and module targ...Brad King2007-03-191-0/+4
* ENH: some code cleanupKen Martin2007-03-121-8/+0
* ENH: Added target properties ARCHIVE_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_DIRECTO...Brad King2007-03-091-0/+1
* ENH: Added implib option to cmTarget::GetDirectory to support a separate dire...Brad King2007-03-091-2/+2
* ENH: Combined cmTarget::GetDirectory and cmTarget::GetOutputDir since they ar...Brad King2007-03-081-3/+3
* ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefil...Brad King2007-03-081-0/+4
* ENH: Make EXCLUDE_FROM_ALL a target and directory properties. Also, make IsIn...Andy Cedilnik2007-02-231-3/+3
* BUG: fix accidental checkinKen Martin2007-02-191-4/+0
* ENH: turn on spaces in path testKen Martin2007-02-191-0/+4
* ENH: check in initial conv library stuffBill Hoffman2007-02-161-0/+3