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-r2487] Added support for fortran. Also made the Makefile more universal.
Dan Wells
2000-08-29
4
-2358/+1395
*
[svn-r2486] MANIFEST: Added files for "HDF5 Technical Notes" document.
Frank Baker
2000-08-28
1
-0/+38
*
[svn-r2483] Bringing "HDF5 Technical Notes" into development branch (from R1....
Frank Baker
2000-08-25
1
-0/+211
*
[svn-r2482] Bringing "HDF5 Technical Notes" into development branch (from R1....
Frank Baker
2000-08-25
35
-0/+4108
*
[svn-r2477] Snapshot version 1.3 release 28
HDF Admin
2000-08-19
2
-2/+2
*
[svn-r2476] Added free lists to track various data structures in memory, to r...
Quincey Koziol
2000-08-16
9
-67/+160
*
[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-r2474] Updated some old variables to the proper names, added seek loggin...
Quincey Koziol
2000-08-16
2
-10/+81
*
[svn-r2472] Combine object header prefix and first object header chunk when p...
Quincey Koziol
2000-08-16
1
-20/+55
*
[svn-r2471] Snapshot version 1.3 release 27
HDF Admin
2000-08-12
2
-2/+2
*
[svn-r2470] Changed parameter type from uintn to size_t to clear up some warn...
Quincey Koziol
2000-08-08
2
-4/+4
*
[svn-r2469] Snapshot version 1.3 release 26
HDF Admin
2000-08-05
2
-2/+2
*
[svn-r2468] Changed type of variable to long since that's what it should hold...
Bill Wendling
2000-08-04
1
-7/+8
*
[svn-r2467] Changed type so that compiler warnings about implicit conversion ...
Bill Wendling
2000-08-04
1
-11/+3
*
[svn-r2466] Added return statement to the main function to prevent some compiler
Bill Wendling
2000-08-04
1
-1/+2
*
[svn-r2465] Changed nbytes to an hsize_t type since that's what it holds. Als...
Bill Wendling
2000-08-04
1
-9/+9
*
[svn-r2464] HGOTO_ERROR was returning NULL instead of FAIL. This was causing ...
Bill Wendling
2000-08-04
1
-14/+13
*
[svn-r2463] Fixed a comparison between unsigned and signed value. Cast both to
Bill Wendling
2000-08-04
1
-1/+1
*
[svn-r2462] Fixed some small compiler warnings.
Bill Wendling
2000-08-04
2
-846/+890
*
[svn-r2461] Made some of the functions prototypes so that the compiler wouldn't
Bill Wendling
2000-08-04
1
-4/+4
*
[svn-r2460] Fixed some comparisons between signed and unsigned values. Made s...
Bill Wendling
2000-08-04
2
-3/+3
*
[svn-r2459] Added public API function (H5set_free_list_limits) to allow limit...
Quincey Koziol
2000-08-04
4
-12/+116
*
[svn-r2458] Added notes for my bug fixes and API additions over the last coup...
Quincey Koziol
2000-08-03
1
-0/+5
*
[svn-r2454] Took out another unneeded assertion which was causing problems.
Quincey Koziol
2000-08-01
1
-1/+0
*
[svn-r2453] Made free-list code garbage collect if it runs out memory during ...
Quincey Koziol
2000-08-01
2
-83/+121
*
[svn-r2450] Remove asserts on non-existent variables..
Quincey Koziol
2000-08-01
1
-2/+1
*
[svn-r2448] Re-did section of hyperslab initialization code to avoid tons of ...
Quincey Koziol
2000-07-28
2
-116/+111
*
[svn-r2447] Another small calculation optimization.
Quincey Koziol
2000-07-28
1
-1/+1
*
[svn-r2446] Some small performance improvements to various allocations and ca...
Quincey Koziol
2000-07-28
2
-22/+76
*
[svn-r2445] Check in initial coding effort for automatically garbage collecti...
Quincey Koziol
2000-07-27
2
-157/+350
*
[svn-r2444] Checkpoint the Generic Property implementation. It's not active ...
Quincey Koziol
2000-07-25
10
-340/+2642
*
[svn-r2442] Insert better error checking when memory allocation fails (in cer...
Quincey Koziol
2000-07-25
1
-2/+4
*
[svn-r2441] Snapshot version 1.3 release 25
HDF Admin
2000-07-22
2
-2/+2
*
[svn-r2440] Added HDF5 FORTRAN90 Reference Manual
Frank Baker
2000-07-18
1
-0/+17
*
[svn-r2439] Added "Describes HDF5 Release..." line in page footer.
Frank Baker
2000-07-17
1
-0/+2
*
[svn-r2438] Added "Describes HDF5 Release..." line in page footers.
Frank Baker
2000-07-17
6
-6/+18
*
[svn-r2437] C++.gif FORTRAN.gif Java.gif OtherAPIs.gif
Frank Baker
2000-07-17
4
-0/+0
*
[svn-r2436] Fortran90 API -- functions and descriptions in the files
Frank Baker
2000-07-17
10
-0/+4433
*
[svn-r2435] RM_H5[EIPRT].html
Frank Baker
2000-07-17
6
-364/+520
*
[svn-r2434] H5.intro.html
Frank Baker
2000-07-17
2
-4/+10
*
[svn-r2433] Copyright.html
Frank Baker
2000-07-17
1
-1/+40
*
[svn-r2432] Copyright.html: Added '2000' to list of copyright years.
Frank Baker
2000-07-17
1
-1/+1
*
[svn-r2431] RM_H5S.html
Frank Baker
2000-07-17
1
-2/+4
*
[svn-r2430] RM_H5.html
Frank Baker
2000-07-17
1
-1/+35
*
[svn-r2429] Snapshot version 1.3 release 24
HDF Admin
2000-07-08
2
-2/+2
*
[svn-r2428] Attributes.html and RM_H5A.html
Frank Baker
2000-07-06
2
-3/+3
*
[svn-r2427] RM_H5T.html
Frank Baker
2000-07-06
2
-15/+29
*
[svn-r2426] RM_H5P.html: Minor copy-editing and formatting fixes.
Frank Baker
2000-07-06
1
-54/+89
*
[svn-r2424] snapshot needs a version of diff that supports the -I (ignore pat...
Albert Cheng
2000-07-02
1
-2/+9
*
[svn-r2423] Snapshot version 1.3 release 23
HDF Admin
2000-07-01
2
-2/+2
[next]