Brad King
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 years ago |
Brad King
|
3bcbca96ab
ENH: Improved implementation of MSVC debug hook to only add the hook if DART_TEST_FROM_DART is set in the environment. This is better than always adding the hook and testing the environment from the callback.
|
23 years ago |
Brad King
|
d6f98c2a82
ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when CMake is invoked by Dart.
|
23 years ago |
Andy Cedilnik
|
e7d1a299fb
Fix bug in globbing. Now it actually uses only files or directories that result in globbing not the ones that were is the vector before
|
23 years ago |
Ken Martin
|
9e526f797a
removed cmMakefile depend from cmSystemTools
|
23 years ago |
Andy Cedilnik
|
a4b04375d2
When cd-jing into directory, if directory has space, it should put quotes around. I guess we could just put quotes around all the time
|
23 years ago |
Andy Cedilnik
|
a7411d6ceb
Add objective C++ file in the list of C++ files. This may be wrong, but it will fix problems on Mac for now
|
23 years ago |
Bill Hoffman
|
02ef2fb568
fix network paths with spaces
|
23 years ago |
Bill Hoffman
|
b123c07ecf
rename foo variables to better names
|
23 years ago |
Brad King
|
c96c3c382f
BUG: Attempt to fix CopyFile problem using flush before check for success.
|
23 years ago |
Bill Hoffman
|
5a75e03037
allow flags to be in the CC and CXX environment variables
|
23 years ago |
Bill Hoffman
|
76fca308d3
ENH: add some better output when copy file fails
|
23 years ago |
Ken Martin
|
d5463f404c
fix in warning
|
23 years ago |
Brad King
|
a747e47cb0
ERR: Added missing include.
|
23 years ago |
Bill Hoffman
|
f5d95fb078
Complete rework of makefile generators expect trouble
|
23 years ago |
Andy Cedilnik
|
d7ee016535
Move the hi-res time to system tools
|
23 years ago |
Andy Cedilnik
|
0b7d51d79f
Remove warning
|
23 years ago |
Andy Cedilnik
|
f895a94995
Add a simple globbing of files and directories
|
23 years ago |
Brad King
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 years ago |
Andy Cedilnik
|
c3007233ec
Rename variables to remove warnings
|
23 years ago |
Brad King
|
a8d038dbd0
ENH: Added Split method to cmSystemTools to split a string into lines on its newlines.
|
23 years ago |
Brad King
|
281f7519e1
ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. Removed cmInputStringStream.
|
23 years ago |
Andy Cedilnik
|
51f399ca29
Fix for run command on windows. If you specify command in quotes but not full path, it should still work
|
23 years ago |
Andy Cedilnik
|
a8bd7f1ff6
Revert back. Does not seems to work on Windows
|
23 years ago |
Andy Cedilnik
|
8fd2ec6e91
Check if directory was actually created
|
23 years ago |
Andy Cedilnik
|
1ba0a05039
Fix borland build. Borland Run command should be static, since it is called with no object...
|
23 years ago |
Andy Cedilnik
|
54ac432b27
Add missing argument
|
23 years ago |
Andy Cedilnik
|
0f3661562c
Cleanup RunCOmmand code and move borland one to vtkWin32ProcessExecution, so that it is all in one place... Add timeout option whihc does not work yet, but it should not produce warning any more
|
23 years ago |
Andy Cedilnik
|
4435bb091b
Cleanup
|
23 years ago |
Ken Martin
|
8cac76825f
Fix bug in borland run command
|
23 years ago |