summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-2798-8187/+9687
|\
| * Merge pull request #2882 in HDFFV/hdf5 from ↵Allen Byrne2020-09-2598-8192/+9693
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~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
| | * Add h5ls test plugin format targetAllen Byrne2020-09-251-0/+8
| | |
| | * Fix manifestAllen Byrne2020-09-241-1/+2
| | |
| | * Add code owners fileAllen Byrne2020-09-242-0/+43
| | |
| | * Update actions - split push/pull-request commitsAllen Byrne2020-09-244-3/+138
| | |
| | * Change to executableAllen Byrne2020-09-242-0/+0
| | |
| | * Change to based on LLVM formatAllen Byrne2020-09-241-101/+1
| | |
| | * Fix comment formatting due to tabs conversionAllen Byrne2020-09-2413-837/+840
| | |
| | * Disable formatting for fileAllen Byrne2020-09-051-30/+4
| | |
| | * File changes to affect formattingAllen Byrne2020-09-0440-8105/+8252
| | |
| | * CMake and script changes for clang-formatAllen Byrne2020-09-0455-45/+1335
| | |
* | | Repair more format strings.David Young2020-09-266-48/+49
| | |
* | | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-257-2/+249
|\ \ \ | |/ /
| * | Merge pull request #2898 in HDFFV/hdf5 from ~JHENDERSON/hdf52:develop to developJordan Henderson2020-09-241-1/+1
| |\ \ | | | | | | | | | | | | | | | | * commit '739cd5723fe3435818075481687770996af42ef5': Fix memory sanity check option in CMake
| | * | Fix memory sanity check option in CMakeJordan Henderson2020-09-231-1/+1
| |/ /
| * | Merge pull request #2895 in HDFFV/hdf5 from ~JHENDERSON/hdf52:develop to developJordan Henderson2020-09-231-0/+4
| |\ \ | | | | | | | | | | | | | | | | * commit 'c15f8674d9600c72b33823c55587051cf66811ef': Free selection type-specific info when resetting selection iterators
| | * | Free selection type-specific info when resetting selection iteratorsJordan Henderson2020-09-231-0/+4
| |/ /
| * | Merge pull request #2891 in HDFFV/hdf5 from ~JHENDERSON/hdf52:develop to developJordan Henderson2020-09-214-0/+231
| |\ \ | | | | | | | | | | | | | | | | | | | | * commit '9b3a3445dbb72a95b2b9355e0196efdaa5b0f452': Add release note for new H5Ssel_iter_reset function Add H5Ssel_iter_init API call to reset a selection iterator
| | * | Add release note for new H5Ssel_iter_reset functionJordan Henderson2020-09-181-0/+10
| | | |
| | * | Add H5Ssel_iter_init API call to reset a selection iteratorJordan Henderson2020-09-183-0/+221
| |/ /
| * | Merge pull request #2874 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developLarry Knox2020-09-042-1/+13
| |\ \ | | |/ | | | | | | | | | | | | * commit '6b71d6dc9453e8f94ac82732496ee59ca6495587': Add zllib and szip pages Correct COPYING path
| | * Add zllib and szip pagesAllen Byrne2020-09-041-0/+12
| | |
| | * Correct COPYING pathAllen Byrne2020-09-041-1/+1
| |/
* | Fix a bunch of format string errors reported by Larry.David Young2020-09-252-32/+38
| |
* | Fix some HDfprintf compilation errors: use the right format stringsDavid Young2020-09-243-20/+34
| | | | | | | | | | ("zu", PRIuHSIZE), avoid casting some printf arguments, pass the right number of arguments.
* | Test the format string "ll" before "l", "L", and "q", like theDavid Young2020-09-171-1/+1
| | | | | | | | | | | | | | | | | | ./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));
* | Cast a non-void pointer to void pointer for "%p".David Young2020-09-031-1/+1
| |
* | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-03588-16919/+18831
|\ \ | |/
| * Merge pull request #2866 in HDFFV/hdf5 from ↵Quincey Koziol2020-09-028-232/+26
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | 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()"
| | * Update buffer countQuincey Koziol2020-08-281-1/+8
| | |
| | * Merge remote-tracking branch 'origin/develop' into ↵Quincey Koziol2020-08-2834-200/+250
| | |\ | | | | | | | | | | | | fix_nil_collective_metadata_write
| | * | Revert PR 405 ↵Quincey Koziol2020-08-271-37/+18
| | | | | | | | | | | | | | | | | | | | | | | | (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"Quincey Koziol2020-08-278-207/+8
| | | | | | | | | | | | | | | | This reverts commit 94c34773ceae5b30c4afb227d0385ebf4ab6ce28.
| | * | Revert "Removed commeted out code from H5C_dump_coll_write_list()"Quincey Koziol2020-08-271-0/+5
| | | | | | | | | | | | | | | | This reverts commit eb75dc1bb02e13902d73a36caafe763eea585d02.
| * | | Merge pull request #2843 in HDFFV/hdf5 from vol_dataset_io_dxpl_fix to developQuincey Koziol2020-09-022-15/+13
| |\ \ \ | | |_|/ | |/| | | | | | | | | | * commit '4b69577e10ed58bf6536599092390f02a49ff3f9': Bug fix to allow pass-through VOL connectors to set DXPL properties (like requesting collective operations) on dataset I/O
| | * | Bug fix to allow pass-through VOL connectors to set DXPL properties (like ↵Quincey Koziol2020-08-252-15/+13
| | | | | | | | | | | | | | | | requesting collective operations) on dataset I/O
| * | | Merge pull request #2863 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵Dana Robinson2020-08-2734-200/+250
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | Adds RELEASE.txt note about HDFS VFD stubs being removedDana Robinson2020-08-271-0/+34
| | | |
| | * | Merge branch 'develop' into develop_minorDana Robinson2020-08-2716-169/+338
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #2849 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-08-263-3/+10
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | * commit '0932c46e3d5b09d32cbe29335e8054302ab122c5': MinGW uses "MinGW Makefiles" The version string has a second use for packaging
| | * | MinGW uses "MinGW Makefiles"Allen Byrne2020-08-261-1/+6
| | | |
| | * | The version string has a second use for packagingAllen Byrne2020-08-262-2/+4
| |/ /
| * | Merge pull request #2839 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-08-251-0/+20
| |\ \ | | | | | | | | | | | | | | | | * commit '336b30024216b142eb096bf85986786ecf65e993': Add back function for VERIFY_EXTERNAL_CONSOLIDATION
| | * | Add back function for VERIFY_EXTERNAL_CONSOLIDATIONAllen Byrne2020-08-251-0/+20
| |/ /
| * | Merge pull request #2826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-08-242-1/+5
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| | * | Revert H5_VERS_SUBRELEASE checkAllen Byrne2020-08-241-5/+1
| | | |
| | * | Add special case when H5_VERS_SUBRELEASE is 0Allen Byrne2020-08-241-3/+7
| | | |
| | * | Condition if (H5_VERS_SUBRELEASE) is incorrectly false whenLarry Knox2020-08-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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 regexAllen Byrne2020-08-231-1/+1
| | | |