summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Added definition of _BSD_SOURCE to enable proper use of POSIX functions ↵Brad King2002-09-101-0/+4
| | | | on comeau in linux.
* ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot ↵Brad King2002-09-102-2/+2
| | | | be compared directly with other pointer types. We use 0 instead.
* ERR: Fix for borland on linux. We cannot directly compare the st_dev and ↵Brad King2002-09-101-3/+3
| | | | st_ino members of struct stat. Use memcmp instead.
* ERR: Removed stray semi-colon.Brad King2002-09-101-1/+1
|
* ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot ↵Brad King2002-09-104-54/+54
| | | | be compared directly with other pointer types. We use 0 instead.
* ERR: Fix for borland on linux.Brad King2002-09-101-1/+1
|
* removed extra ENDIFKen Martin2002-09-101-2/+0
|
* better error checking on If statementsKen Martin2002-09-102-11/+7
|
* ERR: Removed accidental commit.Brad King2002-09-101-2/+0
|
* BUG: Missing AC_SUBST commands added.Brad King2002-09-101-0/+2
|
* compiler warningsKen Martin2002-09-086-7/+7
|
* compiler warningsKen Martin2002-09-083-8/+8
|
* compiler warningKen Martin2002-09-081-1/+1
|
* fix for borland compilersKen Martin2002-09-082-3/+3
|
* ERR: Fix for borland in generated code. vtkCommand is ambiguously both a ↵Brad King2002-09-061-1/+5
| | | | function and a class.
* updated to fix the long depend line issue on BorlandKen Martin2002-09-061-5/+3
|
* new archKen Martin2002-09-0614-520/+684
|
* new architectureKen Martin2002-09-064-32/+105
|
* ENH: use :: rule and not a long line extensionBill Hoffman2002-09-061-5/+2
|
* minor fixKen Martin2002-09-061-1/+1
|
* minor fixesKen Martin2002-09-061-12/+12
|
* made destructor virtualKen Martin2002-09-051-1/+1
|
* removed some coutsKen Martin2002-09-051-10/+9
|
* made method publicKen Martin2002-09-041-4/+4
|
* fixesKen Martin2002-09-041-0/+1
|
* updatesKen Martin2002-09-045-4/+28
|
* new archKen Martin2002-09-048-0/+3154
|
* first cut a new archKen Martin2002-09-044-0/+593
|
* BUG: use windows paths for utility dependsBill Hoffman2002-09-031-2/+5
|
* BUG: bug for more than one custom commandsBill Hoffman2002-09-031-0/+1
|
* FLTK_FLUID_EXE -> FLTK_FLUID_EXECUTABLEIan Scott2002-09-021-1/+1
| | | | because Module files are moving to consistent scheme
* Define a single expected format for the values defined in every ↵Ian Scott2002-09-022-3/+3
| | | | | | | FindXXX.cmake file. Upgrade all the QT functionality to use the new FindXXX.cmake format Add a module for AVIFile.
* in progressKen Martin2002-08-308-0/+3263
|
* in progress checkinKen Martin2002-08-304-0/+380
|
* extern C fixesKen Martin2002-08-291-0/+5
|
* some changes in cachemanager and singletonsKen Martin2002-08-283-19/+48
|
* no more singletonsKen Martin2002-08-281-18/+0
|
* changed cache manager and registered generators to no longer be singletonsKen Martin2002-08-2831-196/+432
|
* an early checking not completeKen Martin2002-08-282-0/+116
|
* ENH: add include paths to rc program for resource generationBill Hoffman2002-08-283-2/+10
|
* Fix bug in trying to set stding with nullAndy Cedilnik2002-08-271-0/+4
|
* ENH: fix warningsBill Hoffman2002-08-272-2/+1
|
* fixed bootstrap build to not use LoadCOmmandCOmmandKen Martin2002-08-272-0/+12
|
* updated to match the SETKen Martin2002-08-262-23/+14
|
* now uses stubsKen Martin2002-08-264-142/+193
|
* fixed bug maybeKen Martin2002-08-261-0/+2
|
* removed shared lib supportKen Martin2002-08-2312-105/+74
|
* memory issueKen Martin2002-08-231-0/+1
|
* compiler warningsKen Martin2002-08-233-4/+5
|
* BUG: add explicit clean up of the cachemanager at exit of programs, so dll ↵Bill Hoffman2002-08-2310-18/+27
| | | | destruction is not a problem.