summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
Commit message (Expand)AuthorAgeFilesLines
* BUG: CopyFile should return immediately after an error occurs.Brad King2001-09-211-0/+2
* ENH: Added cmSystemTools::GlobDirs function to allow wildcards in paths (like...Brad King2001-09-201-0/+34
* added shortest ext functionKen Martin2001-09-131-0/+17
* ENH: Added LowerCase method.Bill Lorensen2001-09-121-0/+13
* ERR: Change to EscapeSpaces forces rework of Borland generator <sigh>John Biddiscombe2001-09-121-2/+10
* ENH: Add a findfile routine (as opposed to find executable or library) which ...John Biddiscombe2001-09-111-4/+31
* various windows fixesKen Martin2001-09-101-3/+10
* fix comment pbSebastien Barre2001-09-011-1/+1
* ENH: Windows and Unix slash conversions return a char*, clean functionJohn Biddiscombe2001-09-011-5/+13
* BUG: fix out of bounds read on string in mkdirBerk Geveci2001-08-291-2/+5
* ENH: Special value IGNORE behaves like NOTFOUND, but makes FindLibrary, etc,Amitha Perera2001-08-291-1/+1
* better network build supportKen Martin2001-08-281-2/+25
* BUG: fix for broken apple mkdir and general clean up of MakeDirectory commandBill Hoffman2001-08-281-10/+21
* ENH: improve coverageBill Hoffman2001-08-231-32/+0
* added test driver for make test targetKen Martin2001-08-231-3/+11
* ENH: big change, only allow commands access to the cache via the cmMakefile c...Bill Hoffman2001-08-081-1/+12
* ENH: compile with broken 720 SGI C++ compilerBill Hoffman2001-08-071-2/+8
* ENH: Added support for non-verbose mode output from running a command. This ...Brad King2001-07-231-9/+19
* limit library search to appropriate extensionsKen Martin2001-07-181-0/+3
* ENH: Added support for using backslash-style escaping in CMakeLists.txt file ...Brad King2001-07-171-3/+43
* BUG: make sure find program does not find directoriesBill Hoffman2001-07-111-4/+8
* ENH: add better error outputBill Hoffman2001-07-051-3/+9
* ENH: various fixes to allow bootstrap on sunos with CCBill Hoffman2001-06-281-1/+1
* BUG: check size of path error, HP gcount problemBill Hoffman2001-06-281-2/+2
* ENH: fix install for cygwin, build cmake from configureBill Hoffman2001-06-271-1/+1
* minor fixes to testingKen Martin2001-06-271-1/+2
* BUG: Wrote correct implementation of cmCopyFile.Brad King2001-06-221-13/+40
* added escape quote methodKen Martin2001-06-221-0/+13
* adde changeDirectoryKen Martin2001-06-211-0/+4
* better install supportKen Martin2001-06-211-0/+23
* BUG: use pclose not fcloseBill Hoffman2001-06-181-2/+2
* BUG: Fixed regular expression used to match registry entries. The expression...Brad King2001-06-111-1/+7
* DOC: Added a comment about the risk of using tempnam in Unix, as opposed toLuis Ibanez2001-06-101-0/+3
* better regexp for reg entriesKen Martin2001-06-061-1/+1
* ENH: Some tweaks, hacks and #ifdefs required to compileJohn Biddiscombe2001-06-051-2/+37
* new message commandKen Martin2001-06-041-5/+7
* BUG: Fixed stupid error in the hack I just checked in.Brad King2001-05-251-1/+1
* BUG: Added hack to cmSystemTools::GetPath to make its algorithm correctly par...Brad King2001-05-251-0/+5
* New functions used to extract the components of a full filename.Sebastien Barre2001-05-251-3/+82
* optimize ConvertToUnixSlashes a little bit, and use it in MakeDirectory (code...Sebastien Barre2001-05-241-13/+9
* new Capitalized function. Will be used in the VTK Tcl wrapper for example (in...Sebastien Barre2001-05-241-0/+15
* command line fixes for win32Ken Martin2001-05-231-2/+8
* ENH: add better error messageBill Hoffman2001-05-231-1/+2
* fix opengl on hpBill Hoffman2001-05-211-2/+2
* ERR:Bad #ifdef'sWill Schroeder2001-05-171-2/+2
* Changed separator between registry key and its value. Change regexp for regis...Sebastien Barre2001-05-141-3/+3
* ENH: put back lost changes from r1.38Bill Hoffman2001-05-141-2/+1
* fix + => += bug reported by A. PereraSebastien Barre2001-05-121-3/+3
* Extended the registry key regexpSebastien Barre2001-05-111-2/+2
* Add support for a specific value name in a registry keySebastien Barre2001-05-111-14/+29