Allen Byrne
ca1b672ced
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit '7e0e9f83dc45a4ec1212bc96f6584d221073af39':
Standalone doesn't use h5test lib implementation.
2019-12-20 09:53:11 -06:00
Allen Byrne
7e0e9f83dc
Merge pull request #2172 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to develop
...
* commit '50425ad4395b58ece517ab3a442d0dd703afa687':
Standalone doesn't use h5test lib implementation.
2019-12-20 09:50:36 -06:00
Allen Byrne
50425ad439
Standalone doesn't use h5test lib implementation.
2019-12-20 09:48:09 -06:00
Allen Byrne
a057a82a69
Standalone doesn't use h5test implementation.
2019-12-20 09:28:02 -06:00
Allen Byrne
bc88c82308
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit 'b55a584fd5b3aac6f2514fba41a6182030b497ae':
In portable shell scripts (using #!/bin/sh) we have to use single square brackets, [ ], instead of the bash-ism double square brackets, [[ ]].
Make this script work on hosts where PERL is not installed at /usr/bin/perl.
2019-12-20 09:02:51 -06:00
David Young
b55a584fd5
Merge pull request #2161 in HDFFV/hdf5 from ~DYOUNG/netbsd:develop to develop
...
* commit 'ec4418a75716b7f2ce53e627de28d139b281b545':
In portable shell scripts (using #!/bin/sh) we have to use single square brackets, [ ], instead of the bash-ism double square brackets, [[ ]].
Make this script work on hosts where PERL is not installed at /usr/bin/perl.
2019-12-19 17:24:52 -06:00
Allen Byrne
628c63f125
HDFFV-10980 - h5diff uses new ref APIs
2019-12-19 16:29:43 -06:00
Allen Byrne
63fdb78685
Merge pull request #2162 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit '74d37c880f1309900b45bd9f4813dca225d2d3c4':
Add missing note
2019-12-19 16:25:55 -06:00
Allen Byrne
74d37c880f
Add missing note
2019-12-19 16:12:05 -06:00
David Young
ec4418a757
In portable shell scripts (using #!/bin/sh) we have to use single square
...
brackets, [ ], instead of the bash-ism double square brackets, [[ ]].
2019-12-19 15:06:57 -06:00
David Young
d11b347aa7
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit '817235bb60e1f79c4b22b4a6116a1594aa75b81d': (145 commits)
Remove const
Fix compile error - declaration after executable statement
Adjust cache.c only variables.
Fix include to correct memory calls - big-endian issue.
Update h5debug to retrieve file pointer through VOL framework
Minor whitespace
Remove duplicate instance
Revert and move declaration
Correct struct access
Fix duplicate and varname
Fix compile and test issues from DT
Modify H5VL initialization routines to initialize all VOL-managed object types. Modify H5VLwrap_register() to reject non-VOL-managed object types. Also fix overisights in h5trace.c from previous changes.
Add release note for sanitizer support
HDFFV-10979 cleanup globals
TRILABS-135 Add clang analyzers
HDFFV-10979 fix global name clash
Fix issues found with ONLY_SHARED_LIBS option
Fix 2010 compile issues
Change from using H5Dcreate to H5Dcreate2
Latest date first in RELEASE.txt
...
2019-12-19 14:55:49 -06:00
Allen Byrne
817235bb60
Merge pull request #2153 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit 'ac87f12afe73fa22dcf31d9aeba05a259e215765':
Remove const
Fix compile error - declaration after executable statement
Adjust cache.c only variables.
Fix include to correct memory calls - big-endian issue.
2019-12-19 10:23:37 -06:00
Allen Byrne
ac87f12afe
Remove const
2019-12-18 16:10:12 -06:00
Allen Byrne
27596d1157
Fix compile error - declaration after executable statement
2019-12-18 15:08:40 -06:00
Allen Byrne
b89d428087
Adjust cache.c only variables.
2019-12-18 14:29:46 -06:00
Allen Byrne
527105012b
Fix include to correct memory calls - big-endian issue.
2019-12-18 12:44:27 -06:00
Quincey Koziol
134a31c4a9
Merge pull request #2151 in HDFFV/hdf5 from h5debug_vol_fix to develop
...
* commit 'b8b6659debc3b0592ef4f0fe9db60c3bec8619ad':
Update h5debug to retrieve file pointer through VOL framework
2019-12-17 14:23:32 -06:00
Quincey Koziol
b8b6659deb
Update h5debug to retrieve file pointer through VOL framework
2019-12-17 13:11:39 -06:00
Allen Byrne
9facd2347a
Merge pull request #2146 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit 'ae5385b7ae0a273fc4940ae1f145cf4e73807ff5':
Minor whitespace
Remove duplicate instance
2019-12-17 11:07:10 -06:00
Allen Byrne
ae5385b7ae
Minor whitespace
2019-12-17 09:07:21 -06:00
Allen Byrne
7234dce255
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit 'fb3cc3767b182d2190f5d2ba839f588e1c139bc8':
Fixed bugs in pread/pwrite I/O in VFDs.
2019-12-17 08:54:10 -06:00
Dana Robinson
fb3cc3767b
Merge pull request #2109 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:pread_bugs to develop
...
* commit '99f85cbf15a637768c8df977ddc5eebe7683a60d':
Fixed bugs in pread/pwrite I/O in VFDs.
2019-12-16 21:18:49 -06:00
Allen Byrne
ba2f6a74d3
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit '9ee8c599d7b8cd495efb28cd9f068192712ae086':
More fixes for previous committed PR #2079 dated Dec 5 2019. (1) H5O_dtype_ver_bounds[] for V112 should be H5O_DTYPE_VRESION_4 (2) The tests for the new reference types should work for V112 and beyond
2019-12-16 15:52:21 -06:00
Vailin Choi
9ee8c599d7
Merge pull request #2086 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/reference_ver_hyperslab_ver to develop
...
* commit 'b42325e8f5ff3b6bfa2ce446af5b6dc5cbbff666':
More fixes for previous committed PR #2079 dated Dec 5 2019. (1) H5O_dtype_ver_bounds[] for V112 should be H5O_DTYPE_VRESION_4 (2) The tests for the new reference types should work for V112 and beyond
2019-12-16 13:49:16 -06:00
Allen Byrne
a966640208
Remove duplicate instance
2019-12-16 09:47:10 -06:00
Allen Byrne
568e30ef0d
Merge pull request #2133 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit 'dc2cbdaf6720b6c3af72846989dfdbec4f207208':
Revert and move declaration
Correct struct access
Fix duplicate and varname
Fix compile and test issues from DT
Add release note for sanitizer support
HDFFV-10979 cleanup globals
TRILABS-135 Add clang analyzers
2019-12-13 12:47:10 -06:00
Allen Byrne
dc2cbdaf67
Revert and move declaration
2019-12-13 12:28:18 -06:00
Allen Byrne
4ab00a3d1d
Correct struct access
2019-12-13 11:59:20 -06:00
Allen Byrne
f57907d22c
Fix duplicate and varname
2019-12-13 11:52:38 -06:00
Allen Byrne
e3c75f6cf7
Fix compile and test issues from DT
2019-12-13 11:36:09 -06:00
Neil Fortner
7aedeedf67
Merge pull request #2139 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:vol_init_fix to develop
...
* commit 'ce653ff82b7dd52b8e36a5eff7b1728c4b75d9f7':
Modify H5VL initialization routines to initialize all VOL-managed object types. Modify H5VLwrap_register() to reject non-VOL-managed object types. Also fix overisights in h5trace.c from previous changes.
2019-12-12 15:52:59 -06:00
Neil Fortner
ce653ff82b
Modify H5VL initialization routines to initialize all VOL-managed object
...
types. Modify H5VLwrap_register() to reject non-VOL-managed object
types. Also fix overisights in h5trace.c from previous changes.
2019-12-12 15:52:21 -06:00
Allen Byrne
e350797b71
Add release note for sanitizer support
2019-12-12 12:31:28 -06:00
Allen Byrne
3ab183ba99
HDFFV-10979 cleanup globals
2019-12-12 12:20:49 -06:00
Allen Byrne
74524c5a35
TRILABS-135 Add clang analyzers
2019-12-11 16:49:34 -06:00
Allen Byrne
8026c67a1c
Merge pull request #2132 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit '8ef8f5fda952540dc18a43ccf65597089db175f9':
HDFFV-10979 fix global name clash
2019-12-11 16:43:38 -06:00
Allen Byrne
8ef8f5fda9
HDFFV-10979 fix global name clash
2019-12-11 15:58:59 -06:00
Allen Byrne
34ff52bd1a
Merge pull request #2130 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit '6e7dcf170b39885f8aa4e7a35d1dc54f1489b375':
Fix issues found with ONLY_SHARED_LIBS option
2019-12-11 15:51:55 -06:00
Allen Byrne
6e7dcf170b
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit '5d94490e38eae88c5180c6ce1b3f74d82f1dd600':
Fix 2010 compile issues
2019-12-11 15:13:26 -06:00
Allen Byrne
5d94490e38
Merge pull request #2128 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to develop
...
* commit '1d5bf068224df9582dfc2280525352967a02367b':
Fix 2010 compile issues
2019-12-11 14:11:48 -06:00
Allen Byrne
1fc1b09bf3
Fix issues found with ONLY_SHARED_LIBS option
2019-12-11 12:28:33 -06:00
Allen Byrne
1d5bf06822
Fix 2010 compile issues
2019-12-11 11:36:46 -06:00
Richard Warren
b003ff5b1b
Merge pull request #2127 in HDFFV/hdf5 from Fix_use_of_H5Dcreate_to_H5Dcreate2 to develop
...
* commit '2a94589f55bae69a06f8d672a904b9870d7353d1':
Change from using H5Dcreate to H5Dcreate2
2019-12-11 10:44:41 -06:00
Richard Warren
2a94589f55
Change from using H5Dcreate to H5Dcreate2
2019-12-11 11:21:39 -05:00
Allen Byrne
5c97dbe59f
Merge pull request #2118 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to develop
...
* commit '51e799551309e16558297469edef6e2d232a3246':
HDFFV-10974 Change defines to eliminate Windows conflict
2019-12-11 08:39:08 -06:00
Allen Byrne
51e7995513
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit '6b670e353c1ea7f13ef72cc4297d9973102078bb':
Correct assignment
Fix java include, h5watch and remove clang tool.
Add missing filenames
2019-12-11 08:29:33 -06:00
Larry Knox
6b670e353c
Merge pull request #2123 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit 'f2ef40feb8d1f5f31ab60f78bb37d2ba595aacb8':
Correct assignment
Fix java include, h5watch and remove clang tool.
Add missing filenames
2019-12-10 23:44:30 -06:00
Allen Byrne
b260e2969f
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit 'eb415973e81605e3c15bbb954d57dd5d42ad449c':
Latest date first in RELEASE.txt
Update RELEASE.txt with performance improvements
2019-12-10 15:00:46 -06:00
Allen Byrne
f2ef40feb8
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit 'eb415973e81605e3c15bbb954d57dd5d42ad449c':
Latest date first in RELEASE.txt
Update RELEASE.txt with performance improvements
2019-12-10 14:59:33 -06:00
Chris Hogan
eb415973e8
Merge pull request #2122 in HDFFV/hdf5 from ~CHOGAN/hdf5:chogan/develop/release_txt to develop
...
* commit '794d008375b094d4dd2d26b0bbf6d2c51fd39281':
Latest date first in RELEASE.txt
Update RELEASE.txt with performance improvements
2019-12-10 14:58:37 -06:00