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
eafc8a74bfd7b94be0563199ca145d1466ce5dc2
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
13
Jun
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: add method to escape some chars in a string
COMP: Disable more warnings.
COMP: Fix no-assignment-operator warning and disable typedef-name synonym warning.
COMP: Disable useless warnings.
ENH: C++ configuration should include C configuration.
COMP: Need windows.h even on cygwin to get CreateFile API.
COMP: Fixed conversion warnings.
ENH: Add capability to include files to DartTestfile.txt and add example of that
COMP: warning.
ENH: add convenience function to convert Windows command line args into Unix argc/argv. Pulled and cleaned from PV/VV/VJ init code
ENH: Removing previous debug code.
ENH: Added knowledge of FreeBSD.
ENH: Adding debugging code for freebsd.
ENH: Removing QNX hack for test 6 now that the problem has been fixed.
BUG: struct timeval uses unsigned types on at least one platform (QNX). Alot of the time logic assumes a signed type. Switch to using a signed representation that is converted to the native representation only for system calls.
ENH: Add configuration file for kwsys
ENH: Disabling test 6 on QNX until process killing can be resolved. It will just fail always for now.
COMP: Removed unused parameter warning.
COMP: Added work-around to avoid warnings about unreferenced inline functions from SGI termios.
COMP: Added initializer to avoid warning. It is not really needed, though.
ENH: Add split that splits on arbitrary separator
ENH: Expose ConvertToUnixOutputPath
COMP: Added pragma directives for SGI compilers to avoid useless warnings.
COMP: Removed stray semicolon.
COMP: Changed type of regmlen to avoid warnings when other lengths are converted to it.
ENH: Adding test of running executable with forward slashes on windows.
BUG: Extending all timeouts to help out slower machines.
BUG: Extending timeout of test 6 from 0.1 seconds to 3 seconds. This should avoid missed signals and intermittent failures.
BUG: Looks like std::string changes the result of c_str() call. This fixes potential problems
COMP: Removed line continuation characters from #if lines to avoid linefeed problems on cygwin.
BUG: Drastically extending test5's timeouts to get it to pass when running on a heavily-loaded machine.
COMP: Fixed assignment-in-conditional warning.
COMP: Fixed constant conditional warning.
COMP: Fixed unused parameter and constant conditional warnings.
BUG: Fixed hash_allocator_n size computation.
ENH: Added include-work-around for hashtable.hxx.in dependency.
BUG: Do not close stdout/stderr pipes in parent if they are shared.
COMP: Do not do va_list hack if there is no std:: namespace.
COMP: Added KWSys try-compiles KWSYS_STL_HAS_ALLOCATOR_TEMPLATE and KWSYS_STL_HAS_ALLOCATOR_OBJECTS. Needed for more old-stl support in the hashtable.
BUG: Adjusting timeouts for tests 4 and 5 to avoid early killing.
Loading