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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[svn-r126] Changed name of "entire dataset" paramter from H5P_SCALAR to H5P_A...
Quincey Koziol
1997-10-17
1
-3/+3
*
[svn-r125] Changed name of dataspace for "entire dataset" read/write from H5P...
Quincey Koziol
1997-10-17
1
-4/+4
*
[svn-r124] Initial revision for prototype release.
Quincey Koziol
1997-10-15
2
-0/+66
*
[svn-r123] Added tests for H5Pget_lrank and H5Pget_ldims
Quincey Koziol
1997-10-15
1
-1/+19
*
[svn-r122] Added user-level routines H5Pget_lrank and H5Pget_ldims
Quincey Koziol
1997-10-15
3
-10/+143
*
[svn-r121] Simplified fix for seek optimizing.
Quincey Koziol
1997-10-15
1
-13/+1
*
[svn-r120] Removed debugging printf's
Quincey Koziol
1997-10-15
1
-7/+0
*
[svn-r119] Fixed seek optimization problems.
Robb Matzke
1997-10-15
1
-6/+33
*
[svn-r118] Added H5P_init & H5T_init function calls which can be called to gu...
Quincey Koziol
1997-10-15
5
-0/+59
*
[svn-r117] Added "seek position caching" code to shared file-records, which t...
Quincey Koziol
1997-10-08
2
-8/+36
*
[svn-r116] Fixed typo which was preventing memory from being free'd
Quincey Koziol
1997-10-08
1
-2/+2
*
[svn-r115] Corrected usage of H5Tsize function.
Quincey Koziol
1997-10-08
2
-3/+3
*
[svn-r114] Mostly changes to add new parameter to the H5Ainit_group call. Th...
Quincey Koziol
1997-10-08
9
-80/+306
*
[svn-r113] Added mechanism for reference counting IDs. This is to facilitate...
Quincey Koziol
1997-10-08
3
-5/+136
*
[svn-r112] Added some symbolic names for '0'. Makes user's code easier to read.
Quincey Koziol
1997-09-26
4
-1/+6
*
[svn-r111] Changed hdf5_file_t to H5F_t, split data struct ito two halves, fixed
Robb Matzke
1997-09-24
31
-915/+1210
*
[svn-r110] Fixed problems with cpu=i686
Robb Matzke
1997-09-24
1
-6/+9
*
[svn-r109] Initialized test datasets better and cleaned up a few typos.
Quincey Koziol
1997-09-24
1
-12/+23
*
[svn-r108] Changed all hatom_t types to hid_t. (Isn't 'sed' nifty.. :-)
Quincey Koziol
1997-09-24
28
-257/+257
*
[svn-r107] Changed tests for new symbol table stuff
Robb Matzke
1997-09-22
2
-78/+77
*
[svn-r106] Fixed some symbol table bugs. Fixed a free memory read in H5Osdim.c.
Robb Matzke
1997-09-22
17
-1185/+1778
*
[svn-r105] *** empty log message ***
Robb Matzke
1997-09-22
1
-0/+2
*
[svn-r104] Add site configuration file for HPUX 10.20 to help it compile
Quincey Koziol
1997-09-19
1
-0/+6
*
[svn-r103] Added pointer cast to shut compiler up.
Quincey Koziol
1997-09-19
1
-1/+1
*
[svn-r102] Removed ifdef now that code is working.
Quincey Koziol
1997-09-19
1
-2/+0
*
[svn-r101] Fixed uninitialized memory read.
Robb Matzke
1997-09-19
4
-17/+11
*
[svn-r100] Interim checkin for purify. Also contains H5G shadow stuff, changes
Robb Matzke
1997-09-19
32
-641/+1433
*
[svn-r99] Fixed backslashes
Robb Matzke
1997-09-19
1
-1/+1
*
[svn-r98] *** empty log message ***
Robb Matzke
1997-09-19
1
-0/+2
*
[svn-r97] Free'd temporary buffer.
Quincey Koziol
1997-09-18
1
-0/+1
*
[svn-r96] Added "atexit" routines to each interface to free buffers allocated...
Quincey Koziol
1997-09-18
17
-37/+300
*
[svn-r95] Tracked down memory bug.
Quincey Koziol
1997-09-18
3
-3/+6
*
[svn-r94] Removed encode/decode from fast/cache message functions.
Robb Matzke
1997-09-17
4
-102/+86
*
[svn-r93] *** empty log message ***
Robb Matzke
1997-09-17
1
-0/+1
*
[svn-r92] It was quite simple, actually. The H5O_sim_dim_fast() should allocate
Robb Matzke
1997-09-16
1
-11/+7
*
[svn-r91] Bug fixes for multiple datasets in the file. Interim checkin, ther...
Quincey Koziol
1997-09-16
5
-5/+7
*
[svn-r90] ./test/th5d.c
Robb Matzke
1997-09-16
2
-1/+7
*
[svn-r89] ./src/H5Apublic.h
Robb Matzke
1997-09-16
4
-287/+208
*
[svn-r88] Fixed an error check.
Robb Matzke
1997-09-15
1
-1/+1
*
[svn-r87] Moved an auto init after the FUNC_ENTER()
Robb Matzke
1997-09-15
1
-1/+4
*
[svn-r86] install fails with a better error message
Robb Matzke
1997-09-15
1
-3/+6
*
[svn-r85] Cleared up some things.
Robb Matzke
1997-09-15
1
-27/+44
*
[svn-r84] Arg sizes fixes in tfile.c
Robb Matzke
1997-09-15
3
-13/+17
*
[svn-r83] Bug fixed in H5G_namei().
Robb Matzke
1997-09-15
5
-18/+36
*
[svn-r82] *** empty log message ***
Robb Matzke
1997-09-15
1
-10/+14
*
[svn-r81] Finished basic data-type conversions, files are now portably writte...
Quincey Koziol
1997-09-15
4
-7/+55
*
[svn-r80] Byte-swapping datatype conversion routine added for basic portabili...
Quincey Koziol
1997-09-15
1
-0/+131
*
[svn-r79] Finishing adding dataset reading code, which is working nicely. Te...
Quincey Koziol
1997-09-15
1
-6/+131
*
[svn-r78] Checkpointing dataset code. Everything is currently working, excep...
Quincey Koziol
1997-09-15
8
-16/+206
*
[svn-r77] Fixed mis-sized parameter passed to H5Cgetparm for offsets and leng...
Quincey Koziol
1997-09-15
1
-8/+8
[next]