summaryrefslogtreecommitdiffstats
path: root/java/src/hdf/hdf5lib
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-151-0/+4
|
* Java html fix and cmake updateAllen Byrne2019-01-241-7/+5
|
* 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
|
* 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-201-1/+1
|
* 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-091-1/+1
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-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-282-17/+183
|
* Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ↵lrknox2017-12-222-183/+17
| | | | | | | 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-122-17/+182
|
* 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.
* Fix javadocAllen Byrne2017-04-241-2/+4
|
* Due to HDFVIEW-19 add read VL as string functionAllen Byrne2017-04-121-0/+3
|
* HDFFV-10143 add missing javadoc paramAllen Byrne2017-04-061-0/+10
|
* HDFFV-10143 Add plugin APIs to Java interfaceAllen Byrne2017-04-031-0/+72
|
* Remove extra space added by h5vers to version string in H5.java, whichlrknox2017-03-211-1/+1
| | | | then failed to match the pattern after the first run.
* Remove incorrect " marks added to java files by bin/h5vers.lrknox2017-03-211-2/+2
| | | | Pull version from configure for version test in h5repack_plugin.sh.in
* Extend h5vers to update version strings in java files and h5repacklrknox2017-03-201-2/+2
| | | | | | | | version test expected output file. Update version on develop branch to 1.11.0. Please enter the commit message for your changes. Lines starting
* Final merge of page buffering branch to developQuincey Koziol2017-03-142-45/+100
|
* HDFFV-10118 fixed plugin tests for toolsAllen Byrne2017-01-201-3/+3
|
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-2/+2
|
* Bring Java SWMR changes from revise_chunks to develop branchQuincey Koziol2016-12-182-0/+17
|