Commit Graph

17083 Commits

Author SHA1 Message Date
Allen Byrne
3098356df0 Fix some of the whitespace 2017-11-29 10:26:59 -06:00
Allen Byrne
bbc0c85ab2 Add note for plugins 2017-11-29 10:26:59 -06:00
Allen Byrne
b162b94998 Correct linkage of filters and other libs 2017-11-29 10:26:59 -06:00
M. Scot Breitenfeld
858e6c3c9c HDFFV-10325: removed the COMMON/EQUIV statements. 2017-11-29 10:25:47 -06:00
Dana Robinson
dc487ebad8 Merge pull request #782 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:ar_fix to develop
* commit 'cb235453a9276c371085e40ea1c87d9b641e511e':
  Changed ar to always use -cr instead of the autotools default of cru.
2017-11-15 16:46:53 -06:00
Dana Robinson
cb235453a9 Changed ar to always use -cr instead of the autotools default
of cru.
2017-11-15 14:24:59 -08:00
Dana Robinson
bdb4d56532 Merge pull request #780 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:minor_dev_warnings to develop
* commit '5ce8dd5e946c85522edd76f3288e7052bde86b8a':
  Minor warning fixes
2017-11-15 14:28:27 -06:00
Dana Robinson
5ce8dd5e94 Minor warning fixes 2017-11-15 02:58:16 -08:00
Dana Robinson
14beb8be8c Merge pull request #778 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5o_schism_work to develop
* commit 'fcfc5f116d08642de962919ac26092c74b924644':
  Moved code from H5O.c to H5Oint.c
  Added H5Oint.c file.
2017-11-15 02:32:20 -06:00
Allen Byrne
2ccfce9327 Merge pull request #777 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '7fbc3df3fa1b5250f13ef7ce7bbf9fc85eb76e0a':
  HDFFV-10329 - Note new JIRA issue
  Correct link lines of libraries
2017-11-14 16:50:06 -06:00
Dana Robinson
fcfc5f116d Moved code from H5O.c to H5Oint.c 2017-11-14 13:40:30 -08:00
Allen Byrne
7fbc3df3fa HDFFV-10329 - Note new JIRA issue 2017-11-14 15:32:08 -06:00
Allen Byrne
addde7dcb8 Correct link lines of libraries 2017-11-14 15:07:26 -06:00
Dana Robinson
45b561f2f2 Added H5Oint.c file. 2017-11-14 12:34:31 -08:00
Dana Robinson
1ddb1a08f1 Merge pull request #772 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:ar_warning_fix to develop
* commit 'a25366cc980695cebe40c2d471bfe5166dcb28a2':
  Fixed that annoying ar warning about -u being ignored.
2017-11-14 13:05:25 -06:00
Larry Knox
b315a659a2 Merge pull request #776 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit '10a9fb5319ab0dcd0e14e40a8ab5c38e8211f764':
  Remove extra '&'s that cause syntax errors on Macs.
2017-11-14 11:14:18 -06:00
Allen Byrne
f8bf6c3a1e Merge pull request #775 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '00e640368e71eac1adeb9f630c6de15261b26083':
  Fix Windows link error
2017-11-14 11:10:18 -06:00
lrknox
10a9fb5319 Remove extra '&'s that cause syntax errors on Macs. 2017-11-14 09:52:47 -06:00
Allen Byrne
00e640368e Fix Windows link error 2017-11-14 09:47:04 -06:00
Larry Knox
751855f4d5 Merge pull request #760 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit 'b11de4ebc42bf1b7d5dd733654a5ce78410518ba':
  Add check for realtimeOutput environment variable set containing characters to indicate test output should be piped through tee to chklog files in order to send output to stdout as tests run instead of waiting to cat chklog file to stdout when each set of tests is completed.  This should stop buildbot from timing out when a test set doesn't complete in less than 20 minutes.
2017-11-13 21:34:57 -06:00
Neil Fortner
df45abd0f6 Merge pull request #770 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:develop to develop
* commit 'bca20b40b4966552a844051c3d912d6aec50592f':
  Initialize hid_t variables in test_Attr_bug9.
  Fix HDFFV-10274.  When deleting all (or almost all) of the messages in an object header chunk, where the total amount deleted was greater than 64K, an error would occur due to an off by one error in the code that handled that case.  Fixed this and added a test case.
2017-11-13 16:54:35 -06:00
Neil Fortner
bca20b40b4 Initialize hid_t variables in test_Attr_bug9. 2017-11-13 13:43:32 -06:00
Dana Robinson
c592c7b423 Merge pull request #771 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:plugin_path_fix to develop
* commit '3a5e15819163e6e7c3de72a9ed8517ff200b02a7':
  Fixed the problems with LDFLAGS and AM_LDFLAGS in filter plugins.
2017-11-13 10:19:21 -06:00
Dana Robinson
a25366cc98 Fixed that annoying ar warning about -u being ignored. 2017-11-12 23:22:39 -08:00
Dana Robinson
3a5e158191 Fixed the problems with LDFLAGS and AM_LDFLAGS in filter plugins. 2017-11-12 21:14:01 -08:00
Dana Robinson
d4a0e3d293 Merge pull request #767 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:zero_allocation_fix_develop to develop
* commit '3e4f6138b60d8363c377e453d63f875775ec907a':
  Removed asserts from H5MM calls that conflict with stated behavior and added a test to ensure that this doesn't happen in the future.
2017-11-10 23:15:50 -06:00
Neil Fortner
04bb800f7c Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~nfortne2/hdf5_naf into develop 2017-11-10 16:40:17 -06:00
Neil Fortner
576b9c5f5f Fix HDFFV-10274. When deleting all (or almost all) of the messages in
an object header chunk, where the total amount deleted was greater than
64K, an error would occur due to an off by one error in the code that
handled that case.  Fixed this and added a test case.
2017-11-10 16:37:40 -06:00
Dana Robinson
6663efbf66 Merge pull request #768 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:misc_warnings_develop to develop
* commit '0b846cee58af147e92a3ba7db45497fd9eaa09b4':
  Cleaned up misc warnings in src and test.
2017-11-10 11:09:34 -06:00
Dana Robinson
0b846cee58 Cleaned up misc warnings in src and test. 2017-11-09 20:04:12 -08:00
Dana Robinson
fb5c4f68fc Merge pull request #762 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5r_cleanup to develop
* commit 'd0e32b545c41dcc36a69ab146b54b55e7ac9dc07':
  Split internal H5R functionality into H5Rint.c.
2017-11-09 17:23:11 -06:00
Dana Robinson
e4451b89cd Merge pull request #766 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:plugin_rework_develop_merge to develop
* commit '00ade113c5fe7d48571a36091970328dcca68f50':
  Plugin test rework Cleanup of plugin test code. Renames many files. Prep for VOL branch merge.
2017-11-09 16:56:05 -06:00
Dana Robinson
3e4f6138b6 Removed asserts from H5MM calls that conflict with stated behavior
and added a test to ensure that this doesn't happen in the future.
2017-11-09 13:56:58 -08:00
Dana Robinson
00ade113c5 Plugin test rework
Cleanup of plugin test code. Renames many files. Prep for VOL branch merge.
2017-11-08 17:52:44 -08:00
Allen Byrne
51b80a8d85 Merge pull request #763 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '62124efa7e805bf34b54911e142f488a59867dd2':
  Remove tabs
  Remove tabs
  Remove tabs
  Remove tabs
  Remove tabs
2017-11-08 12:07:36 -06:00
Allen Byrne
62124efa7e Remove tabs 2017-11-08 11:25:09 -06:00
Allen Byrne
5717239a98 Remove tabs 2017-11-08 11:11:22 -06:00
Allen Byrne
480fc373a0 Remove tabs 2017-11-08 09:59:58 -06:00
Allen Byrne
218845c603 Remove tabs 2017-11-08 09:57:15 -06:00
Allen Byrne
de0076b5ba Remove tabs 2017-11-08 09:09:29 -06:00
Dana Robinson
d0e32b545c Split internal H5R functionality into H5Rint.c. 2017-11-07 17:56:27 -08:00
lrknox
b11de4ebc4 Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop 2017-11-06 16:32:29 -06:00
lrknox
e8239b2de5 Add check for realtimeOutput environment variable set containing
characters to indicate test output should be piped through tee to chklog
files in order to send output to stdout as tests run instead of waiting
to cat chklog file to stdout when each set of tests is completed.  This
should stop buildbot from timing out when a test set doesn't complete in
less than 20 minutes.
2017-11-06 16:26:03 -06:00
Larry Knox
86650b977c Merge pull request #754 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '275fabe6319783b672b6d6e54c1cf68796012224':
  Correct issue number
2017-11-06 10:48:24 -06:00
Allen Byrne
275fabe631 Correct issue number 2017-11-06 09:28:28 -06:00
Scot Breitenfeld
69af11fb2a Merge pull request #753 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
* commit 'df03ecb01d721863f79c86969c56c77d3a846ab2':
  HDFFV-10322
2017-11-03 12:17:21 -05:00
M. Scot Breitenfeld
df03ecb01d HDFFV-10322 2017-11-03 09:10:26 -05:00
Scot Breitenfeld
1f8c369817 Merge pull request #749 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
* commit 'b8cbd11dfb229e79b8a9b22ce45dac3e9a735590':
  Fix for Intel 18 Fortran compilation error.
2017-11-02 14:38:48 -05:00
M. Scot Breitenfeld
b8cbd11dfb Fix for Intel 18 Fortran compilation error.
HDFFV-10322
2017-11-02 14:26:44 -05:00
Richard Warren
9d2ee5646d Merge pull request #747 in HDFFV/hdf5 from optimize_superblock_read to develop
* commit '0d2fd7ae0cd19c2eb040a4ad733b50c7652639cc':
  Make a fix to allow CMake testing which does not use relative directories.
2017-11-02 13:03:18 -05:00