summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* 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-0613-365/+706
|
* NEW: First check in of Borland Makefile Generator and template stuffJohn Biddiscombe2001-09-042-0/+753
|
* 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
|
* 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.
* added regexp optionKen Martin2001-08-292-4/+31
|
* remove /ZIBill Hoffman2001-08-294-13/+21
|
* ENH: run cmake from cmaketestBill Hoffman2001-08-292-14/+25
|
* ENH: Added a const version of GetLinkLibraries().Brad King2001-08-291-0/+8
|
* ENH: Proper dependencies between shared libraries now exist in the generated ↵Brad King2001-08-292-70/+120
| | | | makefiles. If a shared library links to another, the other will be built before the link is attempted.
* clean up a bitBill Hoffman2001-08-291-3/+1
|
* BUG: fix out of bounds read on string in mkdirBerk Geveci2001-08-291-2/+5
|
* ENH: Special value IGNORE behaves like NOTFOUND, but makes FindLibrary, etc,Amitha Perera2001-08-292-2/+2
| | | | _not_ search for a library, etc.
* remove warningBill Hoffman2001-08-281-1/+1
|
* ENH: add caching for the input CMakeList.txt files, 2X speed upBill Hoffman2001-08-287-13/+194
|
* BUG: put spaces in /I pathsBill Hoffman2001-08-281-1/+1
|
* Changes to allow MODULE type target for a shared libraryYves Starreveld2001-08-286-22/+107
|
* better network build supportKen Martin2001-08-283-53/+57
|
* BUG: fix for broken apple mkdir and general clean up of MakeDirectory commandBill Hoffman2001-08-282-21/+48
|
* BUG: fix switch projects not saving cache correctlyBill Hoffman2001-08-271-7/+3
|
* support for network path link librariesKen Martin2001-08-271-3/+19
|
* ENH: change expand variables to use GetDefinitionBill Hoffman2001-08-273-28/+32
|
* ENH: clean up sgi build and use non-broken autoconfBill Hoffman2001-08-271-1/+1
|
* *** empty log message ***Bill Hoffman2001-08-271-2/+2
|
* BUG: set CXX and CC when running configure from cmakeBill Hoffman2001-08-271-0/+10
|
* better formatted outputKen Martin2001-08-271-1/+2
|
* ken added dependancy to build everythingBerk Geveci2001-08-271-0/+6
|
* added ctest to win32Ken Martin2001-08-252-0/+122
|
* ENH: build for sgi CC out of boxBill Hoffman2001-08-241-1/+1
|
* BUG: ADD_TEST now only does stuff if ENABLE_TESTING has been run.Amitha Perera2001-08-232-19/+25
|
* ENH: improve coverageBill Hoffman2001-08-233-46/+6
|
* ENH: add dump documentation testBill Hoffman2001-08-234-12/+18
|
* ENH: Each cmCableWrapTclCommand instance now uses a single cmMakeDepend ↵Brad King2001-08-232-4/+11
| | | | object for dependencies for all the gccxml input files it generates. This should significantly improve generation time.
* BUG: run make all on unix not make exenameBill Hoffman2001-08-231-1/+3
|
* ENH: add more testingBill Hoffman2001-08-234-15/+43
|
* also check path for test executablesKen Martin2001-08-231-0/+10
|