summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1799 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-07-111-1/+3
|\ | | | | | | | | * commit '9655485f6af87e8ee221c824f649fa013fad4542': non-windows test must be skipped on windows
| * non-windows test must be skipped on windowsAllen Byrne2019-07-111-1/+3
|/
* Merge pull request #1798 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developAllen Byrne2019-07-111-2/+2
|\ | | | | | | | | * commit '33e9b4526ec7b5d910bda879ac92dc992672057b': Use H5DOpen2 in hl/test/test_dset_append.c.
| * Use H5DOpen2 in hl/test/test_dset_append.c.Larry Knox2019-07-111-2/+2
|/
* Merge pull request #1793 in HDFFV/hdf5 from ↵Dana Robinson2019-07-101-500/+496
|\ | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '097d6037af8dd8d8e5364ae0a731b9843cd4aef8': Cleaned up test_dset_append and enabled the bug1/2 tests.
| * 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 ↵Dana Robinson2019-07-101-1/+1
|\ \ | | | | | | | | | | | | | | | | | | develop * commit 'c582df7538e71fd80915ef922b3edb530a66f70f': Revert path processing to fix daily test errors.
| * | 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
|\ \ | |/ |/| | | | | | | | | | | * commit 'ede618741953c9ff70f9a0f3a0d22e7c92043437': Fix note text and cmake module include Undo commit Remove tab characters HDFFV-10581 add missed change and release note.
| * 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
| |\ | |/ |/| | | | | | | | | | | * commit '22d78bdfa4d560a0b8a2dbb547574bfe61bf64f0': Updates to warnhist script, along with a few cleanups, and add some comments to warning cleanups that are a bit obscure. Cleaned up code that genericizes warning output, and add "-u" option to leave unique types in warnings (i.e. don't genericize output). Also fixed the '-S' option to work correctly. Added GCC9 flags to CMake build Add support for GCC9, update warnhist script, and clean up warnings.
* | Merge pull request #1788 in HDFFV/hdf5 from ↵Quincey Koziol2019-07-1057-832/+1009
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | ~KOZIOL/hdf5:feature/update_gcc_flags to develop * commit '73df02f13c2b1e0b256cdbff1c7c584e84548df4': Updates to warnhist script, along with a few cleanups, and add some comments to warning cleanups that are a bit obscure. Cleaned up code that genericizes warning output, and add "-u" option to leave unique types in warnings (i.e. don't genericize output). Also fixed the '-S' option to work correctly. Added GCC9 flags to CMake build Add support for GCC9, update warnhist script, and clean up warnings.
| * \ 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
| | | | | | | | | | | | to warning cleanups that are a bit obscure.
| * | 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
| | | | | | | | | | | | | | | | | | | | leave unique types in warnings (i.e. don't genericize output). Also fixed the '-S' option to work correctly.
| * | | 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
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '88ab4b144bcf8454be9eff8800706c0abb404de1': fix var name Fix compile error with ifdef H5_HAVE_GETHOSTNAME perf program can only be built on unix platforms Declaration needed for parallel standalone Correct test use of library name Change how name is retrieved Move before null check HDFFV-10581 remove special name checking HDFFV-10581 fix locations for static pdb files
| * | | 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
|\ \ \ | |_|/ |/| | | | | | | | | | | * commit '2b2876ac57a1901537d7c2732eac81f7434d332d': perf test is parallel only Add missing test
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-07-033-2/+4
| |\ \ | |/ / |/| | | | | | | | | | | * commit '7b9f24603f980a73d43194c66a01a62aee16b2e8': Fixed Build HDF Tests name in CMake's libhdf5 settings Fixed libhdf5 settings file for both autotools & CMake
* | | Merge pull request #1790 in HDFFV/hdf5 from ~DPOPAT/hdf5:develop to developDhvanil Popat2019-07-033-2/+4
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | Fixed libhdf5 settings file to be consistent for autotools & CMake * commit '5e86326e0a731505095013aaf2a766bfa6cc1dda': Fixed Build HDF Tests name in CMake's libhdf5 settings Fixed libhdf5 settings file for both autotools & CMake
| * | 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 ↵Dana Robinson2019-07-026-220/+249
|\ | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit 'f250815151df8da8a93c0ff781a3cf134f1c6cbd': Cleaned up misc warnings.
| * Cleaned up misc warnings.Dana Robinson2019-06-296-220/+249
| |
* | Merge pull request #1784 in HDFFV/hdf5 from ↵Quincey Koziol2019-06-2957-406/+531
|\ \ | |/ |/| | | | | | | | | | | ~KOZIOL/hdf5:feature/update_gcc_flags to develop * commit '6ced6457c3048bd10bf6f470b329b4810d9be826': Move the -Wformat-nonliteral warning to the developer flags. Fix bugs I introduced in the last commit. Updated configure & CMake compiler flags for GCC 8.x, along with corresponding changes to warnhist script (and some extra improvements for condensing C++ and Java warnings), and fixed a bunch of warnings.
| * Move the -Wformat-nonliteral warning to the developer flags. Fix bugsQuincey Koziol2019-06-293-4/+6
| | | | | | | | I introduced in the last commit.
| * 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
|\ \ | | | | | | | | | | | | * commit '0405935654e2c3a8e414da6f66a46ab0ef7ef9ec': Remove unused code
| * \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-06-272-12/+24
| |\ \ | | | | | | | | | | | | | | | | * commit '2c69584fb124c20e1dd06c31f2baf240b50b381c': Fixed missing return value checks in VDS tests.
| * | | Remove unused codeAllen Byrne2019-06-272-237/+0
| | | |
* | | | Merge pull request #1781 in HDFFV/hdf5 from ↵Dana Robinson2019-06-283-57/+93
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit 'f83d034105e2c72210dd41723044acca37a6d735': Refactored some fsinfo code from H5Fsuper.c to H5Ofsinfo.c.
| * | | | 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
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '1c4101c6a77dd9223483dd9e3f7bec0f9e92f435': Fixed various warnings in testhdf5 files. Warning fixes: * fix for static/const flipped in H5Dint.c * Removed missing done target in H5Rint.c * Fixed misleading indentation in h5format_convert.c