summaryrefslogtreecommitdiffstats
path: root/test/tattr.c
Commit message (Expand)AuthorAgeFilesLines
* HDF5 API test updates (#3835)jhendersonHDF2023-11-131-1093/+1605
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-140/+139
* Consistent initialization of hid_t in the tests (#3521)Scot Breitenfeld2023-09-081-26/+26
* Convert hbool_t --> bool in test (#3494)Dana Robinson2023-09-051-269/+269
* Fixes the last of the -Wextra-semi-stmt warnings (#3326)Sean McBride2023-08-021-46/+46
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-40/+40
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-18/+0
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-24/+24
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-6/+6
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-28/+28
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-191-202/+203
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-44/+44
* Fix 'datatype' misspellings ('dataype') (#2984)Dana Robinson2023-05-191-1/+1
* Remove -Wunused-but-set-variable warnings in tests (#2661)Allen Byrne2023-04-111-4/+4
* Comment cleanup (#2689)Quincey Koziol2023-04-111-2/+0
* Remove dead code hidden behind #ifdef LATER (#2686)Dana Robinson2023-04-101-32/+4
* Synchronize HDF5 tests with VOL tests (#2628)jhendersonHDF2023-04-031-78/+261
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Fix problem with variable length attributes being accessed through multiple f...Neil Fortner2022-10-251-1/+78
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-10/+10
* sprintf to snprintf (#1815)Sean McBride2022-06-221-7/+7
* Snprintf2 (#1399)Sean McBride2022-01-281-75/+78
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-6/+6
* VFD plugins (#602)jhendersonHDF2021-09-291-36/+72
* More various warnings (#958)Sean McBride2021-08-251-4/+3
* Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-071-11/+11
* Update clang config (#473)Quincey Koziol2021-03-171-8/+32
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-23/+23
* Patches from vtk (#358)Sean McBride2021-02-251-2/+2
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-8/+8
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-4/+4
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-4/+4
* Clang-format of source filesAllen Byrne2020-09-301-1875/+1885
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-9/+2
* Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""Dana Robinson2020-01-231-2/+2
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-85/+92
* Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-041-6/+6
* OESS-29 Update HD prefix mostlyAllen Byrne2019-08-241-16/+13
* Add HD prefix to testsAllen Byrne2019-08-151-136/+136
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-1/+1
* Added the creation and use of an attribute access property list toDana Robinson2019-06-151-49/+60
* Change the checking to H5I_INVALID_HID in test_attr_dense_rename().Vailin Choi2019-04-161-10/+10
* Fix for HDFFV-10579 H5Arename fails when creation order of attributes is trac...Vailin Choi2019-04-121-38/+55
* Align behavior of H5Aget_name_by_idx with H5Aget_name when a NULL buffer is s...Jordan Henderson2019-01-081-0/+57
* Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-281-1/+95
|\
| * Add test for H5Arename NULL/empty attribute name fixJordan Henderson2018-12-171-1/+96
* | OHDR tests now accept h5_fileaccess() fapls.Jacob Smith2018-12-261-104/+107
* | Reformat to be more consistent with existing code.Jacob Smith2018-12-131-12/+3
* | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-131-0/+64
|\ \ | |/