| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 non... | Sebastien Barre | 2001-09-14 | 1 | -1/+1 |
|
|
* | 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 cu... | Brad King | 2001-09-12 | 2 | -6/+103 |
|
|
* | 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 |
|
|
* | ENH: Major fix of the Borland generator which addresses the problem of libraries | John Biddiscombe | 2001-09-12 | 2 | -70/+88 |
|
|
* | ENH: Add a findfile routine (as opposed to find executable or library) which ... | John Biddiscombe | 2001-09-11 | 2 | -4/+35 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | NEW: First check in of Borland Makefile Generator and template stuff | John Biddiscombe | 2001-09-04 | 3 | -0/+859 |
|
|
* | ENH: separate command from its arguments in the custom command. This allows ... | Bill Hoffman | 2001-09-04 | 10 | -37/+75 |
|
|
* | ENH: Added a clause for Borland compiler compatibility | John Biddiscombe | 2001-09-01 | 1 | -0/+7 |
|
|
* | Convert path format back to Windows slashes syntax. Mandatory for Win98 build. | Sebastien Barre | 2001-09-01 | 1 | -2/+7 |
|
|
* | 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 | 2 | -8/+21 |
|
|
* | ENH: ExpandVariables functions return a char * for convenience | John Biddiscombe | 2001-09-01 | 2 | -13/+14 |
|
|
* | ENH: Generate compile lines for .m, .M, and .mm files (ObjC and ObjC++) | Yves Starreveld | 2001-09-01 | 1 | -1/+2 |
|
|
* | BUG: fix incorrect deletion of function blockers | Bill Hoffman | 2001-08-30 | 1 | -1/+1 |
|
|
* | version rev | Ken Martin | 2001-08-30 | 1 | -1/+1 |
|
|
* | version rev | Ken Martin | 2001-08-30 | 1 | -1/+1 |
|
|
* | *** empty log message *** | Bill Hoffman | 2001-08-30 | 1 | -5278/+0 |
|
|
* | *** empty log message *** | Bill Hoffman | 2001-08-30 | 2 | -0/+449 |
|
|
* | ENH: add autogenerated changelog | Bill Hoffman | 2001-08-30 | 1 | -0/+5274 |
|
|
* | opps | Bill Hoffman | 2001-08-29 | 1 | -4/+1 |
|
|
* | BUG: GCCXML_FLAGS found from find_gcc_options or find_mpro_options should hav... | Brad King | 2001-08-29 | 1 | -1/+25 |
|
|
* | ENH: Updated generated dependencies since cable's installation directory now ... | Brad King | 2001-08-29 | 1 | -2/+2 |
|
|
* | ENH: Updated library finding code to handle new cable installation directory ... | Brad King | 2001-08-29 | 1 | -8/+10 |
|
|
* | added regexp option | Ken Martin | 2001-08-29 | 2 | -4/+31 |
|
|
* | remove /ZI | Bill Hoffman | 2001-08-29 | 4 | -13/+21 |
|
|
* | ENH: run cmake from cmaketest | Bill Hoffman | 2001-08-29 | 2 | -14/+25 |
|
|
* | ENH: Added a const version of GetLinkLibraries(). | Brad King | 2001-08-29 | 1 | -0/+8 |
|
|
* | ENH: Proper dependencies between shared libraries now exist in the generated ... | Brad King | 2001-08-29 | 2 | -70/+120 |
|
|