summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-0315-80/+93
* Merge pull request #1787 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_...Dana Robinson2019-07-023-5/+11
|\
| * Cleaned up misc warnings.Dana Robinson2019-06-293-5/+11
* | Move the -Wformat-nonliteral warning to the developer flags. Fix bugsQuincey Koziol2019-06-291-1/+1
* | Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-06-2818-855/+565
|\ \ | |/
| * Merge pull request #1781 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_...Dana Robinson2019-06-283-57/+93
| |\
| | * Refactored some fsinfo code from H5Fsuper.c to H5Ofsinfo.c.Dana Robinson2019-06-273-57/+93
| * | Merge pull request #1782 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:warning_fixes ...Dana Robinson2019-06-282-4/+3
| |\ \
| | * | Warning fixes:Dana Robinson2019-06-282-4/+3
| | |/
| * | (1) Add/remove comments.Vailin Choi2019-06-274-191/+105
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_third_...Vailin Choi2019-06-266-18/+97
| |\ \ | | |/
| * | Merge pull request #8 in ~VCHOI/my_third_fork from develop to bugfix/new_shut...Vailin Choi2019-06-2428-76/+123
| |\ \
| * | | Checkin for new shutting down free-space manager.Vailin Choi2019-06-2015-619/+380
* | | | Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-2829-147/+172
| |_|/ |/| |
* | | Add release notes.Vailin Choi2019-06-251-2/+1
* | | Merge branch 'bugfix/HDFFV-10808-h5pset_file_space_strategy-succeeds' of http...Vailin Choi2019-06-241-12/+12
|\ \ \
| * | | Move pragma statements outside of routines, to make older compilers happy.Quincey Koziol2019-06-241-12/+12
| | |/ | |/|
* | | Fix for HDFFV-10808 H5Pset_file_space_strategy succeeds when using H5Pset_lib...Vailin Choi2019-06-245-6/+86
|/ /
* | Updated H5Tcopy() to get the dataset's datatype through the VOL whenDana Robinson2019-06-244-44/+35
* | 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