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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
HDFFV-10143 Fix initial issues from review
Allen Byrne
2017-03-30
3
-100/+88
*
HDFFV-10143 add APIs to manipulate plugin path table
Allen Byrne
2017-03-28
2
-0/+305
*
Add H5_DLL to H5AC_get_mdc_image_info() prototype
Quincey Koziol
2017-03-24
1
-1/+1
*
Add prototype for H5AC_get_mdc_image_info
Quincey Koziol
2017-03-22
1
-0/+2
*
Minor style cleanups
Quincey Koziol
2017-03-22
3
-7/+8
*
Revert "Switch h5clear for cache images to use existing H5Pget_cache_image_co...
Quincey Koziol
2017-03-22
5
-0/+97
*
Extend h5vers to update version strings in java files and h5repack
lrknox
2017-03-20
1
-3/+3
*
Merge pull request #341 in HDFFV/hdf5 from ~MAINZER/hdf5_jrm:develop to develop
John Mainzer
2017-03-20
6
-20/+50
|
\
|
*
Minor code changes to address comments in pull request
mainzer
2017-03-17
3
-3/+6
|
*
Checkin of additions to cache image parallel test code and
mainzer
2017-03-16
6
-20/+47
*
|
Update cmake pubconf to match autotools and add strtoll checks
Allen Byrne
2017-03-16
3
-18/+39
|
/
*
Final merge of page buffering branch to develop
Quincey Koziol
2017-03-14
52
-1717/+7486
*
Bring changes to I/O parameters from page_buffering branch.
Quincey Koziol
2017-03-13
13
-221/+324
*
Merge in reentrency changes to "make space in cache" from page_buffering branch.
Quincey Koziol
2017-03-13
2
-0/+38
*
Minor cleanups and bring over "prefetched dirty" fixes for entries loaded from
Quincey Koziol
2017-03-12
9
-31/+204
*
Remove some usage of "prefetched_dirty" flag (which hasn't been merged from the
Quincey Koziol
2017-03-10
3
-416/+577
*
Align with incoming page buffering changes: minor cleanups, centralize removing
Quincey Koziol
2017-03-07
3
-77/+133
*
Misc. small cleanups to sync against incoming page buffering changes.
Quincey Koziol
2017-03-02
3
-57/+31
*
Normalize against incoming page buffering changes.
Quincey Koziol
2017-03-01
7
-757/+749
*
Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0:
Quincey Koziol
2017-02-28
7
-251/+187
*
Revert "Fix some more signed -> unsigned value issues with cache data structu...
Quincey Koziol
2017-02-28
6
-83/+143
*
Align w/incoming page buffering changes.
Quincey Koziol
2017-02-25
9
-182/+121
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2017-02-23
1
-2/+2
|
\
|
*
Changed C++ comments to C comments in H5win32defs.h.
Dana Robinson
2017-02-22
1
-2/+2
*
|
Fix some more signed -> unsigned value issues with cache data structures, also
Quincey Koziol
2017-02-23
6
-143/+83
|
/
*
Cleanups and normalizations against incoming page_buffering changes.
Quincey Koziol
2017-02-20
3
-15/+23
*
Switch major error code from H5E_FSPACE [back] to H5E_RESOURCE
Quincey Koziol
2017-02-18
2
-102/+102
*
Misc. style cleanups from the page_buffering branch.
Quincey Koziol
2017-02-18
7
-673/+436
*
Minor warning fixes.
Dana Robinson
2017-02-09
1
-1/+1
*
Merge pull request #281 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-9875-i...
Allen Byrne
2017-02-03
1
-0/+1
|
\
|
*
Add static lib to pdb exports
Allen Byrne
2017-02-02
1
-1/+1
|
*
HDFFV-9875 Fix target exports and add static tools pdb files
Allen Byrne
2017-02-02
1
-0/+1
*
|
Optimize loading cache image, removing lots of memory allocations and copies.
Quincey Koziol
2017-02-03
1
-201/+150
*
|
Simplify H5C__serialize_single_entry(), using H5C__generate_image()
Quincey Koziol
2017-02-02
3
-199/+74
|
/
*
Merge pull request #274 in HDFFV/hdf5 from develop_merge_cache_image_08 to de...
Quincey Koziol
2017-01-31
1
-41/+15
|
\
|
*
Review changes to closing files on error in H5Fcreate.
Quincey Koziol
2017-01-31
1
-41/+15
*
|
Update sanity checks for dataset refresh code.
Quincey Koziol
2017-01-31
1
-3/+2
|
/
*
Add missing files
Quincey Koziol
2017-01-29
3
-0/+4789
*
Cache image feature and testing
Quincey Koziol
2017-01-29
24
-131/+2945
*
Bring change to use array of metadata cache entry classes for H5C_create
Quincey Koziol
2017-01-28
19
-214/+95
*
Switch list lengths to unsigned integers (to align better w/cache image merge)
Quincey Koziol
2017-01-28
9
-161/+110
*
Commit Vailin's fix for the h5format_convert test failure.
lrknox
2017-01-26
1
-0/+5
*
Update cmake min version and cmake command convention
Allen Byrne
2017-01-10
1
-18/+18
*
Bring changes to metadata cache "get entry status" call and new
Quincey Koziol
2017-01-06
16
-17/+588
*
Add "image up to date" flag / parameter to metadata cache entry status calls.
Quincey Koziol
2017-01-06
5
-4/+12
*
Bring file shutdown code from cache image branch
Quincey Koziol
2017-01-05
24
-245/+1707
*
Merge code from cache image branch to split FSM ring into two types: raw data
Quincey Koziol
2017-01-04
4
-56/+242
*
Align w/incoming cache image changes, and improve recovery on errors.
Quincey Koziol
2017-01-04
1
-23/+23
*
Revert accidental changes to freespace open and close routines.
Quincey Koziol
2017-01-03
1
-4/+4
*
Remove 'const' from cache client pre_serialize callback, to reduce warnings,
Quincey Koziol
2017-01-03
12
-47/+53
[next]