summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Brings the tools getopt(3) replacement into the main library (#803)Dana Robinson2021-06-2924-1269/+1269
| | * Cleans up POSIX/C bits in H5private.h (#804)Dana Robinson2021-06-2915-636/+618
| | * Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-2932-625/+556
| | * Assume the library has C99 types in C++ type code (#806)Dana Robinson2021-06-282-217/+25
| | * Assume frexpl/f and fabsl/f, which are C99 (#799)Dana Robinson2021-06-256-52/+14
| | * Removes checks for signal and set/longjmp, which are C89 (#798)Dana Robinson2021-06-255-80/+9
| | * Reorganization of C and POSIX headers in H5public.h & H5private.h (#793)Dana Robinson2021-06-242-17/+16
| | * Removes ancient Autotools cruft (#790)Dana Robinson2021-06-242-29/+2
| | * Fix tools test (#794)Allen Byrne2021-06-235-6/+6
| | * Normalization of CMake H5pubconf.h with Autotools (#791)Dana Robinson2021-06-231-11/+12
| | * Release Note (#784)Allen Byrne2021-06-231-0/+3
| | * Further simplifies Autotools type size checks (#789)Dana Robinson2021-06-231-12/+2
| | * Removes C++ dependency on H5private.h (#774)Dana Robinson2021-06-2312-52/+48
| | * Removes checks for system(), which is C89/90 (#782)Dana Robinson2021-06-234-8/+1
| | * Removes outdated checks for ways inline might be defined (#781)Dana Robinson2021-06-234-55/+0
| | * Cleans up some POSIX header bits in H5private.h (#783)Dana Robinson2021-06-231-27/+11
| | * Replaces the H5_OVERRIDE macro with override (#773)Dana Robinson2021-06-2327-110/+103
| | * Update missing release note info. (#776)Allen Byrne2021-06-222-5/+20
| | * Removes checks for (v)snprintf, which are C99 (#772)Dana Robinson2021-06-214-41/+2
| | * Removes checks and work-arounds for strtoll and strtoull (#769)Dana Robinson2021-06-185-139/+1
| | * Fixes non-C99 format strings in tarray test code (#766)Dana Robinson2021-06-181-23/+30
| | * Fix cmake configure path (#760)Allen Byrne2021-06-171-1/+2
| | * Fix several warnings (#747)jhendersonHDF2021-06-1625-116/+303
| | * Fixes some H5SL include statements (#758)Dana Robinson2021-06-163-2/+1
| | * Fix warnings files (#753)Allen Byrne2021-06-1510-50/+113
| | * Fix problem in gnu-cxxflags; remove empty if block that throws away all (#748)Larry Knox2021-06-121-4/+1
| | * Normalization of H5_nanosleep() with VFD SWMR branch (#746)Dana Robinson2021-06-112-14/+29
| | * Fixes C++ warnings when passing hsize_t values to printf in test code (#745)Dana Robinson2021-06-112-35/+48
| | * Fix Direct VFD Testing in CMake (#742)jhendersonHDF2021-06-115-5/+5
| | * Organize and align compiler flags (#741)Allen Byrne2021-06-1115-89/+252
| | * Removed -fanalyzer from the gcc 10 developer options (#744)Dana Robinson2021-06-101-4/+0
| | * Make sure MAX_PRECISION is always defined with a value (#736)Allen Byrne2021-06-081-2/+2
| | * Remove private H5_GCC_DIAG_OFF/ON from standalone program (#734)Allen Byrne2021-06-071-8/+0
| | * Rework Fortran configure to allow multiple CMake reruns (#721)Allen Byrne2021-06-078-163/+167
| | * Includes hdf5dev.h in hdf5.h (#728)Dana Robinson2021-06-0733-74/+30
| | * Moves H5PacketTable default ctor inside source file (#731)Dana Robinson2021-06-063-5/+10
| | * Adds __STDC_FORMAT_MACROS before including inttypes.h w/ C++ (#726)Dana Robinson2021-06-041-1/+5
| | * Moves gcc warning macros from H5public.h to H5private.h (#724)Dana Robinson2021-06-044-27/+68
| | * Fixes issue with ccmake that prevents building Fortran (#723)Dana Robinson2021-06-041-69/+7
| | * Adds a quick for for some egregious chunk_info badness (#722)Dana Robinson2021-06-031-18/+23
| | * Updates bin/trace script to correctly wrap H5TRACE macros near clang-format c...Dana Robinson2021-06-032-12/+35
| | * Adds an Intel C++ configuration file (#716)Dana Robinson2021-06-034-0/+141
| | * Updates PGI C/C++ configurations (#715)Dana Robinson2021-06-035-39/+150
| | * Combo set of async and other changes (#161)Quincey Koziol2021-06-02179-6091/+12406
| | * Cleans up hsize_t and haddr_t size guessing (#709)Dana Robinson2021-06-021-127/+44
| | * Removes some DEC Alpha cruft from H5detect and H5private.h (#708)Dana Robinson2021-06-026-49/+4
| | * C++ warning and build fixes (#707)Dana Robinson2021-06-0139-651/+453
| | * Clean up type size checks in configure.ac (#702)Dana Robinson2021-05-291-29/+10
| | * Split H5L.c internal code to H5Lint.c (#691)Dana Robinson2021-05-296-2171/+2250
| | * Removes alternative function enter/leave macro scheme (#678)Dana Robinson2021-05-2933-2263/+2674