Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: Fix warning about binding reference-to-non-const to an rvalue on VS6. ↵ | Brad King | 2007-03-09 | 1 | -17/+20 |
| | | | | It does not seem to be doing the proper auto_ptr_ref conversions. Instead use the const_cast work-around on this platform. | ||||
* | COMP: Fixed unreferenced parameter warning for VS6 with /W4. | Brad King | 2007-03-09 | 1 | -1/+5 |
| | |||||
* | STYLE: Move warning disable pragma into push/pop block. | Brad King | 2007-03-07 | 1 | -5/+1 |
| | |||||
* | BUG: Use angle-brackets to include testSystemTools.h to avoid problems with ↵ | Brad King | 2007-03-07 | 2 | -2/+6 |
| | | | | in-source builds. | ||||
* | ENH: Enabled support for use_auto_ptr(get_auto_ptr()) syntax on HP compiler. | Brad King | 2007-03-07 | 2 | -21/+47 |
| | |||||
* | COMP: shut up w4 warning | Ken Martin | 2007-03-06 | 1 | -0/+5 |
| | |||||
* | COMP: Disable function call with function return test for HP until it is ↵ | Brad King | 2007-03-04 | 1 | -0/+2 |
| | | | | implemented. | ||||
* | COMP: All kwsys .hxx headers should include Configure.hxx. Re-enabling ↵ | Brad King | 2007-03-03 | 2 | -1/+3 |
| | | | | testAutoPtr. | ||||
* | COMP: Disable auto_ptr test for now. | Brad King | 2007-03-03 | 1 | -1/+1 |
| | |||||
* | ENH: Implemented auto_ptr_ref in a way that allows conversion of the ↵ | Brad King | 2007-03-03 | 2 | -9/+6 |
| | | | | pointed-to type. | ||||
* | COMP: Remove one conversion test until it is implemented. | Brad King | 2007-03-03 | 1 | -0/+2 |
| | |||||
* | ENH: Added test for auto_ptr. Documented aut_ptr template implementation. | Brad King | 2007-03-03 | 3 | -23/+294 |
| | |||||
* | ENH: Cleaned up KWSys tests to use test drivers. | Brad King | 2007-03-03 | 10 | -64/+86 |
| | |||||
* | COMP: fix warnings | Ken Martin | 2007-03-02 | 1 | -2/+2 |
| | |||||
* | COMP: More workarounds for Borland. | Brad King | 2007-03-02 | 1 | -3/+6 |
| | |||||
* | COMP: fix warning | Ken Martin | 2007-03-01 | 1 | -1/+1 |
| | |||||
* | ENH: added a limit to the getline method | Ken Martin | 2007-03-01 | 2 | -2/+22 |
| | |||||
* | BUG: Assignment should always use reset(). | Brad King | 2007-02-28 | 1 | -1/+1 |
| | |||||
* | COMP: Fix for auto_ptr_ref on Borland 5.8. | Brad King | 2007-02-28 | 1 | -5/+10 |
| | |||||
* | COMP: Added line accidentally removed. | Brad King | 2007-02-26 | 1 | -0/+1 |
| | |||||
* | BUG: Fixed implementation of auto_ptr_ref. | Brad King | 2007-02-26 | 1 | -2/+1 |
| | |||||
* | BUG: Fix bug#4482. | Brad King | 2007-02-22 | 1 | -1/+12 |
| | |||||
* | COMP: remove warning | Bill Hoffman | 2007-02-22 | 1 | -1/+0 |
| | |||||
* | ENH: fix parens in the path with spaces in the path | Bill Hoffman | 2007-02-22 | 1 | -16/+3 |
| | |||||
* | COMP: Disable LFS on AIX. | Brad King | 2007-02-21 | 1 | -1/+7 |
| | |||||
* | STYLE: Removed one more stray comment. | Brad King | 2007-02-01 | 1 | -2/+0 |
| | |||||
* | STYLE: removed code accidently checked in | Ken Martin | 2007-02-01 | 1 | -14/+1 |
| | |||||
* | BUG: fix for bug number 3320 | Ken Martin | 2007-02-01 | 1 | -3/+33 |
| | |||||
* | ENH: allow copy if different from a file to a directory to work | Bill Hoffman | 2007-01-30 | 1 | -2/+24 |
| | |||||
* | STYLE: Fix typo | Mathieu Malaterre | 2007-01-27 | 1 | -1/+1 |
| | |||||
* | BUG: Added use of KWSYS_INSTALL_COMPONENT_NAME_DEVELOPMENT for header file ↵ | Brad King | 2007-01-26 | 1 | -6/+20 |
| | | | | install rules. | ||||
* | ENH: Add support for "~otheruser/" | Clinton Stimpson | 2007-01-16 | 1 | -9/+51 |
| | |||||
* | ENH: Handle "~" in SplitPath. | Clinton Stimpson | 2007-01-12 | 1 | -0/+13 |
| | |||||
* | STYLE: Fixed documentation of how to produce forwarding executables for ↵ | Brad King | 2007-01-08 | 1 | -13/+18 |
| | | | | multi-configuration builds with CMAKE_INTDIR. | ||||
* | BUG: reverting previous change. | Utkarsh Ayachit | 2006-12-21 | 1 | -0/+1 |
| | |||||
* | BUG: When a "wrong argument" was detected, we call the WrongArgument ↵ | Utkarsh Ayachit | 2006-12-21 | 1 | -1/+0 |
| | | | | 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. | ||||
* | BUG: FileIsDirectory would remove the trailing '/' even when the path is ↵ | Utkarsh Ayachit | 2006-12-18 | 1 | -1/+2 |
| | | | | indeed the root i.e. '/'. Hence the test would be incorrect for root directory. Fixed that. | ||||
* | COMP: Fix compilation when VS6 is using the new ANSI stdlib | Mathieu Malaterre | 2006-12-18 | 1 | -0/+5 |
| | |||||
* | COMP: Try to get stringstream emulation working | Mathieu Malaterre | 2006-12-15 | 1 | -1/+1 |
| | |||||
* | ENH: Adding stringstream compatibility implementation. It is currently ↵ | Brad King | 2006-12-14 | 1 | -2/+39 |
| | | | | identical to ostringstream. Fixed local variable pcount hiding method warning. | ||||
* | BUG: Remove stringstream implementation, this was a wrong interface anyway. | Mathieu Malaterre | 2006-12-14 | 2 | -44/+3 |
| | |||||
* | BUG: disable test for now | Mathieu Malaterre | 2006-12-14 | 1 | -2/+3 |
| | |||||
* | ENH: provide stringstream too. FIX: warning shadow var | Mathieu Malaterre | 2006-12-13 | 2 | -3/+43 |
| | |||||
* | BUG: revert yesterday patch. The implementation was correct. The problem was ↵ | Mathieu Malaterre | 2006-12-09 | 3 | -8/+9 |
| | | | | 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 | ||||
* | BUG: Make sure to use the Win32 interface (HINSTANCE) for handling shared ↵ | Mathieu Malaterre | 2006-12-08 | 3 | -4/+6 |
| | | | | lib on cygwin and mingw system | ||||
* | COMP: remove warning | Bill Hoffman | 2006-12-05 | 1 | -1/+0 |
| | |||||
* | ENH: fix build error on IRIX | Bill Hoffman | 2006-12-05 | 1 | -2/+2 |
| | |||||
* | ENH: merge in changes for beos support | Bill Hoffman | 2006-12-04 | 4 | -2/+147 |
| | |||||
* | ENH: Changes based on patch from Ryan C. Gordon to enable process execution ↵ | Brad King | 2006-12-04 | 2 | -149/+382 |
| | | | | on BeOS. There seems to be no way to implement it without polling (or threads). | ||||
* | BUG: Fix problem with loading dylib on Tiger (10.4) x86. We need to be using ↵ | Mathieu Malaterre | 2006-11-29 | 2 | -14/+6 |
| | | | | the dlopen/dlclose instead of the old NSModule |