summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Added KWSYS_PLATFORM_CXX_TEST_RUN macro.Brad King2006-08-251-0/+72
* ENH: Globbing patterns should not match a slash inside a filename component.Brad King2006-08-251-2/+8
* ENH: Added '256color' terminal names. Patch applied from bug#3651.Brad King2006-08-231-0/+3
* COMP: Support cmake older than 2.4Andy Cedilnik2006-08-231-2/+1
* COMP: On some project configure may not copy right awayAndy Cedilnik2006-08-221-1/+1
* COMP: Add missing cmake fileAndy Cedilnik2006-08-222-1/+2
* COMP: Add missing cmake fileAndy Cedilnik2006-08-222-1/+63
* ENH: Support large file systems in kwsysAndy Cedilnik2006-08-223-0/+59
* BUG: Fixed #if test for case-insensitive glob on OSX.Brad King2006-08-221-1/+1
* BUG: FileIsDirectory should work when the name contains a trailing slash.Brad King2006-08-211-0/+11
* ENH: Exposed pattern->regex API. Cleaned up and commented implementation of ...Brad King2006-08-212-89/+112
* ENH: Added JoinPath overload that accepts an iterator range.Brad King2006-08-172-6/+25
* ENH: still escape () but do not escapeBill Hoffman2006-08-141-2/+16
* ENH: fix for AddKeepPath not calling realpathKen Martin2006-08-111-1/+2
* ENH: escape ( and ) in unix pathsBill Hoffman2006-08-111-2/+2
* BUG: strlen logic was backwards resulting in function body never actually exe...David Cole2006-08-101-2/+2
* BUG: #3563. Segmentation fault with non initialized input or NULL pointers.Glen Lehmann2006-08-011-0/+5
* COMP: Added missing headers. This partially addresses bug#3556.Brad King2006-08-014-0/+9
* COMP: Use SA_RESTART only if it is defined for the current platform. This pa...Brad King2006-08-011-1/+4
* COMP: Fix and/or disable warnings for Borland 5.6 build.Brad King2006-08-013-3/+6
* ENH: better coverageKen Martin2006-07-312-19/+54
* BUG: fix some bad code and add a couple more testsKen Martin2006-07-281-6/+30