summaryrefslogtreecommitdiffstats
path: root/java/src/jni/h5util.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #1824: Replaced most remaining sprintf with safer snprint (#4003)Sean McBride2024-02-131-9/+10
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-3/+3
* Removes the HD prefix from java C99 calls (#3149)Dana Robinson2023-06-191-277/+276
* Remove hbool_t/TRUE/FALSE from java (#3145)Dana Robinson2023-06-161-12/+12
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-2/+2
* Cleans up Java JNI warnings and add java to -Werror checks (#2383)Dana Robinson2023-05-271-99/+50
* Develop jni trans (#2266)Allen Byrne2022-12-061-267/+634
* Refactor JNI translate functions to a recursive switch on datatype (#2232)Allen Byrne2022-11-161-415/+404
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* JNI: Improve varlen datatype handling in H5A/H5D read/write functions (#2156)Allen Byrne2022-10-261-0/+545
* Fix mostly java warnings, and cpp cast (#2134)Allen Byrne2022-10-031-152/+144
* Cleanup some warnings in Java JNI code (#2034)jhendersonHDF2022-08-191-46/+55
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-38/+38
* Fix for a tools compile issue when deprecated symbols are disabled (#1884)Dana Robinson2022-07-131-8/+16
* Develop HDFFV-11310 (#1811)Allen Byrne2022-07-111-131/+320
* Various warning fixes (#1812)Sean McBride2022-06-221-4/+4
* Fix JNI bug, fix warnings noticed in MSVC CI, be modern & portable (#1480)David Young2022-03-101-4/+4
* Snprintf2 (#1399)Sean McBride2022-01-281-68/+83
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-3/+3
* Assume C99 fixed sized ints exist, use them (#470)Sean McBride2021-11-081-2/+2
* Add missing dataset reference text (#1081)Allen Byrne2021-10-071-4/+4
* Fix several warnings (#720)jhendersonHDF2021-09-141-16/+3
* Cleans up POSIX/C bits in H5private.h (#804)Dana Robinson2021-06-291-13/+13
* Update clang config (#473)Quincey Koziol2021-03-171-2/+8
* develop JNI export references and java updates (#467)Allen Byrne2021-03-121-174/+369
* Primary change is HDFFV-11212 - new refs and JNI (#372)Allen Byrne2021-02-251-359/+394
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-687/+664
* Fix jni with %Lg instead of %LfAllen Byrne2020-09-291-3/+1
* Pre-format fixes for warnings as errorsAllen Byrne2020-09-291-0/+2
* testpar/t_2Gio.c: Fix a typo that I think was introduced by aDavid Young2020-01-291-2/+8
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-127/+136
* HDFFV-10976,-10980 Init obj_type before calling H5Rget_obj_type3Allen Byrne2019-12-201-1/+1
* Address compile warningsAllen Byrne2019-12-061-2/+4
* Fix compile errors - mostly in jniAllen Byrne2019-12-061-26/+67
* HDFFV-10876 Update h5dump and h5ls for new ref api.Allen Byrne2019-11-071-111/+170
* Fix various Java issues when deprecated symbols are disabledJordan Henderson2019-10-101-1/+1
* Java formatting of argsAllen Byrne2019-05-301-3/+3
* Minor fix in h5str_sprintf for NULL region referencesJordan Henderson2019-02-221-1/+1
* Fixes for JNI updatesJordan Henderson2019-02-121-7/+11
* Re-write of Java JNI error handlingJordan Henderson2019-02-111-2140/+2564
* HD prefix and whitespaceAllen Byrne2018-08-281-5/+5
* HDFFV-10536 callback crash fixed by using stack structureAllen Byrne2018-08-171-1/+0
* Fix ptr arithAllen Byrne2018-06-291-47/+38
* Correct function callAllen Byrne2018-06-281-1/+1
* Correct cast formattingAllen Byrne2018-06-281-2/+2
* Correct var nameAllen Byrne2018-06-281-2/+2
* Need to cast from void ptrAllen Byrne2018-06-281-2/+2
* Update Java util lib, Refactor H5D write VL to match readAllen Byrne2018-06-271-0/+422
* Fix attribute ReadAllen Byrne2018-06-251-110/+0