summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-11/+12
|
* ENH: add support for removing language flags from shared library and shared ↵Bill Hoffman2006-03-141-0/+22
| | | | module link commands
* ENH: use a cmake script to do the clean step, this allows for large numbers ↵Bill Hoffman2006-03-091-2/+3
| | | | of files to be removed without making the command line too long
* BUG: Fix generation of Xcode 2.0 and earlier projects to use CMAKE_BUILD_TYPE.Brad King2006-02-241-1/+3
|
* ENH: change expand stuff to pass a struct for all the argsBill Hoffman2006-02-201-9/+7
|
* ENH: Order compilation flags from most general to most specific: language, ↵Brad King2006-02-201-6/+9
| | | | then target, then source.
* ENH: warning fixKen Martin2006-02-161-1/+1
|
* ENH: warning fixKen Martin2006-02-161-1/+1
|
* ENH: Cleaned up generation of symbolic rules. Removed generation of ↵Brad King2006-02-151-16/+19
| | | | rebuild_cache and similar rules from internal makefiles.
* ENH: fix build error for macBill Hoffman2006-02-151-1/+1
|
* ENH: some cleanup of the makefile generatorKen Martin2006-02-141-0/+794