Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Improved parsing of GCCXML_FLAGS to improve generation of gccxml rule. ↵ | Brad King | 2001-10-11 | 1 | -10/+39 |
| | | | | Also added ADD_DEFINITIONS arguments to the generated rule. | ||||
* | Added removing of spaces in CMakeCache.txt in front of comments and variables | Andy Cedilnik | 2001-10-11 | 1 | -7/+16 |
| | |||||
* | ENH: add a warning comment for cache values that can not be changed because ↵ | Bill Hoffman | 2001-10-10 | 1 | -1/+12 |
| | | | | they are always loaded from another cache | ||||
* | FIX: Same as last checkin except applies to bpi files as wellas lib files | John Biddiscombe | 2001-10-10 | 1 | -8/+23 |
| | | | | | | If we can't find it - and it's not a target - and it has no path already specified, it must be in OUTDIRLIB from another makefile in the same project ! (What this really means is the lib paths are correctly specified) | ||||
* | ENH: better fix for dos return in lines, use the regular expression and ↵ | Bill Hoffman | 2001-10-09 | 1 | -17/+3 |
| | | | | don't edit the input line | ||||
* | ENH: clean up returns from input, so we can read dos files on unix | Bill Hoffman | 2001-10-05 | 1 | -1/+14 |
| | |||||
* | ENH: fixes for borland compiler testing | Bill Hoffman | 2001-10-03 | 3 | -3/+17 |
| | |||||
* | FIX:if we can't find it - and it's not a target - and it has no path already ↵ | John Biddiscombe | 2001-10-03 | 1 | -1/+16 |
| | | | | | | | specified, it must be in OUTDIRLIB from another makefile in the same project ! (What this really means is the lib paths are correctly specified) | ||||
* | ENH: add better error reports in parsing cmake files, like what file has the ↵ | Bill Hoffman | 2001-10-02 | 5 | -9/+16 |
| | | | | error | ||||
* | version | Ken Martin | 2001-10-01 | 1 | -1/+1 |
| | |||||
* | version | Ken Martin | 2001-10-01 | 1 | -1/+1 |
| | |||||
* | BUG: add missing include | Bill Hoffman | 2001-10-01 | 1 | -0/+1 |
| | |||||
* | ENH: change checkboxes back to pull down menus, remove leak | Bill Hoffman | 2001-10-01 | 2 | -2/+3 |
| | |||||
* | 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 | 2 | -4/+8 |
| | |||||
* | BUG: use realpath instead of cd/pwd | Bill Hoffman | 2001-09-27 | 2 | -4/+20 |
| | |||||
* | BUG: fix install prefix | Bill Hoffman | 2001-09-27 | 1 | -4/+0 |
| | |||||
* | ENH: pass prefix from configure into cmake | Bill Hoffman | 2001-09-27 | 2 | -0/+6 |
| | |||||
* | improved registry handling | Ken Martin | 2001-09-25 | 1 | -60/+91 |
| | |||||
* | memory leak | Ken Martin | 2001-09-25 | 1 | -1/+9 |
| | |||||
* | BUG: CopyFile should return immediately after an error occurs. | Brad King | 2001-09-21 | 1 | -0/+2 |
| | |||||
* | handle spaces in commands and args | Berk Geveci | 2001-09-20 | 1 | -2/+3 |
| | |||||
* | ENH: check for values that switch to internal, can happen with a load cache ↵ | Ken Martin | 2001-09-20 | 3 | -10/+16 |
| | | | | command | ||||
* | ENH: change InitialPass to take a const reference to the argument string, to ↵ | Bill Hoffman | 2001-09-20 | 111 | -152/+158 |
| | | | | avoid changes to the file cache | ||||
* | BUG: make a copy of the arguments before passing them to Execute | Ken Martin | 2001-09-20 | 1 | -1/+3 |
| | |||||
* | ENH: Added cmSystemTools::GlobDirs function to allow wildcards in paths ↵ | Brad King | 2001-09-20 | 6 | -7/+51 |
| | | | | (like /foo/bar/*). | ||||
* | ENH: Added extra newline in an error message to improve readability. | Brad King | 2001-09-20 | 1 | -0/+1 |
| | |||||
* | version rev to 95 | Ken Martin | 2001-09-19 | 1 | -1/+1 |
| | |||||
* | version rev to 94 | Ken Martin | 2001-09-19 | 1 | -1/+1 |
| | |||||
* | ENH: change to take a path as input | Bill Hoffman | 2001-09-17 | 2 | -7/+5 |
| | |||||
* | BUG: fix return when file is not found | Bill Hoffman | 2001-09-17 | 1 | -1/+5 |
| | |||||
* | ENH: add Use mangled mesa command | Bill Hoffman | 2001-09-17 | 3 | -0/+222 |
| | |||||
* | now uses five argument version of wrap commands | Ken Martin | 2001-09-14 | 3 | -4/+0 |
| | |||||
* | remove memory leaks | Bill Hoffman | 2001-09-14 | 6 | -3/+14 |
| | |||||
* | fix error in cygwin | Bill Hoffman | 2001-09-14 | 1 | -1/+2 |
| | |||||
* | initialize class | Bill Hoffman | 2001-09-14 | 1 | -0/+4 |
| | |||||
* | add support for clean up | Bill Hoffman | 2001-09-14 | 2 | -0/+13 |
| | |||||
* | added shortest ext function | Ken Martin | 2001-09-13 | 2 | -0/+18 |
| | |||||
* | ENH: drop the case of the site name. This makes it consistent with Dart's usage. | Bill Lorensen | 2001-09-12 | 1 | -2/+2 |
| | |||||
* | ENH: Added LowerCase method. | Bill Lorensen | 2001-09-12 | 2 | -0/+18 |
| | |||||
* | ENH: Added parsing of gccxml flags into separate arguments for setting the ↵ | Brad King | 2001-09-12 | 2 | -6/+103 |
| | | | | custom command. This is necessary since the custom command now takes a vector of individual command line options instead of a single string. | ||||
* | ERR: Change to EscapeSpaces forces rework of Borland generator <sigh> | John Biddiscombe | 2001-09-12 | 3 | -12/+31 |
| | | | | | Add clause to prevent adding quotes when they're already present, then stuff them onto all lib paths to prevent forward slashes causing trouble. | ||||
* | ENH: Major fix of the Borland generator which addresses the problem of libraries | John Biddiscombe | 2001-09-12 | 2 | -70/+88 |
| | | | | | | with dependencies (other libraries) not linking when required. Dependency checking required the full path to be supplied to each file when they're not in the current directory (very tedious). All seems to be working nicely now. | ||||
* | ENH: Add a findfile routine (as opposed to find executable or library) which ↵ | John Biddiscombe | 2001-09-11 | 2 | -4/+35 |
| | | | | | | | doesn't add any extensions - Borland make needs full paths to certain dependencies otherwise linking doesn't work properly (dependencies aren't checked) | ||||
* | updated testing | Ken Martin | 2001-09-11 | 1 | -3/+20 |
| | |||||
* | include fixes | Ken Martin | 2001-09-11 | 1 | -1/+13 |
| | |||||
* | bug in testing code | Ken Martin | 2001-09-11 | 1 | -1/+5 |
| | |||||
* | BUG: fix build with non-borland compiler | Bill Hoffman | 2001-09-11 | 1 | -2/+6 |
| |