Ken Martin
|
7b5a8762c6
modified how source files store properties
|
23 years ago |
Bill Hoffman
|
f23688659f
BUG: handle .exe extension for cygwin
|
23 years ago |
Bill Hoffman
|
fc7e4169e1
BUG: fix jump to directory and build for nmake if library path is not set. combine OutputBuildExecutableInDir and OutputBuildLibraryInDir into OutputBuildTargetInDir
|
23 years ago |
Andy Cedilnik
|
9f6ebe4eb7
Fix problem when using NMake. This generated lines without space so nmake got all confused
|
23 years ago |
Ken Martin
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
23 years ago |
Brad King
|
07d35e662d
ENH: Added cmStringStream class to wrap std::stringstream or std::strstream depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed.
|
23 years ago |
Bill Hoffman
|
344a7cff8d
use lower case and not short path for uniq paths on window
|
23 years ago |
Bill Hoffman
|
06047d14bb
ENH: don't use short paths in the output
|
23 years ago |
Bill Hoffman
|
8f89fe11c7
use short path to get unique path names for depend path output
|
23 years ago |
Brad King
|
8f60b06037
BUG: MAKEFLAGS does not need to be passed on command line. It is automatically set by make in environment for recursive call.
|
23 years ago |
Bill Hoffman
|
fd98b0cca0
ENH: enable cxx by default if no languages have been enabled
|
23 years ago |
Bill Hoffman
|
6734d3bb88
ENH: change set<string> to set<cmStdString> to avoid long symbols that crash ar on solaris
|
23 years ago |
Bill Hoffman
|
db859464f2
WNG: remove a warning
|
23 years ago |
Bill Hoffman
|
3bc9830686
ENH: add an edit_cache target that runs ccmake or CMakeSetup
|
23 years ago |
Bill Hoffman
|
27fe57b716
ENH: change LINK_LIBRARY to add to targets
|
23 years ago |
Amitha Perera
|
1f8df8585e
ENH: Add library dependency analysis.
|
23 years ago |
Bill Hoffman
|
42b7d859ad
BUG: look for -l anywhere in link library entry not just the begining of the line
|
23 years ago |
Bill Hoffman
|
2ba1ee8672
ENH: remove redirections for output of make commands as some things are lost
|
23 years ago |
Bill Hoffman
|
1a92507da0
COM: just fix up a comment
|
23 years ago |
Bill Hoffman
|
73c7caa774
BUG: fix shared links for cc on hp
|
23 years ago |
Bill Hoffman
|
b3b3281b7f
ENH: clean up depend output
|
23 years ago |
Bill Hoffman
|
361f17802f
ENH: add depends for utility targets
|
23 years ago |
Sebastien Barre
|
6083e3c127
ENH: make CMake less verbose/precious
|
23 years ago |
Sebastien Barre
|
d774cd7c2b
ENH: make CMake less verbose/precious
|
23 years ago |
Bill Hoffman
|
719a334f84
BUG: try to make sure a depend file only has one rule
|
23 years ago |
Ken Martin
|
dd7ab1f577
BUG: work with spaces in the path
|
23 years ago |
Andy Cedilnik
|
aa0ac1642b
Make quotes and echos to work on unix (hopefully)
|
23 years ago |
Bill Hoffman
|
fe4eb49014
BUG: quote the echo commands
|
23 years ago |
Bill Hoffman
|
29f7c0ff03
ENH: use convert to output path for depend files
|
23 years ago |
Yves Starreveld
|
cdc65cfebf
|
23 years ago |