summaryrefslogtreecommitdiffstats
path: root/test/trefer.c
Commit message (Expand)AuthorAgeFilesLines
* HDF5 API test updates (#3835)jhendersonHDF2023-11-131-103/+137
* Replaces HDgetenv with getenv (#3599)Scot Breitenfeld2023-09-261-1/+1
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-4/+4
* Consistent initialization of hid_t in the tests (#3521)Scot Breitenfeld2023-09-081-11/+11
* Convert hbool_t --> bool in test (#3494)Dana Robinson2023-09-051-3/+3
* Fixes the last of the -Wextra-semi-stmt warnings (#3326)Sean McBride2023-08-021-27/+27
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-1/+1
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-3/+0
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-81/+81
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-12/+12
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-5/+5
* Comment cleanup (#2689)Quincey Koziol2023-04-111-2/+0
* Synchronize HDF5 tests with VOL tests (#2628)jhendersonHDF2023-04-031-38/+148
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-16/+16
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* VFD plugins (#602)jhendersonHDF2021-09-291-2/+12
* Update clang config (#473)Quincey Koziol2021-03-171-3/+12
* Fixes various warnings noticed on Windows (#425)Dana Robinson2021-03-051-1/+1
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Avoid aligned access for references by decoding into temporary buffer and the...Quincey Koziol2020-12-191-35/+32
* Clang-format of source filesAllen Byrne2020-09-301-465/+484
* Fixes a size mismatch when copying old-style to new-style referencesDana Robinson2020-08-121-4/+4
* Fixes memory leads in trefer.cDana Robinson2020-08-121-20/+22
* Merge pull request #2715 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:fix_vlen_ref to d...Jerome Soumagne2020-08-061-0/+303
|\
| * H5R: fix encoding of references that are part of compound typesJerome Soumagne2020-07-281-0/+303
* | Minor normalizations with hdf5_1_10Dana Robinson2020-07-311-4/+4
|/
* H5R: fix type conversion of references within vlen typeJerome Soumagne2020-07-161-0/+270
* Minor tweaks to testhdf5 code after normalization with 1.10.Dana Robinson2020-05-281-6/+6
* Trim trailing whitespaceQuincey Koziol2020-04-201-6/+6
* A fix in the cleaning up code for datatype when datatype initialization via H...vchoi2020-03-231-348/+388
* Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.David Young2020-01-291-1/+1
* squash cast warning fixkmu2020-01-231-3/+3
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-7/+7
* Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-01-041-1/+1
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-12/+24
* More fixes for previous committed PR #2079 dated Dec 5 2019.Vailin Choi2019-12-061-1/+1
* Merge pull request #2076 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:type_fixes to dev...Jerome Soumagne2019-12-051-133/+138
|\
| * Change hdset_reg_ref_t and H5R_ref_t from arrays of unsigned char toDavid Young2019-12-051-133/+138
* | Two fixes:Vailin Choi2019-12-051-1/+1
|/
* Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-041-2/+2
* Add OAPL parameter to H5Rcreate_ APIsJordan Henderson2019-12-021-36/+36
* H5R: fix H5Tconv to check for null referencesJerome Soumagne2019-11-261-4/+4
* Add new H5R API that abstracts object, region and attribute reference typesJerome Soumagne2019-10-081-577/+1611
* OESS-29 Update HD prefix mostlyAllen Byrne2019-08-241-2/+2
* Fixed a memory issue in trefer.c.Dana Robinson2019-06-251-4/+4
* HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change.Vailin Choi2019-04-061-24/+34
* Set V112 as the latest format and extend the arrays of version bounds.Vailin Choi2019-04-041-91/+135
* Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_...hdftest2018-06-241-132/+46
* Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-041-1/+1
|\