| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
~BYRN/hdf5_adb:feature/cmakeV2-clang-format to develop
* commit '571a5e9250ca69adb54ef956361a5cf77059f67c':
Add h5ls test plugin format target
Fix manifest
Add code owners file
Update actions - split push/pull-request commits
Change to executable
Change to based on LLVM format
Fix comment formatting due to tabs conversion
Disable formatting for file
File changes to affect formatting
CMake and script changes for clang-format
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| |/ / |
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* commit '739cd5723fe3435818075481687770996af42ef5':
Fix memory sanity check option in CMake
|
| |/ / |
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* commit 'c15f8674d9600c72b33823c55587051cf66811ef':
Free selection type-specific info when resetting selection iterators
|
| |/ / |
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* commit '9b3a3445dbb72a95b2b9355e0196efdaa5b0f452':
Add release note for new H5Ssel_iter_reset function
Add H5Ssel_iter_init API call to reset a selection iterator
|
| | | | |
|
| |/ / |
|
| |\ \
| | |/
| | |
| | |
| | |
| | | |
* commit '6b71d6dc9453e8f94ac82732496ee59ca6495587':
Add zllib and szip pages
Correct COPYING path
|
| | | |
|
| |/ |
|
| | |
|
| |
| |
| |
| |
| | |
("zu", PRIuHSIZE), avoid casting some printf arguments, pass the right
number of arguments.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
./configure script does. This ought to fix the compilation failure
in test/dt_arith.c that Allen told me about:
/home/buildbot/bb-workers/centos8-vm01/hdf5trunk-StdShar-code-centos8/build/hdfsrc/test/dt_arith.c: In function ‘test_conv_int_1’:
/home/buildbot/bb-workers/centos8-vm01/hdf5trunk-StdShar-code-centos8/build/hdfsrc/test/dt_arith.c:2500:34: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘long long int’ [-Werror=format=]
HDfprintf(stdout," %29"H5_PRINTF_LL_WIDTH"d\n", *((long long*)aligned));
|
| | |
|
|\ \
| |/ |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
fix_nil_collective_metadata_write to develop
* commit '45021f1826f3710a3008430ddf7216bffb7068f7':
Update buffer count
Revert PR 405 (https://bitbucket.hdfgroup.org/projects/HDFFV/repos/hdf5/pull-requests/405/overview) and reimplement with correct and simpler code.
Revert " Checkin of fix for CGNS bug"
Revert "Removed commeted out code from H5C_dump_coll_write_list()"
|
| | | |
|
| | |\
| | | |
| | | |
| | | | |
fix_nil_collective_metadata_write
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
(https://bitbucket.hdfgroup.org/projects/HDFFV/repos/hdf5/pull-requests/405/overview)
and reimplement with correct and simpler code.
|
| | | |
| | | |
| | | |
| | | | |
This reverts commit 94c34773ceae5b30c4afb227d0385ebf4ab6ce28.
|
| | | |
| | | |
| | | |
| | | | |
This reverts commit eb75dc1bb02e13902d73a36caafe763eea585d02.
|
| |\ \ \
| | |_|/
| |/| |
| | | |
| | | | |
* commit '4b69577e10ed58bf6536599092390f02a49ff3f9':
Bug fix to allow pass-through VOL connectors to set DXPL properties (like requesting collective operations) on dataset I/O
|
| | | |
| | | |
| | | |
| | | | |
requesting collective operations) on dataset I/O
|
| |\ \ \
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
to develop
* commit '49e01e594eb2d0c25455e7ff71eed3de074fd15b':
Adds RELEASE.txt note about HDFS VFD stubs being removed
Removes inappropriate file locking call
Trivial whitespace change to H5Pencdec.c
Minor refactoring based on 1.10 normalization work
Trivialities noticed while normalizing 1.10
|
| | | | |
|
| | |\ \
| | |/ /
| |/| | |
|
| |\ \ \
| | |_|/
| |/| |
| | | |
| | | |
| | | | |
* commit '0932c46e3d5b09d32cbe29335e8054302ab122c5':
MinGW uses "MinGW Makefiles"
The version string has a second use for packaging
|
| | | | |
|
| |/ / |
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* commit '336b30024216b142eb096bf85986786ecf65e993':
Add back function for VERIFY_EXTERNAL_CONSOLIDATION
|
| |/ / |
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* commit 'ec1c324a0d184d2778e9155140367a7d3a307fa1':
Revert H5_VERS_SUBRELEASE check
Add special case when H5_VERS_SUBRELEASE is 0
Condition if (H5_VERS_SUBRELEASE) is incorrectly false when H5_VERS_SUBRELEASE is 0, a valid value for H5_VERS_SUBRELEASE. Updated to if (${H5_VERS_SUBRELEASE} STREQUAL "") with corresponding reversal of action statements to avoid NOT.
Add hypen to subrelease regex
Fix S3/HDFS test
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
H5_VERS_SUBRELEASE is 0, a valid value for H5_VERS_SUBRELEASE.
Updated to if (${H5_VERS_SUBRELEASE} STREQUAL "") with corresponding
reversal of action statements to avoid NOT.
|
| | | | |
|