index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
kwsys
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 o...
Brad King
2006-12-04
2
-149/+382
*
BUG: Fix problem with loading dylib on Tiger (10.4) x86. We need to be using ...
Mathieu Malaterre
2006-11-29
2
-14/+6
*
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
*
ENH: Report command line as a measurement and allow user to add custom measur...
Andy Cedilnik
2006-10-13
1
-0/+1
*
COMP: Fix or suppress warnings on Borland and Mac dashboards. Definitely fix ...
David Cole
2006-10-09
1
-0/+1
*
STYLE: Make the set of supported STL headers the same in vtkstd and vtksys/st...
David Cole
2006-10-06
1
-2/+19
*
ENH: Adding Shell_Flag_EchoWindows option to setup escapes for arguments to t...
Brad King
2006-10-04
2
-1/+20
*
ENH: Adding tests KWSYS_C_HAS_PTRDIFF_T and KWSYS_C_HAS_SSIZE_T to help Proce...
Brad King
2006-10-04
3
-11/+59
*
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 f...
Brad King
2006-10-04
4
-10/+70
*
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 pi...
Brad King
2006-10-03
3
-4/+247
*
ENH: Re-implemented command line argument shell quoting to support several pl...
Brad King
2006-09-27
3
-90/+411
*
BUG: Windows_ShellArgument: need to escape if the string contains one of a se...
Brad King
2006-09-21
1
-24/+29
*
ENH: Adding 'System' component of C sources to hold system tools written in C...
Brad King
2006-09-21
4
-130/+241
*
ENH: Added KWSYS_SHARED_FORWARD_OPTION_COMMAND option to allow users to repla...
Brad King
2006-09-21
1
-13/+56
*
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 l...
Brad King
2006-08-27
4
-2/+486
*
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 a...
Brad King
2006-08-27
1
-0/+1
*
BUG: GetLineFromStream should remove carriage return characters to make sure ...
Brad King
2006-08-26
1
-21/+31
*
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 us...
Brad King
2006-08-25
1
-9/+35
*
ENH: Moved test for large file support into kwsysPlatformCxxTests.cxx with na...
Brad King
2006-08-25
4
-46/+56
*
ENH: Switching KWSYS_CHAR_IS_SIGNED test to use KWSYS_PLATFORM_CXX_TEST_RUN m...
Brad King
2006-08-25
2
-20/+4
*
ENH: Added KWSYS_PLATFORM_CXX_TEST_RUN macro.
Brad King
2006-08-25
1
-0/+72
*
ENH: Globbing patterns should not match a slash inside a filename component.
Brad King
2006-08-25
1
-2/+8
*
ENH: Added '256color' terminal names. Patch applied from bug#3651.
Brad King
2006-08-23
1
-0/+3
*
COMP: Support cmake older than 2.4
Andy Cedilnik
2006-08-23
1
-2/+1
*
COMP: On some project configure may not copy right away
Andy Cedilnik
2006-08-22
1
-1/+1
*
COMP: Add missing cmake file
Andy Cedilnik
2006-08-22
2
-1/+2
*
COMP: Add missing cmake file
Andy Cedilnik
2006-08-22
2
-1/+63
*
ENH: Support large file systems in kwsys
Andy Cedilnik
2006-08-22
3
-0/+59
*
BUG: Fixed #if test for case-insensitive glob on OSX.
Brad King
2006-08-22
1
-1/+1
*
BUG: FileIsDirectory should work when the name contains a trailing slash.
Brad King
2006-08-21
1
-0/+11
*
ENH: Exposed pattern->regex API. Cleaned up and commented implementation of ...
Brad King
2006-08-21
2
-89/+112
*
ENH: Added JoinPath overload that accepts an iterator range.
Brad King
2006-08-17
2
-6/+25
*
ENH: still escape () but do not escape
Bill Hoffman
2006-08-14
1
-2/+16
*
ENH: fix for AddKeepPath not calling realpath
Ken Martin
2006-08-11
1
-1/+2
*
ENH: escape ( and ) in unix paths
Bill Hoffman
2006-08-11
1
-2/+2
*
BUG: strlen logic was backwards resulting in function body never actually exe...
David Cole
2006-08-10
1
-2/+2
*
BUG: #3563. Segmentation fault with non initialized input or NULL pointers.
Glen Lehmann
2006-08-01
1
-0/+5
[next]