| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
| |
Both Autotools and CMake
|
|
|
|
|
|
|
|
|
| |
* Adds format attribute to (s|p)io_perf code
* Added gcc format attribute to additional test code
* Committing clang-format changes
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
|
|
| |
Will help keep the drivernames and driver_idx enum in sync.
|
| |
|
| |
|
|\
| |
| | |
Fix Doxygen warnings and cosmetics
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(#1861)
* Convert assertion on (possibly corrupt) file contents to normal error check
* Committing clang-format changes
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
| |
| |
| |
| |
| |
| |
| | |
GitHub issue #732 claims that mallocing a particular buffer can
trigger undefined behavior and that callocing the buffer fixes
the issue.
I did not confirm this, but the fix is trivial and better anyway.
|
|/
|
|
|
| |
* Add PDFs
* Update RFC table
|
|
|
|
|
| |
Very new versions of Autoconf complain about our Java macros. Since they
work well enough and there is no obvious upgrade path, we're suppressing
the category for now.
|
|
|
|
| |
Previous messages were numbered, which was a maintenance burden,
and non-specific
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
When the filename was flipped from being a static array to being
dynamically allocated, the sizeof(filename) call wasn't updated.
This always returns the size of the pointer, truncating the
filename.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add doxygen for high level modules.
* Committing clang-format changes
* Correct spelling based on spelling check.
* Committing clang-format changes
Co-authored-by: vchoi <vchoi@jelly.ad.hdfgroup.org>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Adds a -Werror debug Autotools test and updates build modes
* Un-excludes the workflow files
* Strip out -Werror from CFLAGS when running configure tests
This causes spurious test failures when the configuration test
programs raise warnings.
|
|
|
|
| |
The autoupdate script identified some cruft that was unchanged
in the comments
|
| |
|
|
|
|
|
|
|
| |
Ubuntu 22.04 complains about AC_HAVE_LIBRARY being deprecated. This
updates the macro to AC_CHECK_LIB, where the specified function
is GetUserName().
This change only affects MinGW
|
|
|
|
|
| |
* Sets build mode correctly w/ Autotools
* Updates GitHub gcc and installs OpenMPI
|
| |
|
|
|
|
| |
(#1828)
|
| |
|
|
|
|
|
| |
* Documents Windows badness in H5Pget_external()
* Added a cast for off_t
|
|
|
|
| |
The two macro schemes were not designed to work together. Also
quiets some MSVC warnings about comparing pointers and integers.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Quiets size warning in large library setting string
If the size of this string is a problem, people can build with the
embedded library info disabled.
* Committing clang-format changes
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
| |
* Straightforward conversion of sprintf to the safer snprintf
* Trickier conversion of sprintf to safer snprintf
This involved minor changes to private function signatures to take the size of the buffer.
* Committing clang-format changes
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fixed -Wreserved-id-macro warnings from header include guards
* Removed all __int64 and LL suffix stuff now that C99 is minimum requirement
* Rename `H5FD_CTL__` to `H5FD_CTL_` to fix -Wreserved-id-macro warnings
Double underscore is reserved in C++ and this public header should be C++ compatible.
* Never define __STDC_FORMAT_MACROS anymore
Defining it causes a -Wreserved-id-macro.
Happily, according to the C++11 standard:
"The macros defined by <stdint> are provided unconditionally. In particular, the symbols __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS (mentioned in C99 footnotes 219, 220, and 222) play no role in C++."
https://cplusplus.github.io/LWG/issue984
So looks like it's not necessary to define it with reasonably new toolchains.
* Fixed some -Wunused-macros warnings, removed dead code
* Fixed all -Wdouble-promotion warnings in C++ files
* Fixed remaining -Wsuggest-destructor-override warnings
* Committing clang-format changes
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
| |
|
|
|
|
|
| |
* Synch update
* Branch sync changes
|
| |
|
| |
|
|
|
| |
Add configure help text for TestExpress.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Use windows ENV var for default install dir setting
* Change variable name
|
|
|
| |
This reverts commit cea0dc4565312f519c26de17b987b75652ab95df.
|
|
|
|
| |
with the unhelpful and misleading error message `PGC-S-0053-Illegal use
of void type` when I put a `static` qualifier on my tables.
|
| |
|
| |
|