| Commit message (Expand) | Author | Age | Files | Lines |
* | Removes gratuitous (double)x.yF casts (#632) | Dana Robinson | 2021-05-07 | 1 | -10/+10 |
|
|
* | Fix set_tests_properties for parallel t_pflush tests (#569) | jhendersonHDF | 2021-04-22 | 1 | -2/+2 |
|
|
* | Update top-level COPYING file and remove COPYING files from subdirectories (#... | Larry Knox | 2021-04-21 | 1 | -13/+0 |
|
|
* | Brings the native implementation of H5Fdelete() from Bitbucket (#524) | Dana Robinson | 2021-04-16 | 3 | -0/+58 |
|
|
* | Minor parallel improvements (#519) | Quincey Koziol | 2021-03-26 | 3 | -41/+41 |
|
|
* | Align with "parallel fence" changes (#479) | Quincey Koziol | 2021-03-24 | 3 | -230/+56 |
|
|
* | Update clang config (#473) | Quincey Koziol | 2021-03-17 | 1 | -1/+4 |
|
|
* | Update license url part2 (#333) | Larry Knox | 2021-02-17 | 30 | -30/+30 |
|
|
* | Fix for HDFFV-11109 - Copy MPI comm and info object into output FAPL from H5F... | jhendersonHDF | 2021-02-17 | 3 | -0/+192 |
|
|
* | Ensure processes always synchronize in t_shapesame test setup (#306) | jhendersonHDF | 2021-02-03 | 1 | -16/+6 |
|
|
* | develop revert source to clang-format version 11 (#293) | Allen Byrne | 2021-01-29 | 7 | -62/+62 |
|
|
* | Switch bool/true/false to hbool_t/TRUE/FALSE in a few places (#229) | Dana Robinson | 2020-12-24 | 1 | -26/+26 |
|
|
* | Bring async branch to develop (#166) | Quincey Koziol | 2020-12-14 | 3 | -55/+55 |
|
|
* | Moves the lists of VOL connectors and VFDs in Autotools builds (#162) | Dana Robinson | 2020-12-12 | 1 | -5/+0 |
|
|
* | Add flag to H5CX_pop that allow setting the properties to return to applicati... | Quincey Koziol | 2020-12-01 | 2 | -5/+5 |
|
|
* | Refactor to avoid using fork to create initial file (#122) | Quincey Koziol | 2020-11-25 | 1 | -331/+19 |
|
|
* | Basic alignment with async branch (#115) | Quincey Koziol | 2020-11-23 | 6 | -28/+18 |
|
|
* | Fix non-collective metadata read in t_mdset with collective metadata reads en... | Jordan Henderson | 2020-11-11 | 1 | -8/+4 |
|
|
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 28 | -17124/+15066 |
|
|
* | Merge pull request #2650 in HDFFV/hdf5 from ~DYOUNG/werror:rebased-fprintf-ex... | David Young | 2020-09-28 | 6 | -79/+99 |
|\ |
|
| * | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment | David Young | 2020-09-27 | 2 | -4/+19 |
| |\ |
|
| * | | Repair more format strings. | David Young | 2020-09-26 | 2 | -28/+28 |
|
|
| * | | Fix a bunch of format string errors reported by Larry. | David Young | 2020-09-25 | 2 | -32/+38 |
|
|
| * | | Fix some HDfprintf compilation errors: use the right format strings | David Young | 2020-09-24 | 3 | -20/+34 |
|
|
* | | | OESS-98 merge with clang-format changes | Allen Byrne | 2020-09-25 | 1 | -2/+2 |
| |/
|/| |
|
* | | File changes to affect formatting | Allen Byrne | 2020-09-04 | 1 | -2/+3 |
|
|
* | | CMake and script changes for clang-format | Allen Byrne | 2020-09-04 | 1 | -2/+16 |
|/ |
|
* | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 13 | -72/+72 |
|
|
* | Fix memory leak in t_span_tree.c test | Jordan Henderson | 2020-04-09 | 1 | -0/+6 |
|
|
* | TRILAB-192 add c++ and fortran warnings build systems one file | Allen Byrne | 2020-04-05 | 1 | -0/+2 |
|
|
* | Merge pull request #2424 in HDFFV/hdf5 from ~DYOUNG/hdf5:passed-do-while to d... | David Young | 2020-03-05 | 4 | -5/+5 |
|\ |
|
| * | Add semicolons to more PASSED() invocations. | David Young | 2020-02-28 | 4 | -5/+5 |
|
|
* | | revert type cast | kmu | 2020-02-28 | 1 | -2/+2 |
|/ |
|
* | TRILAB-142 Change minimum CMake version to 3.12 | Allen Byrne | 2020-02-21 | 1 | -1/+1 |
|
|
* | testpar/t_2Gio.c: Fix a typo that I think was introduced by a | David Young | 2020-01-29 | 3 | -5/+5 |
|
|
* | Merge pull request #2311 in HDFFV/hdf5 from ~KMU/hdf5:misc to develop | Kimmy Mu | 2020-01-28 | 8 | -300/+317 |
|\ |
|
| * | rename macro | kmu | 2020-01-28 | 1 | -2/+2 |
|
|
| * | pick up from Dave's fix | kmu | 2020-01-27 | 2 | -241/+244 |
|
|
| * | leave Wswitch-default for later fix | kmu | 2020-01-27 | 2 | -37/+13 |
|
|
| * | fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-co... | kmu | 2020-01-27 | 8 | -68/+106 |
|
|
* | | fix issues from test fail | kmu | 2020-01-28 | 1 | -12/+15 |
|
|
* | | Restore fix of test assert fail eror undone by later commit. | Larry Knox | 2020-01-27 | 1 | -1/+1 |
|
|
* | | fix assert fail | kmu | 2020-01-24 | 1 | -1/+1 |
|
|
* | | Merge pull request #2296 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ... | Dana Robinson | 2020-01-23 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Merge branch 'develop' into develop_minor | Dana Robinson | 2020-01-23 | 10 | -49/+34 |
| |\ |
|
| * | | Fixed a bug in testpar/t_cache.c concerning checking expected | Dana Robinson | 2020-01-22 | 1 | -2/+2 |
|
|
* | | | squash cast warning fix | kmu | 2020-01-23 | 15 | -365/+368 |
| |/
|/| |
|
* | | merge and fix conflict | kmu | 2020-01-23 | 12 | -53/+40 |
|\ \ |
|
| * \ | Merge pull request #2295 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/float to develop | Kimmy Mu | 2020-01-23 | 1 | -4/+5 |
| |\ \ |
|
| | * | | fix float type cmp warning | kmu | 2020-01-22 | 1 | -4/+5 |
| | |/ |
|