summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use H5DOpen2 in hl/test/test_dset_append.c.Larry Knox2019-07-111-2/+2
* Merge pull request #1793 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_...Dana Robinson2019-07-101-500/+496
|\
| * Cleaned up test_dset_append and enabled the bug1/2 tests.Dana Robinson2019-07-101-500/+496
* | Merge pull request #1796 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:dt_fixes to de...Dana Robinson2019-07-101-1/+1
|\ \
| * | Revert path processing to fix daily test errors.Dana Robinson2019-07-101-1/+1
| |/
* | Merge pull request #1794 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-07-103-7/+16
|\ \ | |/ |/|
| * Fix note text and cmake module includeAllen Byrne2019-07-102-4/+4
| * Undo commitAllen Byrne2019-07-101-605/+605
| * Remove tab charactersAllen Byrne2019-07-101-605/+605
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-07-1057-832/+1009
| |\ | |/ |/|
* | Merge pull request #1788 in HDFFV/hdf5 from ~KOZIOL/hdf5:feature/update_gcc_f...Quincey Koziol2019-07-1057-832/+1009
|\ \
| * \ Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-07-1016-832/+812
| |\ \ | |/ / |/| |
| * | Updates to warnhist script, along with a few cleanups, and add some commentsQuincey Koziol2019-07-1019-37/+156
| * | Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-07-052-0/+17
| |\ \
| * | | Cleaned up code that genericizes warning output, and add "-u" option toQuincey Koziol2019-07-051-269/+65
| * | | Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-07-033-2/+4
| |\ \ \
| * | | | Added GCC9 flags to CMake buildQuincey Koziol2019-07-032-1/+5
| * | | | Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-0348-651/+909
| | | | * HDFFV-10581 add missed change and release note.Allen Byrne2019-07-092-3/+12
| |_|_|/ |/| | |
* | | | Merge pull request #1791 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-07-0916-832/+812
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix var nameAllen Byrne2019-07-091-1/+1
| * | | Fix compile error with ifdef H5_HAVE_GETHOSTNAMEAllen Byrne2019-07-081-786/+757
| * | | perf program can only be built on unix platformsAllen Byrne2019-07-081-13/+15
| * | | Declaration needed for parallel standaloneAllen Byrne2019-07-081-0/+4
| * | | Correct test use of library nameAllen Byrne2019-07-081-1/+2
| * | | Change how name is retrievedAllen Byrne2019-07-084-4/+8
| * | | Move before null checkAllen Byrne2019-07-081-2/+2
| * | | HDFFV-10581 remove special name checkingAllen Byrne2019-07-085-5/+5
| * | | HDFFV-10581 fix locations for static pdb filesAllen Byrne2019-07-087-26/+24
|/ / /
* | | Merge pull request #1789 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-07-052-0/+17
|\ \ \ | |_|/ |/| |
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-07-033-2/+4
| |\ \ | |/ / |/| |
* | | Merge pull request #1790 in HDFFV/hdf5 from ~DPOPAT/hdf5:develop to developDhvanil Popat2019-07-033-2/+4
|\ \ \ | |_|/ |/| |
| * | Fixed Build HDF Tests name in CMake's libhdf5 settingsDhvanil Popat2019-07-031-1/+1
| * | Fixed libhdf5 settings file for both autotools & CMakeDhvanil Popat2019-06-253-2/+4
|/ /
| * perf test is parallel onlyAllen Byrne2019-07-032-31/+17
| * Add missing testAllen Byrne2019-07-032-0/+31
|/
* Merge pull request #1787 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_...Dana Robinson2019-07-026-220/+249
|\
| * Cleaned up misc warnings.Dana Robinson2019-06-296-220/+249
* | Merge pull request #1784 in HDFFV/hdf5 from ~KOZIOL/hdf5:feature/update_gcc_f...Quincey Koziol2019-06-2957-406/+531
|\ \ | |/ |/|
| * Move the -Wformat-nonliteral warning to the developer flags. Fix bugsQuincey Koziol2019-06-293-4/+6
| * Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-06-2829-1240/+676
| |\ | |/ |/|
* | Merge pull request #1779 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-06-282-237/+0
|\ \
| * \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-06-272-12/+24
| |\ \
| * | | Remove unused codeAllen Byrne2019-06-272-237/+0
* | | | 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-286-44/+56
|\ \ \ \
| * | | | Fixed various warnings in testhdf5 files.Dana Robinson2019-06-283-36/+47
| * | | | Warning fixes:Dana Robinson2019-06-283-8/+9
| |/ / /
* | | | Merge pull request #1757 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/new_s...Vailin Choi2019-06-2821-907/+540
|\ \ \ \ | |/ / / |/| | |