summaryrefslogtreecommitdiffstats
path: root/java/test/testfiles
Commit message (Collapse)AuthorAgeFilesLines
* develop JNI export references and java updates (#467)Allen Byrne2021-03-121-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * OESS-98 convert plugin option to FetchContent, add tests * Fixes for pkcfg files because of plugin option * OESS-98 fix tools test for plugins * Keep doxygen comments under 100 chars long - format hint * Whitespace * HDFFV-11144 - Reclassify CMake messages * HDFFV-11099/11100 added help text * Reworked switch statement to compare string instead * Fix typo * Update CDash mode * Correct name of threadsafe * Correct option name * Undo accidental commit * Note LLVM 10 to 11 format default changes * Update format plugin * Undo clang-format version 11 changes * One more correction * Update supported platforms * Revert whitespace changes * Correct whitespace * Changes from PR#3 * HDFFV-11213 added option to control gcc10 warnings diagnostics * HDFFV-11212 Use the new references correctly in JNI utility and tests * format source * Fix typo * Add new test file * HDFFV-11212 - update test and remove unused arg * Minor non-space formatting changes * Use H5I_INVALID_ID instead of "-1" * source formatting * add missing testfile, update jni function * Undo commit of debug code * remove mislocated file * Fix h5repack test for handling of fapls and id close * Update h5diff test files usage text * HDFFV-11212 add new ref tests for JNI export dataset * src format update * Remove blank line typo * src format typo * long double requires %Lg * Another long double foramt specifer S.B. %Lg * issue with t128bit test * Windows issue with h5dump and type. * Fix review issues * refactor function nesting and fix error checks * format fixes * Remove untested functions and javadoc quiet comments * Restore TRY block. * Change string append errors to memory exception * revert to H5_JNI_FATAL_ERROR - support functions need work * Add assertion error for h5util functions * remove duplicate function * format fix * Revert HD function error handling * Update copyright comments * GH #386 java folder copyright corrections * Whitespace * GH #359 implement and fix tools 1.6 API usage * remove excessive comments * Flip inits to correct ifdef section * rework ifdef to be simpler * format issue * Reformat ifdef inits * remove static attribute * format compliance * Update names * Revert because logic relies on float not being int * Changes noticed from creating merge of #412 * Double underscore change * Correct compiler version variable used * Remove header guard underscores * Whitespace cleanup * Split format source and commit changes on repo push * remove pre-split setting * Change windows TS to use older VS. * correct window os name * HDFFV-11212 JNI export util and Javadoc * Suggested review changes * Another change found * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Primary change is HDFFV-11212 - new refs and JNI (#372)Allen Byrne2021-02-252-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * OESS-98 convert plugin option to FetchContent, add tests * Fixes for pkcfg files because of plugin option * OESS-98 fix tools test for plugins * Keep doxygen comments under 100 chars long - format hint * Whitespace * HDFFV-11144 - Reclassify CMake messages * HDFFV-11099/11100 added help text * Reworked switch statement to compare string instead * Fix typo * Update CDash mode * Correct name of threadsafe * Correct option name * Undo accidental commit * Note LLVM 10 to 11 format default changes * Update format plugin * Undo clang-format version 11 changes * One more correction * Update supported platforms * Revert whitespace changes * Correct whitespace * Changes from PR#3 * HDFFV-11213 added option to control gcc10 warnings diagnostics * HDFFV-11212 Use the new references correctly in JNI utility and tests * format source * Fix typo * Add new test file * HDFFV-11212 - update test and remove unused arg * Minor non-space formatting changes * Use H5I_INVALID_ID instead of "-1" * source formatting * add missing testfile, update jni function * Undo commit of debug code * remove mislocated file * Fix h5repack test for handling of fapls and id close * Update h5diff test files usage text * HDFFV-11212 add new ref tests for JNI export dataset * src format update * Remove blank line typo * src format typo * long double requires %Lg * Another long double foramt specifer S.B. %Lg * issue with t128bit test * Windows issue with h5dump and type. * Fix review issues * refactor function nesting and fix error checks * format fixes * Remove untested functions and javadoc quiet comments * Restore TRY block. * Change string append errors to memory exception * revert to H5_JNI_FATAL_ERROR - support functions need work * Add assertion error for h5util functions * remove duplicate function * format fix * Revert HD function error handling * Update copyright comments
* HDFFV-10868 - add H5Sselect API java wrappers.Allen Byrne2020-10-271-1/+15
| | | Also added javadoc comments to H5E and H5s constants.
* Squash merge of file locking fixesDana Robinson2020-08-031-1/+2
|
* Introduce new H5VL _by_value routinesJordan Henderson2020-01-291-1/+2
|
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-164-51/+27
|
* HDFFV-10876 ignore old reference API testsAllen Byrne2019-12-071-18/+1
|
* HDFFV-10876 Update dump to match DDL specAllen Byrne2019-12-051-1/+2
|
* HDFFV-10876 Update h5dump and h5ls for new ref api.Allen Byrne2019-11-071-1/+23
|
* Fix various Java issues when deprecated symbols are disabledJordan Henderson2019-10-102-4/+4
|
* HDFFV-10887 Implement requested functionsAllen Byrne2019-08-192-2/+6
|
* Squashed commit of the following:Larry Knox2019-07-252-0/+19
| | | | | | | | | | | 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
* Fix java for new H5Fget_info functionAllen Byrne2019-04-151-2/+2
|
* Add C++, Java, and FORTRAN wrappers and tests for H5Fget_filenoQuincey Koziol2019-04-141-1/+3
|
* Re-write of Java JNI error handlingJordan Henderson2019-02-111-1/+2
|
* Fix deprecated H5Pget_versionAllen Byrne2019-01-091-3/+1
|
* HDFFV-10664 update reference fileAllen Byrne2019-01-041-3/+1
|
* HDFFV-10664 update reference filesAllen Byrne2019-01-041-2/+1
|
* HDFFV-10664 minimized dataset headers for java interfaceAllen Byrne2018-12-312-2/+4
|
* HDFFV-10664 Add new functions and constants to java interfaceAllen Byrne2018-12-191-0/+11
|
* HDFFV-10663 add new function H5Fis_accessibleAllen Byrne2018-12-172-2/+4
|
* HDFVIEW-4 add datatype read to H5A like H5DAllen Byrne2018-12-101-10/+16
|
* VOL FEATUREDana Robinson2018-10-101-16/+34
|
* Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-181-10/+4
| | | | orginally intended to support the full SWMR feature.
* Revert "Merge pull request #1116 in HDFFV/hdf5 from ↵hdftest2018-06-241-1/+1
| | | | | | | ~HDFTEST/hdf5_hft:hdf5_1_10 to develop" This reverts commit e9f476dad47ce593f13dacb77b1cc664d1f24e7b, reversing changes made to 2ff00b1b937ebe36ac6ddf590c16a4c27fc0b053.
* Merge branch 'hdf5_1_10' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-221-1/+1
|\
| * HDFFV-9739 and cmake improvements merge from developAllen Byrne2018-05-2236-0/+881
|
* HDFFV-9739 Update test referenceAllen Byrne2018-05-161-0/+1
|
* HDFFV-9739 factor out tests into separate JUnitAllen Byrne2018-05-1536-0/+886