Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | fixed some problems | Ken Martin | 2001-09-20 | 1 | -152/+150 |
| | |||||
* | ENH: Added support for finding cable when it is built in a configuration ↵ | Brad King | 2001-09-20 | 1 | -5/+11 |
| | | | | subdirectory by MSVC. | ||||
* | 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 |
| | |||||
* | minor changes | Ken Martin | 2001-09-20 | 1 | -8/+8 |
| | |||||
* | removed some VTK stuff | Ken Martin | 2001-09-20 | 3 | -50/+3 |
| | |||||
* | updated to how FindVTK works | Ken Martin | 2001-09-19 | 3 | -9/+119 |
| | |||||
* | version rev to 95 | Ken Martin | 2001-09-19 | 1 | -1/+1 |
| | |||||
* | version rev to 94 | Ken Martin | 2001-09-19 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Bill Hoffman | 2001-09-18 | 1 | -0/+275 |
| | |||||
* | ENH:Updated documentation | Will Schroeder | 2001-09-18 | 1 | -0/+0 |
| | |||||
* | ENH: update for new version | Bill Hoffman | 2001-09-17 | 1 | -4299/+4719 |
| | |||||
* | 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: Added find support for looking at Cable's build directory if the user ↵ | Brad King | 2001-09-17 | 1 | -23/+56 |
| | | | | sets the CABLE_BUILD_DIR cache entry. | ||||
* | ENH: add Use mangled mesa command | Bill Hoffman | 2001-09-17 | 3 | -0/+222 |
| | |||||
* | ENH: NightlyCoverage got lost | Dan Blezek | 2001-09-17 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | made Debug the default configuration | Ken Martin | 2001-09-14 | 5 | -5/+5 |
| | |||||
* | move cygtclsh80 to the end of list, otherwise it might be found while the ↵ | Sebastien Barre | 2001-09-14 | 1 | -1/+1 |
| | | | | non-cygwin wish8x.exe will be found too. If wish8x.exe is found, then the non-cygwin tclsh8x.exe must be found too. | ||||
* | added back some targets for UNIX | Ken Martin | 2001-09-13 | 1 | -0/+16 |
| | |||||
* | 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: Spelling | John Biddiscombe | 2001-09-12 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | reduced the number of targets | Ken Martin | 2001-09-11 | 1 | -19/+2 |
| | |||||
* | 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 |
| | |||||
* | fix for include paths | Ken Martin | 2001-09-11 | 1 | -1/+1 |
| | |||||
* | reduced targets and merged tclsh commands | Ken Martin | 2001-09-10 | 1 | -24/+16 |
| | |||||
* | various windows fixes | Ken Martin | 2001-09-10 | 8 | -37/+94 |
| | |||||
* | Typo in link command. | Berk Geveci | 2001-09-10 | 1 | -1/+1 |
| | |||||
* | ERR: Forgot to put back a backslash | John Biddiscombe | 2001-09-08 | 2 | -61/+16 |
| | |||||
* | ERR: LINK_DIR must ot have backslah at end. Fix plus cleanup of some code. | John Biddiscombe | 2001-09-08 | 1 | -61/+60 |
| | |||||
* | fixed bug in mismatched directory opens consuming file descriptors | Ken Martin | 2001-09-07 | 1 | -4/+3 |
| | |||||
* | ENH: Removed addition of compiler support directory include option since the ↵ | Brad King | 2001-09-07 | 1 | -22/+21 |
| | | | | find_*_options scripts now include it automatically. | ||||
* | BUG: clean up lib and exe output paths | Bill Hoffman | 2001-09-06 | 2 | -5/+16 |
| | |||||
* | ENH: integrate borland support | Bill Hoffman | 2001-09-06 | 14 | -377/+708 |
| |