Commit Graph

16638 Commits

Author SHA1 Message Date
Dana Robinson
b96db2f074 Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into develop 2017-04-20 20:20:03 -04:00
Dana Robinson
739f413b78 Fixed problems that prevent bin/trace from marking up some functions. 2017-04-20 20:19:15 -04:00
lrknox
6ef69b7b17 Add targets for plugin test libraries to avoid linking to external libs. 2017-04-20 16:51:21 -05:00
Allen Byrne
4a70b0d7dc Merge pull request #448 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '9a7b106d3776a8454b5cb9443f11aae2873cc617':
  Correct test options to match autotools script
  Updates to CMake for the changes in the autotools script
2017-04-20 15:49:20 -05:00
Dana Robinson
5fefc12bd8 Merge pull request #443 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:eoc_parallel_prevent to develop
* commit '5ed622b9ca432f1b440e8903680695ac83e28301':
  The cache_image test shows a skipped message about EoC in parallel.
  Added code to disable the evict-on-close feature in the parallel library.
2017-04-20 15:33:09 -05:00
Dana Robinson
5ed622b9ca The cache_image test shows a skipped message about EoC in parallel. 2017-04-20 16:11:47 -04:00
Allen Byrne
9a7b106d37 Correct test options to match autotools script 2017-04-20 14:57:36 -05:00
Dana Robinson
b17aea2338 Merge branch 'develop' into eoc_parallel_prevent 2017-04-20 15:37:30 -04:00
Allen Byrne
7ee229bced Updates to CMake for the changes in the autotools script 2017-04-20 13:45:35 -05:00
Allen Byrne
05628b4687 Merge pull request #444 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'ea46fbe7c2bb3a8c8972c880f3609be20036d741':
  Correct typo of file name
2017-04-20 13:43:41 -05:00
Allen Byrne
ea46fbe7c2 Correct typo of file name 2017-04-20 12:22:36 -05:00
Vailin Choi
784e3599a7 Merge pull request #435 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
* commit '43e03c548ae2c405b92f95833251683d3eeb1440':
  Modifications based on review comments from pull request. Made changes according to review comments and discussion with Allen.
  Fix for DAILYTEST-259 h5clear test failure Deposit the test files in test/misc/testfiles for testh5clear.sh to use instead of depending on h5clear_gentest. Tested on kituo, osx1010test, quail, platypus and ostrich.
2017-04-20 11:25:56 -05:00
Vailin Choi
43e03c548a Modifications based on review comments from pull request.
Made changes according to review comments and discussion with Allen.
2017-04-19 22:51:39 -05:00
Dana Robinson
d594cb2cc6 Added code to disable the evict-on-close feature in
the parallel library.
2017-04-19 18:28:21 -04:00
Vailin Choi
53f1450f9d Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '8f34c3cfd46054f6478b34df6af324c353e44d62':
  Update tool dyn lib
  LDFLAGS module forces .so lib to be built on osx instead of .dylib
  java jni lib also needs to avoid the version-info
  HDFFV-10170 undo patch
  Add plugin options for libs
2017-04-19 16:06:25 -05:00
Allen Byrne
8f34c3cfd4 Merge pull request #436 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '62770c64326f844739c2753bfee49c297f2c7a39':
  Update tool dyn lib
  LDFLAGS module forces .so lib to be built on osx instead of .dylib
  java jni lib also needs to avoid the version-info
  HDFFV-10170 undo patch
  Add plugin options for libs
2017-04-18 15:22:12 -05:00
Allen Byrne
62770c6432 Update tool dyn lib 2017-04-18 14:23:35 -05:00
Allen Byrne
7185c9e707 Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'b17ffc3cef223dc662cc330edee546841929818c':
  added point to build script repo.
2017-04-18 13:52:01 -05:00
Vailin Choi
c2ab87e2b6 Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into develop 2017-04-18 13:28:47 -05:00
Allen Byrne
9f1fd68ce2 LDFLAGS module forces .so lib to be built on osx instead of .dylib 2017-04-18 13:27:54 -05:00
Vailin Choi
b7aeefbbc9 Fix for DAILYTEST-259 h5clear test failure
Deposit the test files in test/misc/testfiles for testh5clear.sh to use instead of depending on h5clear_gentest.
Tested on kituo, osx1010test, quail, platypus and ostrich.
2017-04-18 13:24:00 -05:00
Scot Breitenfeld
b17ffc3cef Merge pull request #434 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
* commit '32b8d5ffc897adae1507c5552383ca25dc6a83b8':
  added point to build script repo.
2017-04-18 13:20:36 -05:00
Allen Byrne
5bbaae4495 java jni lib also needs to avoid the version-info 2017-04-18 11:44:47 -05:00
Allen Byrne
0b226bd28b HDFFV-10170 undo patch 2017-04-18 11:04:22 -05:00
Allen Byrne
9b234d74bb Add plugin options for libs 2017-04-18 10:38:14 -05:00
M. Scot Breitenfeld
32b8d5ffc8 added point to build script repo. 2017-04-18 09:21:36 -05:00
Allen Byrne
8e686f312e Merge pull request #430 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'e718e2ab319d398ed28d39e6119e9a128990311e':
  HDFFV-10170 fix command syntax
  ignore java classpath
  HDFFV-10173 fix compile on VS2008
  HDFFV-10170 chnage test libs to noinst type
2017-04-17 15:04:14 -05:00
Allen Byrne
e718e2ab31 HDFFV-10170 fix command syntax 2017-04-17 13:51:45 -05:00
Allen Byrne
7c5a425360 ignore java classpath 2017-04-17 13:19:20 -05:00
Allen Byrne
afcede5368 Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '5f7822fac4673cdb9e8ed60d104566c9df43303f':
  Express test mods to test/cache.c
2017-04-17 12:34:10 -05:00
Allen Byrne
6bbc8b69cf HDFFV-10173 fix compile on VS2008 2017-04-17 11:32:32 -05:00
John Mainzer
5f7822fac4 Merge pull request #427 in HDFFV/hdf5 from ~MAINZER/hdf5_jrm:develop to develop
* commit '4651eb738df5d31c62eae1f9fb70b1685c610e0c':
  Express test mods to test/cache.c
2017-04-17 11:31:49 -05:00
mainzer
4651eb738d Express test mods to test/cache.c
Modified test/cache.c to skip the smoke checks with paged aggregation
for all express test levels other than 0

Change to src/H5PL.c seems to be the result of autogen.sh.  As it
seems to be correct, I am checking it in.

Tested serial and parallel (debug only) on jelly.
2017-04-14 23:44:23 -05:00
Allen Byrne
9363223fb6 HDFFV-10170 chnage test libs to noinst type 2017-04-13 13:37:56 -05:00
Jordan Henderson
906c181918 Merge pull request #422 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '606529f5e0cffcea26af66106f094fbe350c5bac':
  Due to HDFVIEW-19 add read VL as string function
2017-04-13 10:15:16 -05:00
Vailin Choi
7ff4c5fd7a Merge pull request #421 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
* commit '3d1b227a67b557da247f6b683f58617b6d75bfdb':
  Skip tests for page buffering in test/fheap.c for parallel build Skip the two tests for page buffering in test/fheap.c because this feature is disabled in parallel. Activate full testing when this feature is re-enabled in the future for parallel build.
2017-04-13 10:06:19 -05:00
Vailin Choi
3d1b227a67 Skip tests for page buffering in test/fheap.c for parallel build
Skip the two tests for page buffering in test/fheap.c because this feature is disabled in parallel.
Activate full testing when this feature is re-enabled in the future for parallel build.
2017-04-13 02:47:23 -05:00
Allen Byrne
606529f5e0 Due to HDFVIEW-19 add read VL as string function 2017-04-12 17:21:43 -05:00
Scot Breitenfeld
f574d627d8 Merge pull request #410 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
* commit '265950a83a68ea55b5bc8dcbefa2d09b4f8110be':
  updated with README changes
  Combined the README_DEVEL and README, and removed out-dated README material
2017-04-12 11:03:42 -05:00
Vailin Choi
6efca6717c Merge pull request #409 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
* commit '7eda1e3c6a57f79b59fc35518816db4e3a2b382d':
  Fix for H5Dset_extent test failure with extensive array indexing (HDFFV-9771) 1) Calculate chunk index for extensive array index based on swizzled max chunks when unlim_dim > 0 2) Minor fixes to test/fheap.c that somehow were missed from last check in.  See pull request #396 review comments.
2017-04-11 19:19:51 -05:00
Vailin Choi
7eda1e3c6a Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '2821b8bd768138db6b5f917a5b7325f878f8f7d0':
  Fix URL name
  DAILYTEST-250 change test props to reduce timeout
2017-04-11 18:09:03 -05:00
Allen Byrne
2821b8bd76 Merge pull request #412 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '8a9e4b94c3938f4c42ad9399737afc6478ded160':
  Fix URL name
  DAILYTEST-250 change test props to reduce timeout
2017-04-11 16:57:14 -05:00
Allen Byrne
8a9e4b94c3 Fix URL name 2017-04-11 15:10:02 -05:00
M. Scot Breitenfeld
265950a83a updated with README changes 2017-04-11 13:16:16 -05:00
Allen Byrne
a79ab2d39e DAILYTEST-250 change test props to reduce timeout 2017-04-11 12:57:19 -05:00
M. Scot Breitenfeld
e3d8dacaad Combined the README_DEVEL and README, and removed out-dated README material 2017-04-11 12:18:49 -05:00
Vailin Choi
9742792f8c Fix for H5Dset_extent test failure with extensive array indexing (HDFFV-9771)
1) Calculate chunk index for extensive array index based on swizzled max chunks when unlim_dim > 0
2) Minor fixes to test/fheap.c that somehow were missed from last check in.  See pull request #396 review comments.
2017-04-11 11:59:27 -05:00
John Mainzer
ccb4e9ed9a Merge pull request #405 in HDFFV/hdf5 from ~MAINZER/hdf5_jrm:develop to develop
* commit 'eb75dc1bb02e13902d73a36caafe763eea585d02':
  Removed commeted out code from H5C_dump_coll_write_list()
  Checkin of fix for CGNS bug (https://jira.hdfgroup.org/browse/HDFFV-10055).
2017-04-07 13:20:11 -05:00
mainzer
eb75dc1bb0 Removed commeted out code from H5C_dump_coll_write_list() 2017-04-07 13:17:08 -05:00
Vailin Choi
bbf8689353 Merge pull request #396 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
* commit 'b3ff39585c3f8e6e9096fc84f02dd049f0d3ae36':
  Modify test/fheap.c to run with various file space strategies and/or page buffering Modify test/fheap.c to run with different combinations of file space strategies and page buffering only when ExpressMode is 0 (HDF5TestExpress is 0). Tested on ostrich, platypus, mayll, emu, osx1010test, quail, kite, kituo.
2017-04-06 22:15:44 -05:00