Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix java for new H5Fget_info function | Allen Byrne | 2019-04-15 | 3 | -153/+37 |
| | |||||
* | Add C++, Java, and FORTRAN wrappers and tests for H5Fget_fileno | Quincey Koziol | 2019-04-14 | 5 | -1/+175 |
| | |||||
* | HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change. | Vailin Choi | 2019-04-06 | 1 | -2/+2 |
| | | | | This also addresses HDFFV-10255: H5Sencode/decode performance issue. | ||||
* | Set V112 as the latest format and extend the arrays of version bounds. | Vailin Choi | 2019-04-04 | 3 | -1/+6 |
| | |||||
* | Merge remote-tracking branch 'origin/develop' into env_vol_load | Quincey Koziol | 2019-04-03 | 2 | -4/+4 |
|\ | |||||
| * | Snapshot version 1.11 release 4. | hdftest | 2019-04-01 | 2 | -4/+4 |
| | | | | | | | | Update version to 1.11.5. | ||||
* | | Specify the default VOL connector to use with an environment variable. | Quincey Koziol | 2019-03-10 | 1 | -0/+5 |
|/ | | | | | | | | This implicitly adds support for changing the VOL connector for command-line tools or any application linked with the library. Also, add 'make check-vol' support for all directories, clearing up necessary issues in testing scripts, etc. | ||||
* | Minor fix in h5str_sprintf for NULL region references | Jordan Henderson | 2019-02-22 | 3 | -3/+3 |
| | |||||
* | HDFFV-10703 macro vars need quotes | Allen Byrne | 2019-02-15 | 2 | -5/+4 |
| | |||||
* | HDFFV-10703 Update CMake commands to latest standard | Allen Byrne | 2019-02-15 | 5 | -12/+16 |
| | |||||
* | Fixes for JNI updates | Jordan Henderson | 2019-02-12 | 22 | -35/+373 |
| | |||||
* | Re-write of Java JNI error handling | Jordan Henderson | 2019-02-11 | 55 | -16055/+18125 |
| | |||||
* | Java html fix and cmake update | Allen Byrne | 2019-01-24 | 2 | -9/+6 |
| | |||||
* | Fix deprecated H5Pget_version | Allen Byrne | 2019-01-09 | 5 | -127/+18 |
| | |||||
* | Fix regex | Allen Byrne | 2019-01-09 | 1 | -37/+37 |
| | |||||
* | Correct regex option | Allen Byrne | 2019-01-08 | 1 | -37/+37 |
| | |||||
* | HDFFV-10674 handle time as natural number | Allen Byrne | 2019-01-07 | 1 | -37/+37 |
| | |||||
* | HDFFV-10664 update reference file | Allen Byrne | 2019-01-04 | 1 | -3/+1 |
| | |||||
* | HDFFV-10664 update reference files | Allen Byrne | 2019-01-04 | 3 | -23/+6 |
| | |||||
* | HDFFV-10664 add missing function and check for restriction | Allen Byrne | 2019-01-04 | 4 | -4/+85 |
| | |||||
* | HDFFV-10664 add check for state before set call | Allen Byrne | 2019-01-02 | 2 | -2/+8 |
| | |||||
* | HDFFV-10664 minimized dataset headers for java interface | Allen Byrne | 2018-12-31 | 9 | -4/+218 |
| | |||||
* | Add reference file to list | Allen Byrne | 2018-12-21 | 1 | -0/+1 |
| | |||||
* | HDFFV-10664 Add new functions and constants to java interface | Allen Byrne | 2018-12-19 | 12 | -54/+651 |
| | |||||
* | Merge pull request #1364 in HDFFV/hdf5 from ↵ | Dana Robinson | 2018-12-17 | 2 | -5/+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 | 2 | -5/+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 | 7 | -3/+78 |
| | | |||||
* | | If MPI is enabled java will not compile because of include. | Allen Byrne | 2018-12-13 | 1 | -1/+3 |
| | | |||||
* | | HDFVIEW-4 Duplicate line | Allen Byrne | 2018-12-12 | 1 | -1/+0 |
| | | |||||
* | | HDFVIEW-4 removed unused functions | Allen Byrne | 2018-12-12 | 5 | -180/+0 |
| | | |||||
* | | HDFVIEW-4 add datatype read to H5A like H5D | Allen Byrne | 2018-12-10 | 5 | -200/+1548 |
|/ | |||||
* | The Java tests will no longer fail when the zlib is not present. | Dana Robinson | 2018-11-13 | 1 | -10/+24 |
| | |||||
* | Updated the Java tests so that they don't fail when the | Dana Robinson | 2018-11-12 | 3 | -98/+107 |
| | | | | error stack changes. | ||||
* | Commit version changes for additional files for 1.11.3 snapshot release. | Larry Knox | 2018-11-06 | 2 | -4/+4 |
| | |||||
* | VOL FEATURE | Dana Robinson | 2018-10-10 | 5 | -34/+62 |
| | |||||
* | Merge branch 'develop' of ↵ | hdftest | 2018-09-20 | 1 | -1/+1 |
|\ | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~hdftest/hdf5_hft into develop | ||||
| * | Fix missed replacement | Allen Byrne | 2018-09-20 | 1 | -1/+1 |
| | | |||||
* | | Snapshot version 1.11 release 2. | hdftest | 2018-09-20 | 2 | -4/+4 |
|/ | |||||
* | Remove extra constant | Allen Byrne | 2018-09-19 | 1 | -4/+3 |
| | |||||
* | Fix typo | Allen Byrne | 2018-09-19 | 1 | -1/+1 |
| | |||||
* | Add Constants to all ERR STK checks | Allen Byrne | 2018-09-19 | 2 | -8/+12 |
| | |||||
* | Use constants for test comparisons | Allen Byrne | 2018-09-19 | 2 | -23/+27 |
| | |||||
* | Removed 'VOL' versions of FUNC_ENTER macros as well as empty functions | Dana Robinson | 2018-09-18 | 1 | -10/+4 |
| | | | | orginally intended to support the full SWMR feature. | ||||
* | Remove another extra path var | Allen Byrne | 2018-09-01 | 1 | -1/+1 |
| | |||||
* | Move muti-config dir setting to root process | Allen Byrne | 2018-09-01 | 4 | -4/+4 |
| | |||||
* | Fix one more intermediate location | Allen Byrne | 2018-08-31 | 1 | -1/+1 |
| | |||||
* | Use different variable | Allen Byrne | 2018-08-31 | 4 | -4/+4 |
| | |||||
* | Cleanup and add intermediate dir for java | Allen Byrne | 2018-08-31 | 6 | -17/+5 |
| | |||||
* | Java must use shared libs to allow dlopen calls | Allen Byrne | 2018-08-30 | 1 | -1/+1 |
| | |||||
* | Correct names | Allen Byrne | 2018-08-30 | 1 | -3/+0 |
| |