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
Container Registry
Model registry
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
Kevin Fitch
KWSys
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
f40229b372566bb9bd0cead1c59fb390e665352d
Select Git revision
Branches
2
escape-glob
master
default
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
11
Mar
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
BUG: Fix for MINGW32
ENH: Add support for LastError on HPUX
ENH: Also look into data segment (consistant with other implementation)
ENH: undo last change because it broke the dashboard
ENH: fix find program to look for .com and .exe correctly and not return files with no extension on windows
ENH: Add documentation on the problem with system wide path for looking up dynamic libraries. STYLE: Fix trailing white spaces
BUG: Need a / for Visual Studio build
BUG: Do the proper path
BUG: Need a trailing slash
BUG: Fix problem with in the path
BUG: Trying to get testDynamicLoader to work on Solaris and SunOS, where current directory is not lookup when doing dlopen
STYLE: Remove trailing whitespaces
BUG: Fix DynamicLoader implementation on MacOSX (using old API)
ENH: Add trailing whitespace
STYLE: Make sure to use the proper cast.
ENH: Make sure that we find the proper symbol and not the one that start with _. STYLE: Remove an old style cast
ENH: Hopefully have the DynamicLoader to the proper thing.
BUG: Make sure to have proper dependencies
ENH: use CMAKE_DL_LIBS and not dl directly as it does not always exist
COMP: Fix cygwin build
COMP: Fix compilation on MacOSX (common symbols not allowed with MH_DYLIB output format)
COMP: Add missing include
BUG: Remove comment
ENH: remove test temporarily
ENH: Still more coverage of the DynamicLoader
ENH: Add a file to generate the lib
ENH: Improve test coverage
STYLE: Minor style
ENH: Carefully turn testing of DynamicLib on
STYLE: Minor style
ENH: Adding initial test for DynamicLoader
ENH: Enabled process tree killing on AIX.
ENH: Enabled process tree killing on the SGI.
ENH: Enabled process tree killing for FreeBSD and Sun.
ENH: Enabled process tree killing on HP-UX.
BUG: Do not leak ps FILE when the process starts but reading the header fails.
ENH: Added a way to quickly enable manual testing of grandchild killing.
ENH: Added implementation of process tree killing that runs "ps" to traverse the tree.
BUG: Including file within a namespace{} is dangerous(unless symbols are within an extern C). Also update documentation about special case for MacOSX
COMP: Fix compilation on MacOSX
Loading