summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
...
* HDFFV-10876 ignore old reference API testsAllen Byrne2019-12-073-40/+26
|
* Address compile warningsAllen Byrne2019-12-065-31/+30
|
* Fix compile errors - mostly in jniAllen Byrne2019-12-063-32/+73
|
* HDFFV-10876 Update dump to match DDL specAllen Byrne2019-12-052-4/+5
|
* Update create callsAllen Byrne2019-12-041-11/+12
|
* Update reference callsAllen Byrne2019-12-041-2/+2
|
* Add missing javadoc for new argAllen Byrne2019-12-031-0/+6
|
* Update reference files and fix int as stringAllen Byrne2019-12-033-12/+12
|
* HDFFV-10876 Update h5dump and h5ls for new ref api.Allen Byrne2019-11-0716-144/+1800
|
* Fix various Java issues when deprecated symbols are disabledJordan Henderson2019-10-1011-27/+131
|
* Update versioning to next major versionAllen Byrne2019-09-252-0/+5
|
* Update develop branch version to 1.13.0 after creation of hdf5_1_12Larry Knox2019-09-252-4/+4
| | | | branch.
* Remove obsolete symbolAllen Byrne2019-09-201-14/+13
|
* small syntax changesAllen Byrne2019-09-195-20/+21
|
* Change unused variable to generic formAllen Byrne2019-09-191-1/+1
|
* HDFFV-10903 - fix VFD constants in JNIAllen Byrne2019-09-171-2/+14
|
* HDFFV-10901 add missing config optionsAllen Byrne2019-09-131-1/+0
|
* revert as CHECK will first check for exceptionAllen Byrne2019-09-101-6/+6
|
* Clear exception for getting JNI string to clear the exceptionAllen Byrne2019-09-101-6/+6
|
* Add statement for label if code unimplementedAllen Byrne2019-09-051-0/+2
|
* Fix unused varAllen Byrne2019-09-051-2/+6
|
* Correct label and var namesAllen Byrne2019-09-051-14/+14
|
* Add back missing java implementationAllen Byrne2019-09-056-119/+407
|
* OESS-29 Fix HD prefix in perform and enable test compileAllen Byrne2019-08-271-3/+3
|
* Untangle #ifdef mess in ROS3 code.Dana Robinson2019-08-201-1/+1
|
* HDFFV-10887 Implement requested functionsAllen Byrne2019-08-197-6/+164
|
* Fix compiler warnings with diabled ROS3 and HDFS VFDs.Jacob Smith2019-08-141-11/+3
| | | | | | Fix misuse of [HD]strncpy and [HD]snprintf. Minor formatting changes. Fix test cleanup issue with java groups example.
* Update junit.sh.in to copy lib files to $prefix/lib.Larry Knox2019-08-021-3/+4
| | | | Correct checking for s3 and hdfs options.
* Merge cleanup mostly whitespaceAllen Byrne2019-07-303-5/+1
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-07-2916-0/+710
|\ | | | | | | | | | | | | | | * commit 'f97e11e7635a0cd8728d4604ca5dceb3925ba44c': Update comment and check for strtoumax. Modify CMakeLists.txt file for renamed h5tools_test_utils files. Add HD to string functions. Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers. Squashed commit of the following:
| * Add HD to string functions.Larry Knox2019-07-263-426/+0
| | | | | | | | | | | | Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers.
| * Squashed commit of the following:Larry Knox2019-07-2517-0/+1136
| | | | | | | | | | | | | | | | | | | | | | 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
* | Update libvers usageAllen Byrne2019-07-282-3/+3
|/
* Use generator expr to get correct nameAllen Byrne2019-07-225-145/+86
|
* Correct java load library name accessAllen Byrne2019-07-185-10/+12
|
* CMake generator expr cannot be used in get_property cmdAllen Byrne2019-07-181-2/+3
|
* HDFFV-10845 fix configure check and PATHsAllen Byrne2019-07-175-5/+5
|
* Correct test use of library nameAllen Byrne2019-07-081-1/+2
|
* Change how name is retrievedAllen Byrne2019-07-084-4/+8
|
* Move before null checkAllen Byrne2019-07-081-2/+2
|
* HDFFV-10581 remove special name checkingAllen Byrne2019-07-085-5/+5
|
* Updated the Java attribute test so that attribute accessDana Robinson2019-06-241-7/+11
| | | | property lists are created and used correctly.
* 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
| |/