Commit Graph

17328 Commits

Author SHA1 Message Date
Vailin Choi
ea2fb54924 Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into develop 2018-02-14 16:15:29 -06:00
Vailin Choi
76d70073c6 Fix for daily test failure
Fix for test/testhdf5.sh for configuration with --enable-using-memchecker.
2018-02-14 16:11:12 -06:00
Vailin Choi
9adb74e41b Merge pull request #897 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
* commit 'cdf75a2f2be48c5e13271e20978a785865e139ff':
  Fix for daily test failures Move the declarations for the three arrays of versions from H5Opkg.h: (1) H5O_layout_vers_bounds to H5Dpkg.h (2) H5O_dtype_ver_bounds to H5Tpkg.h (3) H5O_sdspace_ver_bounds to H5Spkg.h This is to fix Windows' complaint for unresolved symbols.
2018-02-14 15:52:17 -06:00
Vailin Choi
cdf75a2f2b Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into develop 2018-02-14 14:37:32 -06:00
Vailin Choi
e277d537d2 Fix for daily test failures
Move the declarations for the three arrays of versions from H5Opkg.h:
(1) H5O_layout_vers_bounds to H5Dpkg.h
(2) H5O_dtype_ver_bounds to H5Tpkg.h
(3) H5O_sdspace_ver_bounds to H5Spkg.h
This is to fix Windows' complaint for unresolved symbols.
2018-02-14 14:30:51 -06:00
Allen Byrne
8ad35726ea Merge pull request #895 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'e09ccc4a2168e79b9f7500b8ec68ed5f829c8604':
  More includes cleanup
  Cleanup overuse of include files
2018-02-14 14:23:31 -06:00
Vailin Choi
23cf3a4298 Merge pull request #896 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
* commit 'f5c5eba7837f33a44e521ea1c9aca479f1dc1bba':
  Fix for daily test failure for configuration with --disable-deprecated-symbols
2018-02-14 13:08:23 -06:00
Allen Byrne
e09ccc4a21 Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '0b98ddd12324e5dae17dd8135bf72094d66e5d17':
  Fixed DT failure Description:     Added a missing return statement to a non-void function. Platforms tested:     Linux/64 (jelly)     Linux/32 (jam)     Darwin (osx1010test)
2018-02-14 12:35:29 -06:00
Binh-Minh Ribler
0b98ddd123 Merge pull request #894 in HDFFV/hdf5 from ~BMRIBLER/version_bounds_bmr:bugfix/version_bounds to develop
* commit '2ad0ddaa3e62b35d454dfb61db06d8ad90c2e7a8':
  Fixed DT failure Description:     Added a missing return statement to a non-void function. Platforms tested:     Linux/64 (jelly)     Linux/32 (jam)     Darwin (osx1010test)
2018-02-14 12:13:37 -06:00
Vailin Choi
f5c5eba783 Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into develop 2018-02-14 12:04:59 -06:00
Vailin Choi
2ee6908b6a Fix for daily test failure for configuration with --disable-deprecated-symbols 2018-02-14 12:03:32 -06:00
Allen Byrne
41d541f1c2 More includes cleanup 2018-02-14 11:14:26 -06:00
Allen Byrne
205d33f332 Cleanup overuse of include files 2018-02-14 10:08:09 -06:00
Binh-Minh Ribler
e562ffc03f Merge pull request #6 in ~VCHOI/my_hdf5_fork from ~BMRIBLER/version_bounds_bmr:bugfix/version_bounds to develop
Fixed daily test failure

* commit '2ad0ddaa3e62b35d454dfb61db06d8ad90c2e7a8':
  Fixed DT failure Description:     Added a missing return statement to a non-void function. Platforms tested:     Linux/64 (jelly)     Linux/32 (jam)     Darwin (osx1010test)
2018-02-14 09:54:43 -06:00
Binh-Minh Ribler
2ad0ddaa3e Merge branch 'bugfix/version_bounds' of https://bitbucket.hdfgroup.org/scm/~bmribler/version_bounds_bmr into bugfix/version_bounds 2018-02-14 09:42:55 -06:00
Binh-Minh Ribler
300b219d43 Fixed DT failure
Description:
    Added a missing return statement to a non-void function.
Platforms tested:
    Linux/64 (jelly)
    Linux/32 (jam)
    Darwin (osx1010test)
2018-02-14 09:40:39 -06:00
Vailin Choi
66ea3b8fb9 Merge pull request #876 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:bugfix/version_bounds to develop
* commit 'b4294d8d3e5937527e9814f23d04df412ebbe770':
  Added comment for clarification about latest as 1.10. Platforms tested:     Linux/64 (jelly)     Linux/32 (jam)
  Fixed typos Platforms tested:     Linux/32 (jam)
  Additional tests Description:     - Revised and add more variety to version bound tests per review     - Revised gen_bounds.c per review Platforms tested:     Linux/64 (jelly)     Linux/32 (jam)     Darwin (osx1010test)
  Added gen_bounds
  Cleaned up per comments in PR# 876
  Modifications made based on comments from pull request.
  Added gen_bounds.c
  Added gen_bounds.c
  Fix bounds check for the generation of cache image.
  Modify usage description for -j and -k options so that it is more informative.
  Modify h5repack usage so that it is more descriptive.
  Changes made based on code reviews.
  Further improvement
  Fixed comment.
  Adding data file generator Description:     Added gen_bounds.c to generate the following files:     - bounds_earliest_latest.h5     - bounds_earliest_v18.h5     - bounds_latest_latest.h5     - bounds_v18_latest.h5     - bounds_v18_v18.h5     for testing the version bounds fix in 1.8 and 1.6.
  Initial checkin for library version bounds Code changes to provide versioning support when adding to the enumerated defines for H5F_libver_t.
2018-02-13 19:15:40 -06:00
Binh-Minh Ribler
b4294d8d3e Merge pull request #5 in ~VCHOI/my_hdf5_fork from ~BMRIBLER/version_bounds_bmr:bugfix/version_bounds to bugfix/version_bounds
* commit 'c9475f57e580ed7dc9efea3390623ee48cba2507':
  Added comment for clarification about latest as 1.10. Platforms tested:     Linux/64 (jelly)     Linux/32 (jam)
2018-02-13 16:03:12 -06:00
Binh-Minh Ribler
c9475f57e5 Merge branch 'bugfix/version_bounds' of https://bitbucket.hdfgroup.org/scm/~bmribler/version_bounds_bmr into bugfix/version_bounds 2018-02-13 15:26:02 -06:00
Binh-Minh Ribler
9a480c34e5 Added comment for clarification about latest as 1.10.
Platforms tested:
    Linux/64 (jelly)
    Linux/32 (jam)
2018-02-13 15:24:41 -06:00
Binh-Minh Ribler
e62c1ca9be Merge pull request #4 in ~VCHOI/my_hdf5_fork from ~BMRIBLER/version_bounds_bmr:bugfix/version_bounds to bugfix/version_bounds
Revised and additional tests for version bounds.

* commit '551e58e683e76af4aca68998aa718e7e03d8f4f1':
  Fixed typos Platforms tested:     Linux/32 (jam)
  Additional tests Description:     - Revised and add more variety to version bound tests per review     - Revised gen_bounds.c per review Platforms tested:     Linux/64 (jelly)     Linux/32 (jam)     Darwin (osx1010test)
2018-02-13 13:18:32 -06:00
Binh-Minh Ribler
551e58e683 Fixed typos
Platforms tested:
    Linux/32 (jam)
2018-02-13 12:29:51 -06:00
Binh-Minh Ribler
4c119d2959 Merge branch 'bugfix/version_bounds' of https://bitbucket.hdfgroup.org/scm/~bmribler/version_bounds_bmr into bugfix/version_bounds 2018-02-13 11:05:55 -06:00
Binh-Minh Ribler
0a61befddc Additional tests
Description:
    - Revised and add more variety to version bound tests per review
    - Revised gen_bounds.c per review
Platforms tested:
    Linux/64 (jelly)
    Linux/32 (jam)
    Darwin (osx1010test)
2018-02-13 11:05:08 -06:00
Allen Byrne
20332fac0e Merge pull request #890 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '83211cf8f6051be2ea8dfd84637c195b2b0213c1':
  HDFFV-10403 Fix soname setting
2018-02-08 16:11:56 -06:00
Allen Byrne
83211cf8f6 HDFFV-10403 Fix soname setting 2018-02-08 15:46:13 -06:00
Binh-Minh Ribler
b498220b32 Merge pull request #3 in ~VCHOI/my_hdf5_fork from ~BMRIBLER/version_bounds_bmr:bugfix/version_bounds to bugfix/version_bounds
* commit '96c656ae3fa02721cddf5f570d7372f38b886d76':
  Added gen_bounds
2018-02-08 14:37:45 -06:00
Binh-Minh Ribler
96c656ae3f Merge branch 'bugfix/version_bounds' of https://bitbucket.hdfgroup.org/scm/~bmribler/version_bounds_bmr into bugfix/version_bounds 2018-02-08 13:01:00 -06:00
Binh-Minh Ribler
ae2577ff5e Added gen_bounds 2018-02-08 12:59:23 -06:00
Binh-Minh Ribler
9879f5dc43 Merge pull request #2 in ~VCHOI/my_hdf5_fork from ~BMRIBLER/version_bounds_bmr:bugfix/version_bounds to bugfix/version_bounds
* commit '74f74f60bb92cc614616d8ae3d91ecc2921aade1':
  Cleaned up per comments in PR# 876
  Added gen_bounds.c
  Added gen_bounds.c
2018-02-07 11:38:33 -06:00
Binh-Minh Ribler
74f74f60bb Cleaned up per comments in PR# 876
Platforms tested:
    Linux/64 (jelly)
    Darwin (osx1010test)
2018-02-07 11:33:31 -06:00
Vailin Choi
2fbdfcc457 Modifications made based on comments from pull request. 2018-02-06 21:42:02 -06:00
Allen Byrne
ca89ab6631 Merge pull request #887 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'fbaa2192f8171ddb5af175d7f750c19dcad3ae4f':
  Remove old dependency construct
  HDFFV-10345 whitespace corrections
  HDFFV-10345 spelling errors
2018-02-06 16:03:48 -06:00
Allen Byrne
fbaa2192f8 Remove old dependency construct 2018-02-05 16:14:00 -06:00
Allen Byrne
d08f56e027 HDFFV-10345 whitespace corrections 2018-02-05 12:47:31 -06:00
Allen Byrne
f325002db9 HDFFV-10345 spelling errors 2018-02-05 12:38:20 -06:00
Allen Byrne
ffa2dec25d Merge pull request #884 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'b57c5490e0901c451a77a356ceb1f6071dc89123':
  JHDFFV-10398 add note
  HDFFV-10398 fix detection of repeat checks
  HDFFV-10398 add support for Emscriptem build system
  HDFFV-10398 avoid sanitizer failures
  HDFFV-10398 - avoid ubsan crashes
  HDFFV-10398 msvc: use /W0 rather than /w
  HDFFV-10398 Suppress VS 2015 assertion failure popup during try_run
  HDFFV-10398 use the target name for custom commands
  HDFFV-10398 use the simpler add_subdirectory signature
  HDFFV-10398 Honor CMAKE_MODULE_PATH when including check modules
2018-02-02 14:12:12 -06:00
Binh-Minh Ribler
a32b998b82 Added gen_bounds.c 2018-02-01 10:08:34 -06:00
Binh-Minh Ribler
66e5f283c5 Merge branch 'bugfix/version_bounds' of https://bitbucket.hdfgroup.org/scm/~bmribler/version_bounds_bmr into bugfix/version_bounds 2018-02-01 10:06:06 -06:00
Binh-Minh Ribler
4c0440e61f Added gen_bounds.c 2018-02-01 09:49:50 -06:00
Allen Byrne
b57c5490e0 JHDFFV-10398 add note 2018-02-01 09:42:14 -06:00
Larry Knox
116c40450c Merge pull request #883 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit '1bc7dc396a818d3f13624ab9386999db0c56aa71':
  Correct AM_MAINTAINER_MODE default to 'enable'.
2018-01-31 14:32:16 -06:00
lrknox
1bc7dc396a Correct AM_MAINTAINER_MODE default to 'enable'. 2018-01-31 14:20:41 -06:00
Allen Byrne
b005c5653e HDFFV-10398 fix detection of repeat checks 2018-01-30 16:22:18 -06:00
Allen Byrne
435fd5afa5 HDFFV-10398 add support for Emscriptem build system 2018-01-30 16:03:03 -06:00
Allen Byrne
1711c3727e HDFFV-10398 avoid sanitizer failures 2018-01-30 15:21:07 -06:00
Allen Byrne
dc384f474d HDFFV-10398 - avoid ubsan crashes 2018-01-30 14:47:43 -06:00
Allen Byrne
6aee1578c3 HDFFV-10398 msvc: use /W0 rather than /w 2018-01-30 12:46:23 -06:00
Allen Byrne
98f8fd9603 HDFFV-10398 Suppress VS 2015 assertion failure popup during try_run 2018-01-30 12:43:01 -06:00
Allen Byrne
0866bc0bb8 HDFFV-10398 use the target name for custom commands 2018-01-30 12:29:51 -06:00