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
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update actions for release option, fix branch for daily build (#3185)
Allen Byrne
2023-06-29
1
-3/+0
*
Remove programmer/date from comments (#3210)
Dana Robinson
2023-06-29
10
-26/+0
*
Rename HDassert() to assert() (#3191)
Dana Robinson
2023-06-28
1
-2/+2
*
Fix #1978 h5vers usage message. (#3162)
Larry Knox
2023-06-20
1
-2/+3
*
Fix path to libhdf5.settings in cmakehdf5 (#3140)
H. Joe Lee
2023-06-16
1
-2/+2
*
Add java options to build scripts (#3127)
mattjala
2023-06-15
2
-1/+16
*
Make autogen.sh output message consistent (#3128)
H. Joe Lee
2023-06-15
1
-1/+1
*
Adds an optional version arg to bin/format_source (#3119)
Dana Robinson
2023-06-14
1
-1/+15
*
Remove the checkposix script (#3122)
Dana Robinson
2023-06-14
2
-260/+0
*
Remove H5detect and H5make_libsettings (#3104)
Dana Robinson
2023-06-13
2
-25/+1
*
Remove ref to format_source_patch (#3072)
Dana Robinson
2023-06-07
1
-2/+0
*
Implement selection I/O with type conversion (#2823)
Neil Fortner
2023-04-28
1
-0/+1
*
Run parallel clang-format tasks (#2740)
Dana Robinson
2023-04-15
1
-1/+1
*
Minor fixes for CMake code and install docs (#2623)
Allen Byrne
2023-04-03
1
-5/+5
*
Fix minor things noted when doing 1.10 merges (#2610)
Dana Robinson
2023-03-24
1
-2/+2
*
Update testh5cc.sh.in for new major version 1.14. (#2349)
Larry Knox
2022-12-22
1
-8/+8
*
H5F_LIBVER_LATEST changes for move to 1.15 (#2288)
Allen Byrne
2022-12-21
1
-2/+2
*
Update windows worker compilers (#2286)
Allen Byrne
2022-12-14
2
-18/+18
*
Removes MPE instrumentation support. (#2245)
Dana Robinson
2022-11-09
2
-16/+5
*
Removes the memory allocation sanity checks feature (#2218)
Dana Robinson
2022-11-03
1
-1/+0
*
Use ctest_test and APPEND to correctly report passed and failed test numbers ...
Larry Knox
2022-11-02
11
-30/+57
*
Update copyright headers (#2184)
Larry Knox
2022-11-01
25
-487/+48
*
Update examples reference to single-source version 2.0.1 (#2107)
Allen Byrne
2022-09-20
1
-3/+3
*
Removes bin/deploy, which just calls h5redeploy under the hood (#2027)
Dana Robinson
2022-08-19
2
-59/+0
*
Updates the warnist script to report gfortran generic warnings (#2040)
Dana Robinson
2022-08-19
1
-0/+12
*
Remove unused dependency files (#2025)
Dana Robinson
2022-08-17
2
-78/+0
*
Update bin/README.md
Dana Robinson
2022-08-17
1
-2/+2
*
Adds a TODO section to bin/README.md (#2028)
Dana Robinson
2022-08-17
1
-0/+5
*
Adds a README.md file to bin that indicates script usage (#2024)
Dana Robinson
2022-08-17
1
-0/+27
*
Removes bin/chkconfigure (#2023)
Dana Robinson
2022-08-17
1
-82/+0
*
Removes bin/format_source_patch (#2022)
Dana Robinson
2022-08-17
1
-34/+0
*
Removes the bin/gcov_script file (#2021)
Dana Robinson
2022-08-17
1
-51/+0
*
Replaces bin/newer with -nt comparison in Makefiles (#2020)
Dana Robinson
2022-08-17
1
-43/+0
*
Removes the bin/yodconfigure script which appears unused (#2019)
Dana Robinson
2022-08-17
1
-76/+0
*
Replaced bin/mkdirs w/ `mkdir -p -m 755`, which is POSIX (#2018)
Dana Robinson
2022-08-17
1
-33/+0
*
Removes the broken bin/errors script (#2017)
Dana Robinson
2022-08-16
1
-139/+0
*
Fix typos found in the rest of the hdf5 code-base (#1985)
luzpaz
2022-08-10
2
-2/+2
*
Subfiling updates for release (#1963)
jhendersonHDF
2022-08-04
1
-1/+1
*
Onion VFD (#1953)
Dana Robinson
2022-08-02
1
-0/+1
*
Removes Windows getlogin() equivalents (#1958)
Dana Robinson
2022-08-01
1
-1/+1
*
Subfiling VFD (#1883)
jhendersonHDF
2022-07-22
1
-0/+2
*
Misc clang warning fixes (#1869)
Dana Robinson
2022-07-11
1
-0/+1
*
Replace obsolete docver arg with arg to supply branch name (#1771)
Allen Byrne
2022-05-13
1
-31/+11
*
Use git command to get branch name (#1748)
Allen Byrne
2022-05-07
1
-1/+1
*
Change order of naming commands (#1742)
Allen Byrne
2022-05-06
1
-1/+2
*
Updates warnhist script to deal with AMD Optimizing Compiler messages (#1713)
Dana Robinson
2022-05-03
1
-0/+3
*
Develop clang format java (#1653)
Allen Byrne
2022-04-19
2
-2/+2
*
Minor things discovered while preparing 1.12.2 (#1620)
Dana Robinson
2022-04-08
2
-2/+2
*
Updates bin/restore.sh to clean up src/H5config.h.in (#1605)
Dana Robinson
2022-04-07
1
-0/+3
*
Removes bin/README (#1602)
Dana Robinson
2022-04-07
1
-2/+0
[next]