summaryrefslogtreecommitdiffstats
path: root/java/src/jni/h5pDCPLImp.c
Commit message (Collapse)AuthorAgeFilesLines
* Clang-format of source filesAllen Byrne2020-09-301-245/+225
|
* Reduce differences between my -Werror branch and `develop`:David Young2020-01-291-10/+10
| | | | | | | | Rename index -> idx, fileno -> fnumber, fileno -> fno to avoid GCC shadowed declaration warnings about index(3). Convert #pragma GCC diagnostic push/pop/ignored to the HDF5 library's H5_GCC_DIAG_OFF()/H5_GCC_DIAG_ON() macros.
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-19/+19
|
* Fixes for JNI updatesJordan Henderson2019-02-121-2/+13
|
* Re-write of Java JNI error handlingJordan Henderson2019-02-111-0/+1404