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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Shannon Booth
KWSys
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
3101aca1b9862914ecc512a289f2be232cc21c4c
Select Git revision
Branches
2
master
default
protected
sys-select
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
20
Nov
18
16
15
19
Oct
16
9
8
6
30
Sep
28
25
24
23
22
14
3
31
Aug
6
27
Jul
26
24
13
9
8
25
Jun
22
12
11
10
9
5
20
May
19
14
13
23
Apr
21
20
15
14
6
5
2
30
Mar
19
18
17
16
13
Feb
12
9
3
9
Jan
18
Dec
15
4
23
Nov
7
17
Oct
16
15
10
27
Sep
26
23
22
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
Create KWSYS_PLATFORM_INFO_TEST macro
Check for 'long long' without computing size
Enable loose loop constructs in KWSys
Fix bogus calls to GetMemoryStatus and GetMemoryStatusEx: need to set the dwLength member of the struct prior to calling. Otherwise it's just a garbage value from the stack. Also, pay attention to return value of GetMemoryStatusEx: if it indicates failure then just return 0 without using any of the other data the call returns.
Try to fix missing size_t on qnx
COMP: Fixing return type of the Get methods associated with variables that
COMP: Fixing type declarations and type conversions that could potentially
fix two more icpc warnings, ok by Brad (float compared for equality, unused variable)
Better fix for crash on Windows. This time it will even work on Linux, too. That GetLineFromStream method while loop sure is fussy.
Fix crash on Windows. If input stream is no good, do not try to read a line from it. Return false and an empty line instead...
Added OS Platform (cpu architecture) detection support to windows systems
Trimmed off the newline from sw_vers output on mac, it could cause xml parsing errors if left in
Fix bus error on mac. Was a result of not having null termination of arg list to sw_vers calls.
Added better OS information for Mac OS X
Fix warnings in CMake source code. Suppress warnings in Lexer and Parser files that are 'too hard' to fix.
Convert KWSys to OSI-approved BSD License
Install KWSys Copyright.txt as documentation
Avoid word 'Copyright' in KWSys MD5 encode test
Restore KWSys SystemTools _WIN32 state on cygwin
Fix KWSys SystemTools build on cygwin with -mwin32
Can not use cmakedefine in kwsys because bootstrap of cmake does not support it.
Can not use cmakedefine in kwsys because bootstrap of cmake does not support it.
Put a flag in that will stop system tools from deleting system environment memory on exit, as it can cause gcov to crash the programs.
Optimize KWSys SystemTools::FileExists on Windows
Fix for Bug #9190, -U did not work on case insensitive file systems because of call to glob convert to regex that expected to work with files.
COMP: Silence useless Borland inlining warning
Define kwsys_ios_binary macro for std::ios::binary
COMP: attempt to fix more 'hidden by' warnings.
BUG: Enable large files only if <cstdio> works
ENH: try and see if using string.append instead of += will make valgrind not complaing that JoinPath is leaking.
COMP: Fix compilation of VTK on debian/sparc (sparc is a CPU not an OS)
BUG: Parse escapes in single-quoted unix arguments
ENH: Provide unix-sytle command line parsing
COMP: More KWSys SharedForward pointer const-ness
COMP: Eliminate "conversion may change sign of result" warnings by using size_t where appropriate. (Missed one warning with last commit: add a cast to md5_word_t.)
COMP: Eliminate "conversion may change sign of result" warnings by using size_t where appropriate.
COMP: Fix KWSys SharedForward sign conversion
COMP: Fix KWSys SharedForward pointer const-ness
ENH: first pass at VS 10, can bootstrap CMake, but many tests still fail
COMP: Quiet aggressive Borland warnings in KWSys
Loading