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
Rolf Eike Beer
KWSys
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
cbb300d71d16ef4ca4c2f027a0f42a10424f2d27
Select Git revision
Branches
1
master
default
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
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
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
ENH: Re-implemented command line argument shell quoting to support several platforms with one code base.
BUG: Windows_ShellArgument: need to escape if the string contains one of a set of special characters as well as spaces. Moved test for needing escapes to a separate method kwsysSystemWindowsShellArgumentNeedsEscape.
ENH: Adding 'System' component of C sources to hold system tools written in C. Moved windows shell command line argument escaping code to kwsysSystem_Windows_ShellArgument and kwsysSystem_Windows_ShellArgumentSize.
ENH: Added KWSYS_SHARED_FORWARD_OPTION_COMMAND option to allow users to replace the command executed. Extended documentation at top of file.
COMP: Fix try-compile to fail properly on HP.
ENH: Adding KWSys component IOStream to provide help with broken C++ stream libraries.
BUG: Need to undefine temporary macros defined at top of file.
BUG: When a try-run fails to compile create the run result cache entry with a bogus non-zero return value to avoid running the test again.
BUG: GetLineFromStream should remove carriage return characters to make sure newlines do not get duplicates.
BUG: Fix location of CMakeOutput.log and CMakeError.log.
COMP: Disable _FILE_OFFSET_BITS check until sys/types.h check is enabled.
ENH: Separate the notion of a request for LFS and its availability. Allow user code to block definitions of LFS macros. Added framework to give error if sys/types.h is included before this header when LFS is requested (currently disabled).
ENH: Moved test for large file support into kwsysPlatformCxxTests.cxx with name KWSYS_LFS_WORKS.
ENH: Switching KWSYS_CHAR_IS_SIGNED test to use KWSYS_PLATFORM_CXX_TEST_RUN macro.
ENH: Added KWSYS_PLATFORM_CXX_TEST_RUN macro.
ENH: Globbing patterns should not match a slash inside a filename component.
ENH: Added '256color' terminal names. Patch applied from bug#3651.
COMP: Support cmake older than 2.4
COMP: On some project configure may not copy right away
COMP: Add missing cmake file
COMP: Add missing cmake file
ENH: Support large file systems in kwsys
BUG: Fixed #if test for case-insensitive glob on OSX.
BUG: FileIsDirectory should work when the name contains a trailing slash.
ENH: Exposed pattern->regex API. Cleaned up and commented implementation of pattern->regex conversion.
ENH: Added JoinPath overload that accepts an iterator range.
ENH: still escape () but do not escape
ENH: fix for AddKeepPath not calling realpath
ENH: escape ( and ) in unix paths
BUG: strlen logic was backwards resulting in function body never actually executing... when called with valid strings, it was always doing nothing and returning false... now it works as expected.
BUG: #3563. Segmentation fault with non initialized input or NULL pointers.
COMP: Added missing headers. This partially addresses bug#3556.
COMP: Use SA_RESTART only if it is defined for the current platform. This partially addresses bug#3556.
COMP: Fix and/or disable warnings for Borland 5.6 build.
ENH: better coverage
BUG: fix some bad code and add a couple more tests
BUG: Do not block signals during sleep. Leave that up to the application.
BUG: Mask signals during SystemTools::Delay to avoid interrupted sleep.
COMP: fix compile issue
BUG: some bug fixes, better docs, and more coverage
Loading