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
d56a3eacf3c4062345fee22f7eecca31e3fc68cd
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
26
Feb
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
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
BUG: Fixed implementation of auto_ptr_ref.
BUG: Fix bug#4482.
COMP: remove warning
ENH: fix parens in the path with spaces in the path
COMP: Disable LFS on AIX.
STYLE: Removed one more stray comment.
STYLE: removed code accidently checked in
BUG: fix for bug number 3320
ENH: allow copy if different from a file to a directory to work
STYLE: Fix typo
BUG: Added use of KWSYS_INSTALL_COMPONENT_NAME_DEVELOPMENT for header file install rules.
ENH: Add support for "~otheruser/"
ENH: Handle "~" in SplitPath.
STYLE: Fixed documentation of how to produce forwarding executables for multi-configuration builds with CMAKE_INTDIR.
BUG: reverting previous change.
BUG: When a "wrong argument" was detected, we call the WrongArgument handler. If the handler returns success, the argument parsing should continue. Currently, it was stopping parsing immediately after the wrong argument was processed, irrespective of the WrongArgument handler status. Fixed that.
BUG: FileIsDirectory would remove the trailing '/' even when the path is indeed the root i.e. '/'. Hence the test would be incorrect for root directory. Fixed that.
COMP: Fix compilation when VS6 is using the new ANSI stdlib
COMP: Try to get stringstream emulation working
ENH: Adding stringstream compatibility implementation. It is currently identical to ostringstream. Fixed local variable pcount hiding method warning.
BUG: Remove stringstream implementation, this was a wrong interface anyway.
BUG: disable test for now
ENH: provide stringstream too. FIX: warning shadow var
BUG: revert yesterday patch. The implementation was correct. The problem was that _WIN32 was forced to be #define on cygwin when included from ITK, which was miss matching the implementation from the declaration. Put extra condition for CYGWIN system
BUG: Make sure to use the Win32 interface (HINSTANCE) for handling shared lib on cygwin and mingw system
COMP: remove warning
ENH: fix build error on IRIX
ENH: merge in changes for beos support
ENH: Changes based on patch from Ryan C. Gordon to enable process execution on BeOS. There seems to be no way to implement it without polling (or threads).
BUG: Fix problem with loading dylib on Tiger (10.4) x86. We need to be using the dlopen/dlclose instead of the old NSModule
ENH: Adding support for # escape in Watcom WMake.
ENH: Added # character for shell escaping.
BUG: Correct the SystemReportDebugHook function. It should not call exit. It gets called multiple times at shutdown in a memory leak reporting scenario... This is the source of the long standing KWWidgetsTour debug build dashboard failure.
ENH: Report command line as a measurement and allow user to add custom measurements
COMP: Fix or suppress warnings on Borland and Mac dashboards. Definitely fix "may be used uninitialized" warnings.
STYLE: Make the set of supported STL headers the same in vtkstd and vtksys/stl. (The union of the present values of the two sets.)
ENH: Adding Shell_Flag_EchoWindows option to setup escapes for arguments to the native echo command in a shell. This special case is needed to avoid adding quotes when passing text to echo in a native windows shell which does no command line parsing at all.
ENH: Adding tests KWSYS_C_HAS_PTRDIFF_T and KWSYS_C_HAS_SSIZE_T to help ProcessUNIX.c build everywhere without warnings.
BUG: Name of C test file ends in .c not .cxx.
ENH: Renamed kwsysPlatformCxxTests to kwsysPlatformTests and generalized it for multiple language tests (C and CXX).
Loading