summaryrefslogtreecommitdiffstats
path: root/src/H5detect.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers (#2184)Larry Knox2022-11-011-2/+0
* Quiets Automake rules in src directory (#2051)Dana Robinson2022-08-221-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-4/+4
* Replace H5detect's build-time detection of C99 integer properties with a (#1400)David Young2022-04-221-657/+30
* Revert 61464d7e (#1396)Larry Knox2022-01-261-10/+22
* Open bsd fixes (#1195)Sean McBride2022-01-201-22/+10
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-2/+2
* Assume C99 fixed sized ints exist, use them (#470)Sean McBride2021-11-081-1/+1
* Modified gcc/clang warning suppression macros to account for some warnings fl...Sean McBride2021-09-161-6/+6
* Assume C99 types exist in H5detect.c (#808)Dana Robinson2021-06-291-90/+0
* Removes checks for signal and set/longjmp, which are C89 (#798)Dana Robinson2021-06-251-45/+3
* Removes some DEC Alpha cruft from H5detect and H5private.h (#708)Dana Robinson2021-06-021-15/+0
* Update license url (#332)Larry Knox2021-02-171-2/+2
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-1/+1
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-1/+1
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-553/+582
* File changes to affect formattingAllen Byrne2020-09-041-33/+33
* Minor refactoring based on 1.10 normalization workDana Robinson2020-08-171-0/+3
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-25/+0
* Reduce differences between my -Werror branch and `develop`:David Young2020-01-291-1/+2
* Add new H5R API that abstracts object, region and attribute reference typesJerome Soumagne2019-10-081-8/+8
* Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-0/+5
* Normalization with vol_integration (misc internal and datatype)Dana Robinson2018-09-201-211/+210
* Fix whitespace and exit statusAllen Byrne2018-09-181-240/+203
* HDFFV-9059 Allow detect to take a file as an argumentAllen Byrne2018-09-181-386/+321
* Fix evaluation of __has_attribute(no_sanitize_address) on older GCC versionsJerome Soumagne2018-07-161-3/+7
* Merge pull request #1112 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5_fork:gcc_sanitize...Jerome Soumagne2018-07-161-7/+5
|\
| * Fix H5detect to use no_sanitize_address attribute and support GCC sanitizersJerome Soumagne2018-06-151-7/+5
* | Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-6/+6
|/
* GGC requires attribute before functionAllen Byrne2018-05-091-20/+20
* HDFFV-10345 spelling errorsAllen Byrne2018-02-051-2/+2
* HDFFV-10398 avoid sanitizer failuresAllen Byrne2018-01-301-511/+527
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-12/+8
* [svn-r30113] Description:Quincey Koziol2016-06-281-1/+1
* [svn-r27768] Description:Quincey Koziol2015-09-141-5/+5
* [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-011-3/+3
* [svn-r27114] Fixed spelling and which file is created with the program.Scot Breitenfeld2015-05-271-1/+1
* [svn-r27031] Fix warnings in H5detect and clean up code, use unsigned variablesJerome Soumagne2015-05-061-149/+152
* [svn-r27029] Fix bad comment in H5detect, this was preventing PGCC from compi...Jerome Soumagne2015-05-061-1/+1
* [svn-r26375] Print number of times sigill_handler is called in H5detect.Jerome Soumagne2015-03-051-6/+11
* [svn-r26333] Eliminates gcc warnings due to -Wunsuffixed-float-constants.Dana Robinson2015-03-011-12/+12
* [svn-r24757] Change assertion to condition check/error return. Should fix pe...Neil Fortner2014-03-031-1/+1
* [svn-r24368] Issue 8147 - clang's -fcatch-undefined-behavior exposed undefine...Raymond Lu2013-10-281-4/+43
* [svn-r24333] Added a few volatile keywords to H5detect.c to quiet Visual Stud...Dana Robinson2013-10-191-2/+2
* [svn-r24171] Purpose: Fix problem with gcc 4.8Neil Fortner2013-09-191-94/+121
* [svn-r24139] Remove "will never be exectued" warnings in H5detect.cNeil Fortner2013-09-131-42/+74
* [svn-r24098] Issue 8500 - H5detect.c has trouble to find info for long double...Raymond Lu2013-09-041-2/+0
* [svn-r24095] Issue 8500 - H5detect.c has trouble to find info for long double...Raymond Lu2013-09-031-0/+2
* [svn-r23713] Description:Quincey Koziol2013-05-211-49/+49