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
/
H5D.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[svn-r2866] Purpose:
Quincey Koziol
2000-11-11
1
-2/+2
*
[svn-r2752] Purpose:
Albert Cheng
2000-10-30
1
-1/+1
*
[svn-r2652] Purpose:
Quincey Koziol
2000-10-10
1
-9/+35
*
[svn-r2491] Added type of data parameter to H5F_block_write calls.
Quincey Koziol
2000-08-31
1
-1/+1
*
[svn-r2475] Moved code to insert a new dataset into a group up a few blocks o...
Quincey Koziol
2000-08-16
1
-5/+23
*
[svn-r2444] Checkpoint the Generic Property implementation. It's not active ...
Quincey Koziol
2000-07-25
1
-0/+27
*
[svn-r2318] Rearranged metadata caching to put caching information in the obj...
Quincey Koziol
2000-06-01
1
-1/+0
*
[svn-r2262] * 2000-05-18
Robb Matzke
2000-05-18
1
-2/+2
*
[svn-r2151] Modified H5_term_library to not reported errors when H5Eset_a...
Quincey Koziol
2000-04-15
1
-3/+3
*
[svn-r2109] Re-wrote a good chunk of the hyperslab code to work correctly in ...
Quincey Koziol
2000-04-11
1
-5/+4
*
[svn-r2073] Added free-list code to the library and took out the older "tempo...
Quincey Koziol
2000-04-04
1
-48/+57
*
[svn-r2057] Purpose:
Albert Cheng
2000-03-24
1
-9/+9
*
[svn-r1881] Changed all the HAVE_PARALLEL and HAVE_GASS macros to the new
Albert Cheng
1999-12-17
1
-11/+11
*
[svn-r1759] Corrected a few more compiler warnings.
Quincey Koziol
1999-10-15
1
-1/+1
*
[svn-r1753] Changes since 19991007
Robb Matzke
1999-10-15
1
-0/+15
*
[svn-r1695] Fixed various compiler warnings..
Quincey Koziol
1999-09-30
1
-6/+5
*
[svn-r1689] Mainly adding support for "native" variable-length strings (C onl...
Quincey Koziol
1999-09-29
1
-6/+15
*
[svn-r1627] Cleanup some minor bugs in the MPIO file-driver ported by Robb.
Albert Cheng
1999-09-03
1
-10/+10
*
[svn-r1585] Changes since 19990820
Robb Matzke
1999-08-24
1
-2/+2
*
[svn-r1576] Added H5Dvlen_get_buf_size function.
Quincey Koziol
1999-08-19
1
-0/+187
*
[svn-r1574] Changes since 19990817
Robb Matzke
1999-08-18
1
-11/+14
*
[svn-r1573] Changes since 19990817
Robb Matzke
1999-08-17
1
-10/+12
*
[svn-r1572] Changes since 19990810
Robb Matzke
1999-08-17
1
-1/+1
*
[svn-r1568] Changes since 19990730
Robb Matzke
1999-08-10
1
-74/+68
*
[svn-r1566] Changed C++ "operator" keyword to "op"
Quincey Koziol
1999-08-10
1
-5/+5
*
[svn-r1549] Changes since 19990728
Robb Matzke
1999-07-28
1
-6/+6
*
[svn-r1548] Changes since 19990727
Robb Matzke
1999-07-28
1
-11/+12
*
[svn-r1544] Added some casts to pacify the T3E compiler.
Quincey Koziol
1999-07-23
1
-1/+1
*
[svn-r1494] Lots of various bug-fixes on VL datatypes. VL datatype fields in...
Quincey Koziol
1999-07-16
1
-1/+1
*
[svn-r1476] ./src/H5D.c [1.2, 1.3]
Robb Matzke
1999-07-13
1
-0/+1
*
[svn-r1418] Modified H5Tconvert to require a dataset transfer property li...
Quincey Koziol
1999-07-03
1
-30/+50
*
[svn-r1385] Updated H5Rdereference, H5Rget_object_type and H5Rget_region ...
Quincey Koziol
1999-06-25
1
-5/+5
*
[svn-r1374] Added in code to support the H5Diterate function, which I've got ...
Quincey Koziol
1999-06-24
1
-1/+88
*
[svn-r1362]
Robb Matzke
1999-06-18
1
-2/+2
*
[svn-r1357] Fixed some typo and missing #include. Works again for
Albert Cheng
1999-06-17
1
-3/+8
*
[svn-r1346] Changes since 19990614
Robb Matzke
1999-06-15
1
-1/+1
*
[svn-r1341]
Robb Matzke
1999-06-14
1
-0/+1
*
[svn-r1332] Fixes to get the VL datatypes working. The only function current...
Quincey Koziol
1999-06-11
1
-1/+61
*
[svn-r1306] Changes since 19990602
Robb Matzke
1999-06-07
1
-2/+3
*
[svn-r1305] Checkpointing the VL datatype code. I believe the core functiona...
Quincey Koziol
1999-06-04
1
-9/+25
*
[svn-r1292] Changes since 19990430
Robb Matzke
1999-06-02
1
-2/+2
*
[svn-r1277] Added additional checks into the dataspace code to determine if t...
Albert Cheng
1999-05-25
1
-1/+1
*
[svn-r1240] Changes since 19990427
Robb Matzke
1999-04-30
1
-0/+61
*
[svn-r1224] Changes since 19990426
Robb Matzke
1999-04-27
1
-1/+1
*
[svn-r1216] Changes since 19990423
Robb Matzke
1999-04-26
1
-9/+9
*
[svn-r1208] Changed the I/O loops for H5Dwrite/H5Dread to break up a user's b...
Quincey Koziol
1999-04-23
1
-30/+43
*
[svn-r1204] Changes since 19990415
Robb Matzke
1999-04-23
1
-41/+102
*
[svn-r1171] Changes since 19990330
Robb Matzke
1999-04-02
1
-3/+7
*
[svn-r1169] ./configure.in
Robb Matzke
1999-03-30
1
-8/+19
*
[svn-r1138] Changes since 19990304
Robb Matzke
1999-03-12
1
-0/+1
[next]