summaryrefslogtreecommitdiffstats
path: root/java/src/jni
Commit message (Expand)AuthorAgeFilesLines
* 1 12 merge java copyright header changes (#391)Allen Byrne2021-03-0156-420/+401
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-2067-67/+67
* Basic alignment with async branch (#115) (#137)Quincey Koziol2020-11-301-2/+2
* Manual sync with develop (#95)Dana Robinson2020-11-173-4/+96
* HDFFV-10868 Corrections from reviewAllen Byrne2020-10-291-21/+21
* HDFFV-10868 merge from developAllen Byrne2020-10-283-4/+816
* OESS-98 add CMake option to build plugins project within hdf5Allen Byrne2020-10-161-1/+1
* Source formattedAllen Byrne2020-10-0160-6484/+7196
* warning format fixes and define name from developAllen Byrne2020-09-301-1/+1
* Add clang-format changes from develop.Allen Byrne2020-09-282-6/+14
* Add github actions and cleanup java whitespaceAllen Byrne2020-05-062-2/+2
* TRILAB-192 - merge changes from developAllen Byrne2020-04-071-3/+1
* TRILAB-192 merging warnings changes from developAllen Byrne2020-03-305-12/+15
* Update examples and fix version referencesAllen Byrne2020-02-261-35/+21
* Fix Fortran macro use and jni commentAllen Byrne2020-02-252-2/+4
* Merge changes from develop mostly cmake 3.12 minimum versionAllen Byrne2020-02-231-1/+1
* Merge changes from develop for CMake and JavaAllen Byrne2020-02-211-7/+7
* Squashed commit of the following:David Young2020-01-315-40/+45
* Introduce new H5VL _by_value routinesJordan Henderson2020-01-292-8/+74
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-1926-747/+1000
* HDFFV-10976,-10980 h5dump, h5ls, h5diff use new ref APIsAllen Byrne2019-12-202-2/+2
* Add missing include folderAllen Byrne2019-12-101-1/+1
* HDFFV-10876 Merge from developAllen Byrne2019-12-0913-163/+1004
* Revert "Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/...Jerome Soumagne2019-12-091-2/+0
* Merged HDFFV-10929_2GB_testing to hdf5_1_12Richard Warren2019-12-061-0/+2
* Fix various Java issues when deprecated symbols are disabledJordan Henderson2019-10-106-12/+90
* HDFFV-10903 - fix VFD constants in JNIAllen Byrne2019-09-171-2/+14
* revert as CHECK will first check for exceptionAllen Byrne2019-09-101-6/+6
* Clear exception for getting JNI string to clear the exceptionAllen Byrne2019-09-101-6/+6
* Add statement for label if code unimplementedAllen Byrne2019-09-051-0/+2
* Fix unused varAllen Byrne2019-09-051-2/+6
* Correct label and var namesAllen Byrne2019-09-051-14/+14
* Add back missing java implementationAllen Byrne2019-09-052-0/+364
* HDFFV-10887 Implement requested functionsAllen Byrne2019-08-192-0/+87
* Squashed commit of the following:Larry Knox2019-07-251-0/+4
* Move before null checkAllen Byrne2019-07-081-2/+2
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-181-1/+1
* Added H5Fdelete call and VOL support (but no VFD/native implementation).Dana Robinson2019-06-111-0/+2
* Merge pull request #1715 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-06-0510-83/+83
|\
| * Fix minor issuesAllen Byrne2019-06-031-1/+1
| * Java formatting of argsAllen Byrne2019-05-309-82/+82
* | Added a VOL initialization property list type.Dana Robinson2019-06-051-0/+4
|/
* Fix Java JUnit-TestH5P failure on 32-bit archJordan Henderson2019-04-301-1/+1
* Fix java for new H5Fget_info functionAllen Byrne2019-04-151-6/+6
* Add C++, Java, and FORTRAN wrappers and tests for H5Fget_filenoQuincey Koziol2019-04-142-0/+29
* HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change.Vailin Choi2019-04-061-2/+2
* Set V112 as the latest format and extend the arrays of version bounds.Vailin Choi2019-04-041-0/+2
* Minor fix in h5str_sprintf for NULL region referencesJordan Henderson2019-02-223-3/+3
* Fixes for JNI updatesJordan Henderson2019-02-1219-31/+369
* Re-write of Java JNI error handlingJordan Henderson2019-02-1153-16054/+18106