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-r20759] I commented out 2 test cases using H5_CANNOT_OPEN_TWICE because ...
Raymond Lu
2011-05-05
1
-2/+4
*
[svn-r20694] Add description for new "external_open_twice" test.
Neil Fortner
2011-05-02
1
-1/+2
*
[svn-r20691] Purpose: Fix problem exposed by external link cache
Neil Fortner
2011-05-02
1
-2/+245
*
[svn-r20666] Bug fix: VMS has trouble to deal with absolute path. I changed ...
Raymond Lu
2011-04-28
1
-0/+4
*
[svn-r20610] OpenVMS complainted about a test case in th5o.c which opened the...
Raymond Lu
2011-04-22
2
-0/+6
*
[svn-r20551] Description:
Quincey Koziol
2011-04-19
1
-2/+2
*
[svn-r20548] Fixed bug in test/vfd.c (HDFFV-5936) that caused STDIO VFD test ...
Dana Robinson
2011-04-18
1
-11/+3
*
[svn-r20536] Description:
Quincey Koziol
2011-04-17
3
-19/+36
*
[svn-r20535] Description:
Quincey Koziol
2011-04-17
1
-0/+106
*
[svn-r20529] Purpose: Add testing for bug 1864
Neil Fortner
2011-04-15
29
-0/+179
*
[svn-r20513] Description:
Quincey Koziol
2011-04-15
3
-0/+216
*
[svn-r20504] Purpose:
Mike McGreevy
2011-04-14
2
-20/+7
*
[svn-r20502] Purpose:
Mike McGreevy
2011-04-14
1
-82/+102
*
[svn-r20496] Bug 1386 - allow dimension size to be zero even though it isn't ...
Raymond Lu
2011-04-14
1
-2/+8
*
[svn-r20491] Rename H5Frelease_file_cache to H5Fclear_elink_file_cache.
Neil Fortner
2011-04-13
1
-3/+3
*
[svn-r20487] Bug 1386 - allow dimension size to be zero even though it isn't ...
Raymond Lu
2011-04-12
1
-28/+54
*
[svn-r20480] Description:
Quincey Koziol
2011-04-12
2
-5/+5
*
[svn-r20475] Purpose:
Mike McGreevy
2011-04-11
1
-1/+3
*
[svn-r20469] Bug 1386 - allow dimension size to be zero even though it isn't ...
Raymond Lu
2011-04-11
3
-8/+65
*
[svn-r20462] The basic STDIO VFD test in test/vfd.c fails on 64-bit Solaris 5...
Dana Robinson
2011-04-10
1
-0/+9
*
[svn-r20459] Purpose:
Dana Robinson
2011-04-08
2
-69/+324
*
[svn-r20453] Reordered two expressions to avoid integer overflow (quiets a co...
Dana Robinson
2011-04-08
1
-2/+2
*
[svn-r20440] Bug 1386 - allow dimension size to be zero even though it isn't ...
Raymond Lu
2011-04-07
1
-16/+530
*
[svn-r20438] Fix typo in lib name for mingw
Allen Byrne
2011-04-07
1
-1/+1
*
[svn-r20433] Implement MinGW changes to CMake configuration
Allen Byrne
2011-04-07
1
-0/+3
*
[svn-r20316] Removed includes which are included with proper config checks in...
Allen Byrne
2011-03-24
1
-5/+0
*
[svn-r20315] brought revisions 19868:20300 from the 1.8.6_vms branch to the t...
Raymond Lu
2011-03-24
6
-4/+37
*
[svn-r20262] In my previous checkin (20255), I used H5Gcreate instead of H5Gc...
Raymond Lu
2011-03-16
1
-1/+1
*
[svn-r20255] Bug 2115 - add H5_VERSION_GE and H5_VERSION_LE macros. I added ...
Raymond Lu
2011-03-15
1
-1/+68
*
[svn-r20180] I added 2 public macros to the H5public.h - H5_VERSION_GE and H5...
Raymond Lu
2011-03-02
1
-0/+49
*
[svn-r20153] Move ext lib handling for ext project building to a common macro...
Allen Byrne
2011-02-24
1
-11/+11
*
[svn-r20141] Bring 1.8 r20139 cmake and windows changes to trunk
Allen Byrne
2011-02-22
1
-1/+4
*
[svn-r20121] Bug 1586 - the datatype handler created with H5Tencode/decode ha...
Raymond Lu
2011-02-18
1
-11/+71
*
[svn-r20064] Purpose: Implement external file cache
Neil Fortner
2011-02-08
5
-52/+3723
*
[svn-r20061] Description:
Quincey Koziol
2011-02-08
1
-22/+17
*
[svn-r20052] Description:
Quincey Koziol
2011-02-06
1
-43/+89
*
[svn-r20029] Purpose: Fix bug 2131
Neil Fortner
2011-02-02
5
-112/+1296
*
[svn-r20027] I added some test cases for H5Oset(get)_comment and H5Oset(get)_...
Raymond Lu
2011-01-31
1
-0/+333
*
[svn-r20006] I updated the read buffer from float to double to be more approp...
Raymond Lu
2011-01-26
2
-6/+8
*
[svn-r19998] I changed the previous commit from FLOAT to DOUBLE again because...
Raymond Lu
2011-01-26
5
-15/+15
*
[svn-r19982] I changed the previous commit from DOUBLE to FLOAT because the b...
Raymond Lu
2011-01-24
5
-15/+15
*
[svn-r19977] Bug 2131 - I added a test case for integer data. I also skipped...
Raymond Lu
2011-01-21
5
-29/+195
*
[svn-r19972] I added a test case for dataset with scale-offset filter into cr...
Raymond Lu
2011-01-21
5
-32/+252
*
[svn-r19907] Windows: Correct how fortran links in CRT library. Also correct ...
Allen Byrne
2011-01-04
1
-11/+11
*
[svn-r19895] Remove use of /MT compile flag for building static libs and prog...
Allen Byrne
2010-12-29
1
-10/+0
*
[svn-r19839] Updated to libtool v 2.4, autoconf 2.68 and m4-1.4.15.
Larry Knox
2010-11-23
1
-1/+4
*
[svn-r19833] Bug fix - In the code of N-bit filter, one line (the last line o...
Raymond Lu
2010-11-19
1
-0/+383
*
[svn-r19829] Fixed the name of the windows linkage define in the test header....
Allen Byrne
2010-11-19
1
-1/+1
*
[svn-r19823] BZ2013: Remove use of WIN32 defines. These two files were depend...
Allen Byrne
2010-11-18
1
-5/+5
*
[svn-r19817] Bug 1917: Big.c test.
Albert Cheng
2010-11-17
1
-43/+97
[next]