| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|\
| |
| | |
CMake: Add an option to opt-out static libgcc
|
| |
| |
| |
| |
| | |
With sjlj exception model, statically link to libgcc/libstdc++
prevents exceptions to be caught from other dynamic libraries.
|
|\ \
| | |
| | | |
CMake: Set specific INSTALL_DATA_DIR only on MSVC
|
| | |
| | |
| | |
| | |
| | | |
For MinGW we want INSTALL_DATA_DIR to be set to share instead of .
to properly install files in a standard package layout.
|
|\ \ \
| |_|/
|/| | |
CMake: MINGW implies WIN32
|
| |/ |
|
|\ \
| | |
| | | |
CMake: Add an option to opt-out MSVC naming convention
|
| |/
| |
| |
| |
| | |
We might want to keep the default mingw import name, see:
https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-hdf5/hdf5-default-import-suffix.patch
|
|\ \
| | |
| | | |
Fixes a bit shift issue in an MPI constant
|
| |/
| |
| |
| |
| | |
Redefines TWO_GIG_LIMIT to be INT32_MAX instead of 1 << 31, which
fixes an issue revealed by compiling with -Wshift-overflow.
|
|\ \
| |/
|/| |
Replaces C standard library memory calls with H5MM equivalents
|
|/
|
|
| |
Mostly H5MM_memcpy in newer VFDs
|
|\
| |
| | |
HDFFV-10868 - add H5Sselect API java wrappers.
|
| | |
|
| | |
|
| |
| |
| | |
Also added javadoc comments to H5E and H5s constants.
|
|\ \
| |/
|/| |
Fixes minor issues in various virtual file drivers
|
|/
|
|
|
|
|
|
|
|
|
|
| |
- HDFS VFD files now ignored in the Autotools when the HDFS VFD is not
being built.
- All VFD init code uses idiomatic H5I_INVALID_HID instead of -1
or FAIL.
- The HDFS VFD now includes H5FDdrvr_module.h in the right place.
- The HDFS tests in test/hdfs.c no longer pass NULL to VERIFY macros, which
raised warnings.
- Minor tweaks to fix const, unused variables, etc. warnings in
several VFDs.
|
|\
| |
| | |
HD prefix updates in src/ and test/
|
| |
| |
| |
| |
| | |
Accidentally deleted while preparing the PR. Only existed in a
branch.
|
| |
| |
| |
| |
| |
| |
| | |
Adds missing HD prefixes to API calls in src and test.
Adds some extra processing to bin/checkposix to keep the noise
levels down when running the script (not comprehensive).
|
|\ \
| |/
|/| |
Removes -Wimplicit-fallthrough=5 from the gcc warnings
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
-Wimplicit-fallthrough=3 is added by -Wextra, which we already set.
Bumping the warning level only changes how fall-through comments are
parsed, with level 5 turning off fall-through comments entirely.
This is unnecessary and results in having to do extra work to squash
warnings when included external code uses fall-through.
This change also adds /* FALLTHROUGH */ comments where
H5_ATTR_FALLTHROUGH is used so compilers that don't use attributes
but do respect fall-through comments don't raise spurious warnings.
|
|\ \
| |/
|/| |
Correct SZ options for building plugins
|
|/ |
|
|\
| |
| | |
options corrections
|
| | |
|
|\ \
| |/
| | |
Whitespace and url correction
|
|/ |
|
| |
|
|\
| |
| | |
Note that the description for system errors may be used by h5py
|
| | |
|
|/ |
|
|\
| |
| | |
Comment adjustments
|
|/ |
|
|\
| |
| | |
gitub workflow changes
|
| | |
|
| |\
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Add BEGIN_FUNC / CATCH / END_FUNC to macros
* Remove incorrect trailing '{'
* Update trace script to wrap H5TRACE macros at 110 characters and improve
comments for code that performs this operation.
* Clean up printf-formatting in H5public.h and correct some oversights in the code.
* Reformat with BEGIN_FUNC / END_FUNC handled correctly by clang-format
* Run clang-format on changes.
* Correct H5_SIZEOF_HSIZE_T/H5_SIZEOF_HSSIZE_T macros to match typedef.
* And make the undef value match also.
* Update comment
* Update clang-format actions to exclude generated files.
* Post-process generated H5LTparse.h file as well as H5LTparse.c file.
* Fix formatting
* Update version of github clang-format action
|
| | |
|
| |\
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* h5repacktest VFD fix and formatting changes
* Fix memory leak in H5PL__find_plugin_in_path
When encountering a directory, the current loop iteration was skipped
without freeing the memory allocated for the path.
* Refactor parser GCC diagnostic statements
* genparser on jelly with default bison/flex
Co-authored-by: Michael Kuhn <michael.kuhn@ovgu.de>
|
|\ \
| | |
| | | |
Correct entries related to --enable-build-mode and --enable-profiling in
|
| | |
| | |
| | |
| | | |
INSTALL file, and remove obsolete SZIP paragraph from COPYING file.
|
|\ \ \
| | | |
| | | | |
HDFFV-11096 fix typo in h5dump usage text
|
|\ \ \ \
| | | | |
| | | | | |
Fix memory leak in H5PL__find_plugin_in_path
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
When encountering a directory, the current loop iteration was skipped
without freeing the memory allocated for the path.
|