Bill Hoffman
|
27bc5789b9
ENH: use :: rule and not a long line extension
|
23 лет назад |
Bill Hoffman
|
1fc3bb4377
BUG: use windows paths for utility depends
|
23 лет назад |
Ken Martin
|
d0be2896d7
changed cache manager and registered generators to no longer be singletons
|
23 лет назад |
Ken Martin
|
7b5a8762c6
modified how source files store properties
|
23 лет назад |
Bill Hoffman
|
f23688659f
BUG: handle .exe extension for cygwin
|
23 лет назад |
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 лет назад |
Andy Cedilnik
|
9f6ebe4eb7
Fix problem when using NMake. This generated lines without space so nmake got all confused
|
23 лет назад |
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 лет назад |
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 лет назад |
Bill Hoffman
|
344a7cff8d
use lower case and not short path for uniq paths on window
|
23 лет назад |
Bill Hoffman
|
06047d14bb
ENH: don't use short paths in the output
|
23 лет назад |
Bill Hoffman
|
8f89fe11c7
use short path to get unique path names for depend path output
|
23 лет назад |
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 лет назад |
Bill Hoffman
|
fd98b0cca0
ENH: enable cxx by default if no languages have been enabled
|
24 лет назад |
Bill Hoffman
|
6734d3bb88
ENH: change set<string> to set<cmStdString> to avoid long symbols that crash ar on solaris
|
24 лет назад |
Bill Hoffman
|
db859464f2
WNG: remove a warning
|
24 лет назад |
Bill Hoffman
|
3bc9830686
ENH: add an edit_cache target that runs ccmake or CMakeSetup
|
24 лет назад |
Bill Hoffman
|
27fe57b716
ENH: change LINK_LIBRARY to add to targets
|
24 лет назад |
Amitha Perera
|
1f8df8585e
ENH: Add library dependency analysis.
|
24 лет назад |
Bill Hoffman
|
42b7d859ad
BUG: look for -l anywhere in link library entry not just the begining of the line
|
24 лет назад |
Bill Hoffman
|
2ba1ee8672
ENH: remove redirections for output of make commands as some things are lost
|
24 лет назад |
Bill Hoffman
|
1a92507da0
COM: just fix up a comment
|
24 лет назад |
Bill Hoffman
|
73c7caa774
BUG: fix shared links for cc on hp
|
24 лет назад |
Bill Hoffman
|
b3b3281b7f
ENH: clean up depend output
|
24 лет назад |
Bill Hoffman
|
361f17802f
ENH: add depends for utility targets
|
24 лет назад |
Sebastien Barre
|
6083e3c127
ENH: make CMake less verbose/precious
|
24 лет назад |
Sebastien Barre
|
d774cd7c2b
ENH: make CMake less verbose/precious
|
24 лет назад |
Bill Hoffman
|
719a334f84
BUG: try to make sure a depend file only has one rule
|
24 лет назад |
Ken Martin
|
dd7ab1f577
BUG: work with spaces in the path
|
24 лет назад |
Andy Cedilnik
|
aa0ac1642b
Make quotes and echos to work on unix (hopefully)
|
24 лет назад |