| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* Fix memory bug in selection I/O
* Change error messages for calls to H5I_remove() in
H5FD_read/write_selection()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added initial (partial) file locking document
* Almost done with file locking document
* Fix intro
* Cleaned up text
* Updated environment variable verion info
* Fix typo
* Fix typos
|
|
|
| |
*
|
|
|
|
|
| |
* Remove the commented line.
|
| |
|
| |
|
|
|
|
|
| |
* Updates release schedule for 2023
* Updates figure to put 1.13 and 1.14 on the same line
|
|
|
|
|
| |
* Update CMake code to 3.18 minimum version
* Updated release note
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Tidying of configure check C code
* Fixed missing endif removal
|
|
|
|
|
| |
* Adds documentation for config directory
* Fix spelling error
|
| |
|
|
|
|
|
|
| |
* Removes the module directory from the Automake flags as this
generated a large number of "missing include directory" warnings
and is unecessary
* Adds the module path to libhdf5.settings
|
| |
|
|
|
|
|
|
|
|
|
| |
* Moves -Wunused-dummy-arguments to the developer warnings since this
generates a lot of spurious, unfixable noise due to things like
callback wrappers
* Changes the return cast in h5fget_fileno_c, fixes a comment, and comment
on potential badness
* Initializes a variable in tH5L_F03.F90 to quiet a 'maybe
uninitialized' warning
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Cleans up main GitHub workflow(s)
* Combines main.yml and pr-check.yml, which differed trivially
* Reduces config redundancy via proper use of the matrix scheme
* Adds build-only configs for:
- Version 1.6 default API
- No deprecated symbols
- Parallel HDF5
* The -Werror config was converted to build-only
* Makes the naming scheme more uniform
* Spaces out the code and adds comments
* Typo fix
* Fix mirror VFD CMake configure typo
* Debugging hack
* Undo debug hack and fix CMake build mode
* Set CC=mpicc for parallel builds
* Another attempt to fix parallel builds
* Updates comments in main.yml
* Fixes a v16 API bug in the mirror VFD test code
* Committing clang-format changes
* Added checks for v1.8 - 1.12 APIs
* Manually specify Windows configs
Java debug builds time out when running tests on Windows. We'll disable
them in debub mode while we investigate.
* Revert "Manually specify Windows configs"
This reverts commit d710d8d21990a57084841e82bd9f7e7d9f53a244.
* Skip Debug Windows configs while we investigate Java H5L timeouts
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
| |
|
|
|
|
|
| |
* Quiets Automake rules in src directory
* Fix whitespace
|
|
|
|
|
|
|
|
|
|
| |
* Removes ST from the list of debug packages
The ST package (ternary search trees) was removed from the library a while ago
* Replaced B2 package
I did some crude timing with and without the B2 debug code enabled
and it doesn't seem to make much of a difference.
|
|
|
| |
Simplify the CODEOWNERS file
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add Developer build mode to CMake
* Set a few CMake variables for Developer build modes
* Refactor enabling of debug and developer-level compile definitions
* Convert cache debugging macros to normal ifdef style
Normal ifdef-style instead of if-style allows build system to define macros
without warning about redefining macros with different values (0 vs. 1)
* Add HDF5 Developer compile definitions to testing files
* Temporarily disable -fanalyzer flag for GCC 12+ Developer builds
|
| |
|
|
|
|
| |
At one time this content was a git submodule shared between several
projects but that time has long passed.
|
| |
|
|
|
|
| |
These are not associated with a file and line number, like specifying
a non-existant include directory on the compile line.
|
|
|
| |
* Update HISTORy-1_13.txt and clean RELEASE.txt entries after 1.13.2 release.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix bug in attribute type conversion where the background buffer would
not be initialized with the destination contents when necessary. Other
minor simplification.
* Committing clang-format changes
* Fix warnings.
* Address review comments.
* Add RELEASE.txt note for PR #2016
* Add GitHub number to release note
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
| |
* Fixes codespell issues
* Fixed another typo
|
|
|
|
|
| |
* Add note to RELEASE.txt for HDFFV-11308
* Fix formatting error in RELEASE.txt
|
| |
|
|
|
| |
Correct missing space after # and ##
|
|
|
| |
Mainly to address the semi-broken state of chkcopyright
|
| |
|
|
|
|
|
| |
* Adds a README.md file to bin that indicates script usage
* Forgot header row
|
|
|
|
| |
We check autoconf in configure.ac and can check for anything else in
autogen.sh
|
|
|
| |
This differs only trivially from bin/format_source
|
|
|
| |
We don't need fragile scripts to run basic profiling programs
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix test failure
Description:
- Added two H5File constructors to open file with non-default fapl
- Added non-default fapl to test functions
- Commented certain renaming attribute tests because of the unexpected
behavior in renaming an attribute (HDFFV-11327)
Platform tested:
Linux/64 (jelly)
* Committing clang-format changes
* Update H5File.cpp
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix bug in attribute type conversion where the background buffer would
not be initialized with the destination contents when necessary. Other
minor simplification.
* Committing clang-format changes
* Fix warnings.
* Address review comments.
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix test failure
Description:
- Added two H5File constructors to open file with non-default fapl
- Added non-default fapl to test functions
- Commented certain renaming attribute tests because of the unexpected
behavior in renaming an attribute (HDFFV-11327)
Platform tested:
Linux/64 (jelly)
* Committing clang-format changes
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
|
|
|
| |
release.
Added new version to exceptions in line 75 of src/H5.c.
|