summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Create HISTORY-1_13.txt and update release.txt (#1466)Larry Knox2022-03-013-1419/+1775
| * Update version to 1.13.2-1 after 1.13.1 release; add new Makefile.in files t...Larry Knox2022-03-0111-20/+24
| * Fix install config and java test name conflict (#1467)Allen Byrne2022-03-012-3/+2
| * fixed buf definition in h5dfill_f (#1465)Scot Breitenfeld2022-03-011-8/+4
| * Remove targets PERMISSIONS setting (#1462)Allen Byrne2022-03-011-1/+0
| * Fix metadata cache bug when resizing a pinned/protected entry (v2) (#1463)jhendersonHDF2022-03-012-15/+84
| * Fix for parallel compression examples on Windows (#1459)jhendersonHDF2022-02-282-11/+23
| * Amend RELEASE.txt with note about parallel compression testing assertion fail...jhendersonHDF2022-02-251-0/+9
| * Add release note for #1438 (#1457)Allen Byrne2022-02-252-1/+18
| * Fix release check version logic (#1438)Allen Byrne2022-02-242-11/+11
| * Parallel Compression improvements (#1302)jhendersonHDF2022-02-2428-3356/+9308
| * Enable creation of RPM/DEB binaries GH#1394 (#1398)Allen Byrne2022-02-223-1/+17
| * Oess 168 utils mirror vfd (#1444)Larry Knox2022-02-215-23/+20
| * Sprinkle H5_ATTR_FORMAT over printf(3)-like functions in tools and fix issues...David Young2022-02-2113-146/+139
| * Fix cache sanity checking code by moving functions to wider scope (#1435)jhendersonHDF2022-02-212-99/+88
| * Fix issue with copying null new references (#1440)Neil Fortner2022-02-185-49/+57
| * Implement support for big I/O for independent reads (#1446)Neil Fortner2022-02-182-23/+64
| * Updated reference for Multi Dataset RFC. (#1442)Gerd Heber2022-02-181-1/+1
| * Add SZ filter and adjust compression file names to avoid conflicts (#1434)Allen Byrne2022-02-179-92/+90
| * Fixed AbstractDs::getVarLenType documentation (#1441)myd73492022-02-161-1/+1
| * Creating FUNDING.yml (#1427)loricooperhdf2022-02-162-0/+4
| * Revert "Fix metadata cache bug when resizing a pinned/protected entry (#1358)...Larry Knox2022-02-122-21/+4
| * Add -showconfig to h5cc scripts to dump libhdf5.settings file (#1391)Allen Byrne2022-02-112-1/+29
| * Make a buffer bigger: GCC 8.3.0 warned that a `snprintf` may be (#1403)David Young2022-02-111-1/+1
| * Fixed H5Dget_storage_size_f for zero sized datasets (#1430)Scot Breitenfeld2022-02-111-4/+4
| * Fix issue with H5_now_usec() with 32 bit systems (#1416)Neil Fortner2022-02-102-6/+39
| * Fix metadata cache bug when resizing a pinned/protected entry (#1358)jhendersonHDF2022-02-082-4/+21
| * Implemented suggestion in #1381 for dtransform test (#1415)Allen Byrne2022-02-042-11/+13
| * Fix a few issues noted by LGTM (#1421)jhendersonHDF2022-02-0410-32/+38
| * Don't use a nonliteral format string in test/fheap.c:begin_test(). (#1401)David Young2022-02-031-87/+60
| * Update doc with HDF5_ROOT usage. (#1414)Allen Byrne2022-02-023-14/+16
| * Unify handling of collective metadata reads status (#1206)jhendersonHDF2022-01-2911-136/+357
| * Added another missing override keyword on a dtor (#1384)Sean McBride2022-01-291-1/+1
| * Fix some spelling. (#1402)David Young2022-01-281-3/+3
| * Snprintf2 (#1399)Sean McBride2022-01-2841-425/+467
| * Remove const from the argv tools/tests main sig. (#1390)Allen Byrne2022-01-2838-78/+82
* | NFCI: write some comments.David Young2022-03-101-3/+19
* | In a comment, put back a sentence that mentions H5Tget_native_type().David Young2022-03-101-0/+2
* | Briefly explain alignments_t.David Young2022-03-101-0/+8
* | To find the alignment of types, use a type instead of an object andDavid Young2022-01-281-141/+141
* | Reorder the initializer macro to try to satisfy MSVC. Put the formatDavid Young2022-01-281-12/+16
* | Let the compiler check alignment in H5detect since it does notDavid Young2022-01-281-29/+0
* | Committing clang-format changesgithub-actions2022-01-281-62/+60
* | Replace H5detect's build-time detection of C99 integer properties with aDavid Young2022-01-284-535/+312
|/
* Replaced several uses of sprintf with safer snprintf (#1383)Sean McBride2022-01-2824-46/+43
* Used clang-tidy to change all floating point f suffixes to F (#1359)Sean McBride2022-01-286-8/+8
* Revert 61464d7e (#1396)Larry Knox2022-01-261-10/+22
* Update code owners file with more names (#1386)Allen Byrne2022-01-261-15/+15
* Fix cmake dynamic analysis on windows (#1373)Allen Byrne2022-01-242-5/+21
* Parallel rank0 deadlock fixes (#1183)jhendersonHDF2022-01-229-71/+180