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
/
H5Z.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2018-04-29
1
-709/+631
|
\
|
*
Cleanup API context function usage.
Quincey Koziol
2018-03-19
1
-12/+0
|
*
Add API context interface and use it throughout the library.
Quincey Koziol
2018-03-15
1
-23/+81
|
*
Made a dcpl layout struct in H5Z.c dynamic to quiet a stack size warning.
Dana Robinson
2017-11-21
1
-12/+19
|
*
Fixed an uninitialized filter callback struct in H5Dchunk.c and
Dana Robinson
2017-11-21
1
-30/+32
|
*
Brings H5Z and H5PL packages in sync with VOL integration branch.
Dana Robinson
2017-11-17
1
-84/+89
|
*
HDFFV-10328 - fix typos
Allen Byrne
2017-11-17
1
-5/+4
|
*
HDFFV-10328 - remove allocation changes
Allen Byrne
2017-11-17
1
-29/+4
|
*
HDFFV-10328 merge allocation changes from 1.8
Allen Byrne
2017-11-16
1
-336/+379
|
*
HDFFV-10297 update calls to H5Zfilter_avail
Allen Byrne
2017-10-09
1
-1/+2
|
*
HDFFV-10297 - fix repack individual objects
Allen Byrne
2017-10-06
1
-8/+7
|
*
Whitespace conversions and comment updates
Allen Byrne
2017-10-04
1
-535/+382
|
*
Revert "Merge pull request #567 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop...
Dana Robinson
2017-06-09
1
-59/+15
|
*
* Made STATIC free lists EXTERN for H5O_layout_t.
Dana Robinson
2017-06-07
1
-1/+1
|
*
Updated H5O_layout_t dynamic work to use the H5FL interface.
Dana Robinson
2017-06-07
1
-9/+48
|
*
Made some H5O_layout_t stack allocations dynamic (quiets warnings).
Dana Robinson
2017-06-06
1
-8/+13
|
*
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...
Larry Knox
2017-04-25
1
-6/+4
*
|
Checkpoint normalization against incoming hyperslab / selection / dataspace
Quincey Koziol
2017-03-28
1
-1/+1
|
/
*
Bring changes to I/O parameters from page_buffering branch.
Quincey Koziol
2017-03-13
1
-1/+1
*
[svn-r29081] - merge in the phdf5_metadata_opt/ branch with the collective me...
Mohamad Chaarawi
2016-02-10
1
-1/+1
*
[svn-r27811] Description:
Quincey Koziol
2015-09-16
1
-3/+3
*
[svn-r27768] Description:
Quincey Koziol
2015-09-14
1
-56/+61
*
[svn-r27133] - Add a new attribute function characterstic for format:
Mohamad Chaarawi
2015-06-01
1
-3/+3
*
[svn-r26329] Merge of r26069, r26070, and r26072 from the features/autotools_...
Dana Robinson
2015-02-27
1
-20/+13
*
[svn-r25766] Description:
Quincey Koziol
2014-11-03
1
-1/+1
*
[svn-r25496] Description:
Quincey Koziol
2014-07-30
1
-2/+2
*
[svn-r25273] Description:
Quincey Koziol
2014-06-13
1
-1/+1
*
[svn-r24725] HDFFV-8629: h5repack will not attempt to remove UD filters. h5re...
Allen Byrne
2014-02-20
1
-17/+21
*
[svn-r24167] HDFFV-8513, HDFFV-8522 Plugin testing in h5repack, h5dump.
Allen Byrne
2013-09-19
1
-4/+0
*
[svn-r23713] Description:
Quincey Koziol
2013-05-21
1
-71/+164
*
[svn-r23685] Issue 8380 H5Zunregister caused seg fault. I simplied the itera...
Raymond Lu
2013-05-08
1
-49/+52
*
[svn-r23675] Issue 8380 - H5Zunregister caused seg fault. This is the follow...
Raymond Lu
2013-05-06
1
-84/+116
*
[svn-r23656] Issue 8380 H5Zunregister caused seg fault: I added some protecti...
Raymond Lu
2013-04-29
1
-8/+155
*
[svn-r23549] Description:
Quincey Koziol
2013-04-04
1
-2/+2
*
[svn-r23543] Description:
Quincey Koziol
2013-04-04
1
-24/+26
*
[svn-r23432] I added a new macro HDF5_PLUGIN_PRELOAD to skip plugin loading d...
Raymond Lu
2013-03-22
1
-3/+11
*
[svn-r23380] Description:
Quincey Koziol
2013-03-19
1
-31/+24
*
[svn-r23346] First commit for DESY project. It has the basic functionality o...
Raymond Lu
2013-03-13
1
-5/+57
*
[svn-r21919] Description:
Quincey Koziol
2012-02-09
1
-21/+21
*
[svn-r20946] Issue 4278 - When reading data fails, the error message should s...
Raymond Lu
2011-06-07
1
-0/+1
*
[svn-r20929] Issue 4278 - When reading data fails, the error message should s...
Raymond Lu
2011-06-03
1
-4/+8
*
[svn-r19398] Descriptino:
Quincey Koziol
2010-09-16
1
-1/+1
*
[svn-r19363] When mandatory filter failed to write data chunks, the dataset
Raymond Lu
2010-09-09
1
-1/+1
*
[svn-r19174] Bug fix for #1239 - The filter's public function CAN_APPLY shoul...
Raymond Lu
2010-08-05
1
-11/+10
*
[svn-r17623] Description:
Quincey Koziol
2009-10-09
1
-97/+166
*
[svn-r17432] Description:
Quincey Koziol
2009-08-27
1
-16/+6
*
[svn-r17108] Purpose: Fix bug in H5Z_filter_info
Neil Fortner
2009-06-25
1
-1/+1
*
[svn-r16817] Fix problem in H5Z.c with --disable-deprecated-symbols
Neil Fortner
2009-04-21
1
-0/+6
*
[svn-r16814] New feature(Bug 230):
Albert Cheng
2009-04-21
1
-1/+1
*
[svn-r16807] Purpose: Fix bug 1533
Neil Fortner
2009-04-20
1
-21/+45
[next]