summaryrefslogtreecommitdiffstats
path: root/java/src/hdf
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Region reference in compounds need class checkAllen Byrne2018-06-281-3/+4
|
* Update Java util lib, Refactor H5D write VL to match readAllen Byrne2018-06-271-17/+8
|
* Fix attribute ReadAllen Byrne2018-06-251-1/+4
|
* HDFVIEW compound vlen needed vlen_t sizeAllen Byrne2018-06-201-0/+3
|
* H5O_info fixes for java and examplesAllen Byrne2018-05-312-5/+161
|
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-202-2/+2
|
* TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-171-6/+1
|
* Update unimplemented listsAllen Byrne2018-03-261-17/+141
|
* Java constants for new lib verbounds valuesAllen Byrne2018-03-151-0/+12
|
* HDFFV-10412 add error on function for JavaAllen Byrne2018-03-131-1/+7
|
* Change CMake min to 3.10Allen Byrne2018-03-092-2/+2
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-272-2/+2
|
* HDFFV-10398 use the simpler add_subdirectory signatureAllen Byrne2018-01-301-1/+1
|
* Snapshot version 1.11 release 2hdftest2018-01-051-2/+2
|
* Snapshot version 1.11 release 1hdftest2018-01-051-2/+2
|
* HDFFV-9724 Corrected files and verified testsAllen Byrne2017-12-283-20/+186
|
* Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ↵lrknox2017-12-223-186/+20
| | | | | | | develop" This reverts commit b1223dd653e65e076af92b2dfe236f3704da81c8, reversing changes made to b25f123f5f5e25c1447a6a02861cb7c7265c12f2.
* HDFFV-9724 Remove VDS file cache functionalityAllen Byrne2017-12-201-28/+29
|
* Added java wrappers and testsAllen Byrne2017-12-123-20/+185
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-2566-396/+264
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.