- Mar 03, 2007
- Mar 02, 2007
-
-
Ken Martin authored
-
- Mar 01, 2007
-
-
Brad King authored
-
Ken Martin authored
-
Ken Martin authored
-
- Feb 28, 2007
- Feb 26, 2007
- Feb 22, 2007
-
-
Brad King authored
-
Bill Hoffman authored
-
- Feb 21, 2007
-
-
Bill Hoffman authored
-
Brad King authored
-
- Feb 01, 2007
-
-
Brad King authored
-
Ken Martin authored
-
Ken Martin authored
-
- Jan 30, 2007
-
-
Bill Hoffman authored
-
- Jan 27, 2007
-
-
Mathieu Malaterre authored
-
- Jan 26, 2007
-
-
Brad King authored
-
- Jan 16, 2007
-
-
Clinton Stimpson authored
-
- Jan 12, 2007
-
-
Clinton Stimpson authored
-
- Jan 08, 2007
-
-
Brad King authored
STYLE: Fixed documentation of how to produce forwarding executables for multi-configuration builds with CMAKE_INTDIR.
-
- Dec 21, 2006
-
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
BUG: When a "wrong argument" was detected, we call the WrongArgument handler. If the handler returns success, the argument parsing should continue. Currently, it was stopping parsing immediately after the wrong argument was processed, irrespective of the WrongArgument handler status. Fixed that.
-
- Dec 18, 2006
-
-
Utkarsh Ayachit authored
BUG: FileIsDirectory would remove the trailing '/' even when the path is indeed the root i.e. '/'. Hence the test would be incorrect for root directory. Fixed that.
-
Mathieu Malaterre authored
-
- Dec 15, 2006
-
-
Mathieu Malaterre authored
-
- Dec 14, 2006
-
-
Brad King authored
ENH: Adding stringstream compatibility implementation. It is currently identical to ostringstream. Fixed local variable pcount hiding method warning.
-
Mathieu Malaterre authored
-
Mathieu Malaterre authored
-
- Dec 13, 2006
-
-
Mathieu Malaterre authored
-
- Dec 09, 2006
-
-
Mathieu Malaterre authored
BUG: revert yesterday patch. The implementation was correct. The problem was that _WIN32 was forced to be #define on cygwin when included from ITK, which was miss matching the implementation from the declaration. Put extra condition for CYGWIN system
-
- Dec 08, 2006
-
-
Mathieu Malaterre authored
BUG: Make sure to use the Win32 interface (HINSTANCE) for handling shared lib on cygwin and mingw system
-
- Dec 05, 2006
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
- Dec 04, 2006
-
-
Bill Hoffman authored
-
Brad King authored
ENH: Changes based on patch from Ryan C. Gordon to enable process execution on BeOS. There seems to be no way to implement it without polling (or threads).
-
- Nov 29, 2006
-
-
Mathieu Malaterre authored
BUG: Fix problem with loading dylib on Tiger (10.4) x86. We need to be using the dlopen/dlclose instead of the old NSModule
-
- Oct 25, 2006
-
-
Brad King authored
-