| Commit message (Expand) | Author | Age | Files | Lines |
* | Closer to nmake build | Bill Hoffman | 2001-11-14 | 1 | -0/+12 |
|
|
* | ENH: clean up warnings | Bill Hoffman | 2001-11-13 | 1 | -1/+1 |
|
|
* | ENH: use callback not ifdef for MFC message box errors | Bill Hoffman | 2001-10-29 | 1 | -8/+3 |
|
|
* | ENH: add callback for message display | Bill Hoffman | 2001-10-29 | 1 | -1/+14 |
|
|
* | ENH: better fix for dos return in lines, use the regular expression and don't... | Bill Hoffman | 2001-10-09 | 1 | -17/+3 |
|
|
* | ENH: clean up returns from input, so we can read dos files on unix | Bill Hoffman | 2001-10-05 | 1 | -1/+14 |
|
|
* | ENH: add better error reports in parsing cmake files, like what file has the ... | Bill Hoffman | 2001-10-02 | 1 | -4/+6 |
|
|
* | BUG: fix full path for file in current directory | Bill Hoffman | 2001-09-29 | 1 | -2/+9 |
|
|
* | BUG: fix realpath problem again... | Berk Geveci | 2001-09-28 | 1 | -0/+1 |
|
|
* | BUG: separate path from file name before calling realpath | Berk Geveci | 2001-09-28 | 1 | -3/+3 |
|
|
* | BUG: get correct library name | Bill Hoffman | 2001-09-28 | 1 | -2/+6 |
|
|
* | BUG: use realpath instead of cd/pwd | Bill Hoffman | 2001-09-27 | 1 | -2/+18 |
|
|
* | 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 |
|
|