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
*
[svn-r27215] Fix issue where % characters could not be used in non-printf map...
Neil Fortner
2015-06-16
1
-17/+30
*
[svn-r27214] Fixed a bug on Windows where dcpls were set to be chunked and no...
Dana Robinson
2015-06-16
1
-2/+1
*
[svn-r27197] Improve performance of "printf" VDS with selections in the file ...
Neil Fortner
2015-06-12
1
-4/+37
*
[svn-r27195] Add h5dump cmake tests and files.
Allen Byrne
2015-06-12
1
-1/+1
*
[svn-r27192] Improve support for printf selections (support partial blocks with
Neil Fortner
2015-06-12
1
-8/+691
*
[svn-r27191] Merged r26781 to r27185 from trunk
Dana Robinson
2015-06-11
32
-279/+284
|
\
|
*
[svn-r27185] fix more instances where both mpi is_initialized and is_finalize...
Mohamad Chaarawi
2015-06-10
1
-77/+81
|
*
[svn-r27172] Change disable to skip big test on cygwin
Allen Byrne
2015-06-09
2
-8/+10
|
*
[svn-r27171] Disable big test on cygwin
Allen Byrne
2015-06-09
2
-24/+29
|
*
[svn-r27144] Description:
Quincey Koziol
2015-06-03
2
-24/+18
|
*
[svn-r27133] - Add a new attribute function characterstic for format:
Mohamad Chaarawi
2015-06-01
30
-156/+156
*
|
[svn-r27153] Implement fill value support for VDS.
Neil Fortner
2015-06-05
3
-892/+1000
*
|
[svn-r27150] Added an empty VDS testfile generator to tools/misc directory.
Dana Robinson
2015-06-04
1
-1/+2
*
|
[svn-r27145] Add some testing for printf-style source dataset name resolution.
Neil Fortner
2015-06-03
4
-67/+2829
*
|
[svn-r27103] Merge revisions 26780 through 27102 from trunk to vds branch.
Neil Fortner
2015-05-21
8
-1172/+456
|
\
\
|
|
/
|
*
[svn-r27097] Fixed a typo in test/th5o.c that caused the wrong property list
Dana Robinson
2015-05-18
1
-2/+2
|
*
[svn-r27084] Description:
Quincey Koziol
2015-05-15
5
-1165/+454
|
*
[svn-r27074] Description:
Quincey Koziol
2015-05-15
1
-1/+0
|
*
[svn-r26986] Removed H5F_ACC_DEBUG and H5FD_DEBUG functionality.
Dana Robinson
2015-04-30
1
-4/+0
*
|
[svn-r27053] Add more tests for unlimited selections.
Neil Fortner
2015-05-12
1
-12/+880
*
|
[svn-r27049] Rename H5Pset/get_virtual_dataspace_bounds to H5Pset/get_virtual...
Neil Fortner
2015-05-11
1
-1/+1294
*
|
[svn-r26984] Add support for unlimited selection being clipped in the middle ...
Neil Fortner
2015-04-30
1
-18/+15
*
|
[svn-r26828] Implement support for unlimited selections (not supported by VDS...
Neil Fortner
2015-04-16
2
-6/+398
*
|
[svn-r26781] Merge revisions 26305 through 26780 from trunk to vds branch.
Neil Fortner
2015-04-10
37
-1031/+598
|
\
\
|
|
/
|
*
[svn-r26772] Fixed wrong fapl for H5Fopen when testing H5Iget_name with anon...
Scot Breitenfeld
2015-04-09
1
-1/+1
|
*
[svn-r26767] Added test to address HDFFV-3065:
Scot Breitenfeld
2015-04-08
1
-2/+57
|
*
[svn-r26757] Description:
Quincey Koziol
2015-04-07
1
-7/+7
|
*
[svn-r26711] Recommitting revisions 26669 and 26670, removing VPATH and redun...
Larry Knox
2015-04-02
1
-1/+0
|
*
[svn-r26699] Generators are only built static
Allen Byrne
2015-04-01
2
-4/+4
|
*
[svn-r26690] Fix error in H5Sextent_copy
Neil Fortner
2015-04-01
1
-0/+28
|
*
[svn-r26660] HDFFV-9131: autotols rework
Allen Byrne
2015-03-30
1
-2/+0
|
*
[svn-r26649] squish warnings.
Mohamad Chaarawi
2015-03-30
3
-7/+7
|
*
[svn-r26625] Description:
Quincey Koziol
2015-03-27
1
-24/+0
|
*
[svn-r26623] Description:
Quincey Koziol
2015-03-27
1
-32/+0
|
*
[svn-r26618] Description:
Quincey Koziol
2015-03-27
1
-18/+0
|
*
[svn-r26607] Correct test of plugin read when disabled to not print FAILURE w...
Allen Byrne
2015-03-26
1
-8/+9
|
*
[svn-r26606] Description:
Quincey Koziol
2015-03-26
1
-4/+0
|
*
[svn-r26605] Description:
Quincey Koziol
2015-03-26
1
-53/+0
|
*
[svn-r26602] Description:
Quincey Koziol
2015-03-26
1
-43/+0
|
*
[svn-r26598] Description:
Quincey Koziol
2015-03-26
1
-21/+3
|
*
[svn-r26597] Description:
Quincey Koziol
2015-03-26
1
-13/+0
|
*
[svn-r26596] Description:
Quincey Koziol
2015-03-26
2
-37/+3
|
*
[svn-r26595] Description:
Quincey Koziol
2015-03-25
1
-16/+0
|
*
[svn-r26594] Merge macros and fortran changes from dual_binary feature.
Allen Byrne
2015-03-25
3
-16/+16
|
*
[svn-r26591] Description:
Quincey Koziol
2015-03-25
1
-21/+3
|
*
[svn-r26584] Description:
Quincey Koziol
2015-03-25
1
-2/+0
|
*
[svn-r26560] Description:
Quincey Koziol
2015-03-24
1
-17/+0
|
*
[svn-r26514] Fix for HDFFV-9173:
Vailin Choi
2015-03-20
1
-0/+12
|
*
[svn-r26509] Run reconfigure after merges from autotools_rework branch.
Jerome Soumagne
2015-03-20
1
-2/+0
|
*
[svn-r26495] Description:
Quincey Koziol
2015-03-19
1
-16/+0
[next]