summaryrefslogtreecommitdiffstats
path: root/java/src
Commit message (Expand)AuthorAgeFilesLines
* subfiling with selection IO (#1219)Scot Breitenfeld2021-11-237-27/+299
* Add missing dataset reference text (#1081)Allen Byrne2021-10-071-4/+4
* Modified gcc/clang warning suppression macros to account for some warnings fl...Sean McBride2021-09-161-6/+6
* Fix java warnings (#1005)Allen Byrne2021-09-152-46/+36
* Fix several warnings (#720)jhendersonHDF2021-09-141-16/+3
* Update copyright headers with reproduction notice in 5 files (#993)Larry Knox2021-09-082-16/+14
* Cleans up POSIX/C bits in H5private.h (#804)Dana Robinson2021-06-291-13/+13
* Includes hdf5dev.h in hdf5.h (#728)Dana Robinson2021-06-073-3/+0
* Combo set of async and other changes (#161)Quincey Koziol2021-06-023-0/+3
* Java and fortran cmake changes (#694)Allen Byrne2021-05-293-9/+42
* develop - Javadoc warning fixes (#506)Allen Byrne2021-03-2412-54/+386
* Update clang config (#473)Quincey Koziol2021-03-171-2/+8
* develop JNI export references and java updates (#467)Allen Byrne2021-03-127-200/+434
* Changes found during merge to 1.12 (#414)Allen Byrne2021-03-0432-96/+96
* #386 copyright corrections for java folder (#389)Allen Byrne2021-02-2690-90/+0
* Primary change is HDFFV-11212 - new refs and JNI (#372)Allen Byrne2021-02-2511-394/+921
* Update license url part2 (#333)Larry Knox2021-02-17136-136/+136
* Java replace switch on string (#273)Allen Byrne2021-01-271-304/+209
* OESS-98 convert plugin option to FetchContent, add tests (#155)Allen Byrne2020-12-161-184/+120
* Bring async branch to develop (#166)Quincey Koziol2020-12-142-8/+0
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-307-28/+28
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-2/+2
* HDFFV-10868 Corrections from reviewAllen Byrne2020-10-292-22/+22
* HDFFV-10868 - add H5Sselect API java wrappers.Allen Byrne2020-10-275-241/+1679
* Update javadoc comments to reduce warnings (#41)Allen Byrne2020-10-1643-97/+2963
* Clang-format of source filesAllen Byrne2020-09-3060-6508/+7220
* Fix jni with %Lg instead of %LfAllen Byrne2020-09-291-3/+1
* Pre-format fixes for warnings as errorsAllen Byrne2020-09-291-0/+2
* OESS-98 merge with clang-format changesAllen Byrne2020-09-251-1/+1
* File changes to affect formattingAllen Byrne2020-09-041-6/+6
* CMake and script changes for clang-formatAllen Byrne2020-09-041-0/+8
* Fix javadoc warningAllen Byrne2020-08-161-0/+4
* Squash merge of file locking fixesDana Robinson2020-08-033-0/+144
* Trim trailing whitespaceQuincey Koziol2020-04-206-7/+7
* TRILAB-192 add c++ and fortran warnings build systems one fileAllen Byrne2020-04-051-3/+1
* Fix Werror issues in JNI and toolsAllen Byrne2020-03-244-8/+12
* TRILAB-192 fix JNI shadow warningAllen Byrne2020-03-244-4/+0
* TRILAB-192 restrict extensive warnings to librariesAllen Byrne2020-03-241-0/+3
* Update examples and fix old version references.Allen Byrne2020-02-262-36/+22
* Fix Fortran macro use and jni commentAllen Byrne2020-02-252-2/+4
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-214-4/+4
* Fix always true issue because member is not dynamically allocatedAllen Byrne2020-02-211-7/+7
* HDFFV-11032 fix JNI callAllen Byrne2020-02-211-2/+2
* Merge pull request #2318 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff...David Young2020-01-293-30/+29
|\
| * Reduce differences between my -Werror branch and `develop`:David Young2020-01-293-30/+29
* | Merge pull request #2320 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff...David Young2020-01-291-8/+8
|\ \
| * | Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.David Young2020-01-291-8/+8
| |/
* | Merge pull request #2321 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff...David Young2020-01-291-2/+8
|\ \
| * | testpar/t_2Gio.c: Fix a typo that I think was introduced by aDavid Young2020-01-291-2/+8
| |/
* | Introduce new H5VL _by_value routinesJordan Henderson2020-01-293-9/+77
|/