summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Simplify. Removing the integer detection paved the way for this.David Young2022-04-201-91/+24
* Quiet a GCC warning: don't turn back on compiler diagnostics thatDavid Young2022-04-201-2/+0
* Move the alignment computation for miscellaneous types fromDavid Young2022-04-204-64/+36
* Extract struct-offset arithmetic into macro TAG_ALIGNMENT for reuse in aDavid Young2022-04-191-2/+4
* Merge remote-tracking branch 'thg/develop' into feature/h5detectDavid Young2022-04-14295-4728/+6934
|\
| * Fix these Doxygen warnings #1581 (#1589)Allen Byrne2022-04-133-11/+10
| * Removes unused definitions from module headers (#1624)Dana Robinson2022-04-1138-115/+76
| * Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-08221-2213/+2188
| * Minor things discovered while preparing 1.12.2 (#1620)Dana Robinson2022-04-081-2/+2
| * Fix for unexported global variable on Windows (#1568)Dana Robinson2022-04-011-2/+5
| * spelling fixes (#1561)Scot Breitenfeld2022-03-314-4/+4
| * Add H5_CHECK_MPI_VERSION macro to check for at least MPI version of (version,...jhendersonHDF2022-03-306-18/+27
| * Add missing H5FL_TRACK debug parameters to free list array routines (#1555)jhendersonHDF2022-03-301-6/+12
| * Minor comment corrections (#1544)Allen Byrne2022-03-303-15/+13
| * Removes unused H5HP (private heap) package (#1548)Dana Robinson2022-03-304-984/+0
| * Removes unused memory pool (H5MP) package (#1547)Dana Robinson2022-03-307-861/+1
| * Removes cruft from a few header files (#1534)Dana Robinson2022-03-297-38/+0
| * Merge initial version of selection I/O feature into develop (#1367)Neil Fortner2022-03-2630-344/+4528
| * Removes HD prefix from pthreads calls (#1507)Dana Robinson2022-03-182-89/+38
| * Fixes a bug in the FSM section merge code exposed by VFD SWMR (#1505)Dana Robinson2022-03-171-1/+1
| * Misc fixes highlighted by the checkposix script (#1499)Dana Robinson2022-03-176-29/+33
| * Fix JNI bug, fix warnings noticed in MSVC CI, be modern & portable (#1480)David Young2022-03-102-4/+4
* | Committing clang-format changesgithub-actions2022-03-101-4/+4
* | Merge remote-tracking branch 'thg/develop' into feature/h5detectDavid Young2022-03-1041-2046/+5511
|\ \ | |/
| * Minor tweaks from VFD SWMR normalization (#1474)Dana Robinson2022-03-099-138/+139
| * Update version to 1.13.2-1 after 1.13.1 release; add new Makefile.in files t...Larry Knox2022-03-012-4/+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-011-6/+67
| * Fix release check version logic (#1438)Allen Byrne2022-02-241-10/+9
| * Parallel Compression improvements (#1302)jhendersonHDF2022-02-2412-1596/+4793
| * Enable creation of RPM/DEB binaries GH#1394 (#1398)Allen Byrne2022-02-221-0/+1
| * Oess 168 utils mirror vfd (#1444)Larry Knox2022-02-211-2/+2
| * 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-181-16/+34
| * Revert "Fix metadata cache bug when resizing a pinned/protected entry (#1358)...Larry Knox2022-02-121-4/+4
| * Fix issue with H5_now_usec() with 32 bit systems (#1416)Neil Fortner2022-02-101-3/+12
| * Fix metadata cache bug when resizing a pinned/protected entry (#1358)jhendersonHDF2022-02-081-4/+4
| * Fix a few issues noted by LGTM (#1421)jhendersonHDF2022-02-043-18/+19
| * Unify handling of collective metadata reads status (#1206)jhendersonHDF2022-01-298-80/+259
| * Fix some spelling. (#1402)David Young2022-01-281-3/+3
| * Snprintf2 (#1399)Sean McBride2022-01-283-21/+23
| * Remove const from the argv tools/tests main sig. (#1390)Allen Byrne2022-01-282-2/+3
* | 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