summaryrefslogtreecommitdiffstats
path: root/java/src/hdf
Commit message (Collapse)AuthorAgeFilesLines
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-304-21/+21
| | | | | | | | | | * Renames H5I_ATOM to H5I_ID, among other related changes * Java has been updated. * Fortran is failing on my VM, even though I don't touch that. * Adds a RELEASE.txt note for H5E_ATOM to H5E_ID changes * Fixes typos in comments
* HDFFV-10868 Corrections from reviewAllen Byrne2020-10-291-1/+1
|
* HDFFV-10868 - add H5Sselect API java wrappers.Allen Byrne2020-10-272-237/+867
| | | Also added javadoc comments to H5E and H5s constants.
* Update javadoc comments to reduce warnings (#41)Allen Byrne2020-10-1643-97/+2963
|
* Fix javadoc warningAllen Byrne2020-08-161-0/+4
|
* Squash merge of file locking fixesDana Robinson2020-08-031-0/+45
|
* Trim trailing whitespaceQuincey Koziol2020-04-203-4/+4
|
* Update examples and fix old version references.Allen Byrne2020-02-261-1/+1
|
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-212-2/+2
|
* HDFFV-11032 fix JNI callAllen Byrne2020-02-211-2/+2
|
* Introduce new H5VL _by_value routinesJordan Henderson2020-01-291-1/+3
|
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-1613-98/+426
|
* Add missing javadoc for new argAllen Byrne2019-12-031-0/+6
|
* Update reference files and fix int as stringAllen Byrne2019-12-031-3/+3
|
* HDFFV-10876 Update h5dump and h5ls for new ref api.Allen Byrne2019-11-072-5/+348
|
* Fix various Java issues when deprecated symbols are disabledJordan Henderson2019-10-101-0/+26
|
* Update versioning to next major versionAllen Byrne2019-09-251-0/+3
|
* Update develop branch version to 1.13.0 after creation of hdf5_1_12Larry Knox2019-09-251-2/+2
| | | | branch.
* Add back missing java implementationAllen Byrne2019-09-052-12/+14
|
* OESS-29 Fix HD prefix in perform and enable test compileAllen Byrne2019-08-271-3/+3
|
* Untangle #ifdef mess in ROS3 code.Dana Robinson2019-08-201-1/+1
|
* HDFFV-10887 Implement requested functionsAllen Byrne2019-08-191-4/+3
|
* Squashed commit of the following:Larry Knox2019-07-255-0/+241
| | | | | | | | | | | Merge changes from update_merged_S3_HDFS branch into develop. commit d5034315aea88629929ac0c9c59ebfafd5f21a31 Merge: 9c48823 d3fdcd8 Author: Larry Knox <lrknox@hdfgroup.org> Date: Thu Jul 25 08:24:53 2019 -0500 Merge branch 'develop' into update_merged_S3_HDFS
* Added H5Fdelete call and VOL support (but no VFD/native implementation).Dana Robinson2019-06-112-1/+7
|
* Added a VOL initialization property list type.Dana Robinson2019-06-051-0/+6
|
* Snapshot version 1.11 release 5.hdftest2019-05-021-2/+2
| | | | Update version to 1.11.6.
* Add C++, Java, and FORTRAN wrappers and tests for H5Fget_filenoQuincey Koziol2019-04-141-0/+13
|
* Set V112 as the latest format and extend the arrays of version bounds.Vailin Choi2019-04-041-0/+3
|
* Snapshot version 1.11 release 4.hdftest2019-04-011-2/+2
| | | | Update version to 1.11.5.
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-151-0/+4
|
* Java html fix and cmake updateAllen Byrne2019-01-242-9/+6
|
* Fix deprecated H5Pget_versionAllen Byrne2019-01-091-28/+0
|
* HDFFV-10664 add missing function and check for restrictionAllen Byrne2019-01-041-2/+17
|
* HDFFV-10664 minimized dataset headers for java interfaceAllen Byrne2018-12-311-2/+58
|
* HDFFV-10664 Add new functions and constants to java interfaceAllen Byrne2018-12-192-52/+160
|
* Merge pull request #1364 in HDFFV/hdf5 from ↵Dana Robinson2018-12-171-3/+0
|\ | | | | | | | | | | | | ~DEROBINS/hdf5_der:h5i_reference_removal to develop * commit 'e21c1cf7c6ee6dba5dd5bfd1a525227ac1304b53': Removed H5I_REFERENCE from the library. It has always been unused and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252.
| * Removed H5I_REFERENCE from the library. It has always been unusedDana Robinson2018-12-081-3/+0
| | | | | | | | and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252.
* | HDFFV-10663 add new function H5Fis_accessibleAllen Byrne2018-12-171-0/+19
| |
* | HDFVIEW-4 Duplicate lineAllen Byrne2018-12-121-1/+0
| |
* | HDFVIEW-4 removed unused functionsAllen Byrne2018-12-121-5/+0
| |
* | HDFVIEW-4 add datatype read to H5A like H5DAllen Byrne2018-12-101-51/+326
|/
* Commit version changes for additional files for 1.11.3 snapshot release.Larry Knox2018-11-061-2/+2
|
* VOL FEATUREDana Robinson2018-10-101-0/+6
|
* Snapshot version 1.11 release 2.hdftest2018-09-201-2/+2
|
* Fix OSX SIP for libsAllen Byrne2018-08-211-1/+1
|
* Fix quoteAllen Byrne2018-08-201-1/+1
|
* HDFFV-10553 Update html tagsAllen Byrne2018-08-201-7/+8
|
* HDFFV-10544 remove native from class functionAllen Byrne2018-08-061-2/+2
|
* HDFFV-10544 correct typoAllen Byrne2018-08-061-1/+1
|
* HDFFV-10544 exception variable as local classAllen Byrne2018-08-061-5/+18
|