summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Revert the change to FileIsDirectory. Add FileIsSymlink and treat ↵Andy Cedilnik2005-07-122-5/+24
| | | | symlinks as files when removing directory
* BUG: Go back to the original directory after examining the current directoryAndy Cedilnik2005-07-121-0/+1
|
* BUG: Make sure it always starts in the current directory when searching for ↵Andy Cedilnik2005-07-121-0/+1
| | | | tests
* BUG: When removing directory, use lstat instead of stat to make sure that ↵Andy Cedilnik2005-07-122-1/+7
| | | | symlinks are treated as files and not as directories
* BUG: Fix problem with visual studio in release modeAndy Cedilnik2005-07-121-3/+3
|
* STYLE: Nightly Version updateAndy Cedilnik2005-07-121-1/+1
|
* ENH: add curses include directoryBill Hoffman2005-07-111-0/+1
|
* ENH: merge changes from branchesBill Hoffman2005-07-118-73/+167
|
* add from branchBill Hoffman2005-07-111-0/+37
|
* ENH: Add default update optionsAndy Cedilnik2005-07-111-0/+4
|
* BUG: Remove warning when using CVSAndy Cedilnik2005-07-111-8/+8
|
* STYLE: Nightly Version updateAndy Cedilnik2005-07-111-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-07-101-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-07-091-1/+1
|
* ENH: slightly modified version of Alex's relative path arguments for custom ↵Ken Martin2005-07-081-22/+39
| | | | commands
* ENH: update rev to 23Ken Martin2005-07-081-1/+1
|
* ENH: minor version updateKen Martin2005-07-081-5/+5
|
* COMP: Fixed uninitialized variable.Brad King2005-07-081-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-07-081-1/+1
|
* ENH: configure file will assume start source dir if a full path is not providedKen Martin2005-07-071-1/+8
|
* BUG: library return values were not UNIX slashes on Win98Ken Martin2005-07-071-2/+6
|
* BUG: mor emissing convert to unix slashesKen Martin2005-07-071-0/+1
|
* ENH: cleaned up some old methods and varsKen Martin2005-07-072-36/+14
|
* ENH: Removing CMAKE_HIDE_TARGET_DIRS since it has been superceded by ↵Brad King2005-07-071-5/+0
| | | | CMAKE_TARGET_DIR_PREFIX.
* ENH: Added use of CMAKE_TARGET_DIR_PREFIX variable to prepend a ↵Brad King2005-07-071-1/+7
| | | | project-specified string to the names of all the target-name.dir directories.
* ENH: added ability to prefix target directories with a . to make them not ↵Ken Martin2005-07-071-0/+5
| | | | show up in ls. From patch from Alex
* BUG: win95 returning non unix path for cmake commandKen Martin2005-07-071-0/+1
|
* ENH: Extended test 0 to run the executable twice using the same process ↵Brad King2005-07-071-14/+29
| | | | object. This tests the reusability of the objects.
* BUG: Fixed reusability of process object by clearing each pipe's Closed flag ↵Brad King2005-07-071-1/+2
| | | | when cleaning up.
* STYLE: Nightly Version updateAndy Cedilnik2005-07-071-1/+1
|
* BUG: fix for bootstrap problemKen Martin2005-07-063-11/+11
|
* STYLE: Fix typosAndy Cedilnik2005-07-063-3/+3
|
* COMP: Remove warningAndy Cedilnik2005-07-061-2/+2
|
* ENH: Improve support for various versions of gcovAndy Cedilnik2005-07-062-86/+261
|
* ENH: Replace with the one from InsightAppAndy Cedilnik2005-07-061-99/+205
|
* BUG: project command should also work with lower caseKen Martin2005-07-061-1/+1
|
* BUG: minor fix to project name to match ADD_TEST callKen Martin2005-07-061-1/+1
|
* BUG: On windows there can be a problem because scp does not handle drive ↵Andy Cedilnik2005-07-061-1/+14
| | | | names. This uses relative path for scp
* STYLE: Nightly Version updateAndy Cedilnik2005-07-061-1/+1
|
* ENH: a start on UNIX releaseKen Martin2005-07-052-8/+31
|
* ENH: better release supportKen Martin2005-07-051-0/+4
|
* ENH: better release supportKen Martin2005-07-052-26/+43
|
* ENH: Improvements by JulienAndy Cedilnik2005-07-051-0/+32
|
* ENH: revert back to string replacement versionKen Martin2005-07-051-84/+119
|
* BUG: util targets now show up in locla makefile and make rebuild_cache now ↵Ken Martin2005-07-051-7/+10
| | | | works in subdirs
* BUG: fix for debug optimized link librariesKen Martin2005-07-051-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-07-051-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-07-041-1/+1
|
* ENH: Only truncate files when not in try compile. Alsom move truncating code ↵Andy Cedilnik2005-07-031-3/+7
| | | | closer to configure
* STYLE: Nightly Version updateAndy Cedilnik2005-07-031-1/+1
|