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
Sylvain Joubert
KWSys
Graph
375bba6e8a549e02505de21961ff30ea7334283d
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
30
Jan
22
21
20
13
12
11
10
8
14
Dec
11
6
5
4
23
Nov
16
12
7
5
26
Oct
25
12
9
2
20
Sep
19
17
22
Aug
21
16
15
9
8
3
1
30
Jul
24
23
27
Jun
6
18
May
17
16
3
20
Apr
19
12
14
Mar
12
9
7
6
3
2
1
28
Feb
26
22
21
1
30
Jan
27
26
16
12
8
21
Dec
18
15
14
13
9
8
5
4
29
Nov
25
Oct
23
18
13
9
6
4
3
27
Sep
21
30
Aug
27
26
25
23
22
21
17
14
11
10
1
31
Jul
28
27
25
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
ENH: enhancements for cdash, include system information and better time entries
COMP: Fix warnings on VS9.
COMP: Remove inline keyword from forward declaration for VS9.
COMP: Fix VS6 and old HP build. This source does not have the #define for hack.
BUG: Fix previous commit to not access empty strings out of bounds.
BUG: Make sure search paths never have double-slashes. Leading with two slashes (//) on cygwin looks like a network path and delays while waiting for a non-existent machine.
ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added escape of ; for the VS IDE.
COMP: Fix build on borland.
ENH: Add SystemTools::SplitPathRootComponent and re-implement SplitPath to use it. Add better treatment of user home directory paths.
BUG: Fix hang in Process_Kill on OS X caused by an OS bug in which a pipe read end cannot be closed if the pipe write end is open, the pipe is full, and another process is blocking waiting to write. Work around the problem by killing the children before closing the pipes.
ENH: figure out long long value
ENH: fix lots of warnings
ENH: turn off for now
ENH: fix leaks and turn on by default
ENH: add missing file
ENH: add new system information class for use in ctest
BUG: fix for bug 6136 make sure includes are not directories
ENH: Added C String utilities to KWSys. Implemented strcasecmp and strncasecmp.
BUG: fixed an incomplete regexp
COMP: Remove reference to vtksys. The unmangled kwsys name should be used in this source.
ENH: added two functions for URL parsing:
ENH: remove warning
ENH: add a touch -E command to cmake
ENH: add support for the Syllable OS (http://www.syllable.org)
ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual Studio macro to reload a solution file automatically if CMake makes changes to .sln files or .vcproj files. Add code to call the macro automatically for any running Visual Studio instances with the .sln file open at the end of the Visual Studio Generate call. Only call the macro if some .sln or .vcproj file changed during Generate. Also, add handling for REG_EXPAND_SZ type to SystemTools::ReadRegistryValue - returned string has environment variable references expanded.
ENH: Created better names and a more convenient set of version date stamp macros.
BUG: Fixed typo in previous commit.
ENH: Adding DateStamp feature to KWSys. This provides a header file giving preprocessor access to a dated version. The 'datestamp' will be updated automatically every day by a script.
COMP: Fix warning when gcount stream method does not really return std::streamsize.
COMP: Add streamsize and streamoff to kwsys_ios namespace for ancient streams.
COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697.
STYLE: fixed misspellings of Mac OS X
BUG: Fix bug#5590. When converting a relative path between two full paths on different windows drive letters do not create a ../../d:/foo/bar path and just return the full path to the destination.
BUG: fix for bug 0005767 hang for replace string with empty
ENH: bad bug bad
ENH: speed up actual path name by cache on windows
COMP: remove warning on new HPUX compiler
ENH: fix failing test when valgrind is on
Loading