summaryrefslogtreecommitdiffstats
path: root/java/test
Commit message (Collapse)AuthorAgeFilesLines
* Manual sync with develop (#95)Dana Robinson2020-11-172-1/+34
| | | | Brings all features from develop. Note that RELEASE.txt has not been updated (will be done in a future PR).
* Correct TARGET variable and CMake config file locationAllen Byrne2020-11-121-1/+1
|
* HDFFV-10868 merge from developAllen Byrne2020-10-282-1/+153
|
* Sync with developDana Robinson2020-08-011-1/+1
|
* Change load path in libhdf5_java.dylib to unversioned libhdf5.dylib forLarry Knox2020-07-071-1/+1
| | | | junit tests on Macs.
* Merge pull request #2667 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2020-07-071-6/+2
| | | | | * commit '32c483cb86031962a09ecdb49dcb331d28dddee9': Copy lib files for junit.sh to temporary subdirectory of <build directory>/java/test instead of to the prefix/lib directory. Fix for HDFFV-11063.
* Merge pull request #2670 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2020-07-061-0/+8
| | | | | * commit 'fc69de0e8ae30e80c1c3c542b156226a75444525': Lib files needed are now copied to a subdirectory in the java/test directory, and on Macs the loader path for libhdf5.xxxs.so is changed in the temporary copy of libhdf5_java.dylib. Fix for HDFFV-11063
* Whitespace cleanupAllen Byrne2020-05-121-1/+1
|
* Add github actions and cleanup java whitespaceAllen Byrne2020-05-062-19/+21
|
* Merge changes from develop mostly cmake 3.12 minimum versionAllen Byrne2020-02-231-1/+1
|
* HDFFV-10996 merge java vol tests from developAllen Byrne2020-02-042-0/+84
|
* Introduce new H5VL _by_value routinesJordan Henderson2020-01-292-6/+23
|
* Update version to 1.12.1-snap0 for hdf5_1_12 branch.Larry Knox2020-01-281-2/+2
|
* Improved CMake options for testsAllen Byrne2020-01-191-35/+37
|
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-1914-188/+524
|
* Merge tools changes from developAllen Byrne2020-01-131-39/+39
|
* Fix compile error and add ref destroy to Java testAllen Byrne2019-12-091-202/+105
|
* HDFFV-10876 Merge from developAllen Byrne2019-12-095-53/+553
|
* Fix various Java issues when deprecated symbols are disabledJordan Henderson2019-10-104-15/+15
|
* Set versions in initial hdf5_1_12 revision.hdf5_1_12-initialLarry Knox2019-09-251-2/+2
|
* Remove obsolete symbolAllen Byrne2019-09-201-14/+13
|
* small syntax changesAllen Byrne2019-09-191-1/+1
|
* HDFFV-10901 add missing config optionsAllen Byrne2019-09-131-1/+0
|
* Add back missing java implementationAllen Byrne2019-09-052-107/+29
|
* HDFFV-10887 Implement requested functionsAllen Byrne2019-08-194-2/+74
|
* 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-299-0/+463
|\ | | | | | | | | | | | | | | * 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-262-424/+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-259-0/+887
| | | | | | | | | | | | | | | | | | | | | | 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-221-4/+2
|
* Correct java load library name accessAllen Byrne2019-07-181-2/+0
|
* CMake generator expr cannot be used in get_property cmdAllen Byrne2019-07-181-2/+3
|
* HDFFV-10845 fix configure check and PATHsAllen Byrne2019-07-171-1/+1
|
* Correct test use of library nameAllen Byrne2019-07-081-1/+2
|
* HDFFV-10581 remove special name checkingAllen Byrne2019-07-081-1/+1
|
* Updated the Java attribute test so that attribute accessDana Robinson2019-06-241-7/+11
| | | | property lists are created and used correctly.
* Snapshot version 1.11 release 5.hdftest2019-05-021-2/+2
| | | | Update version to 1.11.6.
* Fix java for new H5Fget_info functionAllen Byrne2019-04-152-147/+31
|
* Add C++, Java, and FORTRAN wrappers and tests for H5Fget_filenoQuincey Koziol2019-04-142-1/+133
|
* Set V112 as the latest format and extend the arrays of version bounds.Vailin Choi2019-04-041-1/+1
|
* Snapshot version 1.11 release 4.hdftest2019-04-011-2/+2
| | | | Update version to 1.11.5.
* Fixes for JNI updatesJordan Henderson2019-02-123-4/+4
|
* Re-write of Java JNI error handlingJordan Henderson2019-02-112-1/+19
|
* Fix deprecated H5Pget_versionAllen Byrne2019-01-092-51/+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
|