summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "using a different MACRO"kmu2020-05-2035-103/+98
* using a different MACROkmu2020-05-2035-98/+103
* fix issues from previous PR commentskmu2020-05-2038-77/+90
* let hdf5 pick up the right compiler in Intel environmentkmu2020-05-204-10/+121
* fix warnings and some text alignmentkmu2020-05-201-14/+12
* fix warnings from Intel compilerkmu2020-05-2047-100/+120
* Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-05-2043-539/+701
* Fix some places where H5P_DEFAULT gets passed down to a VOL connectorJordan Henderson2020-05-2015-117/+102
* Changed -Wformat-truncation to level 2 in CMake w/ gcc.Dana Robinson2020-05-201-1/+1
* Changed -Wformat-truncation's level from 2 to 1.Dana Robinson2020-05-201-1/+1
* Fix issue in h5dump where reference objects weren't being destroyedJordan Henderson2020-05-201-10/+3
* Clean up tools warnings introduced by H5TOOLS_ERR_INIT macroJordan Henderson2020-05-2022-952/+871
* Refactor tools library error handling macrosJordan Henderson2020-05-2023-1300/+1390
* Add MPI libs to standalone perfAllen Byrne2020-05-201-2/+2
* Grep needs to search error fileAllen Byrne2020-05-201-1/+1
* Correct flaws in test scripts and filesAllen Byrne2020-05-203-10/+12
* grep for failure text in error stackAllen Byrne2020-05-201-1/+37
* Add list to function argAllen Byrne2020-05-201-1/+1
* Test files for new ref typesAllen Byrne2020-05-201-0/+13
* h5diff test script filesAllen Byrne2020-05-202-0/+4
* Add ref changes to test scriptAllen Byrne2020-05-201-1/+4
* Add new h5diff filesAllen Byrne2020-05-201-0/+3
* Fix compile statement orderAllen Byrne2020-05-203-4/+5
* HDFFV-10976,-10980 Init obj_type before calling H5Rget_obj_type3Allen Byrne2020-05-207-8/+8
* Add unknown define for h5dump ref objectsAllen Byrne2020-05-202-1/+3
* HDFFV-10980 - h5diff uses new ref APIsAllen Byrne2020-05-2048-465/+1483
* Remove unnecessary H5CX callQuincey Koziol2020-05-201-4/+0
* Refactor H5Dvlen_get_buf_size to use optional dataset operation, with generic...Quincey Koziol2020-05-208-57/+258
* Cleanups from PR reviewsQuincey Koziol2020-05-204-102/+101
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2020-05-2050-1584/+2905
* Standalone doesn't use h5test lib implementation.Allen Byrne2020-05-201-2/+3
* In portable shell scripts (using #!/bin/sh) we have to use single squareDavid Young2020-05-201-1/+1
* Make this script work on hosts where PERL is not installed atDavid Young2020-05-201-1/+2
* Add missing noteAllen Byrne2020-05-201-0/+12
* Remove constAllen Byrne2020-05-201-1/+1
* Fix compile error - declaration after executable statementAllen Byrne2020-05-201-2/+3
* Adjust cache.c only variables.Allen Byrne2020-05-203-29/+26
* Fix include to correct memory calls - big-endian issue.Allen Byrne2020-05-202-1/+1
* Update h5debug to retrieve file pointer through VOL frameworkQuincey Koziol2020-05-201-1/+7
* Minor whitespaceAllen Byrne2020-05-201-2/+2
* Fixed bugs in pread/pwrite I/O in VFDs.Dana Robinson2020-05-204-15/+36
* More fixes for previous committed PR #2079 dated Dec 5 2019.Vailin Choi2020-05-202-2/+2
* Remove duplicate instanceAllen Byrne2020-05-201-4/+0
* Revert and move declarationAllen Byrne2020-05-201-3/+5
* Correct struct accessAllen Byrne2020-05-201-2/+2
* Fix duplicate and varnameAllen Byrne2020-05-201-4/+3
* Fix compile and test issues from DTAllen Byrne2020-05-205-6/+18
* Add release note for sanitizer supportAllen Byrne2020-05-201-0/+6
* HDFFV-10979 cleanup globalsAllen Byrne2020-05-202-7/+5
* TRILABS-135 Add clang analyzersAllen Byrne2020-05-208-9/+1261