summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileLibraryTargetGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Do not write link script lines that use the ':' command which is ↵Brad King2006-06-181-1/+6
| | | | supposed to be a no-op anyway.
* 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
| | | | command in order to support longer link lines. This is needed only on platforms without response file support and that may have weak shells.
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-2/+4
|
* BUG: Custom command outputs listed explicitly as source files in a target ↵Brad King2006-06-011-17/+10
| | | | should be generated whether or not an object file in the target needs them. This useful and makes Makefile builds more consistent with VS IDE builds.
* 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 ↵Brad King2006-03-301-1/+2
| | | | is set then messages produced by makefiles will be in color if the native tool supports it. This addresses bug#3060.
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-9/+9
|
* ENH: add support for removing language flags from shared library and shared ↵Bill Hoffman2006-03-141-4/+18
| | | | module link commands
* ENH: use a cmake script to do the clean step, this allows for large numbers ↵Bill Hoffman2006-03-091-8/+11
| | | | of files to be removed without making the command line too long
* ENH: add support for language flags at rule expansion timeBill Hoffman2006-03-061-1/+5
|
* ENH: Created target property INSTALL_NAME_DIR initalized by ↵Brad King2006-02-241-1/+40
| | | | CMAKE_INSTALL_NAME_DIR specifying the directory portion of the OSX install_name field in shared libraries. This is the OSX equivalent of RPATH.
* 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
|
* ENH: Implemented RPATH specification support. It is documented by the ↵Brad King2006-02-161-15/+42
| | | | command SET_TARGET_PROPERTIES.
* ENH: Cleaned up generation of symbolic rules. Removed generation of ↵Brad King2006-02-151-6/+9
| | | | rebuild_cache and similar rules from internal makefiles.
* ENH: some cleanup of the makefile generatorKen Martin2006-02-141-0/+394