index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmLocalUnixMakefileGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
BUG: Added special hack for VTK 4.0-4.4 to re-enable automatic addition of cu...
Brad King
2004-06-18
1
-3/+25
*
ERR: Fixed typo.
Brad King
2004-06-18
1
-1/+1
*
BUG: Need to preserve automatic addition of source tree to -I path if CMAKE_B...
Brad King
2004-06-18
1
-0/+17
*
Removing automatic addition of a -I path for the current source directory.
Brad King
2004-06-15
1
-2/+0
*
BUG#891: When building CMake itself, use the new cmake to install so that the...
Ken Martin
2004-06-09
1
-2/+15
*
ENH: Fix preorder. This caused preorder to not work and the test passed becau...
Andy Cedilnik
2004-06-01
1
-1/+1
*
ENH: Implement additional make clean files as a directory property instead of...
Andy Cedilnik
2004-05-20
1
-1/+2
*
ENH: change ADDITIONAL_MAKE_CLEAN_FILES to work with spaces in the path and o...
Bill Hoffman
2004-05-17
1
-2/+9
*
BUG: Need to recognize -B linker options.
Brad King
2004-05-10
1
-1/+1
*
ENH: Only mangle object files if CMAKE_MANGLE_OBJECT_FILE_NAMES is set. Only ...
Andy Cedilnik
2004-05-04
1
-27/+34
*
BUG: fix to make spaces in paths work for jump over with borland and nmake on...
Bill Hoffman
2004-05-03
1
-1/+1
*
BUG: remove duplicate depend on cache file and use of make variable in make t...
Bill Hoffman
2004-04-30
1
-4/+4
*
ENH: remove warnings
Bill Hoffman
2004-04-29
1
-1/+1
*
ENH: remove warning
Bill Hoffman
2004-04-28
1
-1/+1
*
BUG: fix for bug 116 platform files can now specify directories that should n...
Bill Hoffman
2004-04-28
1
-1/+14
*
ENH: Encode object files with funny characters in the name. It should fix Bug...
Andy Cedilnik
2004-04-28
1
-4/+46
*
ENH: GetSafeDefinition is now in cmMakefile
Andy Cedilnik
2004-04-27
1
-62/+52
*
ENH: add SUBDIR PREORDER and fix clean for non-relative paths
Bill Hoffman
2004-04-23
1
-26/+90
*
ENH: add support for static library property STATIC_LIBRARY_FLAGS
Bill Hoffman
2004-04-22
1
-1/+1
*
ENH: Add support for adding object files and sources. This way you can use ex...
Andy Cedilnik
2004-04-18
1
-9/+43
*
ENH: Ok, that is it. Remove old install and replace it with new
Andy Cedilnik
2004-04-15
1
-165/+4
*
BUG: add full path libraries to the depend information
Bill Hoffman
2004-04-09
1
-0/+13
*
BUG: fix warning and shadow variable
Bill Hoffman
2004-04-02
1
-1/+0
*
BUG: fix non relative paths
Bill Hoffman
2004-04-01
1
-6/+12
*
BUG: fix for non relative paths with spaces in the path
Bill Hoffman
2004-04-01
1
-2/+19
*
ENH: make relative paths optional and default off, and add a test for them
Bill Hoffman
2004-03-31
1
-5/+7
*
ENH: Add a way to clean additional files
Andy Cedilnik
2004-03-28
1
-1/+8
*
BUG: Added support to library flags parser for -Wl and -R options.
Brad King
2004-03-24
1
-1/+1
*
ENH: add new subdirectory exclude from top option
Bill Hoffman
2004-03-09
1
-13/+16
*
ENH: Handle backticks as a valid library
Andy Cedilnik
2004-02-29
1
-1/+1
*
ERR: Cleanup and remove warning
Andy Cedilnik
2004-02-29
1
-12/+2
*
ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE
Andy Cedilnik
2004-02-28
1
-13/+24
*
BUG: -l or whatever should be at beginning of line.
Andy Cedilnik
2004-02-09
1
-1/+1
*
ENH: Fix ADD_DEPENDENCIES on Unix makefiles and fix SimpleInstall test not to...
Andy Cedilnik
2004-02-03
1
-1/+10
*
ENH: remove depend on CMakeCache for rebuild_cache target to avoid double reb...
Bill Hoffman
2004-01-29
1
-1/+1
*
BUG: jump over feature was not working for windows
Bill Hoffman
2004-01-23
1
-1/+1
*
BUG: more fixes for relative path stuff
Bill Hoffman
2004-01-23
1
-3/+3
*
ENH: convert the .o files to not have ./
Bill Hoffman
2004-01-23
1
-2/+2
*
BUG: Fix to build rule generation with relative paths.
Brad King
2004-01-23
1
-10/+30
*
BUG: Fix jump-over-and-build for missing libraries when the relative path to ...
Brad King
2004-01-22
1
-26/+8
*
ENH: bug fix for IBM broken xlC 6.0.0.4 compiler
Bill Hoffman
2004-01-20
1
-1/+1
*
ENH: add a local target for libraries as well as executables
Bill Hoffman
2004-01-09
1
-3/+16
*
ENH: fix for hp make and relative paths never have targets with a ./ at the s...
Bill Hoffman
2004-01-06
1
-7/+1
*
BUG: borland make treats ./target and target as different also convert to out...
Bill Hoffman
2003-12-30
1
-1/+11
*
only generate test target when enabled
Ken Martin
2003-12-29
1
-8/+11
*
BUG: use ./ infront of the current directory
Bill Hoffman
2003-12-29
1
-3/+9
*
ENH: use cd pwd trick for path for libnames
Bill Hoffman
2003-12-24
1
-9/+23
*
BUG: use full paths via pwd for -L paths on unix shells
Bill Hoffman
2003-12-24
1
-5/+12
*
ENH: move relative path to parent generator class
Bill Hoffman
2003-12-22
1
-108/+47
*
ENH: make new relative rpath work with spaces
Bill Hoffman
2003-12-22
1
-2/+2
[next]