| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG: Revert the change to FileIsDirectory. Add FileIsSymlink and treat symlin... | Andy Cedilnik | 2005-07-12 | 2 | -5/+24 |
|
|
* | BUG: Go back to the original directory after examining the current directory | Andy Cedilnik | 2005-07-12 | 1 | -0/+1 |
|
|
* | BUG: Make sure it always starts in the current directory when searching for t... | Andy Cedilnik | 2005-07-12 | 1 | -0/+1 |
|
|
* | BUG: When removing directory, use lstat instead of stat to make sure that sym... | Andy Cedilnik | 2005-07-12 | 2 | -1/+7 |
|
|
* | BUG: Fix problem with visual studio in release mode | Andy Cedilnik | 2005-07-12 | 1 | -3/+3 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-07-12 | 1 | -1/+1 |
|
|
* | ENH: add curses include directory | Bill Hoffman | 2005-07-11 | 1 | -0/+1 |
|
|
* | ENH: merge changes from branches | Bill Hoffman | 2005-07-11 | 8 | -73/+167 |
|
|
* | add from branch | Bill Hoffman | 2005-07-11 | 1 | -0/+37 |
|
|
* | ENH: Add default update options | Andy Cedilnik | 2005-07-11 | 1 | -0/+4 |
|
|
* | BUG: Remove warning when using CVS | Andy Cedilnik | 2005-07-11 | 1 | -8/+8 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-07-11 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-07-10 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-07-09 | 1 | -1/+1 |
|
|
* | ENH: slightly modified version of Alex's relative path arguments for custom c... | Ken Martin | 2005-07-08 | 1 | -22/+39 |
|
|
* | ENH: update rev to 23 | Ken Martin | 2005-07-08 | 1 | -1/+1 |
|
|
* | ENH: minor version update | Ken Martin | 2005-07-08 | 1 | -5/+5 |
|
|
* | COMP: Fixed uninitialized variable. | Brad King | 2005-07-08 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-07-08 | 1 | -1/+1 |
|
|
* | ENH: configure file will assume start source dir if a full path is not provided | Ken Martin | 2005-07-07 | 1 | -1/+8 |
|
|
* | BUG: library return values were not UNIX slashes on Win98 | Ken Martin | 2005-07-07 | 1 | -2/+6 |
|
|
* | BUG: mor emissing convert to unix slashes | Ken Martin | 2005-07-07 | 1 | -0/+1 |
|
|
* | ENH: cleaned up some old methods and vars | Ken Martin | 2005-07-07 | 2 | -36/+14 |
|
|
* | ENH: Removing CMAKE_HIDE_TARGET_DIRS since it has been superceded by CMAKE_TA... | Brad King | 2005-07-07 | 1 | -5/+0 |
|
|
* | ENH: Added use of CMAKE_TARGET_DIR_PREFIX variable to prepend a project-speci... | Brad King | 2005-07-07 | 1 | -1/+7 |
|
|
* | ENH: added ability to prefix target directories with a . to make them not sho... | Ken Martin | 2005-07-07 | 1 | -0/+5 |
|
|
* | BUG: win95 returning non unix path for cmake command | Ken Martin | 2005-07-07 | 1 | -0/+1 |
|
|
* | ENH: Extended test 0 to run the executable twice using the same process objec... | Brad King | 2005-07-07 | 1 | -14/+29 |
|
|
* | BUG: Fixed reusability of process object by clearing each pipe's Closed flag ... | Brad King | 2005-07-07 | 1 | -1/+2 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-07-07 | 1 | -1/+1 |
|
|
* | BUG: fix for bootstrap problem | Ken Martin | 2005-07-06 | 3 | -11/+11 |
|
|
* | STYLE: Fix typos | Andy Cedilnik | 2005-07-06 | 3 | -3/+3 |
|
|
* | COMP: Remove warning | Andy Cedilnik | 2005-07-06 | 1 | -2/+2 |
|
|
* | ENH: Improve support for various versions of gcov | Andy Cedilnik | 2005-07-06 | 2 | -86/+261 |
|
|
* | ENH: Replace with the one from InsightApp | Andy Cedilnik | 2005-07-06 | 1 | -99/+205 |
|
|
* | BUG: project command should also work with lower case | Ken Martin | 2005-07-06 | 1 | -1/+1 |
|
|
* | BUG: minor fix to project name to match ADD_TEST call | Ken Martin | 2005-07-06 | 1 | -1/+1 |
|
|
* | BUG: On windows there can be a problem because scp does not handle drive name... | Andy Cedilnik | 2005-07-06 | 1 | -1/+14 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-07-06 | 1 | -1/+1 |
|
|
* | ENH: a start on UNIX release | Ken Martin | 2005-07-05 | 2 | -8/+31 |
|
|
* | ENH: better release support | Ken Martin | 2005-07-05 | 1 | -0/+4 |
|
|
* | ENH: better release support | Ken Martin | 2005-07-05 | 2 | -26/+43 |
|
|
* | ENH: Improvements by Julien | Andy Cedilnik | 2005-07-05 | 1 | -0/+32 |
|
|
* | ENH: revert back to string replacement version | Ken Martin | 2005-07-05 | 1 | -84/+119 |
|
|
* | BUG: util targets now show up in locla makefile and make rebuild_cache now wo... | Ken Martin | 2005-07-05 | 1 | -7/+10 |
|
|
* | BUG: fix for debug optimized link libraries | Ken Martin | 2005-07-05 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-07-05 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-07-04 | 1 | -1/+1 |
|
|
* | ENH: Only truncate files when not in try compile. Alsom move truncating code ... | Andy Cedilnik | 2005-07-03 | 1 | -3/+7 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-07-03 | 1 | -1/+1 |
|
|