Quincey Koziol
d812c6fe60
Cleanup API context function usage.
2018-03-18 22:51:19 -05:00
Quincey Koziol
c31460c1b7
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_func_enter_vol
2018-03-18 18:38:21 -05:00
Quincey Koziol
f38864920d
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_func_enter_vol
...
Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
2018-03-18 18:36:49 -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
Quincey Koziol
4a17aff408
Add API context interface and use it throughout the library.
2018-03-15 16:54:30 -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
Vailin Choi
a8afb3ab3b
Merge pull request #931 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
...
* commit 'f08b8fa10e7bac5ae26e3b06f938d38ebb3f28e1':
Enhancement to the tool h5clear (HDFFV-10360)
Fix for HDFFV-10209 VDS SWMR test failure Free the object header when there are chksum retries.
2018-03-12 18:00:05 -05:00
Allen Byrne
612fefc435
Merge pull request #940 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit '2adf6c741fcd984a3067373e03023e71a8d721a9':
Remove obsolete files
HDFFV-10418 adjust build commands to match main library build
2018-03-12 15:55:13 -05:00
Richard Warren
db5bc1895d
Merge pull request #941 in HDFFV/hdf5 from t_bigio_develop to develop
...
* commit '1a3beaadce81ad257d186c9dca8906577cce58b0':
Unify the test (t_bigio.c) between hdf5_1_10 and develop
2018-03-12 15:42:37 -05:00
Richard Warren
1a3beaadce
Unify the test (t_bigio.c) between hdf5_1_10 and develop
2018-03-12 16:17:10 -04:00
Larry Knox
6492e67cdc
Merge pull request #939 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:HDFFV-10397-testphdf5-has-some-memory-leaks to develop
...
* commit '5d7c18fcfc14a53f4d6321460463357fbda61f4b':
Remove comparison to NULL for variables to be freed.
Add HDfree of vector, matrix_out and matrix_out1 previously HDmalloced in coll_write_test().
2018-03-12 14:33:19 -05:00
lrknox
5d7c18fcfc
Remove comparison to NULL for variables to be freed.
2018-03-12 14:10:59 -05:00
lrknox
6a53c14240
Add HDfree of vector, matrix_out and matrix_out1 previously HDmalloced
...
in coll_write_test().
2018-03-12 13:47:27 -05:00
Allen Byrne
2adf6c741f
Remove obsolete files
2018-03-12 13:40:38 -05:00
Scot Breitenfeld
1918972960
Merge pull request #938 in HDFFV/hdf5 from avoid_trunc_beta to develop
...
* commit '4823abf3ee0d9df1c3f23ae7e36ce4d1d146afd6':
Removed commented out code from H5FDmpio.c, H5FDprivate.h and H5Fint.c
Optimized version of avoid truncate patch.
2018-03-12 13:03:10 -05:00
Allen Byrne
9ea48ca15a
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit '64565f9771a50138e77a806d7ab330e3919c1847':
Code improvement Description: - Removed memory leaks caused by accidentally invoking p_get_member_type - Added the call to test_lcpl, missed previously Platforms tested: Linux/64 (jelly) Linux/ppc64 (ostrich) Darwin (osx1010test)
Updated RELEASE.txt Description: - Wrappers for H5Lcreate_soft, H5Lcreate_hard, H5Lcopy, H5Lmove, H5Ldelete, and H5Lget_info - Class LinkCreatPropList - Fixed typo in source file Platforms tested: Linux/64 (jelly)
Updated for H5LcreatProp.[h,cpp]
Updated MANIFEST for H5LcreatProp.[h,cpp]
HDFFV-10149 continued Description: - Moved the new wrappers committed on Mar 9: 43158f3bb3
to H5Location and renamed some of them for overloading. This is because the loc_id in the C APIs can be file, group, dataset, named datatype, and attribute. Previous implementation was wrong following some inaccurate C API reference manual.
Improve code Description: Added notes and changed argument to H5Fcreate to clarify the latest situation Platforms tested: Linux/64 (jelly)
2018-03-12 12:09:03 -05:00