Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | ENH: Adding support for # escape in Watcom WMake. | Brad King | 2006-10-25 | 2 | -5/+37 |
| | |||||
* | ENH: Added # character for shell escaping. | Brad King | 2006-10-23 | 1 | -1/+1 |
| | |||||
* | BUG: Correct the SystemReportDebugHook function. It should not call exit. It ↵ | David Cole | 2006-10-19 | 1 | -5/+5 |
| | | | | gets called multiple times at shutdown in a memory leak reporting scenario... This is the source of the long standing KWWidgetsTour debug build dashboard failure. | ||||
* | ENH: Report command line as a measurement and allow user to add custom ↵ | Andy Cedilnik | 2006-10-13 | 1 | -0/+1 |
| | | | | measurements | ||||
* | COMP: Fix or suppress warnings on Borland and Mac dashboards. Definitely fix ↵ | David Cole | 2006-10-09 | 1 | -0/+1 |
| | | | | "may be used uninitialized" warnings. | ||||
* | STYLE: Make the set of supported STL headers the same in vtkstd and ↵ | David Cole | 2006-10-06 | 1 | -2/+19 |
| | | | | vtksys/stl. (The union of the present values of the two sets.) | ||||
* | ENH: Adding Shell_Flag_EchoWindows option to setup escapes for arguments to ↵ | Brad King | 2006-10-04 | 2 | -1/+20 |
| | | | | the native echo command in a shell. This special case is needed to avoid adding quotes when passing text to echo in a native windows shell which does no command line parsing at all. | ||||
* | ENH: Adding tests KWSYS_C_HAS_PTRDIFF_T and KWSYS_C_HAS_SSIZE_T to help ↵ | Brad King | 2006-10-04 | 3 | -11/+59 |
| | | | | ProcessUNIX.c build everywhere without warnings. | ||||
* | BUG: Name of C test file ends in .c not .cxx. | Brad King | 2006-10-04 | 1 | -1/+1 |
| | |||||
* | ENH: Renamed kwsysPlatformCxxTests to kwsysPlatformTests and generalized it ↵ | Brad King | 2006-10-04 | 4 | -10/+70 |
| | | | | for multiple language tests (C and CXX). | ||||
* | ENH: check for empty path | Bill Hoffman | 2006-10-03 | 1 | -0/+4 |
| | |||||
* | ENH: make sure value is set before using it | Bill Hoffman | 2006-10-03 | 1 | -1/+1 |
| | |||||
* | BUG: Need to initialize to not use native pipes. | Brad King | 2006-10-03 | 1 | -0/+8 |
| | |||||
* | ENH: Added Process_SetPipeNative method to allow user code to override the ↵ | Brad King | 2006-10-03 | 3 | -4/+247 |
| | | | | pipes connected to the child pipeline. | ||||
* | ENH: Re-implemented command line argument shell quoting to support several ↵ | Brad King | 2006-09-27 | 3 | -90/+411 |
| | | | | platforms with one code base. | ||||
* | BUG: Windows_ShellArgument: need to escape if the string contains one of a ↵ | Brad King | 2006-09-21 | 1 | -24/+29 |
| | | | | set of special characters as well as spaces. Moved test for needing escapes to a separate method kwsysSystemWindowsShellArgumentNeedsEscape. | ||||
* | ENH: Adding 'System' component of C sources to hold system tools written in ↵ | Brad King | 2006-09-21 | 4 | -130/+241 |
| | | | | C. Moved windows shell command line argument escaping code to kwsysSystem_Windows_ShellArgument and kwsysSystem_Windows_ShellArgumentSize. | ||||
* | ENH: Added KWSYS_SHARED_FORWARD_OPTION_COMMAND option to allow users to ↵ | Brad King | 2006-09-21 | 1 | -13/+56 |
| | | | | replace the command executed. Extended documentation at top of file. | ||||
* | COMP: Fix try-compile to fail properly on HP. | Brad King | 2006-08-30 | 2 | -2/+5 |
| | |||||
* | ENH: Adding KWSys component IOStream to provide help with broken C++ stream ↵ | Brad King | 2006-08-27 | 4 | -2/+486 |
| | | | | libraries. | ||||
* | BUG: Need to undefine temporary macros defined at top of file. | Brad King | 2006-08-27 | 1 | -0/+5 |
| | |||||
* | BUG: When a try-run fails to compile create the run result cache entry with ↵ | Brad King | 2006-08-27 | 1 | -0/+1 |
| | | | | a bogus non-zero return value to avoid running the test again. | ||||
* | BUG: GetLineFromStream should remove carriage return characters to make sure ↵ | Brad King | 2006-08-26 | 1 | -21/+31 |
| | | | | newlines do not get duplicates. | ||||
* | BUG: Fix location of CMakeOutput.log and CMakeError.log. | Brad King | 2006-08-26 | 1 | -2/+2 |
| | |||||
* | COMP: Disable _FILE_OFFSET_BITS check until sys/types.h check is enabled. | Brad King | 2006-08-25 | 1 | -1/+1 |
| | |||||
* | ENH: Separate the notion of a request for LFS and its availability. Allow ↵ | Brad King | 2006-08-25 | 1 | -9/+35 |
| | | | | user code to block definitions of LFS macros. Added framework to give error if sys/types.h is included before this header when LFS is requested (currently disabled). | ||||
* | ENH: Moved test for large file support into kwsysPlatformCxxTests.cxx with ↵ | Brad King | 2006-08-25 | 4 | -46/+56 |
| | | | | name KWSYS_LFS_WORKS. | ||||
* | ENH: Switching KWSYS_CHAR_IS_SIGNED test to use KWSYS_PLATFORM_CXX_TEST_RUN ↵ | Brad King | 2006-08-25 | 2 | -20/+4 |
| | | | | macro. |