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
cd5f12e417ee99d37f44187b2c4b122afad24578
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
22
Sep
15
11
20
Aug
10
Jul
9
6
Jun
2
1
31
May
27
16
14
13
12
10
2
30
Apr
24
23
2
27
Mar
17
11
27
Feb
19
3
2
1
31
Jan
30
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
ENH: a few more haiku fixes, stop the debugger from coming up for tests
ENH: add initial support for HAIKU OS from bug# 7425
ENH: Improve FILE GLOB_RECURSE handling of symlinks with a new CMake policy. CMP0009 establishes NEW default behavior of not recursing through symlinks. OLD default behavior or explicit FOLLOW_SYMLINKS argument to FILE GLOB_RECURSE will still recurse through symlinks.
ENH: Add RecurseThroughSymlinks data member to kwsys::Glob. Allows recursive globs to skip symlinks when necessary. Default to true for backwards compatible behavior. Used from the ctest coverage handler to avoid recursing through the '/Applications' directory on the Mac looking for *.da files... Should fix the hangs reported recently by Mac CMake dashboard submitters.
BUG: Handle case when select() lies
COMP: remove warning and check for assignment to itself in operator=
ENH: fix memory leak
ENH: Recognize more color terminals.
ENH: fix crash on dash17 linux where the parsing of the proc file must not have worked right
ENH: fix crash on cygwin
BUG:cpuinfo format are different between Linux and Cygwin. Cygwin does not have physical id tag or cpu cores tag.
ENH: avoid divide by zero, temporary fix until cygwin cpu file is read better, bad cpu info is better than a crash
BUG:Fixed NumberOfLogicalCPU, NumberOfPhysicalCPU and LogicalProcessorsPerPhysical under Linux. Some part was just wrong. Some other part missed to take the multicore value into account.
ENH: Added WOW64 key view support to KWSys SystemTools' windows registry API.
ENH: Add assignment operator to KWSys RegularExpression.
ENH: In KWSys set the IMPLICIT_DEPENDS_INCLUDE_TRANSFORM property.
ENH: Add ARM support to KWSys CPU header.
ENH: all ctype function have the same issue: char can be signed or unsigned, since isspace only deal with >=0 value (except EOF) one has to first cast it to unsigned char
COMP: warning, isprint and isspace take int args.
COMP: sprintf warnings. DWORD should use %ld rather than %d. Also, const char *p, a shadowed variable warning.
BUG: really fix build on vs6
BUG: fix build on vs6
ENH: use GlobalMemoryStatusEx as it is able to report more than 2gigs
COMP: Fix warnings in KWSys SystemInformation on Borland compiler.
BUG: Fix escaping of more characters on Windows shells.
BUG: Fix kwsysSystem_Shell_GetArgumentForWindows to reset the windows trailing backslash count to zero when a make variable reference is encountered.
ENH: remove odd chars from file
ENH: Allow numbers in username in URL regex.
STYLE: minor comments
BUG: fix install problem on make and allow symlinks to cmake bin directory
ENH: Set CMake Policy CMP0003 to NEW behavior to build without warnings with the upcoming CMake 2.6 release.
COMP: Fix shared lib build on windows for KWSys's SystemInformation by adding export macro.
BUG: Fixed typo in previous commit of kwsys/CPU.h.in
ENH: Added CPU.h to KWSys to identify the target CPU and its byte order.
ENH: Missing copyright header.
COMP: Avoid warning in kwsys IOStream.cxx when the helper functions are not needed. Define one public symbol to avoid complaints from archivers about empty object files.
COMP: Fix warning in SystemInformation.cxx about possibly incorrect assignment in if condition.
COMP: Fix unreachable code warning. Remove runtime test of constant information.
COMP: Remove inline keyword from forward declaration for VS9.
Loading