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
d9784a8a21f8233f895c4f104d72e40106cd9ea3
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
25
Jul
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
30
Jun
29
26
25
24
23
20
19
18
12
11
10
13
May
12
8
23
Apr
11
10
8
BUG: some bug fixes, better docs, and more coverage
ENH: allow for source tree to be in root directory
BUG: Do not display VT100 escapes inside emacs even if TERM is set to xterm.
COMP: Fix references to cin, cout, cerr, and clog in case of HP aCC compiler with -mt flag.
BUG: When handing the child stdin pipe a file, allow another process to be writing to the file at the same time. This allows children such as tail -f to function properly.
COMP: Only delete once
COMP: Remove some warnings
ENH: Add a way to get unused arguments and add a test
COMP: Remove warning
ENH: It does not really makes sense to have Boolean Argument List
ENH: Add support for multi-arguments: -f arg1 arg2 arg3 ... and support for lists: -f arg1 -f arg2 -f arg3 ... and for boolean to be stored as strings and doubles
COMP: Remove warnings
COMP: Remove warnings
BUG: Fix error conditions
COMP: Remove warnings
ENH: Updated installation options and implementation to use INSTALL command if it is available. This will allow installation component assignment and separate installation of the .dll and .lib on windows.
ENH: Adding cmake 2.4 style installation. NOTE: These changes will work on a paraview build only. This file has to updated to be general
BUG: The operator precedence is [] followed by *. Calling this method was causing out of array index segfaults bounds
ENH: add a higher performance method to get the number of files in a directory
COMP: Fix conversion warning.
ENH: Added Option_Verbatim to run whole command lines directly.
ENH: centralized locaiton of CMakeFiles setting
ENH: Added rxvt-unicode and cygwin terminals for color support.
ENH: Handle 'screen' terminal. Thank you Thomas Z.
BUG: Do not leak global table of processes.
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
Loading