summaryrefslogtreecommitdiffstats
path: root/test/dt_arith.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor datatype conversion code to use pointers rather than IDs (#4104)jhendersonHDF2024-03-101-7/+18
* Remove oneapi return value warning. (#4028)H. Joe Lee2024-02-191-0/+1
* Restore floating-point suffixes in tests (#3698)Dana Robinson2023-10-171-6/+6
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-91/+87
* Remove HD prefix from math functions (#3538)Dana Robinson2023-09-141-18/+18
* Consistent initialization of hid_t in the tests (#3521)Scot Breitenfeld2023-09-081-4/+4
* Convert hbool_t --> bool in test (#3494)Dana Robinson2023-09-051-32/+32
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-281/+281
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-60/+0
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-291-19/+19
* Rename HDexit() and related to exit(), etc. (#3202)Dana Robinson2023-06-291-6/+6
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-52/+52
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-245/+245
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-35/+35
* Remove HD from fork/exec*/wait* (#3190)Dana Robinson2023-06-281-2/+2
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-191-1/+1
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-13/+13
* Revert long double checks (#3133)Dana Robinson2023-06-151-3/+112
* Fix spelling issues flagged by codespell (#3130)Dana Robinson2023-06-151-1/+1
* Remove long double conversion work-arounds (#3097)Dana Robinson2023-06-121-112/+3
* Remove -Wunused-but-set-variable warnings in tests (#2661)Allen Byrne2023-04-111-4/+0
* Comment cleanup (#2689)Quincey Koziol2023-04-111-47/+0
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-17/+17
* Misc clang warning fixes (#1869)Dana Robinson2022-07-111-3/+3
* Various warning fixes (#1812)Sean McBride2022-06-221-12/+12
* h5test.h testing macros get enclosed in do..while loops (#1721)Dana Robinson2022-05-041-4/+4
* test/dt_arith: use `isnan` instead of self comparison (#1709)Ben Boeckel2022-05-031-5/+5
* Warnings fixes (#1680)jhendersonHDF2022-04-251-3/+3
* Fix compilation issues with Mingw (#1342)Baljak2022-01-081-1/+1
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-12/+12
* Assume C99 fixed sized ints exist, use them (#470)Sean McBride2021-11-081-111/+25
* OESS-168: Remove clang warnings. (#1075)H. Joe Lee2021-10-201-12/+12
* More clang tidy (#908)Sean McBride2021-08-231-4/+4
* Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-071-1/+1
* Ubsan fixes (#498)Sean McBride2021-05-031-93/+0
* Update clang config (#473)Quincey Koziol2021-03-171-1/+4
* Replaces checks for fork, etc. with checks for unistd.h (#457)Dana Robinson2021-03-111-6/+6
* Applied clang-tidy readability-non-const-parameter warning fixes auto… (#429)Sean McBride2021-03-091-3/+4
* 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
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-2/+2
* HD prefix updates in src/ and test/Dana Robinson2020-10-241-11/+11
* Clang-format of source filesAllen Byrne2020-09-301-2632/+2782
* Trivialities noticed while merging things to 1.10Dana Robinson2020-08-151-17/+17
* Removes staff email addresses from the repositoryDana Robinson2020-08-071-1/+1
* testpar/t_2Gio.c: Fix a typo that I think was introduced by aDavid Young2020-01-291-17/+17
* Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2019-11-271-17/+17
* In every instance, `x` is initialized by `memcpy`, but GCC isn't smartDavid Young2019-11-131-17/+17
* Merge cleanup mostly whitespaceAllen Byrne2019-07-301-733/+727