summaryrefslogtreecommitdiffstats
path: root/java/test
Commit message (Collapse)AuthorAgeFilesLines
* Merge various cleanup java test, test files, comments (#1364)Allen Byrne2022-01-193-11/+11
| | | Plus some spelling corrections
* Merge Update the java slf4j logging jars to latest 1.7.33 (#1371)Allen Byrne2022-01-142-4/+4
|
* Update version to 1.10.9-1. (#1069)Larry Knox2021-10-031-2/+2
| | | Clear 1.10.8 entries out of RELEASE.txt.
* Fix javadoc and java warnings (#1011)Allen Byrne2021-09-161-1/+1
|
* Correct dataset close in java test #919 (#921)Allen Byrne2021-08-191-1/+1
|
* 1 10 Merge of long double fix and compiler flags (#531)Allen Byrne2021-04-198-2/+907
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * HDFFV-10865 - merge from dev, HDFArray perf fix. * Remove duplicate setting * Whitespace changes after clang format * Undo version 11 clang format changes * Merge CMake changes from develop * test testing script merge from develop * Update supported platforms * PR#3 merge from develop * Merge gcc 10 diagnostics option from develop * Merge #318 OSX changes from develop * Merge small changes from develop * Minor non-space formatting changes * #386 copyright corrections for java folder * Merges from develop #358 patches from vtk #361 fix header guard spelling * Merge updates #358 patches from vtk #361 fix header guard spelling * format fix * Fix missing underscore and make H5public.h closer to dev * Merges from develop #340 clang -Wformat-security warnings #360 Fixed uninitialized warnings header guard underscore cleanup JNI cleanup * format alignment * Add missing test ref file * Merge #380 from develop * Finish java merges from develop * Fix java issues with tests and javadoc * Correct use of attribute access plist * Remove debug code * Remove unused variable * Change file access to read only for java tests * Split clang format operations. * More javadoc comments * Remove pre-split setting * format source * Change windows TS to use older VS. * Mostly all javadoc fixes, one argument rename. * synch file * Merge of long double fix and compiler flags * HDFFV-11229 merge changes from develop * HDFFV-11229 correct test script * HDFFV-11229 update autotools test script for two ref files * HDFFV-11229 merge dev changes for long double display in tools * Committing clang-format changes * minor whitespace * remove unneeded macro * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* 1 10 - Mostly all javadoc warning fixes (#508)Allen Byrne2021-03-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * HDFFV-10865 - merge from dev, HDFArray perf fix. * Remove duplicate setting * Whitespace changes after clang format * Undo version 11 clang format changes * Merge CMake changes from develop * test testing script merge from develop * Update supported platforms * PR#3 merge from develop * Merge gcc 10 diagnostics option from develop * Merge #318 OSX changes from develop * Merge small changes from develop * Minor non-space formatting changes * #386 copyright corrections for java folder * Merges from develop #358 patches from vtk #361 fix header guard spelling * Merge updates #358 patches from vtk #361 fix header guard spelling * format fix * Fix missing underscore and make H5public.h closer to dev * Merges from develop #340 clang -Wformat-security warnings #360 Fixed uninitialized warnings header guard underscore cleanup JNI cleanup * format alignment * Add missing test ref file * Merge #380 from develop * Finish java merges from develop * Fix java issues with tests and javadoc * Correct use of attribute access plist * Remove debug code * Remove unused variable * Change file access to read only for java tests * Split clang format operations. * More javadoc comments * Remove pre-split setting * format source * Change windows TS to use older VS. * Mostly all javadoc fixes, one argument rename. * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* 1 10 Fix java data export functions (#450)Allen Byrne2021-03-1033-348/+502
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * HDFFV-10865 - merge from dev, HDFArray perf fix. * Remove duplicate setting * Whitespace changes after clang format * Undo version 11 clang format changes * Merge CMake changes from develop * test testing script merge from develop * Update supported platforms * PR#3 merge from develop * Merge gcc 10 diagnostics option from develop * Merge #318 OSX changes from develop * Merge small changes from develop * Minor non-space formatting changes * #386 copyright corrections for java folder * Merges from develop #358 patches from vtk #361 fix header guard spelling * Merge updates #358 patches from vtk #361 fix header guard spelling * format fix * Fix missing underscore and make H5public.h closer to dev * Merges from develop #340 clang -Wformat-security warnings #360 Fixed uninitialized warnings header guard underscore cleanup JNI cleanup * format alignment * Add missing test ref file * Merge #380 from develop * Finish java merges from develop * Fix java issues with tests and javadoc * Correct use of attribute access plist * Remove debug code * Remove unused variable * Change file access to read only for java tests * Split clang format operations. * More javadoc comments * Remove pre-split setting * format source
* 1 10 merge java copyright header changes (#392)Allen Byrne2021-03-0141-41/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | * HDFFV-10865 - merge from dev, HDFArray perf fix. * Remove duplicate setting * Whitespace changes after clang format * Undo version 11 clang format changes * Merge CMake changes from develop * test testing script merge from develop * Update supported platforms * PR#3 merge from develop * Merge gcc 10 diagnostics option from develop * Merge #318 OSX changes from develop * Merge small changes from develop * Minor non-space formatting changes * #386 copyright corrections for java folder
* Hdf5 1 10 update license url part2 (#404)Larry Knox2021-03-0141-41/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * close #195. (#196) * Update HDF5PluginMacros.cmake * Update HDF5PluginMacros.cmake * Modify temporary rpath for testing in java example scripts. (#230) * Fix undefined left shifting of negative numbers (#338) Undefined Bahavior Sanitizer errored here about left shifting negative numbers. * Update license url (#332) * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - src and test directories. * Update license url part2 (#333) * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test. * Update URL in source file Copyright headers for web. Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org> Co-authored-by: Sean McBride <sean@rogue-research.com>
* Correct TARGET variable and CMake config file locationAllen Byrne2020-11-121-1/+1
|
* HDFFV-10868 merge java changes from developAllen Byrne2020-11-032-1/+153
|
* Convert testEquals to test containsAllen Byrne2020-10-051-2/+2
|
* Updated HDF5 1.10 support branch version number to 1.10.8-0Larry Knox2020-08-191-2/+2
|
* Brings file locking changes from developDana Robinson2020-08-142-1/+34
|
* Brings HDFFV-11027 H5S_NO_CLASS fix to 1.10 from developDana Robinson2020-08-111-1/+1
|
* Change load path in libhdf5_java.dylib to unversioned libhdf5.dylib for ↵Larry 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-061-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
* Removed trailing whitespace from source files.Dana Robinson2020-05-261-1/+1
|
* Correct spellingAllen Byrne2020-05-181-4/+4
|
* Add github actions file and cleanup javaAllen Byrne2020-05-061-1/+3
|
* Merge CMake and tools changes from developAllen Byrne2020-02-273-2/+146
|
* Added new CMake options for testsAllen Byrne2020-01-191-35/+37
|
* HDFFV-11001 merge java locale from developAllen Byrne2020-01-171-38/+38
|
* Update version for HDF5_1_10Larry Knox2019-12-111-2/+2
|
* Remove obsolete codeAllen Byrne2019-09-201-14/+13
|
* Add missing class nameAllen Byrne2019-09-191-1/+1
|
* Merge S3 code from develop to 1.10Allen Byrne2019-09-138-0/+381
|
* HDFFV-10887 merge from developAllen Byrne2019-08-204-2/+74
|
* Add java test prefix fixAllen Byrne2019-08-051-1/+2
|
* Cleanup when merging to other branchesAllen Byrne2019-07-301-2/+2
|
* HDFFV-10845, 10529 and CMake changes from developAllen Byrne2019-07-244-70/+34
|
* HDFFV-10581 Correct PDB files and debug naming.Allen Byrne2019-07-091-1/+2
|
* Update version on hdf5_1_10 branch to 1.10.6-snap0.Larry Knox2019-02-181-2/+2
|
* Re-write of Java JNI error handlingJordan Henderson2019-02-145-5/+23
|
* Fix deprecated H5Pget_versionAllen Byrne2019-01-092-51/+18
|
* Fix java regexAllen Byrne2019-01-091-36/+36
|
* Merge CMake changes from developAllen Byrne2019-01-081-36/+36
|
* HDFFV-10674, 10664, 10674Allen Byrne2019-01-076-38/+118
|
* Actual stack count updatedAllen Byrne2018-12-312-2/+2
|
* Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-12-311-10/+4
| | | | orginally intended to support the full SWMR feature (from develop).
* HDFFV-10594, 10332, 10531Allen Byrne2018-09-262-27/+34
|
* Update versionLarry Knox2018-09-051-2/+2
|
* Correct name of test jarAllen Byrne2018-08-231-2/+2
|
* Only remove test jarsAllen Byrne2018-08-231-4/+33
|
* Remove obsolete varAllen Byrne2018-08-231-1/+1
|
* revert build install change for DTAllen Byrne2018-08-231-75/+74
|
* Merge CMake and Java OSX changes from developAllen Byrne2018-08-231-80/+76
|
* Rearrange issues by date orderJordan Henderson2018-08-091-2/+2
| | | | | Update version. Update .so versions to match 1.10.3.