summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove memory leaksBill Hoffman2001-09-146-3/+14
|
* fix error in cygwinBill Hoffman2001-09-141-1/+2
|
* initialize classBill Hoffman2001-09-141-0/+4
|
* add support for clean upBill Hoffman2001-09-142-0/+13
|
* made Debug the default configurationKen Martin2001-09-145-5/+5
|
* move cygtclsh80 to the end of list, otherwise it might be found while the ↵Sebastien Barre2001-09-141-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 UNIXKen Martin2001-09-131-0/+16
|
* added shortest ext functionKen Martin2001-09-132-0/+18
|
* ENH: drop the case of the site name. This makes it consistent with Dart's usage.Bill Lorensen2001-09-121-2/+2
|
* ENH: Added LowerCase method.Bill Lorensen2001-09-122-0/+18
|
* ENH: Added parsing of gccxml flags into separate arguments for setting the ↵Brad King2001-09-122-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: SpellingJohn Biddiscombe2001-09-121-1/+1
|
* ERR: Change to EscapeSpaces forces rework of Borland generator <sigh>John Biddiscombe2001-09-123-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 librariesJohn Biddiscombe2001-09-122-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 Biddiscombe2001-09-112-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 testingKen Martin2001-09-111-3/+20
|
* include fixesKen Martin2001-09-111-1/+13
|
* reduced the number of targetsKen Martin2001-09-111-19/+2
|
* bug in testing codeKen Martin2001-09-111-1/+5
|
* BUG: fix build with non-borland compilerBill Hoffman2001-09-111-2/+6
|
* fix for include pathsKen Martin2001-09-111-1/+1
|
* reduced targets and merged tclsh commandsKen Martin2001-09-101-24/+16
|
* various windows fixesKen Martin2001-09-108-37/+94
|
* Typo in link command.Berk Geveci2001-09-101-1/+1
|
* ERR: Forgot to put back a backslashJohn Biddiscombe2001-09-082-61/+16
|
* ERR: LINK_DIR must ot have backslah at end. Fix plus cleanup of some code.John Biddiscombe2001-09-081-61/+60
|
* fixed bug in mismatched directory opens consuming file descriptorsKen Martin2001-09-071-4/+3
|
* ENH: Removed addition of compiler support directory include option since the ↵Brad King2001-09-071-22/+21
| | | | find_*_options scripts now include it automatically.
* BUG: clean up lib and exe output pathsBill Hoffman2001-09-062-5/+16
|
* ENH: integrate borland supportBill Hoffman2001-09-0614-377/+708
|
* NEW: First check in of Borland Makefile Generator and template stuffJohn Biddiscombe2001-09-043-0/+859
|
* ENH: separate command from its arguments in the custom command. This allows ↵Bill Hoffman2001-09-0410-37/+75
| | | | the generator on windows to change the slashes for just the command
* ENH: Added a clause for Borland compiler compatibilityJohn Biddiscombe2001-09-011-0/+7
|
* Convert path format back to Windows slashes syntax. Mandatory for Win98 build.Sebastien Barre2001-09-011-2/+7
|
* fix comment pbSebastien Barre2001-09-011-1/+1
|
* ENH: Windows and Unix slash conversions return a char*, clean functionJohn Biddiscombe2001-09-012-8/+21
| | | | seperated from Convert function
* ENH: ExpandVariables functions return a char * for convenienceJohn Biddiscombe2001-09-012-13/+14
|
* ENH: Generate compile lines for .m, .M, and .mm files (ObjC and ObjC++)Yves Starreveld2001-09-011-1/+2
|
* BUG: fix incorrect deletion of function blockersBill Hoffman2001-08-301-1/+1
|
* version revKen Martin2001-08-301-1/+1
|
* version revKen Martin2001-08-301-1/+1
|
* *** empty log message ***Bill Hoffman2001-08-301-5278/+0
|
* *** empty log message ***Bill Hoffman2001-08-302-0/+449
|
* ENH: add autogenerated changelogBill Hoffman2001-08-301-0/+5274
|
* oppsBill Hoffman2001-08-291-4/+1
|
* BUG: GCCXML_FLAGS found from find_gcc_options or find_mpro_options should ↵Brad King2001-08-291-1/+25
| | | | have the trailing newline stripped from the string.
* ENH: Updated generated dependencies since cable's installation directory now ↵Brad King2001-08-291-2/+2
| | | | uses separate CxxTypes and WrapTclFacility subdirecories for includes.
* ENH: Updated library finding code to handle new cable installation directory ↵Brad King2001-08-291-8/+10
| | | | structure. It now uses separate directories for CxxTypes and WrapTclFacility headers.
* added regexp optionKen Martin2001-08-292-4/+31
|
* remove /ZIBill Hoffman2001-08-294-13/+21
|