Commit Graph

1785 Commits

Author SHA1 Message Date
Binh-Minh Ribler
64565f9771 Merge pull request #936 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to develop
Modified 43158f3bb3 and additional wrappers.

* commit 'b638bbd74b79f935a43aa6a804492e035ec315f6':
  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.
2018-03-12 11:45:23 -05:00
Binh-Minh Ribler
5a0d8d0d16 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)
2018-03-12 00:03:46 -05:00
M. Scot Breitenfeld
a5d95ec083 Merge branch 'develop' into hdf5_1_10_merge 2018-03-09 16:57:54 -06:00
Allen Byrne
75db73efc5 Add release note 2018-03-09 12:49:26 -06:00
Allen Byrne
24c62ba7fe Change CMake min to 3.10 2018-03-09 12:32:06 -06:00
Allen Byrne
13f5388149 HDFFV-4359 Add HL C++ and fix install parameters 2018-03-08 16:39:35 -06:00
M. Scot Breitenfeld
496af1be89 Needs to sync with lib version and Sencode. 2018-03-07 15:49:14 -06:00
Allen Byrne
28566611da Merge changes from develop 2018-03-07 11:43:10 -06:00
Allen Byrne
36bf5edfc9 Add missing note 2018-03-07 11:41:55 -06:00
Allen Byrne
1428e57fbf HDFFV-10414 fix note 2018-03-07 10:53:07 -06:00
Allen Byrne
d981692e63 HDDFV-10414 correct location of error change 2018-03-07 10:52:34 -06:00
Allen Byrne
f4ac515fed Merge 10414, 10292, VFD fix from develop 2018-03-06 10:03:09 -06:00
Larry Knox
56afea019b Merge pull request #920 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit 'b3142a85fda8670a5780e6d3d080d54a71e0fc1d':
  Update install file for configure revisions.
2018-03-06 09:10:19 -06:00
Allen Byrne
1c3ba37217 Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'd8723ac1178a69c4dff7164203d999d61c2159bb':
  Fix for HDFFV-10357 (CVE-2017-17508).
  Fix for HDFFV-10355 (CVE-2017-17506).
  Fix for HDFFV-10354 (CVE-2017-17505).
2018-03-06 08:29:55 -06:00
Dana Robinson
b61c93acb3 Merge branch 'develop' into hdffv_10355 2018-03-05 16:08:28 -08:00
Dana Robinson
4faf4d335b Merge branch 'develop' into hdffv_10354 2018-03-05 15:27:03 -08:00
Allen Byrne
8ae5f68041 HDFFV-10292 Windows drive letters cause issues in paths 2018-03-05 12:43:51 -06:00
Dana Robinson
3b0e80c1dc Merge pull request #911 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdffv_10357 to develop
* commit 'ce005900d6ad539cc7556ab225b771d24632f4f1':
  Fix for HDFFV-10357 (CVE-2017-17508).
2018-03-05 12:38:20 -06:00
lrknox
b3142a85fd Update install file for configure revisions. 2018-03-05 08:17:39 -06:00
Allen Byrne
81b96fb01a Remove option from list in doc 2018-02-28 11:47:17 -06:00
Allen Byrne
d4e7beb9ee Incr CMake min, add missing test, rework test CMake script 2018-02-27 16:39:10 -06:00
Allen Byrne
b36bad53d9 Inc CMake min, Add new tests, rework test CMake files 2018-02-27 12:57:07 -06:00
Dana Robinson
ce005900d6 Fix for HDFFV-10357 (CVE-2017-17508). 2018-02-26 20:16:13 -08:00
Dana Robinson
302053f978 Fix for HDFFV-10355 (CVE-2017-17506). 2018-02-26 18:31:40 -08:00
Allen Byrne
a4f0666ecd Update list 2018-02-26 16:13:25 -06:00
Dana Robinson
1e5b67c1dc Fix for HDFFV-10354 (CVE-2017-17505). 2018-02-26 12:22:32 -08:00
Allen Byrne
bb27f1441f HDFFV-10412 merge from develop 2018-02-22 11:36:41 -06:00
Allen Byrne
0d912d4632 HDFFV-10412 moved check back into normal path 2018-02-21 16:23:07 -06:00
Allen Byrne
fc875eb5b7 HDFFV-10384 and includes cleanup merged from devlop 2018-02-16 09:25:51 -06:00
Allen Byrne
ebb3bb0cfc HDFFV-10384 Add opt arg to help 2018-02-15 16:58:51 -06:00
hdftest
fa3a845d49 Snapshot version 1.10 release 2 (snap9) 2018-02-11 15:54:22 -06:00
Allen Byrne
785b4ad2d4 Merge pull request #885 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit 'ad89b8325555ffd7ea27baef61c506a81dc80a96':
  Add note for HDFFV-10398
  HDFFV-10398 merge from develop improve CMake code
2018-02-02 14:12:21 -06:00
Allen Byrne
ad89b83255 Add note for HDFFV-10398 2018-02-01 09:42:35 -06:00
Allen Byrne
b57c5490e0 JHDFFV-10398 add note 2018-02-01 09:42:14 -06:00
M. Scot Breitenfeld
99c4d23c6c fixed develop to 1.10 issues 2018-01-31 14:12:26 -06:00
M. Scot Breitenfeld
afafd79e79 Merge branch 'develop' into hdf5_1_10 2018-01-31 13:06:30 -06:00
Allen Byrne
2e387d1bf6 Update refences to CMake usage 2018-01-29 12:43:54 -06:00
Allen Byrne
f837afc875 Update reference files for CMake options 2018-01-29 12:40:52 -06:00
Allen Byrne
81adc76db6 Fix typo 2018-01-25 11:19:03 -06:00
Allen Byrne
fbcaec3555 HDFFV-10396 typo fix 2018-01-25 11:16:04 -06:00
Allen Byrne
c9309e0bdc HDFFV-10396 Reduce use of h5tools_simple_prefix function 2018-01-25 10:36:02 -06:00
Allen Byrne
ad4514ebee HDFFV-10396 Add note 2018-01-25 10:32:23 -06:00
Allen Byrne
233afe3b6f HDFFV-10385,10392,10393 merge from develop 2018-01-22 11:22:27 -06:00
Allen Byrne
608a71200d HDFFV-10385 rename vars and macros 2018-01-19 10:49:17 -06:00
Allen Byrne
3374818d14 HDFFV-10393 fix incorrect search for name in h5repack object table 2018-01-18 14:22:12 -06:00
Allen Byrne
6ca95c512a HDFFV-10385 rework java names 2018-01-17 10:27:00 -06:00
Allen Byrne
2637bf680d Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '88574bf85618adc96142bebf865ac2caf82c8f09':
  HDFFV-10361 Correct signatures
  HDFFV-10361 Update release note for vds prefix
  HDDFV-10361 combine duplicated prefix utility functions
2018-01-10 09:58:05 -06:00
Allen Byrne
88574bf856 Merge pull request #852 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-10361-hdffv-9724-fix-has-duplicated to develop
* commit '9c2a9cec1f708039dbc625bcc6827ab64282e065':
  HDFFV-10361 Correct signatures
  HDFFV-10361 Update release note for vds prefix
  HDDFV-10361 combine duplicated prefix utility functions
2018-01-10 09:40:38 -06:00
Allen Byrne
aec8543888 HDFFV-10385 merge corrections from develop 2018-01-10 08:41:28 -06:00
Allen Byrne
850ec7a30a HDFFV-10385 - add release note 2018-01-10 08:39:50 -06:00