summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / / |/| | |
| * | | (1) Add/remove comments.Vailin Choi2019-06-274-191/+105
| * | | Merge pull request #12 in ~VCHOI/my_third_fork from develop to bugfix/new_shu...Vailin Choi2019-06-272-12/+24
| |\ \ \ | |/ / / |/| | |
| * | | Merge branch 'bugfix/new_shutdown_fsm' of https://bitbucket.hdfgroup.org/scm/...Vailin Choi2019-06-260-0/+0
| |\ \ \
| | * \ \ Merge pull request #9 in ~VCHOI/my_third_fork from develop to bugfix/new_shut...Vailin Choi2019-06-241-12/+12
| | |\ \ \
| * | \ \ \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_third_...Vailin Choi2019-06-2618-274/+484
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| * | | | Merge pull request #8 in ~VCHOI/my_third_fork from develop to bugfix/new_shut...Vailin Choi2019-06-2491-338/+477
| |\ \ \ \
| * | | | | Checkin for new shutting down free-space manager.Vailin Choi2019-06-2021-729/+448
| * | | | | Merge pull request #6 in ~VCHOI/my_third_fork from develop to bugfix/new_shut...Vailin Choi2019-06-19172-4765/+7460
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #5 in ~VCHOI/my_third_fork from develop to bugfix/new_shut...Vailin Choi2019-06-04108-4121/+9161
| |\ \ \ \ \ \
| | | | | | | * Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-2857-413/+544
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #1778 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_...Dana Robinson2019-06-272-12/+24
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Fixed missing return value checks in VDS tests.Dana Robinson2019-06-272-12/+24
|/ / / / / /
* | | | | | Merge pull request #1772 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2019-06-267-238/+373
|\ \ \ \ \ \
| * | | | | | Add release notes.Vailin Choi2019-06-252-2/+17
| * | | | | | Correct hid_t error value to H5I_INVALID_HID in tests related to libver_bounds.Vailin Choi2019-06-251-112/+112
| * | | | | | Merge branch 'bugfix/HDFFV-10808-h5pset_file_space_strategy-succeeds' of http...Vailin Choi2019-06-248-26/+101
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge pull request #10 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-1...Vailin Choi2019-06-248-26/+101
| | |\ \ \ \ \ \
| * | | | | | | | Fix for HDFFV-10808 H5Pset_file_space_strategy succeeds when using H5Pset_lib...Vailin Choi2019-06-246-129/+249
| |/ / / / / / /
| * | | | | | | Merge pull request #7 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-10...Vailin Choi2019-06-2490-337/+476
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Merge pull request #1775 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_...Dana Robinson2019-06-263-6/+6
|\ \ \ \ \ \ \ \