Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
KWSys
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Willers
KWSys
Graph
99364b6588655fcaee4fdb3637bec80667937f51
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
3
Aug
1
30
Jul
24
23
27
Jun
6
18
May
17
16
3
20
Apr
19
12
14
Mar
12
9
7
6
3
2
1
28
Feb
26
22
21
1
30
Jan
27
26
16
12
8
21
Dec
18
15
14
13
9
8
5
4
29
Nov
25
Oct
23
18
13
9
6
4
3
27
Sep
21
30
Aug
27
26
25
23
22
21
17
14
11
10
1
31
Jul
28
27
25
24
20
18
17
16
14
13
12
5
25
Jun
22
19
15
14
5
3
24
May
23
22
21
20
8
5
27
Apr
25
24
22
21
18
17
13
30
Mar
29
21
17
16
13
12
11
10
9
8
6
2
28
Feb
10
8
7
23
Jan
17
5
4
31
Dec
26
20
16
11
10
16
Nov
9
8
27
Oct
21
19
18
12
6
5
4
3
22
Sep
21
20
19
18
17
16
31
Aug
18
17
4
29
Jul
28
26
20
13
12
8
7
30
Jun
23
21
20
17
13
9
7
28
May
27
16
13
10
5
4
3
28
Apr
27
26
22
21
20
19
15
13
12
11
8
7
6
5
30
Mar
29
28
26
25
17
16
11
10
3
27
Feb
24
17
16
15
11
10
12
Jan
4
2
Dec
1
30
Nov
2
1
26
Oct
20
17
11
10
5
4
1
30
Sep
29
28
23
16
15
14
13
7
6
31
Aug
30
9
3
20
Jul
13
9
7
4
3
2
30
Jun
7
4
1
13
May
10
7
6
30
Apr
29
22
21
1
15
Mar
12
13
Feb
12
11
28
Jan
26
22
21
19
17
12
6
5
30
Dec
29
24
23
22
20
19
17
16
15
14
13
9
8
7
5
4
3
28
Nov
27
4
9
Oct
18
Sep
21
Aug
17
13
7
6
5
10
Jul
9
8
7
6
3
2
1
COMP: fixed compiler warning in sprintf usage
ENH: fix resource leak
COMP: Fix for platforms that do not have siginfo on their signal handlers.
ENH: remove some stuff to improve coverage
ENH: fix case problem with drive letters and cmake vs CMakeSetup build.make changing
BUG: Added carrot (^) to characters that need quoting. The solaris shell needs it.
BUG: Some single-character arguments need quoting on windows.
ENH: Added more special unix shell characters that require quoting. Added escaping of % as %% for shells inside mingw32-make.
BUG: Shell escaping needs to write % as %% for VS IDE.
BUG: Do not send both SIGSTOP and SIGKILL when killing a process. The SIGSTOP seems to be able to block the SIGKILL occasionally. Also the SIGKILL is sufficient since the process table entry will still exist until it is reaped with waitpid.
COMP: Fix code-not-reached warnings for SunCC.
COMP: Make sure gcc 2.96 sstream header is not used.
COMP: Added istringstream::clear() method to disambiguate the call from using string::clear or istrstream::clear.
BUG: Need to clear read failure when string is reset.
ENH: Added testing for istringstream and stringstream.
BUG: Fix stream state on successfully reading a string.
COMP: Fixes for Watcom.
COMP: Skip testAutoPtr and testHashSTL on Watcom. They are hopeless.
COMP: Need to include header for unlink function.
ENH: Added support for Watcom compiler. Added TODO comment about calling conventions.
ENH: Fixed stl string streaming operators for Watcom.
ENH: Added KWSYSPE_DEBUG macro to print debugging trace information. Added TODO comment explaining why process execution can still hang when a grandchild keeps the output pipes open.
ENH: Added MD5 implementation to KWSys.
ENH: Added kwsys SystemTools::CreateSymlink and SystemTools::ReadSymlink.
COMP: Fix warning about binding reference-to-non-const to an rvalue on VS6. It does not seem to be doing the proper auto_ptr_ref conversions. Instead use the const_cast work-around on this platform.
COMP: Fixed unreferenced parameter warning for VS6 with /W4.
STYLE: Move warning disable pragma into push/pop block.
BUG: Use angle-brackets to include testSystemTools.h to avoid problems with in-source builds.
ENH: Enabled support for use_auto_ptr(get_auto_ptr()) syntax on HP compiler.
COMP: shut up w4 warning
COMP: Disable function call with function return test for HP until it is implemented.
COMP: All kwsys .hxx headers should include Configure.hxx. Re-enabling testAutoPtr.
COMP: Disable auto_ptr test for now.
ENH: Implemented auto_ptr_ref in a way that allows conversion of the pointed-to type.
COMP: Remove one conversion test until it is implemented.
ENH: Added test for auto_ptr. Documented aut_ptr template implementation.
ENH: Cleaned up KWSys tests to use test drivers.
Loading