summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileLibraryTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: Enable use of link script whenever incremental archive construction rule...Brad King2008-01-301-3/+16
* ENH: Added build rule variables CMAKE_<LANG>_ARCHIVE_CREATE, CMAKE_<LANG>_ARC...Brad King2008-01-301-9/+97
* ENH: Support exporting/importing of Framework targets.Brad King2008-01-281-7/+4
* ENH: Simplified and moved link script implementation up from cmMakefileLibrar...Brad King2007-12-281-91/+47
* ENH: Add a depends check step to custom targets. Add support for the IMPLICI...Brad King2007-12-211-3/+4
* ENH: do not remove executables and dll's before linking them so that incremen...Bill Hoffman2007-10-181-9/+13
* ENH: Finish up the Framework creation code restructuring. Frameworks build an...David Cole2007-10-101-19/+19
* ENH: Improve framework support in the makefile generator to match the support...David Cole2007-08-141-96/+71
* ENH: Simplify makefile target generator listing of object files to clean.Brad King2007-08-021-6/+2
* BUG: Only pay attention to the FRAMEWORK target property for SHARED library t...David Cole2007-08-011-2/+3
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-16/+5
* ENH: prevent crashBill Hoffman2007-06-041-0/+6
* ENH: initial support for creation of frameworks on MacBill Hoffman2007-05-081-1/+246
* BUG: A utility target should not run the custom commands from its source file...Brad King2007-05-011-1/+1
* ENH: Added support for import libraries created by executable and module targ...Brad King2007-03-191-9/+2
* ENH: Do not compute a path name for the import library if there is no import ...Brad King2007-03-091-3/+9
* ENH: Added cmMakefileTargetGenerator::GenerateExtraOutput to wrap up creation...Brad King2007-03-091-17/+10
* BUG: Need to account for import library directory when constructing the clean...Brad King2007-03-091-1/+1
* ENH: Added implib option to cmTarget::GetDirectory to support a separate dire...Brad King2007-03-091-1/+5
* ENH: Combined cmTarget::GetDirectory and cmTarget::GetOutputDir since they ar...Brad King2007-03-081-1/+1
* ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefil...Brad King2007-03-081-6/+6
* BUG: Some calls to Convert() were converting for MAKEFILE but then passing th...Brad King2007-03-081-21/+7
* BUG: Do not clean the .pdb file for a target just before it is linked! This ...Brad King2007-02-011-1/+5
* BUG: The .pdb file generated for a library or executable should match the rea...Brad King2007-02-011-3/+10
* ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type cmGlobalU...Brad King2006-12-141-1/+1
* ENH: Adding image version number (major.minor) property to windows binaries. ...Brad King2006-10-161-0/+18
* BUG: When using link scripts use native shell escapes instead of makefile she...Brad King2006-10-131-1/+15
* BUG: Do not collapse the INSTALL_NAME_DIR setting because users may intend to...Brad King2006-10-111-18/+3
* BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri...Brad King2006-09-281-0/+6
* BUG: Need to clean manifest files that may have been generated for .exe and ....Brad King2006-08-151-0/+13
* STYLE: Fixed line length.Brad King2006-08-081-1/+2
* ENH: Added target property CLEAN_DIRECT_OUTPUT to not clean all forms of a li...Brad King2006-08-031-49/+83
* BUG: Do not write link script lines that use the ':' command which is suppose...Brad King2006-06-181-1/+6
* BUG: Need to use different link script name when relinking.Brad King2006-06-171-1/+8
* ENH: Added generation of link rules into script files executed by a cmake -E ...Brad King2006-06-151-9/+73
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-2/+4
* BUG: Custom command outputs listed explicitly as source files in a target sho...Brad King2006-06-011-17/+10
* STYLE: fix line lengthKen Martin2006-05-121-24/+40
* ENH: name pdb files for visual studio make based buildsBill Hoffman2006-04-191-0/+5
* ENH: fix java and add OBJECT_DIR supportBill Hoffman2006-04-171-0/+4
* ENH: add support for per config target LINK_FLAGSBill Hoffman2006-04-031-0/+9
* ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is...Brad King2006-03-301-1/+2
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-9/+9
* ENH: add support for removing language flags from shared library and shared m...Bill Hoffman2006-03-141-4/+18
* ENH: use a cmake script to do the clean step, this allows for large numbers o...Bill Hoffman2006-03-091-8/+11
* ENH: add support for language flags at rule expansion timeBill Hoffman2006-03-061-1/+5
* ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAM...Brad King2006-02-241-1/+40
* BUG: Fix generation of Xcode 2.0 and earlier projects to use CMAKE_BUILD_TYPE.Brad King2006-02-241-2/+4
* ENH: change expand stuff to pass a struct for all the argsBill Hoffman2006-02-201-9/+11
* ENH: Generate import libraries for DLLs on Cygwin and MinGW.Brad King2006-02-181-7/+29