summaryrefslogtreecommitdiffstats
path: root/java/src/hdf/hdf5lib/H5.java
Commit message (Collapse)AuthorAgeFilesLines
* Update hdf5_1_12 version after creation of hdf5_1_12_3 branch for release. ↵Larry Knox2023-11-011-1/+1
| | | | | (#3817) branch for release.
* Fix spelling (#3633)Dana Robinson2023-10-041-2/+2
|
* Merge/update CMake, presets,java and tools (#3393)Allen Byrne2023-08-211-1/+4
|
* Merges from develop/1.14 (#3118)Allen Byrne2023-06-151-6/+6
| | | | | | | | | | | | * Fix release action that allows files to be uploaded. Add autotools h5copy help test. Update cmake tools.cmake file for clang-tidy. CMake build is missing H5FDsubfiling.h macros improved for configure output capture. Remove obsolete files * Revert parallel config with TS * Fix doxygen warnings
* Update Copyright headers. (#2534)Larry Knox2023-03-131-1/+0
|
* 1 12 doxygen merge from 1.10 (#2094)Allen Byrne2022-09-131-54/+132
|
* Spelling fixes for codespell (#2038)Dana Robinson2022-08-181-4/+4
| | | | | | | * Spelling fixes for codespell * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Merge UG from 1.10 and add prelim vol section (#1980)Allen Byrne2022-08-091-1064/+2367
| | | | | | | * Merge UG from 1.10 and add prelim vol section * Spelling fixes * Merge format and autotools javadoc from 1.10
* clang 13 format #1933 (#1939)Allen Byrne2022-07-271-1/+1
|
* Revert "1.12 eliminate unnecessary errors in the error stack (#1880)" (#1935)Larry Knox2022-07-261-8/+42
| | | This reverts commit f6997681335f0b5fe2e8904f9108a71c5200fb2d.
* 1.12 eliminate unnecessary errors in the error stack (#1880)Allen Byrne2022-07-181-42/+8
| | | | | | | | | | | * Eliminate unnecessary error output * Fix merge typo * fix format * Fix object address to tokens * Fix conflict
* 1 12 Add utility JNI function for 1.10 style references (#1889)Allen Byrne2022-07-181-0/+23
| | | | | | | | | | | * Add utility JNI function for 1.10 style references * Clarify text * Correct signature * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* 1.12 HDFFV-11310 implement JNI VL support for primitive types (#1856)Allen Byrne2022-07-121-8/+19
| | | | | | | | | | | | | | | * HDFFV-11310 - implement VL read/write using List of Lists * Fix function name typo * Add JIRA issue * Correct note to match change in code. * HDFFV-11318 add VL references as byte arrays * Fix unreleased allocations * Fix format
* Add java clang-format (#1672)Allen Byrne2022-04-221-2573/+3060
|
* Update version to 1.12.3-1 after creating hdf5_1_12_2 releaseLarry Knox2022-04-081-2/+2
| | | | | preparation branch. Clean release note entries from RELEASE.txt.
* 1.12 Merge Add tests for H5Ocopy of new object refs (#1339)Allen Byrne2022-01-141-14/+14
| | | | | | | | | | | | | * Add tests for H5Ocopy of new object refs * Correct class name * Skip test because of issue with debug assertions * Update reference file * Fix object examples for new refs and spelling fixs * Fix ref try-catch blocks
* 1.12 Merge Add javadoc to packages - HDFFV-11285 (#1198)Allen Byrne2021-11-191-8/+8
| | | | | * Merge Add javadoc to packages - HDFFV-11285 * Correct list
* Merge Correct java exception declarations #1121 (#1122)Allen Byrne2021-10-211-16/+19
|
* Hdf5 1 12 merge cmake ninja and java refs (#698)Allen Byrne2021-05-291-3/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * OESS-98 fix tools test for plugins * sync fork * Merge of changes from dev * Move problem option to bottom of the list until fixed * HDFFV-11106 - fix parsing optional args * HDFFV-11106 add note * grammer fix * Whitespace after clang formatting * Undo format version 11 changes * Update check to working version * Merge workflow and minor changes from develop * Update supported platforms * PR#3 merge from develop * Merge gcc 10 diagnostics option from develop * Merge #318 OSX changes from develop * Merge serval small changes from dev * fix typo * Minor non-space formatting changes * GH #386 copyright corrections for java folder * revert because logic requires false return * Merges from develop #358 patches from vtk #361 fix header guard spelling * Remove case statement for H5I_EVENTSET * Correct call with versioning * Remove tabs * Double underscore change * Merges from develop #340 clang -Wformat-security warnings #360 Fixed uninitialized warnings Remove more underscores from header guards * Merge #380 from develop * Correct date entry * Split format source and commit changes on repo push * remove pre-split setting * Change windows TS to use older VS. * HDFFV-11212 JNI export util and Javadoc * Suggested review changes * Another change found * Committing clang-format changes * Some Javadoc warning fixes * Committing clang-format changes * Updated javadoc fixes * HDFFV-11228/9 merges from develop * remove obsolete debug comment * Fix conflict * HDFFV-11229 merge changes from develop * HDFFV-11229 merge second compare from develop * HDFFV-11229 fix reference file * 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 * Update with changes from develop * Add "option" command for clang options * Rework CMake add_custom to use the BYPRODUCTS argument Update pkgconfig scripts for parallel builds. Fix install COPYING file reference. Remove unused round defines. Change CMake default setting of BUILD_CPP to off. * Whitespace changes * Rework CMake add_custom to use the BYPRODUCTS argument * Revert CMake configure checks for round defines * With VS 2015 minimum strdup is supported * Doxygen comments merged from develop * doxygen build updates * Correct version string for map functions * TRILAB-227 and tools debug merge from develop * TRILAB-227 Enable test * Quote subset args * Use MATCHES in compiler id compare, merge from dev * Revert test enable * Add file to list * doxygen version errors * if blocks needed for build modes * Update list of test platforms * Issue #669 remove version from pkgcfg filename * remove version from h5cc script * Merge CMake and java refs from dev Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Update version to 1.12.2-1.Larry Knox2021-05-181-2/+2
| | | | Update so numbers according to compatibility rules for 1.12.1 release.
* 1 12 JNI export references and java updates (#464)Allen Byrne2021-03-121-3/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * OESS-98 fix tools test for plugins * sync fork * Merge of changes from dev * Move problem option to bottom of the list until fixed * HDFFV-11106 - fix parsing optional args * HDFFV-11106 add note * grammer fix * Whitespace after clang formatting * Undo format version 11 changes * Update check to working version * Merge workflow and minor changes from develop * Update supported platforms * PR#3 merge from develop * Merge gcc 10 diagnostics option from develop * Merge #318 OSX changes from develop * Merge serval small changes from dev * fix typo * Minor non-space formatting changes * GH #386 copyright corrections for java folder * revert because logic requires false return * Merges from develop #358 patches from vtk #361 fix header guard spelling * Remove case statement for H5I_EVENTSET * Correct call with versioning * Remove tabs * Double underscore change * Merges from develop #340 clang -Wformat-security warnings #360 Fixed uninitialized warnings Remove more underscores from header guards * Merge #380 from develop * Correct date entry * Split format source and commit changes on repo push * remove pre-split setting * Change windows TS to use older VS. * 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>
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
| | | | file - files not in src or test.
* Manual sync with develop (#95)Dana Robinson2020-11-171-0/+49
| | | | Brings all features from develop. Note that RELEASE.txt has not been updated (will be done in a future PR).
* HDFFV-10868 merge from developAllen Byrne2020-10-281-265/+2861
|
* Merge changes from develop for CMake and JavaAllen Byrne2020-02-211-2/+2
|
* Introduce new H5VL _by_value routinesJordan Henderson2020-01-291-1/+3
|
* Update version to 1.12.1-snap0 for hdf5_1_12 branch.Larry Knox2020-01-281-2/+2
|
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-191-42/+203
|
* HDFFV-10876 Merge from developAllen Byrne2019-12-091-5/+332
|
* Fix various Java issues when deprecated symbols are disabledJordan Henderson2019-10-101-0/+26
|
* Set versions in initial hdf5_1_12 revision.hdf5_1_12-initialLarry Knox2019-09-251-2/+2
|
* HDFFV-10887 Implement requested functionsAllen Byrne2019-08-191-4/+3
|
* Squashed commit of the following:Larry Knox2019-07-251-0/+10
| | | | | | | | | | | 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
* Snapshot version 1.11 release 5.hdftest2019-05-021-2/+2
| | | | Update version to 1.11.6.
* Add C++, Java, and FORTRAN wrappers and tests for H5Fget_filenoQuincey Koziol2019-04-141-0/+13
|
* Snapshot version 1.11 release 4.hdftest2019-04-011-2/+2
| | | | Update version to 1.11.5.
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-151-0/+4
|
* Java html fix and cmake updateAllen Byrne2019-01-241-7/+5
|
* Fix deprecated H5Pget_versionAllen Byrne2019-01-091-28/+0
|
* HDFFV-10664 add missing function and check for restrictionAllen Byrne2019-01-041-2/+17
|
* HDFFV-10664 minimized dataset headers for java interfaceAllen Byrne2018-12-311-2/+58
|
* HDFFV-10664 Add new functions and constants to java interfaceAllen Byrne2018-12-191-52/+106
|
* HDFFV-10663 add new function H5Fis_accessibleAllen Byrne2018-12-171-0/+19
|
* HDFVIEW-4 Duplicate lineAllen Byrne2018-12-121-1/+0
|
* HDFVIEW-4 removed unused functionsAllen Byrne2018-12-121-5/+0
|
* HDFVIEW-4 add datatype read to H5A like H5DAllen Byrne2018-12-101-51/+326
|
* Commit version changes for additional files for 1.11.3 snapshot release.Larry Knox2018-11-061-2/+2
|
* Snapshot version 1.11 release 2.hdftest2018-09-201-2/+2
|
* Remove writeVL optionAllen Byrne2018-06-281-2/+3
|
* Region reference in compounds need class checkAllen Byrne2018-06-281-3/+4
|