| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | BUG: fix find library for unix | Bill Hoffman | 2001-05-11 | 1 | -7/+6 |
|
|
* | added registry entry support and windows app support | Ken Martin | 2001-05-11 | 1 | -0/+90 |
|
|
* | BUG: fix unix path search | Bill Hoffman | 2001-05-10 | 1 | -6/+9 |
|
|
* | ERR: RunCommand method needed return in unix. | Brad King | 2001-05-10 | 1 | -0/+1 |
|
|
* | ENH: change find library and find program to look for more than one name | Bill Hoffman | 2001-05-09 | 1 | -2/+58 |
|
|
* | ENH: call configure from cmake | Bill Hoffman | 2001-05-07 | 1 | -2/+20 |
|
|
* | ENH: move testing stuff to cmake from configure, good bye dashboard... :) | Bill Hoffman | 2001-05-04 | 1 | -29/+46 |
|
|
* | ENH: Added support to EscapeSpaces to use double quotes on windows. | Brad King | 2001-05-04 | 1 | -0/+5 |
|
|
* | ENH: Added cmSystemTools::FindProgram() and full-path detection utilities. | Brad King | 2001-05-03 | 1 | -0/+152 |
|
|
* | bug fixes | Ken Martin | 2001-04-30 | 1 | -0/+17 |
|
|
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -5/+30 |
|
|
* | some fixes for If commands | Ken Martin | 2001-04-26 | 1 | -0/+17 |
|
|
* | BUG: fix small compile issues on HP aCC | Bill Hoffman | 2001-04-16 | 1 | -2/+2 |
|
|
* | ERR: Corrected use of double-quotes to be compatible with UNIX make. Now dou... | Brad King | 2001-04-09 | 1 | -0/+16 |
|
|
* | ERR: Blank line regular expression updated to allow whitespace on the line. | Brad King | 2001-03-28 | 1 | -1/+1 |
|
|
* | ERR: Removed functions I just added. They don't belong here (yet?). | Brad King | 2001-03-19 | 1 | -22/+0 |
|
|
* | ENH: Added functions to get information about the CMake executable on each pl... | Brad King | 2001-03-19 | 1 | -0/+21 |
|
|
* | ENH: Added support for comments inside function calls and indented comments. | Brad King | 2001-03-14 | 1 | -1/+5 |
|
|
* | ENH: Improved error handling when GetError is called on a command that has no... | Brad King | 2001-03-12 | 1 | -1/+10 |
|
|
* | ENH: Added UTILITY_SOURCE command for specifying where a 3rd party utility's ... | Brad King | 2001-03-08 | 1 | -0/+11 |
|
|
* | ENH/BUG: Improved function parsing to allow just about anything inside a doub... | Brad King | 2001-02-27 | 1 | -16/+43 |
|
|
* | ENH: mask on mkdir set to 777. | Bill Lorensen | 2001-02-27 | 1 | -1/+1 |
|
|
* | BUG: remove debug print | Bill Hoffman | 2001-02-23 | 1 | -1/+0 |
|
|
* | ENH: add CMakeCache.txt support | Bill Hoffman | 2001-02-23 | 1 | -0/+102 |
|
|
* | ENH: remove relative and extra paths in CMakeLists.txt files | Bill Hoffman | 2001-02-20 | 1 | -1/+1 |
|
|
* | ENH: first pass at cache, clean up the unix generator, clean up configure.in ... | Bill Hoffman | 2001-02-19 | 1 | -2/+3 |
|
|
* | ENH: add new commands fro find library and find program | Ken Martin | 2001-02-16 | 1 | -0/+25 |
|
|
* | ENH: get rid of special msc configure file | Bill Hoffman | 2001-02-13 | 1 | -2/+3 |
|
|
* | BUG: add check for missing ) on function | Bill Hoffman | 2001-01-12 | 1 | -0/+6 |
|
|
* | ENH:Documentation and cleanups | Will Schroeder | 2001-01-11 | 1 | -0/+15 |
|
|