summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: Nightly Version updateAndy Cedilnik2005-07-131-1/+1
|
* ENH: change versionBill Hoffman2005-07-121-1/+1
|
* ENH: fixes for macosxAndy Cedilnik2005-07-122-6/+11
|
* 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: 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: 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
|
* BUG: project command should also work with lower caseKen 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: 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
|
* ENH: Improve performance of MakeXMLSafe, improve performance of reading ↵Andy Cedilnik2005-07-031-70/+80
| | | | custom ctest files, and remove error when running ctest on directory without DartConfiguration.tcl
* STYLE: Unify number of spacesAndy Cedilnik2005-07-031-1/+1
|
* ENH: Improve performance by compiling regular expressions when neededAndy Cedilnik2005-07-031-35/+18
|
* ENH: Improve performance of testing and do not complain if DartTestfile.txt ↵Andy Cedilnik2005-07-032-10/+10
| | | | is not found or if directory does not exist
* ENH: Start adding the code that will truncate output logsAndy Cedilnik2005-07-032-0/+35
|
* STYLE: Nightly Version updateAndy Cedilnik2005-07-021-1/+1
|