summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1531 from fortnern/selection_ioinactive/selection_ioNeil Fortner2022-03-262-2/+2
|\ | | | | Selection io
| * Merge branch 'HDFGroup:selection_io' into selection_ioNeil Fortner2022-03-260-0/+0
| |\ | |/ |/|
* | Merge pull request #1530 from fortnern/selection_ioNeil Fortner2022-03-2615-236/+216
|\ \ | | | | | | Selection io
| | * Fix spellingNeil Fortner2022-03-262-2/+2
| |/
| * Merge branch 'develop' into selection_ioNeil Fortner2022-03-264-6/+6
| |\
| | * Change ENV to CMake var (#1520)Allen Byrne2022-03-241-2/+1
| | | | | | | | | | | | | | | | | | | | | * Change ENV to CMake var * Fix typo deletion * Fix typo
| | * Windows and *nix use different forms for warnings (#1515)Allen Byrne2022-03-243-4/+5
| | |
| * | Committing clang-format changesgithub-actions2022-03-261-27/+28
| | |
| * | Address comments from selection I/O PRNeil Fortner2022-03-2611-222/+201
|/ /
* | Merge pull request #1519 from fortnern/selection_ioNeil Fortner2022-03-240-0/+0
|\ \ | | | | | | Selection io
| * \ Merge branch 'HDFGroup:selection_io' into selection_ioNeil Fortner2022-03-240-0/+0
| |\ \ | |/ / |/| |
* | | Committing clang-format changesgithub-actions2022-03-241-1/+1
| | |
* | | Merge pull request #1518 from fortnern/selection_ioNeil Fortner2022-03-2419-57/+83
|\ \ \ | | | | | | | | Selection io
| | * | Committing clang-format changesgithub-actions2022-03-241-1/+1
| |/ /
| * | Merge branch 'HDFGroup:selection_io' into selection_ioNeil Fortner2022-03-240-0/+0
| |\ \ | |/ / |/| |
* | | Merge pull request #1509 from fortnern/selection_ioNeil Fortner2022-03-18131-13008/+13084
|\ \ \ | | | | | | | | Selection io
* \ \ \ Merge pull request #1461 from fortnern/selection_ioNeil Fortner2022-02-285-101/+77
|\ \ \ \ | | | | | | | | | | Address selection I/O review comments
| | | * | Address comments from review. Add "version" field to H5FD_class_tNeil Fortner2022-03-2419-57/+83
| | |/ / | | | | | | | | | | | | struct and accompanying H5FD_CLASS_VERSION macro.
| | * | Fix bugs in selection I/O codeNeil Fortner2022-03-181-3/+4
| | | |
| | * | Merge branch 'develop' into selection_ioNeil Fortner2022-03-18129-12306/+12506
| | |\ \ | | | |/
| | | * Mark minusone as a PARAMETER in tH5A_1_8.F90. Resolves #1379. (#1412)Orion Poplawski2022-03-181-3/+3
| | | |
| | | * Removes HD prefix from pthreads calls (#1507)Dana Robinson2022-03-182-89/+38
| | | |
| | | * Fixes a bug in the FSM section merge code exposed by VFD SWMR (#1505)Dana Robinson2022-03-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From Vailin: Fix the FSM bug when setting the FSM threshold to a non-default value. Check for smaller or larger section size after merging and shrinking a section, for this case is the section that is smaller than threshold (see H5MF_xfree() in H5MF.c). It is possible for the section to be smaller after merging/shrinking (see H5MF__sect_large_shrink() in H5MFsection.c).
| | | * Misc fixes highlighted by the checkposix script (#1499)Dana Robinson2022-03-177-33/+40
| | | |
| | | * free an MPI communicator (#1503)Wei-keng Liao2022-03-171-0/+1
| | | |
| | | * Removes the MANIFEST file and unused release files (#1497)Dana Robinson2022-03-1511-6458/+102
| | | | | | | | | | | | | | | | | | | | * Removes the MANIFEST file and unused release files * Updated tar command
| | | * Update release note (#1485)Allen Byrne2022-03-111-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * HDFFV-11113 long double in tools * HDFFV-11113 add note * Disable long double tests for now * HDFFV-11228 remove arbitrary CMake warning groups. * Make each flag a string * Some Javadoc warning fixes * Updated javadoc fixes * # WARNING: head commit changed in the meantime HDFFV-11229 Fix long double usage in tools and java Changed h5dump and h5ls to just print 128-bit for long double type. Added test and file for dataset and attributes with all three float types. * Committing clang-format changes * HDFFV-11229 Add release note * HDFFV-11229 windows testfile needed * fix typo * Remove non supported message text * HDFFV-11229 - change ldouble test to check both native and general * HDFFV-11229 add second file compare * HDFFV-11229 fix reference file * HDFFV-11229 autotools check two refs * HDFFV-11229 revert back to removal of NATIVE_LDOUBLE in tools output * Committing clang-format changes * Update release note * Update attribute type of ref file * Change source of ninja for macs * try port instead of brew * Recommended is to use brew. * Undo non long double changes * remove unneeded file * Fix perl and doxygen CMake code * Add "option" command for clang options * Rework CMake add_custom to use the BYPRODUCTS argument * Add stamp files to BYPRODUCTS * Only one copy of file exists * Fix custom cmmand depends targets * Fix fortran custom command DEPENDS * Add LD_LIBRARY_PATH to tests * Add custom target for DEPENDS * Add h5detect conditionaly to generated target DEPENDS * Correct DEPENDS targets * Parallel builds need the mpi compiler for pkgconfig scripts. * install only if MPI build * Fortran target depends * Remove incorrect source attribute * doxygen adjustments * doxygen build updates * Correct version * Correct function version - function has been merged to 1.12 * Correct version string for map functions * Cleanup warnings for tools debug builds * TRILAB-227 - fix indexing for h5diff selections * Correct location of pos to index function call * TRILAB-227 Enable test * Quote subset args * Use MATCHES because of AppleClang * if blocks needed for build modes * Update list of DT platforms * VS2019 correctly displays float values * revert VS2019 change * Issue #669 remove version from pkgcfg filename * remove version from h5cc script * Java reference functions updated enabled fortran in cmake gcc action yaml file java reference test changed to correctly test refs jni reference functions that create ids changed to use jni id logging * Correct BYPRODUCTS argument * Correct more genereated files BYPRODUCTS * BYPRODUCTS must have unique locations * Fix typo * Fix fortran configure checks * Rework H5_PAC_C_MAX_REAL_PRECISION setting logic * Add note about fortran configure change * Adds a quick for for some egregious chunk_info badness (#722) * Fixes issue with ccmake that prevents building Fortran (#723) ccmake runs iteratively, and the check_fortran_source_runs macros were clobbering a single output file that did not get updated on further configure iterations * Fix conflicts with merge * Move MAX_PRECISION back to HDF5UseFortran.cmake * Use STREQUAL to test macro argument * Move C language test to ConfigureChecks from HDF5UseFortran * MAX_PRECISION defines must be defined * Organize flags and align autotools and cmake * Fix comment in no-error-general warnings files. * Flag cleanup and fix typos * Add comment * Correct VAR used to find configure time file * Set the path correctly * Update missing release note info. * Update code owners * Correct JIRA note * add known problem. * Use only core library for testing dynamic plugins. * Committing clang-format changes * Update main.yml * Update HISTORY-1_13.txt Missing release note added for changed location of CMake configuration files. * Update HISTORY-1_13.txt Fix typo * Update main.yml revert change Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com>
| | | * Fixes for format string warnings raised by -Wformat=2/-Wformat-security (#1489)Dana Robinson2022-03-117-30/+13
| | | |
| | | * Removes remaining register keywords (#1481)Dana Robinson2022-03-1012-93/+91
| | | |
| | | * Fix JNI bug, fix warnings noticed in MSVC CI, be modern & portable (#1480)David Young2022-03-104-12/+11
| | | |
| | | * Plugin test cleanup (#1479)Dana Robinson2022-03-1022-323/+247
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Autotools plugin test cleanup * Combines filter, VFD, and VOL plugin tests * Adds VFD plugin tests to the Autotools * Implements a uniform shell script naming scheme in test/ * codespell fix * Changes after code review
| | | * Minor tweaks from VFD SWMR normalization (#1474)Dana Robinson2022-03-0912-143/+143
| | | |
| | | * Remove addition of non-standalone use of H5_ATTR_FORMAT (#1470)Allen Byrne2022-03-071-1/+1
| | | |
| | | * Update HISTORY-1_13.txt and clean RELEASE.txt (#1471)Larry Knox2022-03-072-139/+396
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Committing clang-format changes * Spelling of preceed was corrected to proceed, but should have been corrected to precede. * Correct spelling correction of 'preceed' incorrectly to 'proceed'. It should be 'precede'. * Update version to 1.13.2-1 after 1.13.1 release. Add Makefile.in to MANIFEST for addition of utils/tools and h5dwalk. * Update VERS_RELEASE_EXCEPTIONS with new incompatible release version. * Add HDF5 1.13.1 RELEASE.txt to HISTORY-1_13.txt contents to HISTORY-1_13.txt. Clean entries from RELEASE.txt. Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
| | | * Disable memory alloc sanity checks by default for Autotools debug builds (#1468)jhendersonHDF2022-03-032-8/+28
| | | |
| | | * Create HISTORY-1_13.txt and update release.txt (#1466)Larry Knox2022-03-013-1419/+1775
| | | |
| | | * Update version to 1.13.2-1 after 1.13.1 release; add new Makefile.in files ↵Larry Knox2022-03-0111-20/+24
| | | | | | | | | | | | | | | | | | | | | | | | to MANIFEST (#1460)
| | | * Fix install config and java test name conflict (#1467)Allen Byrne2022-03-012-3/+2
| | | |
| | | * fixed buf definition in h5dfill_f (#1465)Scot Breitenfeld2022-03-011-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * H5Lexists docs: Removed reference to 1.8.16 since the change is the 1.8.x releases, HDFFV-11289 * H5Oget_info_by_name, name can be any object, not just a group * fixed buf definition in h5dfill_f
| | | * Remove targets PERMISSIONS setting (#1462)Allen Byrne2022-03-011-1/+0
| | | |
| | | * Fix metadata cache bug when resizing a pinned/protected entry (v2) (#1463)jhendersonHDF2022-03-012-15/+84
| | | |
| | | * Fix for parallel compression examples on Windows (#1459)jhendersonHDF2022-02-282-11/+23
| | | |
| | | * Amend RELEASE.txt with note about parallel compression testing assertion ↵jhendersonHDF2022-02-251-0/+9
| | | | | | | | | | | | | | | | failure (#1458)
| | | * Add release note for #1438 (#1457)Allen Byrne2022-02-252-1/+18
| | | | | | | | | | | | | | | | | | | | * Add release note for #1438 * fix typos.
| | | * Fix release check version logic (#1438)Allen Byrne2022-02-242-11/+11
| | | |
| | | * Parallel Compression improvements (#1302)jhendersonHDF2022-02-2428-3356/+9308
| | | |
| | | * Enable creation of RPM/DEB binaries GH#1394 (#1398)Allen Byrne2022-02-223-1/+17
| | | | | | | | | | | | Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
| | | * Oess 168 utils mirror vfd (#1444)Larry Knox2022-02-215-23/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Committing clang-format changes * Spelling of preceed was corrected to proceed, but should have been corrected to precede. * Correct spelling correction of 'preceed' incorrectly to 'proceed'. It should be 'precede'. * OESS-168: Remove clang warnings. * OESS-168: Address @lrknox and @gnuoyd reviews. * Eliminate clang warnings listed in PR #1310 without adding new ssize_t variables. * Committing clang-format changes * Add H5_ATTR_UNUSED to wait_for_child call. Remove unneeded casts in mirror_log calls. * Keep ssize_t in mirror_server.c line 479. Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Hyo-Kyung Lee <hyoklee@hdfgroup.org>
| | | * Sprinkle H5_ATTR_FORMAT over printf(3)-like functions in tools and fix ↵David Young2022-02-2113-146/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | issues (#1423) * Correct some conversion specifications. * Replace many "%lld" occurrences with "%" PRIuHSIZE except for a few instances where PRIdHSIZE was appropriate. Remove a couple of casts and use correct format strings, instead. * Copy values from a possibly unaligned buffer to aligned local variables instead of casting and dereferencing pointers into the buffer. * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
| | | * Fix cache sanity checking code by moving functions to wider scope (#1435)jhendersonHDF2022-02-212-99/+88
| | | |