summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
Commit message (Expand)AuthorAgeFilesLines
* yikes added new custom command supportKen Martin2003-06-031-0/+19
* Remove some borland 6 warningsBill Hoffman2003-05-281-3/+3
* minor fixBerk Geveci2003-04-241-1/+0
* Try differentiating extensionsAndy Cedilnik2003-04-031-1/+3
* BUG: strlen(buffer) from getline may be 2 less than gcount on windows because...Brad King2003-04-011-1/+1
* Remove warningsAndy Cedilnik2003-03-271-2/+0
* Implement GetLineFromStream that actually works and use it instead of getlineAndy Cedilnik2003-03-271-3/+34
* Synchronize extension listsAndy Cedilnik2003-03-131-9/+19
* BUG: FindLibrary should not accept a directory even if the exact specified na...Brad King2003-03-131-2/+3
* ERR: Added missing include for msvc.Brad King2003-02-141-0/+1
* ENH: Added cmDocumentation class to generate various forms of documentation. ...Brad King2003-02-141-0/+9
* Fix for include optionalBill Hoffman2003-02-081-5/+10
* Several fixes/improvements:Brad King2003-02-071-18/+66
* ENH: spelling error fixBill Hoffman2003-02-071-1/+1
* add better testing for unlinkBill Hoffman2003-02-061-1/+9
* ENH: add checking for NOTFOUNDBill Hoffman2003-01-311-1/+12
* add a fatal error, and make sure c and c++ compilers work before using themBill Hoffman2003-01-211-0/+5
* ENH: Improved CopyFile error messages.Brad King2003-01-191-18/+34
* Fix problem on windows with network pathsAndy Cedilnik2002-12-301-1/+9
* ENH: handle // in the pathBill Hoffman2002-12-231-1/+6
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-224/+73
* ENH: Improved implementation of MSVC debug hook to only add the hook if DART_...Brad King2002-12-111-6/+6
* 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-091-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-071-2/+6
* Revert back. Does not seems to work on WindowsAndy Cedilnik2002-10-071-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