summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-06-222-7/+5
|\
| * Put the memcpy overlap check back into H5MM.Dana Robinson2019-06-222-7/+5
* | Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-06-211-2/+3
|\ \ | |/
| * Fixed some low-hanging fruit from -fsanitize in t_filters_parallel.Dana Robinson2019-06-211-2/+3
* | Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-2122-22/+79
|/
* Fix minor typo in H5S_select_iter_releaseJordan Henderson2019-06-191-1/+1
* Merge pull request #1750 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:ohdr_test_memo...Dana Robinson2019-06-191-1/+1
|\
| * Fixed a problem in the ohdr test where hard-coded strings passedDana Robinson2019-06-191-1/+1
* | Merge pull request #1748 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:links_iterate_...Dana Robinson2019-06-181-5/+14
|\ \
| * | Yanked qsort assertDana Robinson2019-06-181-1/+1
| * | Switched to HGOTO_DONE() in the links code.Dana Robinson2019-06-181-1/+4
| * | Updated the HDqsort() macro to ensure we don't pass NULL buffers toDana Robinson2019-06-181-1/+1
| * | Fixed a bug in the links code where iterating over an empty group wouldDana Robinson2019-06-181-5/+11
| |/
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-06-181-6/+10
|\ \ | |/
| * Merge pull request #1747 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vds_memory_bug...Dana Robinson2019-06-181-6/+10
| |\
| | * Reset the other convenience pointer because why noDana Robinson2019-06-181-6/+7
| | * Fixed a memory bug where a pointer is used after it's been freed.Dana Robinson2019-06-181-6/+9
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-06-189-21/+615
|\ \ \ | |/ /
| * | Merge pull request #1744 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5CX_warning t...Dana Robinson2019-06-181-11/+2
| |\ \
| | * | Fixed a warning in H5CX.c concerning incorrect use of freeingDana Robinson2019-06-181-11/+2
| | |/
| * | Add H5S_SEL_ITER_SHARE_WITH_DATASPACE selection iterator creation flag, toQuincey Koziol2019-06-174-7/+35
| * | Fix misc. typos, etc. from code reviewQuincey Koziol2019-06-172-20/+20
| * | Merge branch 'develop' into merge_hyperslab_04Quincey Koziol2019-06-171-1/+1
| |\ \ | | |/
| * | New hyperslab selection routines and new public selection iterator routines.Quincey Koziol2019-06-168-10/+585
* | | HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-181-35/+41
| |/ |/|
* | Merge pull request #1729 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2019-06-171-1/+1
|\ \ | |/ |/|
| * Fix for HDFFV-10800 H5Ocopy failure:Vailin Choi2019-06-121-1/+1
* | Merge branch 'develop' into vol_dev_headersDana Robinson2019-06-142-415/+1
|\ \
| * \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk...Larry Knox2019-06-149-11/+86
| |\ \
| * | | Moved h5cc.in and h5redeploy.in from tools/misc to bin directory. TheyLarry Knox2019-06-142-415/+1
* | | | Added missing DELETE enum value.Dana Robinson2019-06-141-1/+2
* | | | Merge branch 'develop' into vol_dev_headersDana Robinson2019-06-1428-556/+1548
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #1727 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5Fdelete_vol_...Dana Robinson2019-06-139-11/+86
| |\ \ \ | | |/ / | |/| |
| | * | Fixed an error string typoDana Robinson2019-06-111-1/+1
| | * | Added H5Fdelete call and VOL support (but no VFD/native implementation).Dana Robinson2019-06-119-11/+86
| | |/
| * | Merge pull request #1708 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:H10621 to developScot Breitenfeld2019-06-121-1/+1
| |\ \
| | * \ Merge branch 'develop' into H10621M. Scot Breitenfeld2019-04-24153-1347/+4541
| | |\ \
| | * \ \ Merge branch 'develop' into H10621M. Scot Breitenfeld2019-03-07144-12215/+13693
| | |\ \ \
| | * \ \ \ Merge branch 'develop' into H10621Scot Breitenfeld2018-12-071-1/+8
| | |\ \ \ \
| | * | | | | Implemented VOL APIs and C constants, no testsScot Breitenfeld2018-12-071-1/+1
| * | | | | | Merge pull request #1728 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:bugfix/HDFFV-997...Larry Knox2019-06-123-1/+418
| |\ \ \ \ \ \
| | * | | | | | Modified Makefile.ams for h5repack, h5watch and gif2h5 to allowLarry Knox2019-06-123-1/+418
| * | | | | | | H5A__free() was renamed to H5A__shared_free() and now requiresDana Robinson2019-06-114-18/+20
| * | | | | | | Fixed a memory issue where unfreed shared attribute dataspace memoryDana Robinson2019-06-114-25/+25
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Minor tweaks to the VOL function comments to bring them in line with theDana Robinson2019-06-061-6/+27
| * | | | | | Merge pull request #1719 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vipl to developDana Robinson2019-06-054-37/+95
| |\ \ \ \ \ \
| | * | | | | | Added a VOL initialization property list type.Dana Robinson2019-06-054-37/+95
| * | | | | | | Minor warning fixes:Dana Robinson2019-06-052-1/+4
| |/ / / / / /
| * | | | | | Merge pull request #1717 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:develop to dev...Neil Fortner2019-06-043-339/+732
| |\ \ \ \ \ \
| | * | | | | | Minor fixes/improvements for VDS performance improvement (HDFFV-10693).Neil Fortner2019-06-031-15/+17