AuthorCommitMessageCommit dateIssues
Allen ByrneAllen Byrne
58d8eae182aMMerge pull request #2917 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '1a4c5cc22c0f8aac568f39e67d695d906cf17c87': Actions updates
Allen ByrneAllen Byrne
1a4c5cc22c0Actions updates
Larry KnoxLarry Knox
4b01ab73cc4MMerge pull request #2906 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'b2d661b508a7fc7a2592c13bc6bdc175551f075d': Clang-format of source files
Allen ByrneAllen Byrne
b2d661b508aClang-format of source files
Allen ByrneAllen Byrne
29ab58b58dcMMerge pull request #2905 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '3f15fb35222a0fb2ba2f1f88a2d78daaea633ec8': Fix jni with %Lg instead of %Lf Pre-format fixes for warnings as errors
Allen ByrneAllen Byrne
3f15fb35222Fix jni with %Lg instead of %LfFix warnings due to improper formed define tag in h5diff
Allen ByrneAllen Byrne
274cd0ba1d8Pre-format fixes for warnings as errors
David YoungDavid Young
14851e3b82aMMerge pull request #2650 in HDFFV/hdf5 from ~DYOUNG/werror:rebased-fprintf-experiment to develop* commit 'c0fbc5c086566d5d3c1d1ef26baa81a53d59fc08': (24 commits) Use the right format string, "%zu", for size_t. Repair more format strings. Fix a bunch of format string errors reported by Larry. Fix some HDfprintf compilation errors: use the right format strings ("zu", PRIuHSIZE), avoid casting some printf arguments, pass the right number of arguments. Test the format string "ll" be...
Allen ByrneAllen Byrne
8ee8b7abb55MMerge pull request #2902 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '088014bef4216eede409d103876a9fd3efadd358': More info for building plugins with library Remove setting from cacheinit file OESS-98 add release note for option OESS-98 merge with clang-format changesOESS-98
Allen ByrneAllen Byrne
088014bef42More info for building plugins with library
Allen ByrneAllen Byrne
e7fbeb2e8cbRemove setting from cacheinit file
David YoungDavid Young
c0fbc5c0865Use the right format string, "%zu", for size_t.
David YoungDavid Young
08034972bc4MMerge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment
Allen ByrneAllen Byrne
9941e4b1ae8OESS-98 add release note for optionOESS-98
David YoungDavid Young
d20e1274a7bRepair more format strings.
Allen ByrneAllen Byrne
ff0881f35baOESS-98 merge with clang-format changesOESS-98
Allen ByrneAllen Byrne
aa08db839e6MMerge pull request #2882 in HDFFV/hdf5 from ~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
David YoungDavid Young
5f0bb858131MMerge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment
Allen ByrneAllen Byrne
571a5e9250cAdd h5ls test plugin format target
David YoungDavid Young
f8652be7fbfFix a bunch of format string errors reported by Larry.
David YoungDavid Young
6486892de56Fix some HDfprintf compilation errors: use the right format strings("zu", PRIuHSIZE), avoid casting some printf arguments, pass the right number of arguments.
Allen ByrneAllen Byrne
fae9d938d33Fix manifest
Allen ByrneAllen Byrne
03bbf36114eAdd code owners file
Allen ByrneAllen Byrne
f71e74f4e4dUpdate actions - split push/pull-request commits
Allen ByrneAllen Byrne
6b146273305Change to executable
Allen ByrneAllen Byrne
eba2e66a87aChange to based on LLVM format
Jordan HendersonJordan Henderson
cdc4b8a0fb5MMerge pull request #2898 in HDFFV/hdf5 from ~JHENDERSON/hdf52:develop to develop* commit '739cd5723fe3435818075481687770996af42ef5': Fix memory sanity check option in CMake
Allen ByrneAllen Byrne
a117ac6caedFix comment formatting due to tabs conversion
Jordan HendersonJordan Henderson
739cd5723feFix memory sanity check option in CMake
Jordan HendersonJordan Henderson
c4b1693f8e5MMerge pull request #2895 in HDFFV/hdf5 from ~JHENDERSON/hdf52:develop to develop* commit 'c15f8674d9600c72b33823c55587051cf66811ef': Free selection type-specific info when resetting selection iterators
Jordan HendersonJordan Henderson
c15f8674d96Free selection type-specific info when resetting selection iterators
Jordan HendersonJordan Henderson
febc343e7ebMMerge pull request #2891 in HDFFV/hdf5 from ~JHENDERSON/hdf52:develop to develop* commit '9b3a3445dbb72a95b2b9355e0196efdaa5b0f452': Add release note for new H5Ssel_iter_reset function Add H5Ssel_iter_init API call to reset a selection iterator
Jordan HendersonJordan Henderson
9b3a3445dbbAdd release note for new H5Ssel_iter_reset function
Jordan HendersonJordan Henderson
ce0f87fb351Add H5Ssel_iter_init API call to reset a selection iterator
David YoungDavid Young
cd1d772f353Test the format string "ll" before "l", "L", and "q", like the ./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...
Allen ByrneAllen Byrne
01482d93d47Disable formatting for file
Allen ByrneAllen Byrne
d8d17d23284File changes to affect formatting
Larry KnoxLarry Knox
9eaeac2e1bbMMerge pull request #2874 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '6b71d6dc9453e8f94ac82732496ee59ca6495587': Add zllib and szip pages Correct COPYING path
Allen ByrneAllen Byrne
30c7264c2caCMake and script changes for clang-format
Allen ByrneAllen Byrne
6b71d6dc945Add zllib and szip pages
Allen ByrneAllen Byrne
91213082b5eCorrect COPYING path
David YoungDavid Young
f796cd3c783Cast a non-void pointer to void pointer for "%p".
David YoungDavid Young
d85cd245d29MMerge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment
Quincey KoziolQuincey Koziol
b3a89155b98MMerge pull request #2866 in HDFFV/hdf5 from 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()"
Quincey KoziolQuincey Koziol
0f60e7e5761MMerge pull request #2843 in HDFFV/hdf5 from vol_dataset_io_dxpl_fix to develop* commit '4b69577e10ed58bf6536599092390f02a49ff3f9': Bug fix to allow pass-through VOL connectors to set DXPL properties (like requesting collective operations) on dataset I/O
Quincey KoziolQuincey Koziol
45021f1826fUpdate buffer count
Quincey KoziolQuincey Koziol
500cbbb71c7MMerge remote-tracking branch 'origin/develop' into fix_nil_collective_metadata_write
Quincey KoziolQuincey Koziol
165c454aa73Revert PR 405 (https://bitbucket.hdfgroup.org/projects/HDFFV/repos/hdf5/pull-requests/405/overview)and reimplement with correct and simpler code.
Quincey KoziolQuincey Koziol
72b9b8ca753Revert " Checkin of fix for CGNS bug"This reverts commit 94c34773ceae5b30c4afb227d0385ebf4ab6ce28.
Quincey KoziolQuincey Koziol
c9f15824fe0Revert "Removed commeted out code from H5C_dump_coll_write_list()"This reverts commit eb75dc1bb02e13902d73a36caafe763eea585d02.