Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
KWSys
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Shannon Booth
KWSys
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
2802ac46ba9487ffbfde2eb2acc5a5765343c6f3
Select Git revision
Branches
2
master
default
protected
sys-select
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
23
May
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
30
Jun
29
26
25
24
23
20
19
18
12
11
10
13
May
12
8
23
Apr
11
10
8
ENH: Re-enabling SIGCHLD handling implementation with a fix for Cygwin.
BUG: Reverting previous change until it can be fixed on Cygwin.
ENH: Added test 8 to test grandchildren running after children exit.
BUG: Fixed deadlock condition when grandchildren are running after the children exit.
ENH: Implemented handling of SIGCHLD to detect the termination of immediate children. This allows grandchildren to remain running after the children exit.
ENH: Enabling process tree killing on Cygwin.
ENH: search for program without extensions
ENH: Added always/if-different option to CopyADirectory. Added CopyAFile with the same interface.
ENH: put the fix back in with abort
ENH: remove code that does not compile, on windows cwd must exist
COMP: Fixing the the build for windows.
ENH: remove warning
ENH: handle running from a directory that has been deleted
BUG: IsSubDirectory should use ComparePath to do platform-independent path comparison.
ENH: fix build on AIX
ENH: Enabling build/test of Terminal code now that it has been manually tested on several platforms.
COMP: Added missing include of string.h for strcmp.
BUG: Fixed bug in check for vt100 assumption.
BUG: Fixed uninitialized variable when not building with windows console support.
ENH: Adding 'Terminal' component to hold support routines for dealing with interactive terminals. Currently only a cfprintf function is provided to print color messages.
ENH: fix borland bug
ENH: performance improvments
ENH: try to bypass Microsoft assert() on isspace, isalpha, etc.
COMP: Fix compilation on linux (dlopen/dlclose symbols)
ENH: Improved implementation of FilesDiffer to avoid allocating enough memory for the entire file twice. Instead using a block-at-a-time comparison.
ENH: add patch for finding applications on OSX
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
ENH: remove test on cygwin since it randomly fails
ENH: the arguments to this function were not checked in a robust way
ENH: Add support for relative paths and cleanup
ENH: Use const char where it should have been. At same time fix Bug#2958
COMP: Skip trying to use native auto_ptr implementation and just provide a conforming one.
ENH: Adding auto_ptr to KWSys to provide a conforming version everywhere.
COMP: Fix problem with namespace
ENH: Cleanup DynamicLoader so that the symbols have more consistent names, start using dynamic loader from kwsys in CMake
COMP: Fix warning
BUG: Fix problem on MacOSX, by disabling part of the test.
ENH: Fix dashboard with coverage
ENH: Do not build the library if we are not doing Testing
ENH: Make test usable from command line
Loading