| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG: CopyFile should return immediately after an error occurs. | Brad King | 2001-09-21 | 1 | -0/+2 |
|
|
* | ENH: Added cmSystemTools::GlobDirs function to allow wildcards in paths (like... | Brad King | 2001-09-20 | 1 | -0/+34 |
|
|
* | added shortest ext function | Ken Martin | 2001-09-13 | 1 | -0/+17 |
|
|
* | ENH: Added LowerCase method. | Bill Lorensen | 2001-09-12 | 1 | -0/+13 |
|
|
* | ERR: Change to EscapeSpaces forces rework of Borland generator <sigh> | John Biddiscombe | 2001-09-12 | 1 | -2/+10 |
|
|
* | ENH: Add a findfile routine (as opposed to find executable or library) which ... | John Biddiscombe | 2001-09-11 | 1 | -4/+31 |
|
|
* | various windows fixes | Ken Martin | 2001-09-10 | 1 | -3/+10 |
|
|
* | fix comment pb | Sebastien Barre | 2001-09-01 | 1 | -1/+1 |
|
|
* | ENH: Windows and Unix slash conversions return a char*, clean function | John Biddiscombe | 2001-09-01 | 1 | -5/+13 |
|
|
* | BUG: fix out of bounds read on string in mkdir | Berk Geveci | 2001-08-29 | 1 | -2/+5 |
|
|
* | ENH: Special value IGNORE behaves like NOTFOUND, but makes FindLibrary, etc, | Amitha Perera | 2001-08-29 | 1 | -1/+1 |
|
|
* | better network build support | Ken Martin | 2001-08-28 | 1 | -2/+25 |
|
|
* | BUG: fix for broken apple mkdir and general clean up of MakeDirectory command | Bill Hoffman | 2001-08-28 | 1 | -10/+21 |
|
|
* | ENH: improve coverage | Bill Hoffman | 2001-08-23 | 1 | -32/+0 |
|
|
* | added test driver for make test target | Ken Martin | 2001-08-23 | 1 | -3/+11 |
|
|
* | ENH: big change, only allow commands access to the cache via the cmMakefile c... | Bill Hoffman | 2001-08-08 | 1 | -1/+12 |
|
|
* | ENH: compile with broken 720 SGI C++ compiler | Bill Hoffman | 2001-08-07 | 1 | -2/+8 |
|
|
* | ENH: Added support for non-verbose mode output from running a command. This ... | Brad King | 2001-07-23 | 1 | -9/+19 |
|
|
* | limit library search to appropriate extensions | Ken Martin | 2001-07-18 | 1 | -0/+3 |
|
|
* | ENH: Added support for using backslash-style escaping in CMakeLists.txt file ... | Brad King | 2001-07-17 | 1 | -3/+43 |
|
|
* | BUG: make sure find program does not find directories | Bill Hoffman | 2001-07-11 | 1 | -4/+8 |
|
|
* | ENH: add better error output | Bill Hoffman | 2001-07-05 | 1 | -3/+9 |
|
|
* | ENH: various fixes to allow bootstrap on sunos with CC | Bill Hoffman | 2001-06-28 | 1 | -1/+1 |
|
|
* | BUG: check size of path error, HP gcount problem | Bill Hoffman | 2001-06-28 | 1 | -2/+2 |
|
|
* | ENH: fix install for cygwin, build cmake from configure | Bill Hoffman | 2001-06-27 | 1 | -1/+1 |
|
|
* | minor fixes to testing | Ken Martin | 2001-06-27 | 1 | -1/+2 |
|
|
* | BUG: Wrote correct implementation of cmCopyFile. | Brad King | 2001-06-22 | 1 | -13/+40 |
|
|
* | added escape quote method | Ken Martin | 2001-06-22 | 1 | -0/+13 |
|
|
* | adde changeDirectory | Ken Martin | 2001-06-21 | 1 | -0/+4 |
|
|
* | better install support | Ken Martin | 2001-06-21 | 1 | -0/+23 |
|
|
* | BUG: use pclose not fclose | Bill Hoffman | 2001-06-18 | 1 | -2/+2 |
|
|
* | BUG: Fixed regular expression used to match registry entries. The expression... | Brad King | 2001-06-11 | 1 | -1/+7 |
|
|
* | DOC: Added a comment about the risk of using tempnam in Unix, as opposed to | Luis Ibanez | 2001-06-10 | 1 | -0/+3 |
|
|
* | better regexp for reg entries | Ken Martin | 2001-06-06 | 1 | -1/+1 |
|
|
* | ENH: Some tweaks, hacks and #ifdefs required to compile | John Biddiscombe | 2001-06-05 | 1 | -2/+37 |
|
|
* | new message command | Ken Martin | 2001-06-04 | 1 | -5/+7 |
|
|
* | BUG: Fixed stupid error in the hack I just checked in. | Brad King | 2001-05-25 | 1 | -1/+1 |
|
|
* | BUG: Added hack to cmSystemTools::GetPath to make its algorithm correctly par... | Brad King | 2001-05-25 | 1 | -0/+5 |
|
|
* | New functions used to extract the components of a full filename. | Sebastien Barre | 2001-05-25 | 1 | -3/+82 |
|
|
* | optimize ConvertToUnixSlashes a little bit, and use it in MakeDirectory (code... | Sebastien Barre | 2001-05-24 | 1 | -13/+9 |
|
|
* | new Capitalized function. Will be used in the VTK Tcl wrapper for example (in... | Sebastien Barre | 2001-05-24 | 1 | -0/+15 |
|
|
* | command line fixes for win32 | Ken Martin | 2001-05-23 | 1 | -2/+8 |
|
|
* | ENH: add better error message | Bill Hoffman | 2001-05-23 | 1 | -1/+2 |
|
|
* | fix opengl on hp | Bill Hoffman | 2001-05-21 | 1 | -2/+2 |
|
|
* | ERR:Bad #ifdef's | Will Schroeder | 2001-05-17 | 1 | -2/+2 |
|
|
* | Changed separator between registry key and its value. Change regexp for regis... | Sebastien Barre | 2001-05-14 | 1 | -3/+3 |
|
|
* | ENH: put back lost changes from r1.38 | Bill Hoffman | 2001-05-14 | 1 | -2/+1 |
|
|
* | fix + => += bug reported by A. Perera | Sebastien Barre | 2001-05-12 | 1 | -3/+3 |
|
|
* | Extended the registry key regexp | Sebastien Barre | 2001-05-11 | 1 | -2/+2 |
|
|
* | Add support for a specific value name in a registry key | Sebastien Barre | 2001-05-11 | 1 | -14/+29 |
|
|