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
Package registry
Container Registry
Model registry
Operate
Terraform modules
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
Martin Willers
KWSys
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
b1e985385f4d2d4e3dd199addc5b17dedf0823fb
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
20
Sep
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: Make message into status
BUG: Remove warning and try to fix memory problem
ENH: Test for both commands
STYLE: Added reference to documentation in CMakeLists.txt.
STYLE: Added backward compatibility disclaimer.
BUG: Fix which argument is which, also, fix the test to be less agressive
ENH: Add testing of GET_TEST_PROPERTY command
BUG: On WIN32, since we are using subkey, set it
COMP: Remove unused variable
BUG: Fix encoding and add deleting to the test
ENH: Modify API a little bit to allow arbitrary length values. Encode certain characters. Rename UNIX registry to FILE registry. More testing
COMP: Remove problem on borland
ENH: Enable registry, add test of SET_TESTS_PROPERTIES, rename tests for dart2
COMP: Remove some more warnings
ENH: Cleanups and expose unix registry on windows (for cygwin etc)
COMP: Win32 fixes
ENH: More handling of unix versus windows registry
ENH: Initial import
ENH: Added cygcheck knowledge for --ldd option on Cygwin. Added error message for --ldd option when no tool is available but the option was still requested.
BUG: Fixed dirname in a few cases on windows. Now using KWSYS_SHARED_FORWARD_CONFIG_NAME setting instead of CMAKE_INTDIR directly to give choice to user code. Updated documentation to include @KWSYS_NAMESPACE@_SHARED_FORWARD_CONFIG_NAME, @KWSYS_NAMESPACE@_SHARED_FORWARD_OPTION_PRINT, and @KWSYS_NAMESPACE@_SHARED_FORWARD_OPTION_LDD settings.
ENH: Added support for Windows.
BUG: Automatic pwd/cwd path translation must check that the generated logical-to-physical mapping is correct by using realpath.
ENH: If VTK_LIBRARY_PROPERTIES is set then the properties it lists will be added to VTK library targets with SET_TARGET_PROPERTIES. This will be useful to enable shared library versioning.
ENH: change loc of log files
ENH: add method to attempt to check if a file is text or binary
ENH: Added FundamentalType header defining platform-independent fixed size/signedness integer types.
ENH: Added TEST_KWSYS_CXX_SAME_LONG_AND___INT64, TEST_KWSYS_CXX_SAME_LONG_LONG_AND___INT64, TEST_KWSYS_CAN_CONVERT_UI64_TO_DOUBLE, and TEST_KWSYS_CHAR_IS_SIGNED.
ENH: Moved kwsys_ns and kwsysEXPORT macros to Configure.h in the case of building a kwsys source file. This allows more than one header to be included in a kwsys source file without redefining the macros.
ENH: Rename test
ENH: Rename test
COMP: Remove warning on windows
BUG: Revert the change to FileIsDirectory. Add FileIsSymlink and treat symlinks as files when removing directory
BUG: When removing directory, use lstat instead of stat to make sure that symlinks are treated as files and not as directories
COMP: Fixed uninitialized variable.
ENH: Extended test 0 to run the executable twice using the same process object. This tests the reusability of the objects.
BUG: Fixed reusability of process object by clearing each pipe's Closed flag when cleaning up.
BUG: Do not increment optr by 2 after storing only one character. Also fixed possibility of storing uninitialized characters from the last triplet.
ENH: Several improvements with the way things are handled. Also, support multiple submited files
ENH: Added some smaller primes to allow small hash table sizes and therefore shorter initial construction times.
BUG: Use sleep(1) instead of usleep(1000000) because some UNIX systems specify that the argument to usleep must be less than 1000000.
Loading