summaryrefslogtreecommitdiffstats
path: root/java/src/hdf
Commit message (Collapse)AuthorAgeFilesLines
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-2068-68/+68
| | | | file - files not in src or test.
* 1 12 HDFFV-10865 - merge from dev, HDFArray perf fix (#233)Allen Byrne2020-12-291-184/+120
| | | | | | | | | | | | | | | | | | | | | | | | | * merge updates from develop * remove extension on command * Run autogen before chkmanifest * Update release text files and whitespace cleanup * Update list * OESS-98 Update plugin build option * OESS-98 fix tools test for plugins * Fix conflict * OESS-98 fix hdf5 link target * Update pkgconfig settings with version - #218 * HDFFV-10865 - merge from dev, HDFArray perf fix. * HDFFV-10865 - fix date
* Manual sync with develop (#95)Dana Robinson2020-11-172-6/+55
| | | | Brings all features from develop. Note that RELEASE.txt has not been updated (will be done in a future PR).
* HDFFV-10868 merge from developAllen Byrne2020-10-2844-317/+3813
|
* Add github actions and cleanup java whitespaceAllen Byrne2020-05-063-4/+4
|
* Update examples and fix version referencesAllen Byrne2020-02-261-1/+1
|
* Merge changes from develop mostly cmake 3.12 minimum versionAllen Byrne2020-02-232-2/+2
|
* Merge changes from develop for CMake and JavaAllen Byrne2020-02-211-2/+2
|
* Introduce new H5VL _by_value routinesJordan Henderson2020-01-291-1/+3
|
* Update version to 1.12.1-snap0 for hdf5_1_12 branch.Larry Knox2020-01-281-2/+2
|
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-1913-98/+426
|
* HDFFV-10876 Merge from developAllen Byrne2019-12-092-5/+354
|
* Revert "Merge branch 'hdf5_1_12' of ↵Jerome Soumagne2019-12-091-3/+0
| | | | | | | https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into hdf5_1_12" This reverts commit 9f9336a5bd541752f472bab4c93da8de89f862cd, reversing changes made to 437a1919e7ba60fe75a33a466d264183a0255319.
* Merged HDFFV-10929_2GB_testing to hdf5_1_12Richard Warren2019-12-061-0/+3
|
* Fix various Java issues when deprecated symbols are disabledJordan Henderson2019-10-101-0/+26
|
* Set versions in initial hdf5_1_12 revision.hdf5_1_12-initialLarry Knox2019-09-251-2/+2
|
* 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
|
* HDFFV-10534Allen Byrne2018-07-301-1/+1
|
* Remove writeVL optionAllen Byrne2018-06-281-2/+3
|