summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: removed unused filesKen Martin2005-06-201-239/+0
|
* ENH: remove cmSubDirectory from unused files?Ken Martin2005-03-181-1/+0
|
* ENH: add support for out of source sourceKen Martin2005-03-141-2/+3
|
* ENH: Made ConfigureOutputPaths virtual to help new generator.Brad King2005-01-041-1/+1
|
* ENH: Moved code that checks output path variables to separate ↵Brad King2004-11-051-1/+2
| | | | ConfigureOutputPaths method. Needed to provide access to the same code from a subclass.
* ENH: add the ability to generate custom commands for a language that is not ↵Bill Hoffman2004-10-211-24/+1
| | | | supported by an IDE
* ENH: correctly ignore filesBill Hoffman2004-09-241-1/+1
|
* ENH: only replace the language being used in expand rule variablesBill Hoffman2004-09-231-0/+1
|
* ENH: major changes to support addition of languages from cmake modules ↵Bill Hoffman2004-09-221-2/+3
| | | | directory.
* ENH: Encode object files with funny characters in the name. It should fix ↵Andy Cedilnik2004-04-281-0/+7
| | | | Bug #418 - Borland 5.5.1, Templates/*.cxx files with '+' chars used in execs
* ENH: GetSafeDefinition is now in cmMakefileAndy Cedilnik2004-04-271-1/+0
|
* ENH: add SUBDIR PREORDER and fix clean for non-relative pathsBill Hoffman2004-04-231-2/+2
|
* ENH: Ok, that is it. Remove old install and replace it with newAndy Cedilnik2004-04-151-1/+0
|
* ENH: make relative paths optional and default off, and add a test for themBill Hoffman2004-03-311-0/+1
|
* ENH: add new subdirectory exclude from top optionBill Hoffman2004-03-091-1/+1
|
* BUG: Fix to build rule generation with relative paths.Brad King2004-01-231-1/+6
|
* BUG: Fix jump-over-and-build for missing libraries when the relative path to ↵Brad King2004-01-221-4/+2
| | | | the library is different between the source and destination of the jump.
* ENH: move relative path to parent generator classBill Hoffman2003-12-221-7/+0
|
* ENH: add support for relative paths in makefilesBill Hoffman2003-12-221-1/+9
|
* BUG: roll back change for variable used in pathBill Hoffman2003-12-101-3/+0
|
* ENH: use variables for output pathsBill Hoffman2003-12-091-0/+3
|
* ENH: Adding implementation of shared library version support on UNIX. This ↵Brad King2003-11-261-2/+11
| | | | addresses the feature request described in bug#32.
* BUG: fix for bug 303 pass makeflags to sub makesBill Hoffman2003-10-281-0/+7
|
* ENH: Added convenience signature to OutputMakeRule.Brad King2003-08-071-0/+6
|
* added outputEcho method and fixed make help for nmake and borlandKen Martin2003-08-051-0/+4
|
* ENH: allow lib prefix for to stay for nmake and borland make as it is not a ↵Bill Hoffman2003-08-011-1/+5
| | | | system prefix
* yikes added new custom command supportKen Martin2003-06-031-2/+6
|
* ENH: Support for spaces in paths during make install.Brad King2003-01-171-0/+3
|
* ENH: Added source file property OBJECT_DEPENDS to support generated header ↵Brad King2002-12-131-0/+6
| | | | files included in non-generated sources.
* BUG: fix bug in dependsBill Hoffman2002-12-101-0/+4
|
* BUG: fix for build out of dir for windowsBill Hoffman2002-11-131-0/+5
|
* ENH: fix up several problems with new stuffBill Hoffman2002-11-111-2/+4
|
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-21/+58
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* in progressKen Martin2002-08-301-0/+158