Commit Graph

17488 Commits

Author SHA1 Message Date
Allen Byrne
ef3e20d988 Correct if block typo 2018-03-22 13:08:04 -05:00
Allen Byrne
60eafb9f6c Correct VS version for readme 2018-03-22 13:06:56 -05:00
Vailin Choi
e79f9a73fe Merge pull request #988 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
* commit '67c8acdf17c74ae56d72e80c18c6491972909e30':
  Couple fixes to the test routine for HDFFV-10425.
2018-03-21 14:47:02 -05:00
Vailin Choi
67c8acdf17 Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into develop 2018-03-21 14:14:23 -05:00
Vailin Choi
1aaed1ba3a Couple fixes to the test routine for HDFFV-10425. 2018-03-21 14:12:30 -05:00
Vailin Choi
519a8fb461 Merge pull request #987 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
* commit 'aa9e1aeea18a0eff050feac19596be6cad9a7c65':
  Add test and release info for the fix to HDFFV-10425 test failure with H5DOwrite_chunk.
2018-03-21 12:33:44 -05:00
Vailin Choi
aa9e1aeea1 Add test and release info for the fix to HDFFV-10425 test failure with H5DOwrite_chunk. 2018-03-21 11:44:24 -05:00
Larry Knox
6a1627f296 Merge pull request #981 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
* commit 'bdaacfd58b0b0e6082358d14cea7bb1f886c85f8':
  Fix for HDFFV-10425 test failure with H5DOwrite_chunk and latest format
2018-03-20 14:53:56 -05:00
Vailin Choi
bdaacfd58b Fix for HDFFV-10425 test failure with H5DOwrite_chunk and latest format 2018-03-20 13:39:01 -05:00
Larry Knox
0a7ae62dca Merge pull request #978 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit '85183a9fbb863b57edf404dc6bd92cd8b89c990e':
  Fix date.
2018-03-19 16:26:37 -05:00
lrknox
85183a9fbb Fix date. 2018-03-19 16:25:02 -05:00
Vailin Choi
e0c25f8f63 Merge pull request #977 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
* commit '1d0ad712e9f33ac30f42b88f0c523470a25c9545':
  Correct the date in RELEASE.txt for H5DOread_chunk.
  Add release info for H5DOread_chunk.
2018-03-19 16:00:21 -05:00
Vailin Choi
1d0ad712e9 Correct the date in RELEASE.txt for H5DOread_chunk. 2018-03-19 15:49:21 -05:00
Vailin Choi
abf8d53395 Add release info for H5DOread_chunk. 2018-03-19 15:30:09 -05:00
Larry Knox
2f0566208e Merge pull request #973 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to develop
* commit '6fac268a7e1ee5b6d5314f40ac45630d9c67d873':
  Updated RELEASE.txt Description:     Wrappers for H5Tencode and H5Tdecode     No code change.
  Fixed HDFFV-10151 Description:     Added a document to the HDF5 C++ API Reference Manual to show the     mapping from a C API to C++ wrappers.
2018-03-17 17:17:28 -05:00
Binh-Minh Ribler
6fac268a7e Updated RELEASE.txt
Description:
    Wrappers for H5Tencode and H5Tdecode
    No code change.
2018-03-17 10:19:22 -05:00
Allen Byrne
353b8a34f7 Merge pull request #972 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'a32178ba9408ceffbb1656489703885d69fb5ed0':
  Fix memory leak simply by capturing allocation in var
2018-03-16 12:27:55 -05:00
Binh-Minh Ribler
dda1e103a5 Fixed HDFFV-10151
Description:
    Added a document to the HDF5 C++ API Reference Manual to show the
    mapping from a C API to C++ wrappers.
2018-03-16 10:42:33 -05:00
Allen Byrne
a32178ba94 Fix memory leak simply by capturing allocation in var 2018-03-16 09:03:08 -05:00
Allen Byrne
7aa4eb1b04 Merge pull request #967 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '57e468aba7ba66bba1f9a1736450ed4295a6c25d':
  Change max value
  Chnage values so test will fail when new latest is added
  Exception changed
  Exception type changed
  Correct constant var names
  Java constants for new lib verbounds values
2018-03-15 14:40:27 -05:00
Allen Byrne
57e468aba7 Change max value 2018-03-15 14:35:03 -05:00
Allen Byrne
b2d739ef39 Chnage values so test will fail when new latest is added 2018-03-15 14:28:36 -05:00
Allen Byrne
fe22bb8e44 Exception changed 2018-03-15 14:15:45 -05:00
Allen Byrne
692c7867ef Exception type changed 2018-03-15 14:14:29 -05:00
Allen Byrne
3f221c1347 Correct constant var names 2018-03-15 14:11:24 -05:00
Allen Byrne
7399997968 Java constants for new lib verbounds values 2018-03-15 14:11:24 -05:00
Larry Knox
02a9433fa0 Merge pull request #964 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit '4b6d3193e1392b64b401e1b4de60a2b0ef586f23':
  Add 2 parallel test files to CHECK-CLEANFILES so that if their tests fail before removing them, make check-clean will remove them.
2018-03-15 12:24:58 -05:00
lrknox
4b6d3193e1 Add 2 parallel test files to CHECK-CLEANFILES so that if their tests
fail before removing them, make check-clean will remove them.
2018-03-15 11:18:47 -05:00
Binh-Minh Ribler
7c6ed5cfcd Merge pull request #961 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to develop
* commit '9e6ee84e6bb0194ad4f046c49ed7936dbab234db':
  Fixed memory leak Description:     Added LinkCreatPropList to initH5cpp to cleaning up resource at exit. Platforms tested:     Linux/64 (jelly)     Linux/ppc64 (ostrich)
2018-03-15 09:12:49 -05:00
Allen Byrne
7408b92fdc Merge pull request #958 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '6cbc1104197358b7f56830f5362b24fad5e96631':
  HDFFV-10412 add note for new H5error_on Java API
2018-03-15 09:11:09 -05:00
Binh-Minh Ribler
9e6ee84e6b Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop 2018-03-15 09:09:49 -05:00
Binh-Minh Ribler
8f5be458f4 Fixed memory leak
Description:
    Added LinkCreatPropList to initH5cpp to cleaning up resource at exit.
Platforms tested:
    Linux/64 (jelly)
    Linux/ppc64 (ostrich)
2018-03-15 09:06:16 -05:00
Allen Byrne
6cbc110419 HDFFV-10412 add note for new H5error_on Java API 2018-03-14 15:57:51 -05:00
Larry Knox
7f06503361 Merge pull request #953 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
* commit '0d5c1153f1e8b55784512a3cb722bda94e1b2080':
  Add info to release notes for: (1) library version bounds (2) HDFFV-10360 (h5clear) (3) HDFFV-10209 (VDS SWMR test failure)
2018-03-14 13:04:04 -05:00
Vailin Choi
0d5c1153f1 Add info to release notes for:
(1) library version bounds
(2) HDFFV-10360 (h5clear)
(3) HDFFV-10209 (VDS SWMR test failure)
2018-03-14 11:13:16 -05:00
Allen Byrne
91b1f74a1e Merge pull request #951 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'b5867a05a7adf5d1c89721bf42a5bbaddb47dbd9':
  HDFFV-10412 add error on function for Java
2018-03-14 09:54:27 -05:00
Allen Byrne
b5867a05a7 HDFFV-10412 add error on function for Java 2018-03-13 17:21:10 -05:00
Dana Robinson
9247388c3d Merge pull request #948 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
* commit '5c2473a01e8ece7f77836afef885cffed2638970':
  Added a "won't fix" RELEASE.txt entry for HDFFV-10356.
2018-03-13 12:58:29 -05:00
Allen Byrne
2ab4276084 Merge pull request #949 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '6287bac6e5916d69f1df3f3907f2c530c8ba5ada':
  Rework new tests into one macro
  Fix CMake test names
2018-03-13 12:34:56 -05:00
Allen Byrne
6287bac6e5 Rework new tests into one macro 2018-03-13 12:26:24 -05:00
Dana Robinson
5c2473a01e Added a "won't fix" RELEASE.txt entry for HDFFV-10356. 2018-03-13 10:10:14 -07:00
Allen Byrne
cbe8171f67 Fix CMake test names 2018-03-13 10:26:49 -05:00
Dana Robinson
f0238d0346 Merge pull request #945 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdffv_10358 to develop
* commit 'b877534a330a201e3b5c51d97daa8e01a5c1cd3a':
  Added a fix for HDFFV-10358.
2018-03-13 10:13:30 -05:00
Larry Knox
4aa3784f12 Merge pull request #947 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:HDFFV-10397-testphdf5-has-some-memory-leaks to develop
* commit '86890ac84ba74a437f87d98e7d7931dccc0fe856':
  Add release note for HDFFFV-10397.
2018-03-13 09:22:38 -05:00
Binh-Minh Ribler
6c789d2913 Merge pull request #946 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to develop
* commit '19d54162ce7e43f04572b7cea12695df11ba7bea':
  Fixed typo
  Fixed documentation Description:     - Updated the description of copy constructor for clarification.     - Removed unnecessary comments. Platforms tested:     Linux/64 (jelly)
2018-03-12 21:08:12 -05:00
Binh-Minh Ribler
19d54162ce Fixed typo 2018-03-12 21:07:24 -05:00
lrknox
86890ac84b Add release note for HDFFFV-10397. 2018-03-12 20:39:03 -05:00
Binh-Minh Ribler
c76411768f Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop 2018-03-12 20:06:20 -05:00
Dana Robinson
b877534a33 Added a fix for HDFFV-10358. 2018-03-12 17:56:54 -07:00
Binh-Minh Ribler
2d4d39d157 Fixed documentation
Description:
    - Updated the description of copy constructor for clarification.
    - Removed unnecessary comments.
Platforms tested:
    Linux/64 (jelly)
2018-03-12 19:39:20 -05:00