summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Change a signed variable to unsigned to avoid a warning about the signDavid Young2019-11-131-1/+1
| | * | | | Avoid unused-variable warnings: change static const strings in a coupleDavid Young2019-11-132-2/+2
| | * | | | Demote errors to warnings for a couple of unused-but-set variables thatDavid Young2019-11-132-0/+7
| | * | | | Delete an unused variable.David Young2019-11-131-1/+0
| | * | | | Mark an unused parameter H5_ATTR_UNUSED.David Young2019-11-131-1/+1
| | * | | | Delete variables that are unused or set and unused.David Young2019-11-131-12/+0
| | * | | | Initialize a variable before its first use.David Young2019-11-131-1/+1
| | * | | | Format a pointer with %p to avoid a gripe about casting a pointer to anDavid Young2019-11-131-3/+2
| | * | | | Merge remote-tracking branch 'hdf5/develop' into add-werror-and-squash-some toDavid Young2019-11-1242-326/+792
| | |\ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'hdf5/develop' into add-werror-and-squash-someDavid Young2019-11-0829-41/+275
| | |\ \ \ \ \
| | * | | | | | Change some GCC warnings to errors. Fix code to quiet some warnings.David Young2019-11-0518-57/+149
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Remove unneeded flag overwritesAllen Byrne2019-11-251-8/+0
* | | | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-11-2511-17/+285
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #2029 in HDFFV/hdf5 from ~CHOGAN/hdf5:feature/cx_lcpl to d...Chris Hogan2019-11-2511-17/+285
| |\ \ \ \ \ \
| | * | | | | | Add documentation for H5CX_get_ohdr_flagsChris Hogan2019-11-151-0/+13
| | * | | | | | Add object header flags to API contextChris Hogan2019-11-144-5/+72
| | * | | | | | Use major error code of calling packageChris Hogan2019-11-081-2/+2
| | * | | | | | Handle H5CX_state_t for lcplChris Hogan2019-11-041-0/+21
| | * | | | | | Add character encoding to lcpl contextChris Hogan2019-11-043-43/+54
| | * | | | | | Change LC property name from 'create_intermediate_group' to 'intermediate_group'Chris Hogan2019-10-301-9/+9
| | * | | | | | Use API context to store/retrieve LCPL when creating intermediate groupsChris Hogan2019-10-2910-11/+167
| | |/ / / / /
* | | | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-11-211-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #2043 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:seq_list_fix t...Neil Fortner2019-11-201-1/+1
| |\ \ \ \ \ \
| | * | | | | | Modify H5Ssel_iter_get_seq_list() to accept iterators that have reachedNeil Fortner2019-11-151-1/+1
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Comment correctionAllen Byrne2019-11-212-2/+2
* | | | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-11-2012-40/+73
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #2048 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to d...Allen Byrne2019-11-1911-39/+72
| |\ \ \ \ \ \
| | * | | | | | Minor correctionAllen Byrne2019-11-181-1/+1
| | * | | | | | Update list of tested platformsAllen Byrne2019-11-181-23/+8
| | * | | | | | Add VS2019 supportAllen Byrne2019-11-1811-16/+64
| |/ / / / / /
| * | | | | | Merge pull request #2047 in HDFFV/hdf5 from h5_private_prototype_fix to developRichard Warren2019-11-181-1/+1
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Fixed the H5_mpi_get_bigio_count function prototypeRichard Warren2019-11-181-1/+1
| |/ / / / /
* | | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-11-161-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #2042 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to d...Allen Byrne2019-11-151-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Correct file extensionAllen Byrne2019-11-141-1/+1
| |/ / / /
* | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-11-137-122/+308
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #2033 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:public_spi to ...Neil Fortner2019-11-137-122/+308
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Implement public H5Sselect_project_intersection(). Updated internalNeil Fortner2019-11-137-122/+308
* | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-11-1342-326/+792
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #2027 in HDFFV/hdf5 from ~DYOUNG/hdf5:dsets-randomness to ...David Young2019-11-121-32/+121
| |\ \ \ \
| | * | | | Use HD prefix.David Young2019-11-121-8/+8
| | * | | | Fix HDFFV-10937: use a more reliable (and probably faster) scheme forDavid Young2019-10-281-32/+121
| | | |/ / | | |/| |
| * | | | Merge pull request #2037 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:develop to dev...Neil Fortner2019-11-122-1/+10
| |\ \ \ \
| | * | | | Fix issue where H5R__reopen_file did not make the file "post open"Neil Fortner2019-11-122-1/+10
| |/ / / /
| * | | | Merge pull request #2036 in HDFFV/hdf5 from ~DYOUNG/netbsd:develop to developDavid Young2019-11-126-5/+6
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Apparently, + has no special meaning, and neither does \+, in so-calledDavid Young2019-11-126-5/+6
| |/ / /
| * | | Merge pull request #2032 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:vlget_file_typ...Neil Fortner2019-11-0834-289/+656
| |\ \ \ | | |_|/ | |/| |
| | * | Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-0834-289/+656
| | |/
* | | HDFFV-10876 Update h5dump and h5ls for new ref api.Allen Byrne2019-11-0763-3082/+5693
|/ /
* | Merge pull request #1984 in HDFFV/hdf5 from ~DYOUNG/netbsd:develop to developDavid Young2019-11-0529-41/+275
|\ \ | |/ |/|