summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: big change that includes immediate subdir support, removing the notion ↵Ken Martin2005-03-1865-776/+471
| | | | of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
* ENH: added immediate subdirectory commandKen Martin2005-03-182-0/+184
|
* ENH: bad ideaKen Martin2005-03-181-38/+0
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-181-1/+1
|
* BUG: Need to collapse full paths before depending on them to remove ./ and ↵Brad King2005-03-171-1/+1
| | | | ../ to make sure target names match.
* ENH: add source groups xcodeBill Hoffman2005-03-172-20/+99
|
* COMP: Using proper __QNX__ preprocessor test.Brad King2005-03-171-2/+2
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-171-1/+1
|
* COMP: Fix more pthreads problems on windowsAndy Cedilnik2005-03-162-1/+2
|
* COMP: More cleanupsAndy Cedilnik2005-03-166-16/+39
|
* COMP: Remove warningsAndy Cedilnik2005-03-161-3/+3
|
* ENH: Make sure to use internal zlibAndy Cedilnik2005-03-164-10/+32
|
* ENH: Cleanup of the outputAndy Cedilnik2005-03-161-9/+4
|
* BUG: No need to link threads libraries when pthreads are not foundAndy Cedilnik2005-03-161-1/+4
|
* COMP: Only include malloc.h on QNX.Brad King2005-03-161-1/+3
|
* FIX: that was wrongSebastien Barre2005-03-161-1/+1
|
* BUG: Do not add Qt wrapping test unless QT is found and QT_UIC_EXECUTABLE is ↵Brad King2005-03-162-4/+4
| | | | found.
* COMP: Need malloc.h for malloc/free on QNX.Brad King2005-03-161-0/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-161-1/+1
|
* ENH: only support rel paths for nowKen Martin2005-03-151-2/+10
|
* COMP: Defining YY_NO_INPUT to remove compilation of unused yyinput function. ↵Brad King2005-03-152-0/+2
| | | | It was producing a warning about unreachable code.
* COMP: Removed warning due to unsigned enum type.Brad King2005-03-151-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-151-1/+1
|
* ENH: make xcode compile only on appleBill Hoffman2005-03-142-4/+12
|
* ENH: oops forgot to chek this inKen Martin2005-03-141-1/+0
|
* ENH: try to fix rpath on qnxBill Hoffman2005-03-141-2/+2
|
* ENH: add support for out of source sourceKen Martin2005-03-1414-114/+222
|
* ENH: added new test for out of dir source treesKen Martin2005-03-144-0/+10
|
* ENH: added new structure to hold subdirectoriesKen Martin2005-03-141-0/+38
|
* COMP: Added __INTEL_COMPILER to test for yyerrorlab warning suppression.Brad King2005-03-142-1/+2
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-141-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-131-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-121-1/+1
|
* ENH: try to see if there is still a problemBill Hoffman2005-03-113-3/+3
|
* BUG: Do not report an error removing the binary directory if it doesn't exist.Brad King2005-03-111-4/+4
|
* ENH: add last two small funcs from vtkString. Done removing depsSebastien Barre2005-03-112-0/+60
|
* FIX: fix crashing test SubDir for xcodeAndy Cedilnik2005-03-112-20/+38
|
* ENH: update documentation, sort methods into categoriesSebastien Barre2005-03-112-189/+333
|
* FIX: fix output of passing testsBill Hoffman2005-03-111-4/+1
|
* ENH: Initial attempt at QNX support. Submitted by Tim Arney.Brad King2005-03-111-0/+11
|
* COMP: Added missing include of string.h.Brad King2005-03-113-6/+6
|
* COMP: Adding stdlib.h to standard includes. We are using functions from it ↵Brad King2005-03-111-0/+1
| | | | all over the place assuming it has been included here.
* COMP: fix some warningsSebastien Barre2005-03-112-3/+3
|
* COMP: fix a warningKen Martin2005-03-111-3/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-111-1/+1
|
* ENH: remove deps to vtkString by using KWSys (a handful of functions have ↵Sebastien Barre2005-03-101-3/+3
| | | | been moved to KWSys)
* ENH: remove deps to vtkString by using KWSys (a handful of functions have ↵Sebastien Barre2005-03-102-0/+28
| | | | been moved to KWSys)
* ENH: remove deps to vtkString by using KWSys (a handful of functions have ↵Sebastien Barre2005-03-102-3/+310
| | | | been moved to KWSys)
* ENH: cleanup by removing all the olf local generate junk that i not longer ↵Ken Martin2005-03-1011-186/+56
| | | | needed
* ENH: move function from vtkKWDirectoryUtilities and vtkString to SystemToolsSebastien Barre2005-03-102-1/+209
|