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
/
Makefile.am
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a missing file into Makefile.am for MinGW Autotools build error. (#4004)
H. Joe Lee
2024-02-13
1
-1/+1
*
Subfiling VFD source cleanup (#3241)
jhendersonHDF
2023-07-13
1
-7/+4
*
Remove H5detect and H5make_libsettings (#3104)
Dana Robinson
2023-06-13
1
-38/+4
*
Move functions into more focused source code modules (#2936)
Quincey Koziol
2023-05-12
1
-1/+2
*
Update copyright headers (#2184)
Larry Knox
2022-11-01
1
-1/+0
*
Quiets Automake rules in src directory (#2051)
Dana Robinson
2022-08-22
1
-9/+11
*
Onion VFD (#1953)
Dana Robinson
2022-08-02
1
-5/+7
*
Subfiling VFD (#1883)
jhendersonHDF
2022-07-22
1
-1/+27
*
Removes unused H5HP (private heap) package (#1548)
Dana Robinson
2022-03-30
1
-1/+0
*
Removes unused memory pool (H5MP) package (#1547)
Dana Robinson
2022-03-30
1
-1/+1
*
Simplify function enter macros for performance benefits (#1024)
David Young
2021-11-08
1
-1/+1
*
Includes hdf5dev.h in hdf5.h (#728)
Dana Robinson
2021-06-07
1
-2/+2
*
Combo set of async and other changes (#161)
Quincey Koziol
2021-06-02
1
-4/+7
*
Split H5L.c internal code to H5Lint.c (#691)
Dana Robinson
2021-05-29
1
-1/+1
*
doygen adjustments (#614)
Allen Byrne
2021-05-04
1
-8/+0
*
Removes dead H5ST package from the library (#528)
Dana Robinson
2021-03-30
1
-1/+0
*
Primary change is HDFFV-11212 - new refs and JNI (#372)
Allen Byrne
2021-02-25
1
-1/+1
*
Update license url (#332)
Larry Knox
2021-02-17
1
-1/+1
*
Bring async branch to develop (#166)
Quincey Koziol
2020-12-14
1
-1/+2
*
Minor/id code cleanup (#114)
Dana Robinson
2020-11-21
1
-1/+1
*
Add missing entries, remove m4 reference
Allen Byrne
2020-11-12
1
-7/+3
*
Update to latest doxygen.m4
Allen Byrne
2020-11-09
1
-1/+3
*
Doxygen correct PHONY target
Allen Byrne
2020-11-03
1
-1/+0
*
Add doxygen auotoconf and cmake support
Allen Byrne
2020-11-03
1
-2/+11
*
Fixes minor issues in various virtual file drivers
Dana Robinson
2020-10-29
1
-2/+7
*
Trivialities noticed while merging things to 1.10
Dana Robinson
2020-08-15
1
-2/+2
*
Fixed problems with S3 and HDFS VFDs.
Dana Robinson
2020-04-17
1
-1/+6
*
Add Splitter VFD to library.
Jacob Smith
2020-03-13
1
-4/+5
*
Squashed commit of the token_refactoring branch:
Dana Robinson
2020-01-16
1
-45/+35
*
Refactor all the 'H5VL_*_optional' callbacks to move the type of operation out
Quincey Koziol
2019-12-20
1
-1/+1
*
Add new H5R API that abstracts object, region and attribute reference types
Jerome Soumagne
2019-10-08
1
-1/+2
*
Add 'blob' callbacks to VOL, along with a native implementation to store them
Quincey Koziol
2019-10-08
1
-2/+3
*
Untangle #ifdef mess in ROS3 code.
Dana Robinson
2019-08-20
1
-3/+7
*
Some refactoring prior to implementing new H5P MPI functions.
Dana Robinson
2019-08-14
1
-1/+1
*
Added the map (H5M) API
Dana Robinson
2019-08-13
1
-3/+5
*
Squashed commit of the following:
Larry Knox
2019-07-25
1
-4/+4
*
Merge branch 'develop' into vol_dev_headers
Dana Robinson
2019-06-14
1
-16/+1
|
\
|
*
Moved h5cc.in and h5redeploy.in from tools/misc to bin directory. They
Larry Knox
2019-06-14
1
-16/+1
*
|
Merge branch 'develop' into vol_dev_headers
Dana Robinson
2019-06-14
1
-1/+17
|
\
\
|
|
/
|
*
Modified Makefile.ams for h5repack, h5watch and gif2h5 to allow
Larry Knox
2019-06-12
1
-1/+17
*
|
Split VOL connector routines into separate headers:
Dana Robinson
2019-05-24
1
-4/+6
|
/
*
HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change.
Vailin Choi
2019-04-06
1
-1/+1
*
Squash merge of MDC logging changes.
Dana Robinson
2018-12-21
1
-3/+3
*
Split the native VOL connector code into multiple files and
Dana Robinson
2018-12-20
1
-1/+4
*
Add pass-through VOL connector
Quincey Koziol
2018-11-28
1
-2/+2
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2018-11-04
1
-1/+1
|
\
|
*
Makes the installed header files the same between the autotools
Dana Robinson
2018-10-27
1
-1/+1
*
|
Squashed commit of private branch changes to support stackable VOL plugins.
Quincey Koziol
2018-10-25
1
-1/+1
|
/
*
VOL FEATURE
Dana Robinson
2018-10-10
1
-2/+3
*
Normalization with vol_integration (misc internal and datatype)
Dana Robinson
2018-09-20
1
-3/+4
[next]