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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hdf5 1 12 - Fix unaligned access to reference buffer during datatype conversi...
Larry Knox
2020-12-27
1
-35/+32
*
Merge VOL framework versioning to 1.12 (#154)
Quincey Koziol
2020-12-10
3
-3/+21
*
Basic alignment with async branch (#115) (#137)
Quincey Koziol
2020-11-30
39
-164/+160
*
Manual sync with develop (#95)
Dana Robinson
2020-11-17
74
-759/+2382
*
Correct TARGET variable and CMake config file location
Allen Byrne
2020-11-12
1
-2/+2
*
OESS-98 add CMake option to build plugins project within hdf5
Allen Byrne
2020-10-16
2
-20/+20
*
Enable splitter test
Allen Byrne
2020-10-11
1
-1/+1
*
Merge changes from develop
Allen Byrne
2020-10-08
25
-346/+442
*
Merge from develop
Allen Byrne
2020-10-07
1
-1/+1
*
Cleanup comments in tests, align comments better, update vfd test
Allen Byrne
2020-10-05
64
-379/+342
*
Source formatted
Allen Byrne
2020-10-01
183
-114268/+125447
*
warning format fixes and define name from develop
Allen Byrne
2020-09-30
2
-11/+2
*
Add clang-format changes from develop.
Allen Byrne
2020-09-28
11
-1545/+1778
*
Remove redundant calls to set the metadata cache tag
Quincey Koziol
2020-08-27
1
-0/+8
*
Switch H5VM inline routines back to single underscope and put a comment in th...
Quincey Koziol
2020-08-22
3
-13/+13
*
Clean up private / package / static namespace issues (function naming, which
Quincey Koziol
2020-08-22
16
-322/+57
*
Windows thread-safe fixes from develop
Dana Robinson
2020-08-14
2
-15/+16
*
Sync with develop
Dana Robinson
2020-08-01
51
-1384/+7366
*
Merge pull request #2693 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...
Vailin Choi
2020-07-21
5
-1/+181
*
Squashed commit of the following:
Larry Knox
2020-06-21
1
-3/+3
*
Detect when there's the same-shaped selection of a single block of elements on
Quincey Koziol
2020-06-07
1
-7/+7
*
Whitespace updates
Allen Byrne
2020-05-13
66
-547/+547
*
Complete the comment on thread_main(), explaining why the barrier is used.
David Young
2020-05-11
1
-1/+9
*
The first implementation seemed to allow for the possibility that a thread
David Young
2020-05-11
1
-1/+8
*
Test the right condition for the EBUSY return in pthread_barrier_destroy().
David Young
2020-05-11
1
-1/+1
*
s/exit_failure/EXIT_FAILURE/g
David Young
2020-05-11
1
-2/+2
*
Implement pthread_barrier(3) for Darwin using a counter, condition variable,
David Young
2020-05-11
1
-0/+123
*
Use HD prefix.
David Young
2020-05-11
1
-13/+13
*
Provide local copies of err(3)- and errx(3)-alike functions
David Young
2020-05-11
1
-7/+37
*
Oops, the test has to return success in the unimplemented case.
David Young
2020-05-11
1
-3/+2
*
src/H5Eint.c: #include H5TSprivate.h for H5TS_thread_id() definitions.
David Young
2020-05-11
1
-2/+2
*
Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion.
David Young
2020-05-06
2
-6/+7
*
Add thread_id.c to the MANIFEST and the CMakeLists.txt per Allen's
David Young
2020-05-06
1
-0/+1
*
Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX Threads
David Young
2020-05-06
3
-4/+164
*
Align contents of CMake and autotools testfile cleanup lists.
Quincey Koziol
2020-05-04
2
-89/+53
*
Avoid allocating a chunk index for datasets with 0-sized dimensions, until
Quincey Koziol
2020-05-04
2
-10/+204
*
Merge pull request #2537 in HDFFV/hdf5 from ~DYOUNG/werror:fix-werrors to dev...
David Young
2020-04-26
1
-2/+2
*
TRILAB-192 - merge changes from develop
Allen Byrne
2020-04-07
1
-3/+13
*
Merge pull request #2461 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/dtype...
Vailin Choi
2020-04-02
1
-348/+388
*
Was checking the wrong compiler macro.
Quincey Koziol
2020-03-25
1
-1/+1
*
Correct failure when allocation tracking are disabled.
Quincey Koziol
2020-03-24
1
-0/+12
*
Revise API for H5get_alloc_stats() to take a struct instead of separate values.
Quincey Koziol
2020-03-23
1
-38/+30
*
Add routines to query the library's free list sizes and allocation stats.
Quincey Koziol
2020-03-23
1
-0/+139
*
Merge changes from develop mostly cmake 3.12 minimum version
Allen Byrne
2020-02-23
1
-1/+1
*
Squashed commit of the following:
David Young
2020-01-31
11
-53/+53
*
Introduce new H5VL _by_value routines
Jordan Henderson
2020-01-29
2
-17/+100
*
Merge pull request #2311 in HDFFV/hdf5 from ~KMU/hdf5:misc to develop
Kimmy Mu
2020-01-28
1
-19/+19
*
Merge pull request #2300 in HDFFV/hdf5 from ~KMU/hdf5:squashed_cast to develop
Kimmy Mu
2020-01-28
7
-47/+64
*
Merge branch 'hdf5_1_12' of https://git.hdfgroup.org/scm/~kmu/hdf5 into hdf5_...
kmu
2020-01-28
1
-2/+1
|
\
|
*
Modify external_env.c to prevent deleting test file of external.c.
Larry Knox
2020-01-27
1
-2/+1
[next]