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
Container Registry
Model registry
Operate
Environments
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
Utils
KWSys
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
bd0bbad7f47776565d87aeb3657250974a426190
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
6
Apr
4
1
31
Mar
25
24
20
18
4
3
2
28
Feb
25
19
17
14
13
12
15
Nov
14
13
11
4
1
31
Oct
30
29
16
15
18
Sep
17
29
Aug
28
27
26
20
19
18
25
Jul
24
20
Jun
30
May
29
15
14
2
1
17
Apr
16
14
28
Mar
27
26
25
21
19
17
12
7
5
25
Feb
22
14
13
12
6
5
4
30
Jan
24
23
22
21
18
14
11
12
Dec
11
28
Nov
25
Oct
24
19
18
5
4
3
2
14
Sep
12
11
7
7
Aug
1
12
Jul
10
9
22
Jun
21
14
13
12
9
1
31
May
18
15
12
11
9
24
Apr
23
19
12
11
29
Mar
28
9
8
7
6
22
Feb
21
20
1
31
Jan
23
19
17
10
9
8
3
21
Dec
15
14
12
9
8
7
6
5
4
1
30
Nov
29
9
7
6
3
2
1
31
Oct
17
16
12
11
10
7
6
5
4
30
Sep
29
21
20
14
11
1
11
Aug
4
3
1
25
Jul
22
29
Jun
28
27
26
9
8
1
31
May
30
29
25
24
23
22
16
15
11
9
8
6
1
28
Apr
27
20
19
18
17
12
11
1
31
Mar
30
29
28
27
24
21
20
7
6
3
14
Feb
13
10
9
6
3
2
16
Jan
15
11
10
9
21
Dec
14
13
2
1
28
Nov
21
18
16
10
9
8
4
3
23
Oct
7
29
Sep
23
20
14
9
24
Aug
3
2
1
21
Jul
19
18
15
14
30
Jun
31
Mar
29
22
9
8
7
22
Feb
19
10
8
11
Jan
8
7
14
Dec
9
4
3
2
1
30
Nov
16
Oct
6
2
28
Sep
25
17
11
28
Aug
24
21
7
3
30
Jul
23
22
15
10
8
7
2
15
Jun
3
27
May
18
12
5
4
19
Apr
16
10
18
Mar
17
10
3
27
Feb
25
24
23
Jan
20
9
8
23
Dec
18
16
15
12
10
14
Nov
12
11
31
Oct
16
14
2
25
Sep
19
8
5
11
Aug
7
4
30
Jul
18
17
10
2
1
3
Jun
2
19
May
16
7
SystemTools: Restore GetCurrentWorkingDirectory slash conversion on Windows
SystemTools: Teach FindProgram to find non-readable programs
Merge topic 'SystemTools-CollapseFullPath-defer-getcwd'
SystemTools: Refactor CollapseFullPath to call getcwd only when needed
SystemTools: Drop GetCurrentWorkingDirectory 'collapse' argument
SystemTools: Make SystemToolsStatic singleton private to implementation file
Merge topic 'handle_testing_as_root'
Tests: Handle that root users on linux can always write to files
Merge topic 'string-cleanup'
avoid std::string::find() to check for prefix
SystemTools: create directories with the right permissions on Un*x
avoid inefficient usage of std::string::substr()
call std::string::clear() instead of assigning ""
optimize SystemToolsParseRegistryKey()
Merge topic 'Dir-constructors'
Directory: make it move constructible and assignable
Merge topic 'update-cmake-variable-names'
STYLE: Use range-based loops from C++11
STYLE: Use auto for variable type matches the type of the initializer
PERF: emplace_back method results in potentially more efficient code
STYLE: Prefer = default to explicitly trivial implementations
STYLE: Use default member initialization
COMP: Prefer const member functions
COMP: Prefer const pointer when value does not change
STYLE: Prefer c++11 'using' to 'typedef'
PERF: readability container size empty
STYLE: Make prototype match definition names
STYLE: Make prototype match definition names
STYLE: Replace integer literals which are cast to bool.
COMP: Use nullptr instead of 0 or NULL
STYLE: Remove redundant void argument lists
DOC: Update documentation for modern add_subdirectory.
STYLE: Convert CMake-language commands to lower case
STYLE: Use modern path naming
Merge topic 'mingw-psapi'
CMake: Fix psapi lib name on case-sensitive fs
Merge topic 'SystemTools-URLAndURIParsingTools'
Merge topic 'terminal-st'
Terminal: Add st-256color to VT100 color support whitelist
Adding DecodeUrl and GetFilePathFromURI methods
Loading