summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
* BUG: Dependency scanners should have local generators set always.Brad King2007-10-121-1/+1
* ENH: Improvements to the Xcode generator. Build frameworks using native Copy ...David Cole2007-08-141-6/+13
* ENH: Replaced dependency integrity map with an explicit map from object file ...Brad King2007-08-071-35/+38
* ENH: Added warning when an install rule is created from an EXCLUDE_FROM_ALL t...Brad King2007-08-031-3/+23
* ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a...Brad King2007-08-011-1/+2
* STYLE: move ForceVerboseMakefiles to cmGlobalUnixMakefileGenerator3, so theAlexander Neundorf2007-06-051-4/+3
* BUG: Add ./ to custom command executables in the top of the build tree even w...Brad King2007-05-231-3/+6
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-1/+0
* ENH: add install/strip target for makefile generators if strip was foundAlexander Neundorf2007-05-181-1/+3
* ENH: Added testing for custom command line arguments containing all special c...Brad King2007-05-171-0/+22
* BUG: Watcom WMake needs empty rule commands even for symbolic targets. This ...Brad King2007-05-161-0/+5
* BUG: fix -D escaped quotes for watcomBill Hoffman2007-05-101-0/+17
* ENH: now target names can be used in add_custom_command() andAlexander Neundorf2007-05-091-2/+4
* ENH: Added support for import libraries created by executable and module targ...Brad King2007-03-191-1/+2
* BUG: Need to include relative path top information in directory information s...Brad King2007-03-161-2/+25
* ENH: Added computation of object file names that are almost always short enou...Brad King2007-03-161-16/+31
* BUG: Reverting previous changes related to using an empty string for a relati...Brad King2007-03-141-0/+4
* ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefil...Brad King2007-03-081-62/+11
* ENH: Ask the target for its own directory in case of bundle instead of direct...Brad King2007-03-081-6/+2
* BUG: Compute HomeRelativeOutputPath following the rules of RelativePathTopBin...Brad King2007-03-081-5/+5
* ENH: Fixed recursive make call target escaping for Borland to support SubDirS...Brad King2007-03-081-0/+7
* ENH: Updated GetRecursiveMakeCall to use EscapeForShell instead of MAKEFILE c...Brad King2007-03-081-11/+9
* ENH: Removed useless method ConvertToMakeTarget and all calls to it. It had ...Brad King2007-03-081-25/+0
* STYLE: Removed unused calls to Convert.Brad King2007-03-081-6/+0
* ENH: one more pass at paths with spaces and parensBill Hoffman2007-02-281-7/+8
* BUG: Fix for cmake_force target in Borland Makefiles.Brad King2007-02-281-0/+10
* ENH: add a fix for spaces in the path again...Bill Hoffman2007-02-271-2/+9
* ENH: fix for spaces in the path and mingwBill Hoffman2007-02-271-1/+2
* ENH: fix parens in the path with spaces in the pathBill Hoffman2007-02-221-2/+2
* ENH: fixed more bugs with spaces in the pathKen Martin2007-02-191-1/+2
* BUG: fix for spaces in path for nmakeKen Martin2007-02-191-1/+1
* ENH: check in initial conv library stuffBill Hoffman2007-02-161-0/+11
* BUG: The .pdb file generated for a library or executable should match the rea...Brad King2007-02-011-1/+2
* ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ...Bill Hoffman2006-11-291-2/+3
* BUG: Juse use cmake -E echo instead of the native echo on MinGW makefiles. T...Brad King2006-10-131-1/+3
* BUG: Avoid duplicate conversion to output path.Brad King2006-10-101-12/+13
* BUG: Hack to make echo command work properly in mingw32-make.Brad King2006-10-051-1/+2
* BUG: Fixed display of custom command comments with quotes, dollars, and other...Brad King2006-10-041-13/+2
* BUG: Fixed inclusion of progress.make from subdirectory makefiles.Brad King2006-09-291-1/+1
* BUG: Moved progress.make file into CMakeFiles subdirectory to keep things clean.Brad King2006-09-281-2/+10
* BUG: Do not filter system directories for include file dependencies.Brad King2006-09-281-1/+1
* ENH: Re-implemented command line argument shell quoting to support several pl...Brad King2006-09-271-1/+11
* COMP: Fix shadowed local variable created by previous cmake_force change.Brad King2006-09-211-4/+0
* BUG: Centralized generation of command line arguments in escaped form. This ...Brad King2006-09-211-10/+1
* BUG: cmake_force needs to be written into build.make as well as Makefile.Brad King2006-09-201-11/+11
* BUG: Fixed ordering of code generated in Makefile and build.make files to mak...Brad King2006-09-081-32/+40
* BUG: Patch from Alex to fix name of includecache files to not look like sourc...Brad King2006-09-021-1/+2
* ENH: Make sure all custom command outputs are up to date before scanning depe...Brad King2006-08-311-45/+1
* ENH: Adding install/local global target for Makefile generators. This runs i...Brad King2006-08-291-1/+1
* ENH: Centralized generation of targets listed in the help to be done by the c...Brad King2006-08-231-2/+9