Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | io_timer.c uses a parallel lib function | Allen Byrne | 2020-01-10 | 2 | -4/+3 |
| | |||||
* | Fix standalone compile issues | Allen Byrne | 2020-01-09 | 4 | -48/+176 |
| | |||||
* | Merge pull request #2244 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵ | Kimmy Mu | 2020-01-09 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | to develop * commit '6b1b4b3c0bdd803835efe8c531965bb9900a5363': fix test assert fail error | ||||
| * | fix test assert fail error | kmu | 2020-01-09 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵ | Kimmy Mu | 2020-01-06 | 10 | -28/+28 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '0a2bb11b248df6841daabca3970df5d8504adfc7': address problems from comments fix and address comments change according to previous comments add missing piece remove unnecessary check macro fix intel compile warnings Revert "fix warnings from Intel compiler" Revert "fix warnings and some text alignment" Revert "let hdf5 pick up the right compiler in Intel environment" Revert "fix issues from previous PR comments" Revert "using a different MACRO" using a different MACRO fix issues from previous PR comments let hdf5 pick up the right compiler in Intel environment fix warnings and some text alignment fix warnings from Intel compiler | ||||
| * | address problems from comments | kmu | 2019-12-11 | 1 | -1/+1 |
| | | |||||
| * | fix and address comments | kmu | 2019-12-11 | 4 | -21/+9 |
| | | |||||
| * | Merge branch 'develop' into bugfix/intel_warnings | kmu | 2019-12-09 | 9 | -27/+12 |
| |\ | |||||
| * | | remove unnecessary check macro | kmu | 2019-12-06 | 5 | -17/+11 |
| | | | |||||
| * | | fix intel compile warnings | kmu | 2019-12-04 | 10 | -30/+48 |
| | | | |||||
* | | | Small changes from the token_refactoring branch, to reduce the delta to develop | Quincey Koziol | 2020-01-04 | 3 | -5/+5 |
| | | | |||||
* | | | Fix issue in h5dump where reference objects weren't being destroyed | Jordan Henderson | 2019-12-31 | 1 | -10/+3 |
| | | | |||||
* | | | Clean up tools warnings introduced by H5TOOLS_ERR_INIT macro | Jordan Henderson | 2019-12-31 | 22 | -952/+871 |
| | | | |||||
* | | | Refactor tools library error handling macros | Jordan Henderson | 2019-12-28 | 23 | -1300/+1390 |
| | | | |||||
* | | | Add MPI libs to standalone perf | Allen Byrne | 2019-12-22 | 1 | -2/+2 |
| | | | |||||
* | | | Grep needs to search error file | Allen Byrne | 2019-12-22 | 1 | -1/+1 |
| | | | |||||
* | | | Correct flaws in test scripts and files | Allen Byrne | 2019-12-22 | 3 | -10/+12 |
| | | | |||||
* | | | grep for failure text in error stack | Allen Byrne | 2019-12-22 | 1 | -1/+37 |
| | | | |||||
* | | | Add list to function arg | Allen Byrne | 2019-12-21 | 1 | -1/+1 |
| | | | |||||
* | | | Test files for new ref types | Allen Byrne | 2019-12-21 | 1 | -0/+13 |
| | | | |||||
* | | | h5diff test script files | Allen Byrne | 2019-12-21 | 2 | -0/+4 |
| | | | |||||
* | | | Add ref changes to test script | Allen Byrne | 2019-12-21 | 1 | -1/+4 |
| | | | |||||
* | | | Fix compile statement order | Allen Byrne | 2019-12-20 | 3 | -4/+5 |
| | | | |||||
* | | | HDFFV-10976,-10980 Init obj_type before calling H5Rget_obj_type3 | Allen Byrne | 2019-12-20 | 5 | -6/+6 |
| | | | |||||
* | | | Add unknown define for h5dump ref objects | Allen Byrne | 2019-12-20 | 2 | -1/+3 |
| | | | |||||
* | | | Standalone doesn't use h5test implementation. | Allen Byrne | 2019-12-20 | 1 | -0/+3 |
| | | | |||||
* | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-12-20 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | * commit 'b55a584fd5b3aac6f2514fba41a6182030b497ae': In portable shell scripts (using #!/bin/sh) we have to use single square brackets, [ ], instead of the bash-ism double square brackets, [[ ]]. Make this script work on hosts where PERL is not installed at /usr/bin/perl. | ||||
| * | | | In portable shell scripts (using #!/bin/sh) we have to use single square | David Young | 2019-12-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | brackets, [ ], instead of the bash-ism double square brackets, [[ ]]. | ||||
* | | | | HDFFV-10980 - h5diff uses new ref APIs | Allen Byrne | 2019-12-19 | 47 | -467/+1454 |
|/ / / | |||||
* | | | Update h5debug to retrieve file pointer through VOL framework | Quincey Koziol | 2019-12-17 | 1 | -1/+7 |
| | | | |||||
* | | | Remove duplicate instance | Allen Byrne | 2019-12-16 | 1 | -4/+0 |
| | | | |||||
* | | | Revert and move declaration | Allen Byrne | 2019-12-13 | 1 | -3/+5 |
| | | | |||||
* | | | Correct struct access | Allen Byrne | 2019-12-13 | 1 | -2/+2 |
| | | | |||||
* | | | Fix duplicate and varname | Allen Byrne | 2019-12-13 | 1 | -4/+3 |
| | | | |||||
* | | | Fix compile and test issues from DT | Allen Byrne | 2019-12-13 | 1 | -1/+1 |
| | | | |||||
* | | | Fix issues found with ONLY_SHARED_LIBS option | Allen Byrne | 2019-12-11 | 3 | -16/+16 |
| | | | |||||
* | | | HDFFV-10876 fix compare reference | Allen Byrne | 2019-12-08 | 1 | -2/+2 |
| | | | |||||
* | | | Add missing quotes | Allen Byrne | 2019-12-07 | 1 | -2/+2 |
| | | | |||||
* | | | Correct indentation | Allen Byrne | 2019-12-07 | 1 | -15/+15 |
| | | | |||||
* | | | Revert declaration used in macro. | Allen Byrne | 2019-12-07 | 1 | -0/+1 |
| | | | |||||
* | | | Revert declaration deletion. | Allen Byrne | 2019-12-07 | 1 | -0/+1 |
| | | | |||||
* | | | Address compile warnings | Allen Byrne | 2019-12-06 | 4 | -24/+3 |
| | | | |||||
* | | | Fix compile errors - mostly in jni | Allen Byrne | 2019-12-06 | 2 | -22/+23 |
| | | | |||||
* | | | HDFFV-10876 Update dump to match DDL spec | Allen Byrne | 2019-12-05 | 14 | -1373/+1476 |
| | | | |||||
* | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-12-05 | 3 | -10/+3 |
|\ \ \ | | |/ | |/| | | | | | | | * commit 'c7b3d6d6a5c1d376812e17c0ddb26f55334a2c59': Yanked -Wc++-compat from the flags used to build the C library in both the Autotools and CMake. | ||||
| * | | Yanked -Wc++-compat from the flags used to build the C library in both | Dana Robinson | 2019-12-04 | 3 | -10/+3 |
| | | | | | | | | | | | | the Autotools and CMake. | ||||
* | | | Add extra line | Allen Byrne | 2019-12-04 | 2 | -0/+2 |
| | | | |||||
* | | | Adjust whitespace | Allen Byrne | 2019-12-04 | 2 | -4/+4 |
| | | | |||||
* | | | Update h5ls help and rework dump_mem routines for attrs | Allen Byrne | 2019-12-04 | 14 | -303/+248 |
| | | | |||||
* | | | Add debug compile option as comment | Allen Byrne | 2019-12-04 | 1 | -0/+2 |
| | | |