summaryrefslogtreecommitdiffstats
path: root/test/th5s.c
Commit message (Expand)AuthorAgeFilesLines
* HDF5 API test updates (#3835)jhendersonHDF2023-11-131-10/+34
* Consistent initialization of hid_t in the tests (#3521)Scot Breitenfeld2023-09-081-22/+25
* Convert hbool_t --> bool in test (#3494)Dana Robinson2023-09-051-211/+211
* Fixes the last of the -Wextra-semi-stmt warnings (#3326)Sean McBride2023-08-021-3/+3
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-11/+11
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-3/+0
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-35/+35
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-19/+19
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-8/+8
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-191-6/+6
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-8/+8
* Comment cleanup (#2689)Quincey Koziol2023-04-111-2/+0
* Synchronize HDF5 tests with VOL tests (#2628)jhendersonHDF2023-04-031-8/+20
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Fixed an issue that could occur when combining hyperslab selections (#2122)Neil Fortner2022-09-271-0/+52
* Fixes codespell issues (#2032)Dana Robinson2022-08-171-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-5/+5
* Subfiling VFD (#1883)jhendersonHDF2022-07-221-2/+6
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* VFD plugins (#602)jhendersonHDF2021-09-291-1/+1
* Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-071-1/+1
* Misc warning fixes (#495)Dana Robinson2021-03-241-11/+11
* Update clang config (#473)Quincey Koziol2021-03-171-17/+68
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-1/+1
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-2/+2
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-2/+2
* HD prefix updates in src/ and test/Dana Robinson2020-10-241-6/+6
* Clang-format of source filesAllen Byrne2020-09-301-664/+619
* Trim trailing whitespaceQuincey Koziol2020-04-201-14/+14
* Fixed stack and frame size warnings. Not complete, but fixes most ofDana Robinson2020-01-151-17/+42
* fix and address commentskmu2019-12-111-7/+8
* Merge branch 'develop' into bugfix/intel_warningskmu2019-12-091-3/+3
|\
| * Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-041-3/+3
* | fix intel compile warningskmu2019-12-041-3/+3
* | Revert "fix warnings from Intel compiler"kmu2019-11-261-3/+3
* | fix warnings from Intel compilerkmu2019-11-071-3/+3
|/
* OESS-29 Update HD prefix mostlyAllen Byrne2019-08-241-18/+18
* Add HD prefix to testsAllen Byrne2019-08-151-16/+16
* Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, alongQuincey Koziol2019-07-301-21/+21
* Banish enum increment warningsDana Robinson2019-06-261-2/+2
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-0/+1
* Modifications based on PR feedback:Vailin Choi2019-04-081-0/+194
* HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change.Vailin Choi2019-04-061-56/+652
* Fix for HDFFV-10271 hyperslab encoding incorrect length.Vailin Choi2019-04-051-0/+79
* Normalization with vol_integration (test code and H5Xtest.c)Dana Robinson2018-09-201-1/+0
* Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_...hdftest2018-06-241-192/+2
* removed duplicate codeM. Scot Breitenfeld2018-03-121-19/+0
* Merge branch 'develop' into hdf5_1_10_mergeM. Scot Breitenfeld2018-03-091-1/+16
|\
| * Improving testsBinh-Minh Ribler2018-02-171-4/+0