summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: fix compile error bug# 2020 on macBill Hoffman2005-07-151-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-07-151-1/+1
|
* ENH: fix wxdialog to build with xcodeBill Hoffman2005-07-142-6/+28
|
* ENH: add an install target for WXDialogAndy Cedilnik2005-07-141-1/+1
|
* ENH: fix for bug 992, mac bundle install fixBill Hoffman2005-07-141-4/+29
|
* BUG: fix for bug 1850 wrapping can leave out files if they are a substring ↵Bill Hoffman2005-07-141-2/+5
| | | | of another file
* ENH: Some more cleanups and add ctest custom vector for regular expression ↵Andy Cedilnik2005-07-141-8/+49
| | | | to exclude from coverage
* BUG: Look for custom files in all directoriesAndy Cedilnik2005-07-141-1/+1
|
* ENH: Add custom supression regular expressionsAndy Cedilnik2005-07-142-0/+39
|
* FIX: fix bug 2043 borland compiler and dll problem and add a test for itBill Hoffman2005-07-141-11/+12
|
* BUG: Fix line number inconsistency, improve outputAndy Cedilnik2005-07-141-17/+43
|
* BUG: add support for borland exe with shared libs back inKen Martin2005-07-141-0/+30
|
* COMP: Remove warning and fix the logicAndy Cedilnik2005-07-141-2/+5
|
* BUG: Rename tmp filesAndy Cedilnik2005-07-141-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-07-141-1/+1
|
* BUG: remove part of patch from bug 1965 that set executable pathsBill Hoffman2005-07-131-6/+1
|
* BUG: revert part of patch that set executable debug prefix as it breaks too ↵Bill Hoffman2005-07-131-51/+5
| | | | much stuff
* ENH: add -L as possible library flagBill Hoffman2005-07-131-1/+1
|
* ENH: add support for bundlesBill Hoffman2005-07-131-4/+29
|
* BUG: try to fix failed testBill Hoffman2005-07-131-7/+11
|
* ENH: add bundle testBill Hoffman2005-07-131-1/+11
|
* FIX: apply patch from bug# 1965Bill Hoffman2005-07-139-574/+886
|
* ENH: Add timeout supportAndy Cedilnik2005-07-132-0/+13
|
* COMP: Remove warning on windowsAndy Cedilnik2005-07-131-0/+1
|
* 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