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
*
BUG: fix for bug 0005767 hang for replace string with empty
Bill Hoffman
2007-10-12
1
-0/+5
*
ENH: bad bug bad
Sebastien Barre
2007-10-09
1
-1/+1
*
ENH: speed up actual path name by cache on windows
Bill Hoffman
2007-10-02
2
-1/+15
*
COMP: remove warning on new HPUX compiler
Bill Hoffman
2007-09-20
1
-1/+1
*
COMP: TIOCGWINSZ and struct winsize also doesn't exist on Cray Catamount
Alexander Neundorf
2007-09-20
1
-1/+4
*
COMP: make SystemTools.cxx build on Cray Xt3
Alexander Neundorf
2007-09-20
1
-2/+10
*
ENH: fix failing test when valgrind is on
Bill Hoffman
2007-09-19
1
-1/+1
*
ENH: add support for the Portland Compiler to CMake, can build cmake and the ...
Alexander Neundorf
2007-09-17
1
-0/+9
*
BUG: if there is no match, don't construct the stl string from a NULL
Alexander Neundorf
2007-08-22
1
-1/+8
*
BUG: fix segfault if FindFiles() is called without actual match pattern
Alexander Neundorf
2007-08-21
1
-2/+9
*
COMP: Directory and Glob have pointer data members
Mathieu Malaterre
2007-08-16
2
-0/+7
*
COMP: Second try getting rid of Microsoft deprecation warnings. This time tes...
David Cole
2007-08-15
2
-12/+9
*
COMP: Suppress Microsoft deprecation warnings when building kwsys .c and .cxx...
David Cole
2007-08-15
1
-0/+8
*
STYLE: fix typo
Alexander Neundorf
2007-08-09
1
-1/+1
*
ENH: Remove extra ;
Mathieu Malaterre
2007-08-08
1
-15/+15
*
COMP: fixed compiler warning in sprintf usage
Sean McBride
2007-08-03
1
-1/+1
*
COMP: also build the static dummy loader on Cray Catamount
Alexander Neundorf
2007-08-01
1
-1/+2
*
COMP: add a dynamic loader for systems which don't support dynamic loading, s...
Alexander Neundorf
2007-07-30
1
-1/+56
*
ENH: fix resource leak
Bill Hoffman
2007-07-24
1
-4/+5
*
PERF: micro optimization: the (*pos1) && (*pos1=='/') were redundant, and
Alexander Neundorf
2007-07-23
1
-2/+1
*
COMP: Fix for platforms that do not have siginfo on their signal handlers.
Brad King
2007-06-27
1
-2/+2
*
ENH: remove some stuff to improve coverage
Bill Hoffman
2007-06-06
2
-18/+0
*
ENH: fix case problem with drive letters and cmake vs CMakeSetup build.make c...
Bill Hoffman
2007-06-06
1
-0/+10
*
BUG: Added carrot (^) to characters that need quoting. The solaris shell nee...
Brad King
2007-05-18
1
-1/+1
*
BUG: Some single-character arguments need quoting on windows.
Brad King
2007-05-17
1
-0/+22
*
ENH: Added more special unix shell characters that require quoting. Added es...
Brad King
2007-05-17
2
-7/+18
*
BUG: Shell escaping needs to write % as %% for VS IDE.
Brad King
2007-05-16
1
-0/+23
*
BUG: Do not send both SIGSTOP and SIGKILL when killing a process. The SIGSTO...
Brad King
2007-05-16
1
-5/+7
*
COMP: Fix code-not-reached warnings for SunCC.
Brad King
2007-05-03
1
-1/+7
*
COMP: Make sure gcc 2.96 sstream header is not used.
Brad King
2007-04-20
1
-0/+3
*
COMP: Added istringstream::clear() method to disambiguate the call from using...
Brad King
2007-04-20
1
-0/+4
*
BUG: Need to clear read failure when string is reset.
Brad King
2007-04-19
1
-0/+6
*
ENH: Added testing for istringstream and stringstream.
Brad King
2007-04-19
1
-2/+99
*
BUG: Fix stream state on successfully reading a string.
Brad King
2007-04-19
1
-1/+1
*
COMP: Fixes for Watcom.
Brad King
2007-04-19
2
-0/+17
*
COMP: Skip testAutoPtr and testHashSTL on Watcom. They are hopeless.
Brad King
2007-04-19
1
-3/+7
*
COMP: Need to include header for unlink function.
Brad King
2007-04-19
1
-4/+16
*
ENH: Added support for Watcom compiler. Added TODO comment about calling con...
Brad King
2007-04-19
1
-4/+30
*
ENH: Fixed stl string streaming operators for Watcom.
Brad King
2007-04-19
2
-4/+15
*
ENH: Added KWSYSPE_DEBUG macro to print debugging trace information. Added T...
Brad King
2007-04-12
1
-1/+54
*
ENH: Added MD5 implementation to KWSys.
Brad King
2007-03-14
4
-2/+697
*
ENH: Added kwsys SystemTools::CreateSymlink and SystemTools::ReadSymlink.
Brad King
2007-03-12
2
-0/+50
*
COMP: Fix warning about binding reference-to-non-const to an rvalue on VS6. ...
Brad King
2007-03-09
1
-17/+20
*
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 i...
Brad King
2007-03-07
2
-2/+6
*
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 impl...
Brad King
2007-03-04
1
-0/+2
*
COMP: All kwsys .hxx headers should include Configure.hxx. Re-enabling testA...
Brad King
2007-03-03
2
-1/+3
[next]