summaryrefslogtreecommitdiff
path: root/Source/cmSystemTools.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when...Brad King2002-12-111-0/+23
* Fix bug in globbing. Now it actually uses only files or directories that resu...Andy Cedilnik2002-12-081-0/+1
* removed cmMakefile depend from cmSystemToolsKen Martin2002-12-021-61/+1
* When cd-jing into directory, if directory has space, it should put quotes aro...Andy Cedilnik2002-11-291-2/+2
* Add objective C++ file in the list of C++ files. This may be wrong, but it wi...Andy Cedilnik2002-11-271-0/+1
* fix network paths with spacesBill Hoffman2002-11-211-0/+8
* rename foo variables to better namesBill Hoffman2002-11-201-3/+3
* BUG: Attempt to fix CopyFile problem using flush before check for success.Brad King2002-11-201-1/+6
* allow flags to be in the CC and CXX environment variablesBill Hoffman2002-11-191-0/+49
* ENH: add some better output when copy file failsBill Hoffman2002-11-191-5/+15
* fix in warningKen Martin2002-11-191-6/+8
* ERR: Added missing include.Brad King2002-11-081-0/+1
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-10/+16
* Move the hi-res time to system toolsAndy Cedilnik2002-11-061-0/+55
* Remove warningAndy Cedilnik2002-11-061-1/+1
* Add a simple globbing of files and directoriesAndy Cedilnik2002-11-051-0/+53
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* Rename variables to remove warningsAndy Cedilnik2002-10-171-2/+2
* ENH: Added Split method to cmSystemTools to split a string into lines on its ...Brad King2002-10-111-0/+28
* ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. Re...Brad King2002-10-101-3/+3
* Fix for run command on windows. If you specify command in quotes but not full...Andy Cedilnik2002-10-061-2/+6
* Revert back. Does not seems to work on WindowsAndy Cedilnik2002-10-061-4/+0
* Check if directory was actually createdAndy Cedilnik2002-10-061-0/+4
* Fix borland build. Borland Run command should be static, since it is called w...Andy Cedilnik2002-10-051-1/+2
* Add missing argumentAndy Cedilnik2002-10-041-1/+1
* Cleanup RunCOmmand code and move borland one to vtkWin32ProcessExecution, so ...Andy Cedilnik2002-10-041-288/+94
* CleanupAndy Cedilnik2002-10-021-2/+4
* Fix bug in borland run commandKen Martin2002-10-021-9/+6
* Another attempt on Windows 98Andy Cedilnik2002-09-301-1/+1
* Attempt to unify the codeAndy Cedilnik2002-09-301-1/+1
* Fix bug in printingAndy Cedilnik2002-09-301-2/+6
* Make borland pass all the tests on XP (and 2000?)Andy Cedilnik2002-09-301-2/+1
* Remove debugAndy Cedilnik2002-09-291-1/+0
* It is late and it at least seems to work better than before...Andy Cedilnik2002-09-291-42/+45
* Simplify debugging by resetting error codeAndy Cedilnik2002-09-291-0/+1
* Add two cmake commands -E echo for echoing strings and -E comspec for workaro...Andy Cedilnik2002-09-271-4/+270
* Add detection of file format from extensionAndy Cedilnik2002-09-251-0/+38
* Add support for mac dylibAndy Cedilnik2002-09-241-0/+8
* Try to remove some warningsAndy Cedilnik2002-09-231-1/+1
* Supress standard error when running commandAndy Cedilnik2002-09-191-0/+1
* Improve message handler to include client data.Andy Cedilnik2002-09-181-3/+5
* ENH: Added FileIsFullPath test method.Brad King2002-09-131-0/+33
* ERR: Fix for borland on linux. We cannot directly compare the st_dev and st_...Brad King2002-09-101-3/+3
* Ok, now cd will work on windowsAndy Cedilnik2002-07-251-1/+1
* ENH: Added GetFilenameWithoutLastExtension.Brad King2002-07-151-0/+21
* removed all source lists from the system and made them vectors. Also appended...Ken Martin2002-06-271-1/+1
* ENH: Added cmStringStream class to wrap std::stringstream or std::strstream d...Brad King2002-06-191-12/+7
* ENH: FindLibrary supports .Net specific lib dirsSebastien Barre2002-06-191-1/+20
* ERR: Fixed compiler warnings.Brad King2002-06-181-14/+29
* ENH: FindLibrary can now use the makefile to add some compiler-specific lib s...Sebastien Barre2002-06-141-1/+43