summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-181-1/+1
| | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules
* Merge pull request #1727 in HDFFV/hdf5 from ↵Dana Robinson2019-06-133-1/+9
|\ | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:H5Fdelete_vol_only to develop * commit 'bb5e7822f447b8a175e807e2e7bad5e0192394e5': Fixed an error string typo Added H5Fdelete call and VOL support (but no VFD/native implementation).
| * Added H5Fdelete call and VOL support (but no VFD/native implementation).Dana Robinson2019-06-113-1/+9
| |
* | Merge pull request #1728 in HDFFV/hdf5 from ↵Larry Knox2019-06-121-1/+9
|\ \ | |/ |/| | | | | | | | | | | | | ~LRKNOX/hdf5_lrk:bugfix/HDFFV-9976-add-configuration-or-make-options to develop * commit '6e1dc507240fba447c79827897b099e91b9dd5c1': Add release note for enable-tools and enable-tests options. Modified Makefile.ams for h5repack, h5watch and gif2h5 to allow disabling tests. Moved h5cc.in from tools/src/misc to src directory to always create h5cc whether or not tools are enabled. Added configuration status of tools and tests to libhdf5.settings. Add options to enable or disable building tools and tests. The default is enabled for each.
| * Add options to enable or disable building tools and tests. The defaultLarry Knox2019-06-061-1/+9
| | | | | | | | is enabled for each.
* | Merge pull request #1715 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-06-0510-83/+83
|\ \ | | | | | | | | | | | | | | | | | | * commit '1ecce0e9bbc07cb3eb6f6bc1fca9d42c9e9c8176': Fix minor issues Update macro Java formatting of args
| * | Fix minor issuesAllen Byrne2019-06-031-1/+1
| | |
| * | Java formatting of argsAllen Byrne2019-05-309-82/+82
| |/
* | Added a VOL initialization property list type.Dana Robinson2019-06-052-0/+10
|/
* Correct message command syntaxAllen Byrne2019-05-171-2/+2
|
* Snapshot version 1.11 release 5.hdftest2019-05-022-4/+4
| | | | Update version to 1.11.6.
* Fix Java JUnit-TestH5P failure on 32-bit archJordan Henderson2019-04-301-1/+1
|
* Fix java for new H5Fget_info functionAllen Byrne2019-04-153-153/+37
|
* Add C++, Java, and FORTRAN wrappers and tests for H5Fget_filenoQuincey Koziol2019-04-145-1/+175
|
* HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change.Vailin Choi2019-04-061-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 Choi2019-04-043-1/+6
|
* Merge remote-tracking branch 'origin/develop' into env_vol_loadQuincey Koziol2019-04-032-4/+4
|\
| * Snapshot version 1.11 release 4.hdftest2019-04-012-4/+4
| | | | | | | | Update version to 1.11.5.
* | Specify the default VOL connector to use with an environment variable.Quincey Koziol2019-03-101-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 referencesJordan Henderson2019-02-223-3/+3
|
* HDFFV-10703 macro vars need quotesAllen Byrne2019-02-152-5/+4
|
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-155-12/+16
|
* Fixes for JNI updatesJordan Henderson2019-02-1222-35/+373
|
* Re-write of Java JNI error handlingJordan Henderson2019-02-1155-16055/+18125
|
* Java html fix and cmake updateAllen Byrne2019-01-242-9/+6
|
* Fix deprecated H5Pget_versionAllen Byrne2019-01-095-127/+18
|
* Fix regexAllen Byrne2019-01-091-37/+37
|
* Correct regex optionAllen Byrne2019-01-081-37/+37
|
* HDFFV-10674 handle time as natural numberAllen Byrne2019-01-071-37/+37
|
* HDFFV-10664 update reference fileAllen Byrne2019-01-041-3/+1
|
* HDFFV-10664 update reference filesAllen Byrne2019-01-043-23/+6
|
* HDFFV-10664 add missing function and check for restrictionAllen Byrne2019-01-044-4/+85
|
* HDFFV-10664 add check for state before set callAllen Byrne2019-01-022-2/+8
|
* HDFFV-10664 minimized dataset headers for java interfaceAllen Byrne2018-12-319-4/+218
|
* Add reference file to listAllen Byrne2018-12-211-0/+1
|
* HDFFV-10664 Add new functions and constants to java interfaceAllen Byrne2018-12-1912-54/+651
|
* Merge pull request #1364 in HDFFV/hdf5 from ↵Dana Robinson2018-12-172-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 unusedDana Robinson2018-12-082-5/+0
| | | | | | | | and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252.
* | HDFFV-10663 add new function H5Fis_accessibleAllen Byrne2018-12-177-3/+78
| |
* | If MPI is enabled java will not compile because of include.Allen Byrne2018-12-131-1/+3
| |
* | HDFVIEW-4 Duplicate lineAllen Byrne2018-12-121-1/+0
| |
* | HDFVIEW-4 removed unused functionsAllen Byrne2018-12-125-180/+0
| |
* | HDFVIEW-4 add datatype read to H5A like H5DAllen Byrne2018-12-105-200/+1548
|/
* The Java tests will no longer fail when the zlib is not present.Dana Robinson2018-11-131-10/+24
|
* Updated the Java tests so that they don't fail when theDana Robinson2018-11-123-98/+107
| | | | error stack changes.
* Commit version changes for additional files for 1.11.3 snapshot release.Larry Knox2018-11-062-4/+4
|
* VOL FEATUREDana Robinson2018-10-105-34/+62
|
* Merge branch 'develop' of ↵hdftest2018-09-201-1/+1
|\ | | | | | | ssh://bitbucket.hdfgroup.org:7999/~hdftest/hdf5_hft into develop
| * Fix missed replacementAllen Byrne2018-09-201-1/+1
| |
* | Snapshot version 1.11 release 2.hdftest2018-09-202-4/+4
|/