summaryrefslogtreecommitdiffstats
path: root/java/src/jni/h5eImp.c
Commit message (Collapse)AuthorAgeFilesLines
* 1.10 clang 13 format #1933 (#1940)Allen Byrne2022-07-291-5/+5
| | | | | * clang 13 format #1933 * Correct workflow
* 1 10 merge java copyright header changes (#392)Allen Byrne2021-03-011-1/+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-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Source formattedAllen Byrne2020-10-011-62/+50
|
* TRILAB-192 merging warnings changes from developAllen Byrne2020-03-301-3/+3
|
* Merge CMake and tools changes from developAllen Byrne2020-02-271-14/+4
|
* Update cmake macros and java arg formatAllen Byrne2019-05-311-34/+34
|
* Re-write of Java JNI error handlingJordan Henderson2019-02-141-273/+331
|
* HDFFV-10536 Convert iterator callbacks from global to stack varAllen Byrne2018-08-211-5/+13
|
* HDFFV-10544 Improve JNI exception handlingAllen Byrne2018-08-061-2/+6
|
* Change copyright headers to replace url referring to file to be removedlrknox2017-04-141-6/+4
| | | | | | | | and replace it with new url for COPYING file. Fix 2 lines in java error test expected output file where messages include line numbers changed by reducing the copyright header by 2 lines.
* Fix URL nameAllen Byrne2017-04-111-1/+1
|
* [svn-r30313] HDFFV-9972: unsatisfied link error under debug on Windows.Allen Byrne2016-08-221-20/+23
| | | | | | | | | | Added windows name suffix for debug to CMake cmd_arg for examples and test. Fix issues discovered under debug testing; Create a version of H5Iget_name that correctly returns the name. Rework PIN_JAVA_STRING macro and usage to eliminate possible memory leaks by using if-else instead of mid-routine return. Update example to use new H5Iget_name API. Tested: windows under debug
* [svn-r29873] Java add missing APIs.Allen Byrne2016-05-041-18/+36
| | | | | Adjust whitespace in H5.java for exception indentation. Adjust whitespace in JNI for function signature formatting.
* [svn-r29226] HDFFV-9552: merge in java code.Allen Byrne2016-02-291-0/+524