2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-03-19 16:50:46 +08:00

16758 Commits

Author SHA1 Message Date
Allen Byrne
f5275af71a Merge pull request in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '61bdee1ff77a5db47ce8a88ce7e3c83e58123236':
  HDFFV-10282 refactor out assert calls in tools
2017-08-31 13:31:42 -05:00
Allen Byrne
61bdee1ff7 Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '289007567e6ab5e0893af787b1870f27f10644c7':
  Add commentary around calling H5Screate_simple with a single element
  Miscellaneous improvements (cont.) Description:     Put back H5Location::getNumObjs and marked as deprecated in favor of     Group::getNumObjs. Platforms tested:     Linux/32 2.6 (jam)     Darwin (osx1010test)
  Miscellaneous improvements Description:     Moved H5Location::getNumObjs to Group::getNumObjs (i.e., H5Gget_info)     Switched reinterpret_cast to static_cast in H5Object::iterateAttrs     Miscellaneous cleanup Platforms tested:     Linux/32 2.6 (jam)     Linux/64 (platypus)     Darwin (osx1010test)
  Fix for daily test failure Fix for the compilation error from the PGI compiler.
  Modifications based on comments from pull request review (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_offset.c
  Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 file Fix H5HL_offset_into() to return error when offset exceeds heap data block size. Also fix other places that call this routine to detect error return.
  Fix the t_bigio test so that it runs on 32bit machines
2017-08-29 12:45:03 -05:00
Barbara Jones
289007567e Merge pull request in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to develop
* commit '883a235d5ca81770228c5cb5f9d162afda0b411f':
  Miscellaneous improvements (cont.) Description:     Put back H5Location::getNumObjs and marked as deprecated in favor of     Group::getNumObjs. Platforms tested:     Linux/32 2.6 (jam)     Darwin (osx1010test)
  Miscellaneous improvements Description:     Moved H5Location::getNumObjs to Group::getNumObjs (i.e., H5Gget_info)     Switched reinterpret_cast to static_cast in H5Object::iterateAttrs     Miscellaneous cleanup Platforms tested:     Linux/32 2.6 (jam)     Linux/64 (platypus)     Darwin (osx1010test)
2017-08-29 10:09:28 -05:00
Richard Warren
dfdf09f2a1 Merge pull request in HDFFV/hdf5 from GreaterThan-2GB-MPIO to develop
Added some commentary on the fact that 32 bit compilers appear to require actual array arguments to call H5Screate_simple rather than a pointer to a single size_t element.

* commit '22baab211d912f1012057b3a7ae217abd2a44a38':
  Add commentary around calling H5Screate_simple with a single element
  Fix the t_bigio test so that it runs on 32bit machines
2017-08-28 19:30:23 -05:00
Richard Warren
22baab211d Add commentary around calling H5Screate_simple with a single element 2017-08-28 20:05:52 -04:00
Binh-Minh Ribler
883a235d5c Miscellaneous improvements (cont.)
Description:
    Put back H5Location::getNumObjs and marked as deprecated in favor of
    Group::getNumObjs.
Platforms tested:
    Linux/32 2.6 (jam)
    Darwin (osx1010test)
2017-08-25 12:07:04 -05:00
Binh-Minh Ribler
f4c4ab678b Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop 2017-08-24 13:47:44 -05:00
Binh-Minh Ribler
0e44181bbb Miscellaneous improvements
Description:
    Moved H5Location::getNumObjs to Group::getNumObjs (i.e., H5Gget_info)
    Switched reinterpret_cast to static_cast in H5Object::iterateAttrs
    Miscellaneous cleanup
Platforms tested:
    Linux/32 2.6 (jam)
    Linux/64 (platypus)
    Darwin (osx1010test)
2017-08-24 13:46:39 -05:00
Vailin Choi
593e4038b3 Merge pull request in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
* commit '268f01fd477e0474fa5727a47abef214a5e4293b':
  Fix for daily test failure Fix for the compilation error from the PGI compiler.
2017-08-24 11:46:53 -05:00
Vailin Choi
268f01fd47 Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into develop 2017-08-24 11:45:01 -05:00
Vailin Choi
38b4e97692 Fix for daily test failure
Fix for the compilation error from the PGI compiler.
2017-08-24 11:42:35 -05:00
Vailin Choi
f3b72e1bde Merge pull request in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
* commit '1ef8577a4aaaa4120a819ff36747fdca99abdc26':
  Modifications based on comments from pull request review (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_offset.c
  Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 file Fix H5HL_offset_into() to return error when offset exceeds heap data block size. Also fix other places that call this routine to detect error return.
2017-08-23 16:35:19 -05:00
Vailin Choi
1ef8577a4a Modifications based on comments from pull request review
(1) Remove unnecessary asserts
(2) Add code to insert bad offset values to the test file in gen_bad_offset.c
2017-08-23 16:23:09 -05:00
Allen Byrne
b82ba32275 HDFFV-10282 refactor out assert calls in tools 2017-08-23 16:12:40 -05:00
Allen Byrne
1b647b18fe Merge pull request in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '678c3ae1535b9b3b9faa53bc48250f1635778dd7':
  HDFFV-10188 force non-native type description
  HDFFV-10188 emu insists on printing non-native description
2017-08-23 11:19:05 -05:00
Allen Byrne
678c3ae153 HDFFV-10188 force non-native type description 2017-08-23 10:18:08 -05:00
Allen Byrne
d200cd31a7 HDFFV-10188 emu insists on printing non-native description 2017-08-23 10:16:49 -05:00
Allen Byrne
b901326501 Merge pull request in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '3dcb1887085678f08c02b64f1a04a77cd607cc4c':
  HDFFV-10188 fix typo
  HDFFV-10188 add missing copy commands
  HDFFV-10188 Add tests and files
  HDFFV-10188 enable null space test
  HDFFV-10188 add release note
  HDFFV-10188 - Check for empty string first
  HDFFV-10188 error on NULL dataspace
2017-08-22 15:29:35 -05:00
Vailin Choi
b07eb6efd0 Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 file
Fix H5HL_offset_into() to return error when offset exceeds heap data block size.
Also fix other places that call this routine to detect error return.
2017-08-22 01:36:20 -05:00
Allen Byrne
3dcb188708 HDFFV-10188 fix typo 2017-08-21 13:06:57 -05:00
Allen Byrne
7acbb154d1 HDFFV-10188 add missing copy commands 2017-08-21 12:26:48 -05:00
Allen Byrne
138c3ee366 HDFFV-10188 Add tests and files 2017-08-21 11:56:31 -05:00
Allen Byrne
f695491f05 HDFFV-10188 enable null space test 2017-08-21 10:35:49 -05:00
Allen Byrne
6e8b9dcfd4 HDFFV-10188 add release note 2017-08-21 09:33:54 -05:00
Allen Byrne
164eee91cf HDFFV-10188 - Check for empty string first 2017-08-16 15:01:29 -05:00
Richard Warren
f84af6ecc6 Fix the t_bigio test so that it runs on 32bit machines 2017-08-15 09:17:04 -04:00
Allen Byrne
46f8c941d7 HDFFV-10188 error on NULL dataspace 2017-08-04 16:45:40 -05:00
Scot Breitenfeld
a6d5bf1a86 Merge pull request in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
* commit '2a1e499b0134ed319cd9d60a6521ba83b3a2cfa8':
  changed comments, (HDFFV-10037)
  changed the test for NAG fortran compiler, (HDFFV-10037)
2017-08-03 10:30:26 -05:00
M. Scot Breitenfeld
2a1e499b01 changed comments, (HDFFV-10037) 2017-08-03 09:20:05 -05:00
M. Scot Breitenfeld
8138062d74 Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop 2017-08-03 09:17:33 -05:00
M. Scot Breitenfeld
2332135332 changed the test for NAG fortran compiler, (HDFFV-10037) 2017-08-03 09:17:24 -05:00
Allen Byrne
00a50b6d72 Merge pull request in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '3635cc24b0759285eff37fe986e14e368a4a19b1':
  Fix misnamed file in test script
  Add h5repack tests for paged aggregation
2017-08-02 15:27:11 -05:00
Allen Byrne
3635cc24b0 Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'a83b6a7c6e6aca1a329c274282c691ffb417abc4':
  Moved H5PL diagnostic pragmas to comply with old gcc requirements that they be outside of functions.
2017-08-02 13:24:31 -05:00
Allen Byrne
5615cc2a69 Fix misnamed file in test script 2017-08-02 12:42:40 -05:00
Dana Robinson
a83b6a7c6e Merge pull request in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5pl_commit to develop
* commit '81340c609ba5049b34845ff2f06b2025ec5d5b22':
  Moved H5PL diagnostic pragmas to comply with old gcc requirements that they be outside of functions.
2017-08-02 12:08:31 -05:00
Allen Byrne
02a56054b0 Add h5repack tests for paged aggregation 2017-08-02 10:53:17 -05:00
Dana Robinson
81340c609b Moved H5PL diagnostic pragmas to comply with old gcc requirements that they
be outside of functions.
2017-08-02 08:32:31 -07:00
Vailin Choi
8b8e7ae232 Merge pull request in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
* commit '59e94f5009a1f738d9924be942448f8cf6355b00':
  Add h5repack tests for paged aggregation Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected.
2017-08-02 01:49:42 -05:00
Scot Breitenfeld
560073c253 Merge pull request in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
* commit '00d97d556b3e57129d8c7bbecf8b15497b3f056b':
  added test for NAG compiler and use the FC_BASENAME for NAG detection, (HDFFV-10037)
  added test for NAG compiler and use the FC_BASENAME for NAG detection, (HDFFV-10037)
2017-08-01 16:19:22 -05:00
Allen Byrne
6f9db7ed26 Merge pull request in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'f4e9bc21fa3d3d678ca80083dbd412b34c3ab91b':
  HDFFV-10256 add release note
  HDFFV-10256 Add test
  HDFFV-10256 correct len of string copy to the len of esc string
2017-08-01 15:45:40 -05:00
Allen Byrne
f4e9bc21fa HDFFV-10256 add release note 2017-08-01 15:45:17 -05:00
M. Scot Breitenfeld
00d97d556b added test for NAG compiler and use the FC_BASENAME for NAG detection, (HDFFV-10037) 2017-08-01 15:44:55 -05:00
M. Scot Breitenfeld
2d932366b2 added test for NAG compiler and use the FC_BASENAME for NAG detection, (HDFFV-10037) 2017-08-01 15:33:43 -05:00
Allen Byrne
e1a81b17e0 HDFFV-10256 Add test 2017-08-01 13:52:10 -05:00
Allen Byrne
538e910368 HDFFV-10256 correct len of string copy to the len of esc string 2017-08-01 13:36:51 -05:00
Dana Robinson
464926f2a3 Merge pull request in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5pl_commit to develop
* commit '9bcf8b2f2568083449ae3f9b6c2efbf6ed7f413a':
  Minor tweaks in response to code review.
  Fixed a failing Java plugin test.
  Major rework of H5PL package code before bringing VOL changes over.
2017-08-01 11:02:41 -05:00
Scot Breitenfeld
80745c7508 Merge pull request in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
* commit '6e551a270bde6214b0e533e9cd9e845d2f9f4789':
  Removed extra Fortran flags, (HDFFV-10037)
2017-08-01 09:47:02 -05:00
M. Scot Breitenfeld
6e551a270b Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop 2017-08-01 08:46:31 -05:00
M. Scot Breitenfeld
cf2da9a3d3 Removed extra Fortran flags, (HDFFV-10037) 2017-08-01 08:46:23 -05:00
Dana Robinson
9bcf8b2f25 Minor tweaks in response to code review. 2017-08-01 04:59:36 -07:00