Brad King
|
4ca0d1ba09
COMP: Fixed error on HP due to newline macro.
|
18 years ago |
Brad King
|
73704ede42
ENH: Enabled color printing of "Scanning dependencies of target ..." message.
|
18 years ago |
Brad King
|
9f61e2a235
ENH: Centralized and globalized computation of CMake program locations. This eliminates startup paths that failed to produce this information.
|
18 years ago |
Brad King
|
a2b2742543
ENH: During file installation treat the source file as a dependency of the installed file. Install the file only if the destination is older than the source. Set the file times on the installed file to match those of the source file. This should greatly improve the speed of repeated installations because it removes the comparison of file contents. This addresses bug#3349.
|
18 years ago |
Bill Hoffman
|
f262298bb0
ENH: fix 2 ctest issues, do not use the build type of ctest to look for config types, do not inherit pipes in child procs for ctest so it can kill them
|
18 years ago |
Alexander Neundorf
|
5bb94ce166
|
18 years ago |
Brad King
|
e01cdf2065
ENH: Added kwsys SystemTools::CreateSymlink and SystemTools::ReadSymlink.
|
18 years ago |
Brad King
|
91c2b84a92
ENH: Added ConvertToOutputSlashes method to convert slashes with the same policy as ConvertToOutputPath but without escaping.
|
19 years ago |
Brad King
|
d37577d9e0
STYLE: Removing unused methods ConvertToShellPath and EscapeForUnixShell.
|
19 years ago |
Bill Hoffman
|
5647e6e254
ENH: fix parens in the path with spaces in the path
|
19 years ago |
Brad King
|
d37abb6b5d
ENH: Added EscapeWindowsShellArgument and ParseWindowsCommandLine methods to cmSystemTools.
|
19 years ago |
Ken Martin
|
daa37f1163
STYLE: fix line length
|
19 years ago |
Ken Martin
|
d81ebf0c23
ENH: added support for -SP scripts in new processes
|
19 years ago |
Andy Cedilnik
|
b20cb78049
ENH: Handle missing unsetenv and add check for environ
|
19 years ago |
Andy Cedilnik
|
d5631f370b
ENH: Add a method to remove environment variables
|
19 years ago |
Andy Cedilnik
|
fe1fda6431
ENH: Use vector of plain strings and add cmake -E command for getting environment
|
20 years ago |
Andy Cedilnik
|
f44fedd3e9
ENH: Add access for all environment variables
|
20 years ago |
Bill Hoffman
|
6b47b28867
ENH: fix line length style stuff
|
20 years ago |
Brad King
|
f2cf7e9197
ENH: Enable capture of output from VCExpress.exe and devenv.exe.
|
20 years ago |
Brad King
|
db0681d2f6
ENH: Adding option to return empty arguments when expanding a list.
|
20 years ago |
Andy Cedilnik
|
e5a8e115bc
ENH: Move relative path to kwsys
|
20 years ago |
Andy Cedilnik
|
8477aa59e5
ENH: Merge from cpack branch
|
20 years ago |
Andy Cedilnik
|
abe4fd77fc
ENH: Make the syntax more line tar
|
20 years ago |
Andy Cedilnik
|
d1180fc4e1
ENH: Add untaring support
|
20 years ago |
Andy Cedilnik
|
fdc844ecdb
ENH: Add method to create tar
|
20 years ago |
Bill Hoffman
|
452925649a
ENH: add better support for framework linking
|
20 years ago |
Brad King
|
e2ec4a1845
ENH: Adding kwsys::SystemTools::FileTimeCompare method to compare file modification times with the highest resolution possible on the file system.
|
21 years ago |
Bill Hoffman
|
626be7884a
FIX: go back to not trying to handle spaces in the path for run single command and comment it so that people know to call the right thing
|
21 years ago |
Brad King
|
b4176dcab9
ENH: Added FileTimeCompare method to compare file modification times. Currently the resolution is limited to one second.
|
21 years ago |
Bill Hoffman
|
ef8385744b
BUG: allow split string to know if it is separating a path
|
21 years ago |