summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Expand)AuthorAgeFilesLines
* ENH: allow copy if different from a file to a directory to workBill Hoffman2007-01-301-2/+24
* STYLE: Fix typoMathieu Malaterre2007-01-271-1/+1
* BUG: Added use of KWSYS_INSTALL_COMPONENT_NAME_DEVELOPMENT for header file in...Brad King2007-01-261-6/+20
* ENH: Add support for "~otheruser/"Clinton Stimpson2007-01-161-9/+51
* ENH: Handle "~" in SplitPath.Clinton Stimpson2007-01-121-0/+13
* STYLE: Fixed documentation of how to produce forwarding executables for multi...Brad King2007-01-081-13/+18
* BUG: reverting previous change.Utkarsh Ayachit2006-12-211-0/+1
* BUG: When a "wrong argument" was detected, we call the WrongArgument handler....Utkarsh Ayachit2006-12-211-1/+0
* BUG: FileIsDirectory would remove the trailing '/' even when the path is inde...Utkarsh Ayachit2006-12-181-1/+2
* COMP: Fix compilation when VS6 is using the new ANSI stdlibMathieu Malaterre2006-12-181-0/+5
* COMP: Try to get stringstream emulation workingMathieu Malaterre2006-12-151-1/+1
* ENH: Adding stringstream compatibility implementation. It is currently ident...Brad King2006-12-141-2/+39
* BUG: Remove stringstream implementation, this was a wrong interface anyway.Mathieu Malaterre2006-12-142-44/+3
* BUG: disable test for nowMathieu Malaterre2006-12-141-2/+3
* ENH: provide stringstream too. FIX: warning shadow varMathieu Malaterre2006-12-132-3/+43
* BUG: revert yesterday patch. The implementation was correct. The problem was ...Mathieu Malaterre2006-12-093-8/+9
* BUG: Make sure to use the Win32 interface (HINSTANCE) for handling shared lib...Mathieu Malaterre2006-12-083-4/+6
* COMP: remove warningBill Hoffman2006-12-051-1/+0
* ENH: fix build error on IRIXBill Hoffman2006-12-051-2/+2
* ENH: merge in changes for beos supportBill Hoffman2006-12-044-2/+147
* ENH: Changes based on patch from Ryan C. Gordon to enable process execution o...Brad King2006-12-042-149/+382
* BUG: Fix problem with loading dylib on Tiger (10.4) x86. We need to be using ...Mathieu Malaterre2006-11-292-14/+6
* ENH: Adding support for # escape in Watcom WMake.Brad King2006-10-252-5/+37
* ENH: Added # character for shell escaping.Brad King2006-10-231-1/+1
* BUG: Correct the SystemReportDebugHook function. It should not call exit. It ...David Cole2006-10-191-5/+5
* ENH: Report command line as a measurement and allow user to add custom measur...Andy Cedilnik2006-10-131-0/+1
* COMP: Fix or suppress warnings on Borland and Mac dashboards. Definitely fix ...David Cole2006-10-091-0/+1
* STYLE: Make the set of supported STL headers the same in vtkstd and vtksys/st...David Cole2006-10-061-2/+19
* ENH: Adding Shell_Flag_EchoWindows option to setup escapes for arguments to t...Brad King2006-10-042-1/+20
* ENH: Adding tests KWSYS_C_HAS_PTRDIFF_T and KWSYS_C_HAS_SSIZE_T to help Proce...Brad King2006-10-043-11/+59
* BUG: Name of C test file ends in .c not .cxx.Brad King2006-10-041-1/+1
* ENH: Renamed kwsysPlatformCxxTests to kwsysPlatformTests and generalized it f...Brad King2006-10-044-10/+70
* ENH: check for empty pathBill Hoffman2006-10-031-0/+4
* ENH: make sure value is set before using itBill Hoffman2006-10-031-1/+1
* BUG: Need to initialize to not use native pipes.Brad King2006-10-031-0/+8
* ENH: Added Process_SetPipeNative method to allow user code to override the pi...Brad King2006-10-033-4/+247
* ENH: Re-implemented command line argument shell quoting to support several pl...Brad King2006-09-273-90/+411
* BUG: Windows_ShellArgument: need to escape if the string contains one of a se...Brad King2006-09-211-24/+29
* ENH: Adding 'System' component of C sources to hold system tools written in C...Brad King2006-09-214-130/+241
* ENH: Added KWSYS_SHARED_FORWARD_OPTION_COMMAND option to allow users to repla...Brad King2006-09-211-13/+56
* COMP: Fix try-compile to fail properly on HP.Brad King2006-08-302-2/+5
* ENH: Adding KWSys component IOStream to provide help with broken C++ stream l...Brad King2006-08-274-2/+486
* BUG: Need to undefine temporary macros defined at top of file.Brad King2006-08-271-0/+5
* BUG: When a try-run fails to compile create the run result cache entry with a...Brad King2006-08-271-0/+1
* BUG: GetLineFromStream should remove carriage return characters to make sure ...Brad King2006-08-261-21/+31
* BUG: Fix location of CMakeOutput.log and CMakeError.log.Brad King2006-08-261-2/+2
* COMP: Disable _FILE_OFFSET_BITS check until sys/types.h check is enabled.Brad King2006-08-251-1/+1
* ENH: Separate the notion of a request for LFS and its availability. Allow us...Brad King2006-08-251-9/+35
* ENH: Moved test for large file support into kwsysPlatformCxxTests.cxx with na...Brad King2006-08-254-46/+56
* ENH: Switching KWSYS_CHAR_IS_SIGNED test to use KWSYS_PLATFORM_CXX_TEST_RUN m...Brad King2006-08-252-20/+4