Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jhdf5
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
sispub
jhdf5
Graph
565605b5ddf051be0410b5e4034a315da185f4ac
Select Git revision
Branches
2
hdf5_1_12_0
master
default
Tags
3
19.04.1
19.04.0
18.09.0-pre1
5 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
25
Jul
9
May
25
Oct
24
28
Apr
8
Mar
1
20
Feb
18
21
Oct
15
14
30
Sep
29
28
26
25
24
23
22
14
10
9
8
7
6
5
30
Aug
23
19
18
17
16
15
14
13
5
30
Jul
21
Jun
2
Mar
27
Feb
10
Feb
7
23
Sep
18
1
May
30
Apr
6
Mar
29
Feb
26
21
20
Dec
17
Mar
22
Feb
21
9
8
6
5
Jan
23
Dec
22
21
20
28
Nov
7
Oct
6
5
25
Aug
24
21
19
3
2
1
28
Jul
27
16
15
8
7
25
Jun
9
7
6
1
27
May
7
6
5
30
Apr
11
Mar
12
Jan
29
Dec
28
17
Sep
11
10
Aug
9
18
Jul
17
14
22
Jun
9
8
14
Apr
7
17
Mar
10
9
7
5
4
3
1
2
Feb
27
Jan
26
23
11
9
8
7
4
21
Nov
20
29
Oct
28
19
Jul
9
4
3
18
Jun
12
10
9
8
6
23
May
15
14
13
6
29
Apr
22
20
19
18
17
16
13
31
Mar
20
Feb
19
14
9
8
6
5
4
3
28
Jan
23
17
15
12
23
Dec
17
11
10
9
8
7
5
4
2
1
27
Nov
23
18
17
16
8
7
30
Oct
25
Sep
20
16
12
5
29
Aug
28
27
6
5
21
Jun
20
31
May
26
22
16
15
14
13
12
9
5
4
1
27
Apr
19
18
17
16
15
14
13
12
11
10
9
8
6
5
31
Mar
30
26
Feb
7
24
Jan
14
13
12
6
28
Oct
19
Jun
18
15
13
May
12
Apr
9
8
6
1
30
Mar
10
9
11
Feb
9
8
30
Jan
26
Add Mac OS aarch64 (Apple M1) native library to distribution.
19.04.1 master
19.04.1 master
Cleanup aarch64 branch
source generate native mac aarch64
add aarch64 native lib
Add initial changes to make HDF 1.12.0 compile and run.
hdf5_1_12_0
hdf5_1_12_0
Close writer at end of test methods testWriteTwiceLargeBuffer() and testWriteTwiceSmallBuffer().
Add final qualifier to writer methods.
Add README file for CentOS7 build.
Update version to 19.04.
19.04.0
19.04.0
Fix native library with CentOS6.
Update to HDF5 1.10.5, part 2.
Update to HDF5 1.10.5, part 1.
Fix main method to properly catch expected failures.
Make readMDArray(String objectPath, HDF5ArrayBlockParams params) a wrapper around readMDArray(HDF5DataSet dataSet, HDF5ArrayBlockParams params)
Improve test coverage for slicing.
Remove unneccessary local methods.
Update Copyright header.
Re-enable writing an HDF5 file when an empty (size 0) stub already exists.
Update HDF5 library to 1.10.4.
Add helper methods dims() and ldims() and use them in example and some tests.
Set contructor visibility explicitly.
Improve example code.
Rewrite example to use HDF5ArrayBlockParams.
Add method writeMDArray() with HDF5ArrayBlockParams to primitive writers.
Improve javadoc.
Add classes HDF5ArrayBlockParams and HDF5ArrayBlockParamsBuilder and primitive methods readMDArray() using it.
Update documenation.
Document behavior of using int8() for uint8() number in testUnsignedInt8ValuesArray().
Fix error with reference resolution for writer methods.
Updated sis-base to 18.09.0.
Minor cleanup.
Unify and simplify rank checking in the native readers and writers.
Reduce test for rank and dimenstion in primitive readers and writers to only test rank.
Unify field and method names of HDF5DataSet.
Add methods writeSlicedMDArrayBlock and writeSlicedMDArrayBlockWithOffset for HDF5DataSets to the primitive writers.
Fix java doc in primitive writer methods and reorder methods to be uniform.
Rename h5ar.sh to h5ar.
Remove old ant-based build directory.
Switch to args4j 2.33 (remove old CISD fork).
Fix detection of missing files when being in non-recursive verify mode.
Loading