Larry Knox
a92cfed71e
Remove irrelevant sentence from comment.
2020-01-22 08:30:14 -06:00
Larry Knox
793eb6b219
Remove duplicate lines noted on forum by Eric Bavier
2020-01-21 15:42:37 -06:00
Larry Knox
30ccab0fb3
Add v111 version for H5O functions to enable version1 default for HDF5
...
1.8-1.10 and version 3 default for HDF5 1.12. Version 2 functions are
available (deprecated) but will not be the default for any version.
2020-01-21 15:08:17 -06:00
Larry Knox
a63f22e27c
Merge pull request #2286 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
...
* commit '59f19282b34b5dcc29a2921fdbd475833d4f6b92':
Only 2 versions of H5O_info_t and H5O_iterate_t.
2020-01-20 09:20:36 -06:00
Larry Knox
59f19282b3
Only 2 versions of H5O_info_t and H5O_iterate_t.
2020-01-20 09:16:19 -06:00
Larry Knox
b2831f9e71
Merge pull request #2280 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
...
* commit '9e610d835b74f01320fdc777086c88ef40b0b0a2':
H5vers.txt has versions v10 that should be v110 and some missing v110 entries.
2020-01-20 08:18:37 -06:00
Dana Robinson
7403cba552
Merge pull request #2285 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop
...
* commit '2f606a7c62c67d09835f004bad11fff6a76fc918':
PATH_MAX fix in efc test for Windows.
2020-01-19 23:31:41 -06:00
Dana Robinson
2f606a7c62
PATH_MAX fix in efc test for Windows.
2020-01-19 18:51:07 -08:00
Larry Knox
9e610d835b
H5vers.txt has versions v10 that should be v110 and some missing v110
...
entries.
2020-01-18 22:59:29 -06:00
Dana Robinson
66a94df13b
Merge pull request #2269 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:stack_size_warnings to develop
...
* commit '44739ccd4715cc9e15595575700e945341fcdbcc':
Tidying from code review.
Fixed stack and frame size warnings. Not complete, but fixes most of the easier cases.
2020-01-18 13:15:39 -06:00
Dana Robinson
3ef5b9e977
Merge pull request #2273 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:pi_config to develop
...
* commit 'c7292efc1879cdbbbeae9503fbaf170bd19c8383':
Removed UIUC from copyright, added helpful comment.
Updated MANIFEST
Added a config file for ARM (Tested on a Raspberry Pi 3B+ w/ gcc 6).
2020-01-18 11:09:44 -06:00
Dana Robinson
c7292efc18
Removed UIUC from copyright, added helpful comment.
2020-01-17 16:20:39 -08:00
Allen Byrne
5fadf221ba
Merge pull request #2274 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit 'db65d57541dd766e9912fb0698210cd76107d328':
Correct standalone function attributes
Standalone should not use import/export attributes
2020-01-17 13:11:21 -06:00
Allen Byrne
db65d57541
Correct standalone function attributes
2020-01-17 12:15:16 -06:00
Allen Byrne
1643f591d6
Standalone should not use import/export attributes
2020-01-17 10:08:10 -06:00
Dana Robinson
b51ae5f35e
Updated MANIFEST
2020-01-17 05:00:23 -08:00
Dana Robinson
b5eb454396
Added a config file for ARM (Tested on a Raspberry Pi 3B+
...
w/ gcc 6).
2020-01-17 03:06:11 -08:00
Dana Robinson
44739ccd47
Merge branch 'develop' into stack_size_warnings
2020-01-16 16:32:33 -08:00
Dana Robinson
55670c88cf
Merge pull request #2272 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:tr_squash to develop
...
* commit 'a92c735c9b57049e8c4037d3490f7e10f8eef4d6':
Squashed commit of the token_refactoring branch:
2020-01-16 16:11:46 -06:00
Dana Robinson
a92c735c9b
Squashed commit of the token_refactoring branch:
2020-01-16 13:29:34 -08:00
Dana Robinson
46c3bc6b98
Tidying from code review.
2020-01-15 16:43:53 -08:00
Jerome Soumagne
024f7ba092
Merge pull request #2237 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:HDFFV-10992-fix to develop
...
* commit 'a7648879d729c1b75bd32f3a151831e9cbfbe31c':
Add test for reference shutdown issue
H5R: set app ref when incrementing ref_count on location held by reference (fix HDFFV-10992)
2020-01-15 17:27:48 -06:00
Jerome Soumagne
a7648879d7
Add test for reference shutdown issue
2020-01-15 17:23:33 -06:00
Allen Byrne
eaa8ab2774
Merge pull request #2270 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit 'f73103745e9b9165e9d399ddb5b9991d7fb2a9e5':
HDFFV-11001 fix if block
HDFFV-11001 need to qualify all by parallel or serial types
HDDFV-11001 add note
HDFFV-11001 Add fine control over testing
Adjust regex for warnings
Update tools hid_t declarations with H5I_INVALID_HID
2020-01-15 13:57:45 -06:00
Allen Byrne
f73103745e
HDFFV-11001 fix if block
2020-01-15 12:40:18 -06:00
Allen Byrne
7022a3380c
HDFFV-11001 need to qualify all by parallel or serial types
2020-01-15 12:28:53 -06:00
Allen Byrne
26c65e106a
HDDFV-11001 add note
2020-01-15 11:45:18 -06:00
Allen Byrne
a0ae5e9b89
HDFFV-11001 Add fine control over testing
2020-01-15 11:38:06 -06:00
Dana Robinson
1f8f6f019c
Fixed stack and frame size warnings. Not complete, but fixes most of
...
the easier cases.
2020-01-15 09:32:01 -08:00
Allen Byrne
4077d99645
Adjust regex for warnings
2020-01-14 11:44:02 -06:00
Allen Byrne
341600b4a6
Update tools hid_t declarations with H5I_INVALID_HID
2020-01-13 17:10:09 -06:00
Allen Byrne
c3c60dc7b5
Merge pull request #2263 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit '06cff24b8de3d0cb60f89b2c200a98583dd136de':
Ignore ZLIB warnings
2020-01-13 16:54:02 -06:00
Allen Byrne
06cff24b8d
Ignore ZLIB warnings
2020-01-13 16:39:47 -06:00
Allen Byrne
fb7f1b3f0d
Merge pull request #2256 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit '1385457eb2874b75fd7b9fa0c470e9e4225a104e':
Added JIRA note
io_timer.c uses a parallel lib function
Fix standalone compile issues
2020-01-13 16:02:02 -06:00
Allen Byrne
1385457eb2
Added JIRA note
2020-01-13 09:19:04 -06:00
Allen Byrne
1e70eb845a
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit 'd14b96e95976967c03c7623f6800506b89292656':
Modify external_env.c to prevent deleting test file of external.c. Fix for HDFFV-10941.
2020-01-10 08:21:48 -06:00
Larry Knox
d14b96e959
Merge pull request #2248 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
...
* commit '278980a654061b969a5b39b72fc3da6327f8aabf':
Modify external_env.c to prevent deleting test file of external.c. Fix for HDFFV-10941.
2020-01-10 07:40:52 -06:00
Allen Byrne
2600c358a5
io_timer.c uses a parallel lib function
2020-01-10 06:49:29 -06:00
Jerome Soumagne
9c398c804b
H5R: set app ref when incrementing ref_count on location held by reference
...
(fix HDFFV-10992)
2020-01-09 19:05:31 -06:00
Larry Knox
278980a654
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
2020-01-09 16:32:04 -06:00
Larry Knox
a7c5c5715a
Modify external_env.c to prevent deleting test file of external.c.
...
Fix for HDFFV-10941.
2020-01-09 16:29:24 -06:00
Allen Byrne
9b82f8c0ac
Fix standalone compile issues
2020-01-09 16:00:13 -06:00
Allen Byrne
99fa2dbec3
Merge pull request #2239 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit '21f3d628d702bfd6c9cbb4b90f18842023ea40b3':
Separate result variables for the function performed
Check for actual content before using file
HDFFV-10995 - add missing import
HDFFV-10995 - need to add import
HDFFV-10995 - Update all time instances
HDFFV-10995 adjust testing to tolerate non-US locale
2020-01-09 15:38:30 -06:00
Kimmy Mu
8d8b9f8ae8
Merge pull request #2244 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings to develop
...
* commit '6b1b4b3c0bdd803835efe8c531965bb9900a5363':
fix test assert fail error
2020-01-09 15:31:19 -06:00
Allen Byrne
21f3d628d7
Separate result variables for the function performed
2020-01-09 15:18:55 -06:00
Allen Byrne
b97daea891
Check for actual content before using file
2020-01-09 13:30:00 -06:00
kmu
6b1b4b3c0b
fix test assert fail error
2020-01-09 12:06:45 -06:00
Allen Byrne
d90ef60b32
HDFFV-10995 - add missing import
2020-01-08 14:37:31 -06:00
Allen Byrne
5a6f379420
HDFFV-10995 - need to add import
2020-01-08 13:14:58 -06:00
Allen Byrne
b73c0aeaa9
HDFFV-10995 - Update all time instances
2020-01-08 12:48:48 -06:00