Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HDFFV-10703 Update CMake commands to latest standard | Allen Byrne | 2019-02-15 | 1 | -0/+4 |
| | |||||
* | Java html fix and cmake update | Allen Byrne | 2019-01-24 | 1 | -7/+5 |
| | |||||
* | Fix deprecated H5Pget_version | Allen Byrne | 2019-01-09 | 1 | -28/+0 |
| | |||||
* | HDFFV-10664 add missing function and check for restriction | Allen Byrne | 2019-01-04 | 1 | -2/+17 |
| | |||||
* | HDFFV-10664 minimized dataset headers for java interface | Allen Byrne | 2018-12-31 | 1 | -2/+58 |
| | |||||
* | HDFFV-10664 Add new functions and constants to java interface | Allen Byrne | 2018-12-19 | 2 | -52/+160 |
| | |||||
* | Merge pull request #1364 in HDFFV/hdf5 from ↵ | Dana Robinson | 2018-12-17 | 1 | -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 unused | Dana Robinson | 2018-12-08 | 1 | -3/+0 |
| | | | | | | | | and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252. | ||||
* | | HDFFV-10663 add new function H5Fis_accessible | Allen Byrne | 2018-12-17 | 1 | -0/+19 |
| | | |||||
* | | HDFVIEW-4 Duplicate line | Allen Byrne | 2018-12-12 | 1 | -1/+0 |
| | | |||||
* | | HDFVIEW-4 removed unused functions | Allen Byrne | 2018-12-12 | 1 | -5/+0 |
| | | |||||
* | | HDFVIEW-4 add datatype read to H5A like H5D | Allen Byrne | 2018-12-10 | 1 | -51/+326 |
|/ | |||||
* | Commit version changes for additional files for 1.11.3 snapshot release. | Larry Knox | 2018-11-06 | 1 | -2/+2 |
| | |||||
* | VOL FEATURE | Dana Robinson | 2018-10-10 | 1 | -0/+6 |
| | |||||
* | Snapshot version 1.11 release 2. | hdftest | 2018-09-20 | 1 | -2/+2 |
| | |||||
* | HDFFV-10544 remove native from class function | Allen Byrne | 2018-08-06 | 1 | -2/+2 |
| | |||||
* | HDFFV-10544 correct typo | Allen Byrne | 2018-08-06 | 1 | -1/+1 |
| | |||||
* | HDFFV-10544 exception variable as local class | Allen Byrne | 2018-08-06 | 1 | -5/+18 |
| | |||||
* | HDFFV-10534 | Allen Byrne | 2018-07-30 | 1 | -1/+1 |
| | |||||
* | Remove writeVL option | Allen Byrne | 2018-06-28 | 1 | -2/+3 |
| | |||||
* | Region reference in compounds need class check | Allen Byrne | 2018-06-28 | 1 | -3/+4 |
| | |||||
* | Update Java util lib, Refactor H5D write VL to match read | Allen Byrne | 2018-06-27 | 1 | -17/+8 |
| | |||||
* | Fix attribute Read | Allen Byrne | 2018-06-25 | 1 | -1/+4 |
| | |||||
* | HDFVIEW compound vlen needed vlen_t size | Allen Byrne | 2018-06-20 | 1 | -0/+3 |
| | |||||
* | H5O_info fixes for java and examples | Allen Byrne | 2018-05-31 | 2 | -5/+161 |
| | |||||
* | TRILABS-20 set a compiler name on all project commands | Allen Byrne | 2018-04-20 | 1 | -1/+1 |
| | |||||
* | TRILABS-19 Initial conversion of include_directories to targets | Allen Byrne | 2018-04-17 | 1 | -6/+1 |
| | |||||
* | Update unimplemented lists | Allen Byrne | 2018-03-26 | 1 | -17/+141 |
| | |||||
* | Java constants for new lib verbounds values | Allen Byrne | 2018-03-15 | 1 | -0/+12 |
| | |||||
* | HDFFV-10412 add error on function for Java | Allen Byrne | 2018-03-13 | 1 | -1/+7 |
| | |||||
* | Change CMake min to 3.10 | Allen Byrne | 2018-03-09 | 1 | -1/+1 |
| | |||||
* | Inc CMake min, Add new tests, rework test CMake files | Allen Byrne | 2018-02-27 | 1 | -1/+1 |
| | |||||
* | Snapshot version 1.11 release 2 | hdftest | 2018-01-05 | 1 | -2/+2 |
| | |||||
* | Snapshot version 1.11 release 1 | hdftest | 2018-01-05 | 1 | -2/+2 |
| | |||||
* | HDFFV-9724 Corrected files and verified tests | Allen Byrne | 2017-12-28 | 2 | -17/+183 |
| | |||||
* | Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ↵ | lrknox | 2017-12-22 | 2 | -183/+17 |
| | | | | | | | develop" This reverts commit b1223dd653e65e076af92b2dfe236f3704da81c8, reversing changes made to b25f123f5f5e25c1447a6a02861cb7c7265c12f2. | ||||
* | HDFFV-9724 Remove VDS file cache functionality | Allen Byrne | 2017-12-20 | 1 | -28/+29 |
| | |||||
* | Added java wrappers and tests | Allen Byrne | 2017-12-12 | 2 | -17/+182 |
| | |||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 66 | -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 javadoc | Allen Byrne | 2017-04-24 | 1 | -2/+4 |
| | |||||
* | Due to HDFVIEW-19 add read VL as string function | Allen Byrne | 2017-04-12 | 1 | -0/+3 |
| | |||||
* | HDFFV-10143 add missing javadoc param | Allen Byrne | 2017-04-06 | 1 | -0/+10 |
| | |||||
* | HDFFV-10143 Add plugin APIs to Java interface | Allen Byrne | 2017-04-03 | 1 | -0/+72 |
| | |||||
* | Remove extra space added by h5vers to version string in H5.java, which | lrknox | 2017-03-21 | 1 | -1/+1 |
| | | | | then failed to match the pattern after the first run. | ||||
* | Remove incorrect " marks added to java files by bin/h5vers. | lrknox | 2017-03-21 | 1 | -2/+2 |
| | | | | Pull version from configure for version test in h5repack_plugin.sh.in | ||||
* | Extend h5vers to update version strings in java files and h5repack | lrknox | 2017-03-20 | 1 | -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 develop | Quincey Koziol | 2017-03-14 | 2 | -45/+100 |
| | |||||
* | HDFFV-10118 fixed plugin tests for tools | Allen Byrne | 2017-01-20 | 1 | -3/+3 |
| | |||||
* | Update cmake min version and cmake command convention | Allen Byrne | 2017-01-10 | 1 | -2/+2 |
| | |||||
* | Bring Java SWMR changes from revise_chunks to develop branch | Quincey Koziol | 2016-12-18 | 2 | -0/+17 |
| |