index
:
hdf5.git
architecture_docs
develop
develop-readme
feature/1_12_recursive_ts_rw_lock
feature/alignment
feature/async2
feature/ccio
feature/coding_standards
feature/de-hd
feature/h5detect
feature/h5f_get_obj_rework
feature/indexing
feature/new_datatypes
feature/onion_vfd
feature/parallel_h5repack
feature/refactor-h5t-cmp
feature/select_io_chunk_cache
feature/select_io_tconv
feature/vfd_swmr
feature/vfd_swmr_beta_2
feature/vol_cap_flags
feature/vol_tools_tests
feature/werror-restrict
gh-pages
hdf5_1_10
hdf5_1_10_10
hdf5_1_10_11
hdf5_1_10_9
hdf5_1_12
hdf5_1_12_2
hdf5_1_12_3
hdf5_1_13_2
hdf5_1_13_3
hdf5_1_14
hdf5_1_14_0
hdf5_1_14_1
hdf5_1_14_2
hdf5_1_14_3
hdf5_1_6
hdf5_1_8
hdf5_1_8_23
inactive/110_HDFFV-10808-h5pset_file_space_strategy
inactive/H5Ocompare
inactive/NPOESS
inactive/aio_vfd
inactive/avoid_truncate
inactive/cu_dev
inactive/develop_subfiling
inactive/develop_subfiling_v1
inactive/direct_io_2
inactive/h5ocompare
inactive/hdf5_daosm
inactive/hdf5_ff
inactive/hdf5_ff_compactor
inactive/hdf5_rados
inactive/jpeg_converter
inactive/json_vol
inactive/json_vol_old
inactive/mdc_sl_opt
inactive/mds
inactive/merge_metadata_journaling
inactive/metadata_journaling
inactive/modify_dtype_filter
inactive/multi_rd_wd_coll_io
inactive/multi_rd_wd_coll_io_merge
inactive/null_vfd
inactive/parallel_vds
inactive/parallel_vds_develop
inactive/parallel_vds_testing
inactive/phdf5_metadata_opt
inactive/post_open_fix
inactive/rados_vol
inactive/selection_io
inactive/selection_io_with_subfiling_vfd
inactive/trunk_merge_coverity
loricooperhdf-patch-1
metadata_cache_macro_cleanup
ossf-scorecard
pr_484
reduce-h5f-duplication
sel_io_chunk_cache
shell_script
zzz-gitlab-ci
Mirror from: https://github.com/HDFGroup/hdf5.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
java
/
src
/
jni
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add library INTERFACE and MPI to tools
Allen Byrne
2017-12-28
1
-1/+1
*
Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ...
lrknox
2017-12-22
3
-285/+1
*
HDFFV-9724 Remove VDS file cache functionality
Allen Byrne
2017-12-20
2
-49/+0
*
Remove return from void functions
Allen Byrne
2017-12-13
1
-4/+0
*
Added java wrappers and tests
Allen Byrne
2017-12-12
3
-1/+338
*
Turned off unused parameter warnings in gcc for Java constants.
Dana Robinson
2017-07-03
1
-0/+1
*
Reduce warnings
Allen Byrne
2017-05-25
5
-9/+10
*
HDFFV-10186 Add endianess to bitfield and fix tests
Allen Byrne
2017-05-10
1
-4/+28
*
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...
Larry Knox
2017-04-25
39
-234/+156
*
Correct name of native function
Allen Byrne
2017-04-24
1
-1/+1
*
Changed signature of H5PLgetsize
Allen Byrne
2017-04-24
1
-6/+4
*
LDFLAGS module forces .so lib to be built on osx instead of .dylib
Allen Byrne
2017-04-18
1
-1/+1
*
java jni lib also needs to avoid the version-info
Allen Byrne
2017-04-18
1
-1/+1
*
Add plugin options for libs
Allen Byrne
2017-04-18
1
-1/+1
*
Due to HDFVIEW-19 add read VL as string function
Allen Byrne
2017-04-12
2
-0/+100
*
Fix URL name
Allen Byrne
2017-04-11
21
-21/+21
*
HDFFV-10143 Add plugin APIs to Java interface
Allen Byrne
2017-04-03
2
-0/+224
*
Final merge of page buffering branch to develop
Quincey Koziol
2017-03-14
3
-38/+140
*
Clean up whitespace
Quincey Koziol
2017-02-07
6
-623/+623
*
HDFFV-9875 Fix target exports and add static tools pdb files
Allen Byrne
2017-02-02
1
-1/+1
*
Update cmake min version and cmake command convention
Allen Byrne
2017-01-10
1
-4/+4
*
Bring Java SWMR changes from revise_chunks to develop branch
Quincey Koziol
2016-12-18
3
-0/+26
*
Add some Java methods that were missed earlier.
Quincey Koziol
2016-11-30
4
-0/+199
*
Bring over support for retrying metadata cache entry loads, along with all the
Quincey Koziol
2016-11-20
2
-0/+53
*
Add support for namespace and add tools to binaries config
Allen Byrne
2016-10-14
1
-0/+1
*
Eliminate unreferenced local variable warning
Allen Byrne
2016-09-19
2
-29/+1
*
[svn-r30315] HDFFV-9972: Fix test reference and change default for H5Iget_nam...
Allen Byrne
2016-08-22
2
-8/+8
*
[svn-r30313] HDFFV-9972: unsatisfied link error under debug on Windows.
Allen Byrne
2016-08-22
16
-1617/+1581
*
[svn-r30213] Add H5Aread_complex for reading arrays and compounds that are no...
Allen Byrne
2016-07-20
3
-3/+66
*
[svn-r30075] Description:
Quincey Koziol
2016-06-14
8
-0/+178
*
[svn-r30048] refactor duplicate release string calls
Allen Byrne
2016-06-07
1
-11/+4
*
[svn-r29873] Java add missing APIs.
Allen Byrne
2016-05-04
37
-1954/+3617
*
[svn-r29560] Remove list and check of flags, defer to library function for ch...
Allen Byrne
2016-03-24
1
-10/+4
*
[svn-r29447] Correct signature of H5Pexist to return boolean
Allen Byrne
2016-03-16
2
-8/+10
*
[svn-r29379] Add individual LT_VERS_* variables for wrapper libraries: c++, ...
Larry Knox
2016-03-09
1
-1/+1
*
[svn-r29247] Fix return type
Allen Byrne
2016-03-01
2
-5/+5
*
[svn-r29232] add debug symbols library to install
Allen Byrne
2016-02-29
1
-0/+1
*
[svn-r29227] HDFFV-9552: merge in java code.
Allen Byrne
2016-02-29
2
-0/+110
*
[svn-r29226] HDFFV-9552: merge in java code.
Allen Byrne
2016-02-29
38
-0/+24147
[prev]