summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Unsigned comparison to 0 warning avoidance (#869)Larry Knox2021-08-021-3/+4
* Added int variable for comparison with H5_VERS_RELEASE in H5.c to avoid (#866)Larry Knox2021-07-301-1/+3
* Updates a comment in H5mpi.c (#863)Dana Robinson2021-07-281-1/+1
* Remove version-check for relnum in H5check. (#812)Allen Byrne2021-07-275-147/+227
* Only test h5diff_830 in serial (#858)Allen Byrne2021-07-271-29/+34
* OESS-168:Remove clang warnings. (#835)H. Joe Lee2021-07-263-6/+8
* Removes unused commented-out code from h5jamgentest.c (#851)Dana Robinson2021-07-221-77/+0
* Fixes a couple of warnings: (#849)Dana Robinson2021-07-224-164/+370
* Avoid popping API context when one wasn't pushed (#848)jhendersonHDF2021-07-221-3/+16
* Issue #833 fix setting return result (#843)Allen Byrne2021-07-211-2/+2
* Allow parallel filters feature for comm size of 1 (#840)jhendersonHDF2021-07-201-3/+11
* Perform option arg variables (#834)Allen Byrne2021-07-154-16/+6
* Changes to docs for using plugins (#814)Allen Byrne2021-07-148-23/+51
* CMake: (feature) libaec (#703)Jan-Willem Blokland2021-07-142-3/+30
* Add support for parallel filters to h5repack (#832)jhendersonHDF2021-07-141-4/+21
* OESS-168:Remove implicit conversion warnings. (#829)H. Joe Lee2021-07-122-579/+579
* Removes develop header cruft (#828)Dana Robinson2021-07-094-8/+2
* Remove checks for winsock2.h (#813)Dana Robinson2021-07-066-22/+10
* Removes remaining H5_TIME_WITH_SYS_TIME cruft (#810)Dana Robinson2021-06-305-32/+23
* Fixes parallel issues from recent C99 changes (#809)Dana Robinson2021-06-3029-474/+486
* Assume C99 types exist in H5detect.c (#808)Dana Robinson2021-06-291-90/+0
* Removes type guesses when C99 types are missing (#807)Dana Robinson2021-06-291-68/+0
* 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