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
ab3f626b92bbf7696e60d1dc53c5dae72463e4d5
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
10
Mar
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: 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
ENH: Compile DynamicLoader
ENH: Adding kwsys implementation for a DynamicLoader class. Copy from itkDynamicLoader, with patch from cmDynamicLoader
ENH: add missing cmake depend hacks
ENH: add missing cmake include
COMP: Some STL implementation do not provide clear on std::string
BUG: Need to reset internal structure in case of multiple calls to Load
ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code).
ENH: fix std in kwsys, has to be kwsys_stl
Loading