summaryrefslogtreecommitdiffstats
path: root/Utilities
Commit message (Collapse)AuthorAgeFilesLines
* ENH: worksBill Hoffman2006-05-093-5/+9
|
* ENH: seems to be workingBill Hoffman2006-05-092-16/+10
|
* ENH: add a xterm script create scriptBill Hoffman2006-05-091-0/+29
|
* ENH: add 64 bit sgiBill Hoffman2006-05-094-15/+38
|
* ENH: mark timeBill Hoffman2006-05-091-0/+6
|
* ENH: copy right filesAndy Cedilnik2006-05-091-1/+1
|
* ENH: skip bootstrap test as it already does a bootstrapBill Hoffman2006-05-085-2/+10
|
* ENH: change name to MAKE_COMMANDBill Hoffman2006-05-086-12/+13
|
* ENH: add extra copy for ibmAndy Cedilnik2006-05-081-0/+5
|
* ENH: add make program stuffBill Hoffman2006-05-087-10/+22
|
* ENH: add extra copy for aixBill Hoffman2006-05-062-0/+7
|
* ENH: use a directory with spaceAndy Cedilnik2006-05-051-0/+1
|
* ENH: make release directory a variableBill Hoffman2006-05-052-12/+15
|
* ENH: fix env varsAndy Cedilnik2006-05-052-4/+5
|
* ENH: add ability to set CC, CXX and LDFLAGSBill Hoffman2006-05-051-0/+16
|
* ENH: move from tr to cat since it works from a windows machine and works on ↵Bill Hoffman2006-05-051-5/+7
| | | | the AIX
* ENH: add missing quote and some commentsBill Hoffman2006-05-052-1/+5
|
* ENH: remove old copyBill Hoffman2006-05-052-0/+4
|
* ENH: working on hpBill Hoffman2006-05-053-13/+24
|
* ENH: create script is workingBill Hoffman2006-05-051-6/+2
|
* ENH: create script is workingBill Hoffman2006-05-051-1/+1
|
* ENH: create script is workingBill Hoffman2006-05-052-11/+9
|
* ENH: change to script modeBill Hoffman2006-05-051-52/+11
|
* ENH: add fileBill Hoffman2006-05-051-61/+61
|
* ENH: add fileBill Hoffman2006-05-051-0/+61
|
* ENH: add some machinesBill Hoffman2006-05-052-0/+15
|
* ENH: add cvs command variableBill Hoffman2006-05-031-1/+1
|
* ENH: more aix stuffBill Hoffman2006-05-032-3/+4
|
* ENH: add aixBill Hoffman2006-05-032-1/+19
|
* ENH: getting betterBill Hoffman2006-05-034-19/+58
|
* ENH: remove debugBill Hoffman2006-05-021-1/+0
|
* ENH: more stuffBill Hoffman2006-05-022-1/+3
|
* ENH: remove if0Bill Hoffman2006-05-021-5/+0
|
* ENH: first pass at cmake scripts to create the cmake releaseBill Hoffman2006-05-023-0/+99
|
* ENH: remove c++ comment from c codeBill Hoffman2006-03-311-1/+1
|
* ENH: remove warningBill Hoffman2006-03-311-1/+1
|
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵Bill Hoffman2006-03-3022-59/+73
| | | | warnings produced by building for win64
* ENH: Cleanup bootstrap even moreAndy Cedilnik2006-03-221-2/+2
|
* COMP: Remove win64 warningsAndy Cedilnik2006-03-092-3/+3
|
* BUG: Do not install MSVC dlls for a non-MSVC build.Brad King2006-02-171-2/+2
|
* COMP: Last (?) fix for dashboard warning.David Cole2006-02-091-1/+0
|
* ENH: Added option BUILD_CursesDialog if curses is found. This allows people ↵Brad King2006-02-081-22/+20
| | | | to disable building the dialog even when curses is found.
* COMP: Fix next round of dashboard warnings.David Cole2006-02-071-3/+0
|
* COMP: Fix CMake dashboard warnings related to previous revisions.David Cole2006-02-063-4/+7
|
* BUG: Fix mem leaks related to th_get_pathname. Change this implementation of ↵David Cole2006-02-034-18/+286
| | | | th_get_pathname so that it *always* returns a strdup'ed value. Callers must now free non-NULL returns from th_get_pathname. Change all callers to call free appropriately.
* COMP: Fixed build on VC++ Express 2005. Explicitly testing for MFC to ↵Brad King2006-02-031-2/+2
| | | | determine whether to build the MFCDialog.
* BUG: Fix memory leak in libtar's kwReadDir. Use a static buffer like readdir ↵David Cole2006-02-021-4/+11
| | | | (probably) does rather than malloc-ing a block which never gets free-d.
* BUG: revert such that it should workKen Martin2006-01-171-2/+2
|
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-177-15/+20
|
* COMP: wrapped compat.h inside a extern C block so that we can use it in C++ codeYogi Girdhar2006-01-161-1/+7
|