summaryrefslogtreecommitdiffstats
path: root/java/src/jni/h5tImp.c
Commit message (Collapse)AuthorAgeFilesLines
* Various merges from develop (#3135)Allen Byrne2023-06-191-1/+1
| | | | | | | | | * Merges from develop/1.14 * Fix doxygen warnings * Fix spelling * Fix doxygen ref * Add braces * Fix format * Remove unused file
* Update copyright headers. (#2527)Larry Knox2023-03-101-1/+0
|
* 1.10 clang 13 format #1933 (#1940)Allen Byrne2022-07-291-20/+20
| | | | | * clang 13 format #1933 * Correct workflow
* 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-234/+178
|
* Merge CMake and tools changes from developAllen Byrne2020-02-271-6/+6
|
* Updates from developAllen Byrne2019-06-101-1/+1
|
* Re-write of Java JNI error handlingJordan Henderson2019-02-141-702/+765
|
* HDFFV-10536 Convert iterator callbacks from global to stack varAllen Byrne2018-08-211-1/+0
|
* 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-90/+99
| | | | | | | | | | 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-r30075] Description:Quincey Koziol2016-06-141-0/+25
| | | | | | | | | | Bring object/dataset/group/named datatype features from revise_chunks branch to trunk. Also CMake support for h5format_convert and a bunch of misc. cleanups. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r30048] refactor duplicate release string callsAllen Byrne2016-06-071-11/+4
|
* [svn-r29873] Java add missing APIs.Allen Byrne2016-05-041-66/+131
| | | | | Adjust whitespace in H5.java for exception indentation. Adjust whitespace in JNI for function signature formatting.
* [svn-r29247] Fix return typeAllen Byrne2016-03-011-3/+3
|
* [svn-r29226] HDFFV-9552: merge in java code.Allen Byrne2016-02-291-0/+1588