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 |
Andy Cedilnik
|
9619ee3aa1
Another attempt on Windows 98
|
23 years ago |
Andy Cedilnik
|
ef2af05140
Attempt to unify the code
|
23 years ago |
Andy Cedilnik
|
a38b917162
Fix bug in printing
|
23 years ago |
Andy Cedilnik
|
be6a5696ba
Make borland pass all the tests on XP (and 2000?)
|
23 years ago |
Andy Cedilnik
|
d789b13502
Remove debug
|
23 years ago |
Andy Cedilnik
|
aad36568ea
It is late and it at least seems to work better than before...
|
23 years ago |
Andy Cedilnik
|
4fe98d8068
Simplify debugging by resetting error code
|
23 years ago |
Andy Cedilnik
|
780a9bbda7
Add two cmake commands -E echo for echoing strings and -E comspec for workaround of bug of windows 9x; add another implementation of run command on windows which should work...
|
23 years ago |
Andy Cedilnik
|
6736678ca3
Add detection of file format from extension
|
23 years ago |
Andy Cedilnik
|
cabe849c03
Add support for mac dylib
|
23 years ago |
Andy Cedilnik
|
48fe81acdd
Try to remove some warnings
|
23 years ago |
Andy Cedilnik
|
4027cfbb2d
Supress standard error when running command
|
23 years ago |
Andy Cedilnik
|
6769e84472
Improve message handler to include client data.
|
23 years ago |
Brad King
|
0815091e26
ENH: Added FileIsFullPath test method.
|
23 years ago |
Brad King
|
807b4ac47f
ERR: Fix for borland on linux. We cannot directly compare the st_dev and st_ino members of struct stat. Use memcmp instead.
|
23 years ago |