| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace | Allen Byrne | 2020-05-20 | 1 | -14/+14 |
|
|
* | Fix standalone link | Allen Byrne | 2020-05-20 | 4 | -7/+8 |
|
|
* | HDFFV-11036 add file compare test process | Allen Byrne | 2020-05-20 | 1 | -8/+52 |
|
|
* | TRILAB-142 Change minimum CMake version to 3.12 | Allen Byrne | 2020-05-20 | 28 | -57/+51 |
|
|
* | H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables and | David Young | 2020-05-20 | 1 | -1/+1 |
|
|
* | HDFFV-11014, fix the h5repack issue that misses a few attributes during the r... | Muqun Yang | 2020-05-20 | 1 | -1/+8 |
|
|
* | Small fixes for tools and skip autotools tests for no filter | Allen Byrne | 2020-05-20 | 3 | -9/+4 |
|
|
* | Reduce differences between my -Werror branch and `develop`: | David Young | 2020-05-20 | 2 | -92/+93 |
|
|
* | Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required. | David Young | 2020-05-20 | 1 | -1/+1 |
|
|
* | testpar/t_2Gio.c: Fix a typo that I think was introduced by a | David Young | 2020-05-20 | 2 | -8/+18 |
|
|
* | fix bad function cast warning | kmu | 2020-05-20 | 1 | -2/+2 |
|
|
* | HDFFV-11011 correct issues with target file extension | Allen Byrne | 2020-05-20 | 16 | -208/+112 |
|
|
* | Introduce new H5VL _by_value routines | Jordan Henderson | 2020-05-20 | 2 | -3/+3 |
|
|
* | Correctly manage warnings for new tests | Allen Byrne | 2020-05-20 | 1 | -38/+32 |
|
|
* | change condition | kmu | 2020-05-20 | 1 | -1/+1 |
|
|
* | fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-co... | kmu | 2020-05-20 | 8 | -71/+105 |
|
|
* | Replaced my_isnan with C99 isnan in h5diff. | Dana Robinson | 2020-05-20 | 1 | -116/+42 |
|
|
* | Remove cmake macros from valgrind tests | Allen Byrne | 2020-05-20 | 2 | -104/+109 |
|
|
* | Optimized the floating point comparisons a little bit. | Dana Robinson | 2020-05-20 | 1 | -24/+24 |
|
|
* | Fix for failing h5diff tests involving floating-point compares. | Dana Robinson | 2020-05-20 | 1 | -6/+18 |
|
|
* | Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings."" | Dana Robinson | 2020-05-20 | 1 | -8/+6 |
|
|
* | Revert "Moved -Wunsuffixed-float-constants to the developer warnings." | Dana Robinson | 2020-05-20 | 1 | -6/+8 |
|
|
* | Moved -Wunsuffixed-float-constants to the developer warnings. | Dana Robinson | 2020-05-20 | 1 | -8/+6 |
|
|
* | squash cast warning fix | kmu | 2020-05-20 | 11 | -150/+160 |
|
|
* | Change tools debug macros to not use error stack | Allen Byrne | 2020-05-20 | 10 | -203/+142 |
|
|
* | not use hdf5 private header | kmu | 2020-05-20 | 1 | -1/+3 |
|
|
* | fix float type cmp warning | kmu | 2020-05-20 | 1 | -0/+2 |
|
|
* | fix float type cmp warning | kmu | 2020-05-20 | 1 | -3/+3 |
|
|
* | fix missing prototype warning | kmu | 2020-05-20 | 1 | -2/+0 |
|
|
* | fix unused related warnings | kmu | 2020-05-20 | 7 | -167/+167 |
|
|
* | more fix and address comments | kmu | 2020-05-20 | 1 | -2/+2 |
|
|
* | remove unsed var,function,macro, etc | kmu | 2020-05-20 | 6 | -21/+7 |
|
|
* | fix uninitizlized warning | kmu | 2020-05-20 | 1 | -1/+1 |
|
|
* | Fixed stack and frame size warnings. Not complete, but fixes most of | Dana Robinson | 2020-05-20 | 3 | -54/+116 |
|
|
* | Correct standalone function attributes | Allen Byrne | 2020-05-20 | 3 | -8/+13 |
|
|
* | Standalone should not use import/export attributes | Allen Byrne | 2020-05-20 | 1 | -0/+5 |
|
|
* | Squashed commit of the token_refactoring branch: | Dana Robinson | 2020-05-20 | 27 | -377/+570 |
|
|
* | HDFFV-11001 need to qualify all by parallel or serial types | Allen Byrne | 2020-05-20 | 13 | -192/+197 |
|
|
* | HDFFV-11001 Add fine control over testing | Allen Byrne | 2020-05-20 | 12 | -17/+39 |
|
|
* | Update tools hid_t declarations with H5I_INVALID_HID | Allen Byrne | 2020-05-20 | 47 | -719/+726 |
|
|
* | io_timer.c uses a parallel lib function | Allen Byrne | 2020-05-20 | 2 | -4/+3 |
|
|
* | Fix standalone compile issues | Allen Byrne | 2020-05-20 | 4 | -48/+176 |
|
|
* | fix test assert fail error | kmu | 2020-05-20 | 1 | -2/+2 |
|
|
* | address problems from comments | kmu | 2020-05-20 | 1 | -1/+1 |
|
|
* | fix and address comments | kmu | 2020-05-20 | 4 | -21/+9 |
|
|
* | remove unnecessary check macro | kmu | 2020-05-20 | 5 | -17/+11 |
|
|
* | fix intel compile warnings | kmu | 2020-05-20 | 10 | -30/+48 |
|
|
* | Revert "fix warnings from Intel compiler" | kmu | 2020-05-20 | 10 | -41/+29 |
|
|
* | Revert "fix issues from previous PR comments" | kmu | 2020-05-20 | 6 | -26/+17 |
|
|
* | Revert "using a different MACRO" | kmu | 2020-05-20 | 6 | -16/+16 |
|
|