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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
e4b74298ce7f88741e249c6956fcd7d937a7b76d
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
10
Feb
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: fix for bug 28618, cmake.exe can not find itself
COMP: Fix problem with STL on HP, and fix reusing the same variable in for loops
COMP: Fix compile problem on windows and mac
COMP: Fix build problem
ENH: Move relative path to kwsys
ENH: Added kwsys::String class to shorten debugging symbols and error messages involving std::string.
ENH: Add some doc for visible class
ENH: by Bill make sure path is unix style
ENH: fix for icc
ENH: add support for watcom wmake and wcl386
ENH: Added special test 0 to just run a given command line.
COMP: Do not build tests if build testing is off
BUG: When more than one command is given and one of them fails to start and the rest are killed, do not forget to reap the killed children.
ENH: add better support for framework linking
ENH: Improved robustness of sharing parent pipes with children. This ensures that the parent pipe handles are inherited by the children. If a parent pipe handle is invalid a handle to an empty pipe is given to the child to make sure all pipes are defined for the children.
BUG: Return if the file is in any directory not just in first one
COMP: for a in range(100): write_on_board(No std in kwsys...)
ENH: Add a method to remove remaining arguments
COMP: Fix the exporting so that it can actually be used
ENH: Add another signature to FindProgram that matches more to the one from CMake
STYLE: Documented reference to "man select_tut".
BUG: Do not close handle obtained from GetModuleHandle which does not increase the reference count of the module.
ENH: Change flag to PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION and add help in cmSetTestsPropertiesCommand
COMP: Fix all dashboards
ENH: Add test for output regular expression
ENH: Improved file modification time comparison on Windows to use GetFileAttributesEx instead of CreateFile/GetFileTime/CloseHandle to get file times. This results in a 30% reduction in time to do a build system check.
ENH: try to get this thing to pass with cmake 2.2.1
COMP: More namespace fixes to build on HP
COMP: Fix namespace. This way kwsys can be built outside cmake
ENH: Push glob to the kwsys
ENH: Add an accessor for the maximum file length
ENH: CMake kills me (so does Cygwin)
ENH: avoid the use of GET_TARGET_PROPERTY by testing the CMake executable instead of the test executable
BUG: Reverting fundamental type info change until it is fixed on more platforms. It was tested on Linux, SGI, HP, Sun, OSX, Windows with nmake and VS 6, 7, 7.1, 8, Borland Make, and cygwin by hand with spaces in the path and cmake 2.0 and 2.2 before committing but still seems to be failing on some dashboards...strange.
ENH: add kwsys test for DetectFileType
ENH: Converting FundamentalType try-compiles into a single try-run. All the information about the existence, size, and signedness of types can be determined in one program thanks to limits.h.
COMP: Try to remove warnings
ENH: Updated to use modern FILE command for writing to output logs instead of WRITE_FILE.
BUG: kwsys_ios namespace should import streambuf also.
ENH: Make message into status
Loading