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
/
tmisc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor to reduce verbosity.
Quincey Koziol
2020-03-26
1
-55/+33
*
Correct macro check
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-20
1
-38/+30
*
Add routines to query the library's free list sizes and allocation stats.
Quincey Koziol
2020-03-10
1
-0/+139
*
merge and fix
kmu
2020-01-21
1
-43/+97
|
\
|
*
Squashed commit of the token_refactoring branch:
Dana Robinson
2020-01-16
1
-43/+97
*
|
merge and fix conflict
kmu
2020-01-19
1
-1/+0
|
\
\
|
|
/
*
|
fix unused related warnings
kmu
2020-01-13
1
-1/+9
*
|
remove unsed var,function,macro, etc
kmu
2019-12-06
1
-5/+2
|
/
*
Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()
Jerome Soumagne
2019-10-08
1
-10/+10
*
Add HD prefix to tests
Allen Byrne
2019-08-15
1
-17/+17
*
Switch driver | plugin => connector.
Quincey Koziol
2018-11-04
1
-11/+11
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2018-10-25
1
-11/+11
|
\
|
*
Updates to the VOL ID and object API calls.
Dana Robinson
2018-10-17
1
-7/+7
*
|
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
-1/+41
*
Normalization with vol_integration (test code and H5Xtest.c)
Dana Robinson
2018-09-20
1
-16/+14
*
HD prefix and whitespace
Allen Byrne
2018-08-28
1
-1/+1
*
Vailin's fix for H5open fail when file doesn't have write permissions
Larry Knox
2018-07-12
1
-1/+1
*
Changes made based on feedback from pull request #1039.
Vailin Choi
2018-05-14
1
-8/+8
*
Fix for HDFFV-10180 Performance issues with H5Oget_info.
Vailin Choi
2018-04-24
1
-12/+12
*
More includes cleanup
Allen Byrne
2018-02-14
1
-52/+51
*
Fixed misc Warnings flagged by VS2017.
Dana Robinson
2017-11-27
1
-18/+18
*
Removed asserts from H5MM calls that conflict with stated behavior
Dana Robinson
2017-11-09
1
-1/+61
*
Modifications based on comments from pull request review
Vailin Choi
2017-08-23
1
-1/+1
*
Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 file
Vailin Choi
2017-08-22
1
-0/+55
*
* Yanked the smoke check that was recently introduced to test
Dana Robinson
2017-07-05
1
-142/+140
*
* Reverted removal of H5I_REFERENCE to avoid breaking binary
Dana Robinson
2017-07-03
1
-0/+29
*
Added missing free() call to test_misc19().
Dana Robinson
2017-07-01
1
-0/+2
*
Purged the unused H5I_REFERENCE from the library.
Dana Robinson
2017-07-01
1
-2/+0
*
Added a test for VFD IDs to testhdf5.
Dana Robinson
2017-07-01
1
-14/+55
*
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...
Larry Knox
2017-04-25
1
-6/+4
*
Final merge of page buffering branch to develop
Quincey Koziol
2017-03-14
1
-7/+9
*
Code style and warning cleanups, from revise_chunks branch.
Quincey Koziol
2016-11-06
1
-5/+5
*
[svn-r28761] Description:
Quincey Koziol
2016-01-01
1
-3/+13
*
[svn-r28138] Add first support for _Bool and make hbool_t a "real" _Bool if a...
Jerome Soumagne
2015-10-20
1
-1/+1
*
[svn-r27773] Description:
Quincey Koziol
2015-09-14
1
-8/+8
*
[svn-r27772] Description:
Quincey Koziol
2015-09-14
1
-17/+30
*
[svn-r27768] Description:
Quincey Koziol
2015-09-14
1
-1/+1
*
[svn-r27626] Various minor warning fixes before major SWMR and VDS merges.
Dana Robinson
2015-08-31
1
-21/+21
*
[svn-r27548] Revert r27545
Jerome Soumagne
2015-08-21
1
-1/+1
*
[svn-r27545] Add first support for _Bool and make hbool_t a "real" _Bool if a...
Jerome Soumagne
2015-08-21
1
-1/+1
*
[svn-r27204] Description:
Quincey Koziol
2015-06-15
1
-8/+8
*
[svn-r27133] - Add a new attribute function characterstic for format:
Mohamad Chaarawi
2015-06-01
1
-2/+2
*
[svn-r26514] Fix for HDFFV-9173:
Vailin Choi
2015-03-20
1
-0/+12
*
[svn-r26392] Reinstates r26327-8, which had been reverted due to failures on
Dana Robinson
2015-03-09
1
-0/+68
*
[svn-r26333] Eliminates gcc warnings due to -Wunsuffixed-float-constants.
Dana Robinson
2015-03-01
1
-12/+12
*
[svn-r26331] Revert checking r 26327&8, which added new code and test that fa...
Larry Knox
2015-02-28
1
-68/+0
*
[svn-r26328] Fixed a typo in tmisc.c.
Dana Robinson
2015-02-27
1
-1/+1
[next]