Network

 
AuthorCommitMessageCommit Date
Scot BreitenfeldScot Breitenfeld
3dcc827771dMMerge branch 'develop' into avoid_trunc_beta
Scot BreitenfeldScot Breitenfeld
ec361559b3aMMerge branch 'develop' into avoid_trunc_beta
Scot BreitenfeldScot Breitenfeld
65c670d39cbMMerge branch 'develop' into avoid_trunc_beta
Scot BreitenfeldScot Breitenfeld
8aa52058446Optimized version of avoid truncate patch.
Binh-Minh RiblerBinh-Minh Ribler
64565f9771aMMerge pull request #936 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to develop Modified 43158f3bb352f374c31556a5d0dc463a09e0b32e 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 Descrip...
Binh-Minh RiblerBinh-Minh Ribler
b638bbd74b7Code 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)
Binh-Minh RiblerBinh-Minh Ribler
5a0d8d0d16fUpdated 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)
Binh-Minh RiblerBinh-Minh Ribler
17af6bcb791Updated for H5LcreatProp.[h,cpp]
Binh-Minh RiblerBinh-Minh Ribler
78416533599Updated MANIFEST for H5LcreatProp.[h,cpp]
Binh-Minh RiblerBinh-Minh Ribler
3494282d42bHDFFV-10149 continued Description: - Moved the new wrappers committed on Mar 9: 43158f3bb352f374c31556a5d0dc463a09e0b32e 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. - Only the following wrappers are modified or added: + H5Lcreate_soft: changed name fro...
Binh-Minh RiblerBinh-Minh Ribler
0684235b36bMMerge pull request #935 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr:develop to develop Notes for gen_bounds.c * commit '8155dba8d7cb8dbe2532c17c7ea5a27f52e3095b': Improve code Description: Added notes and changed argument to H5Fcreate to clarify the latest situation Platforms tested: Linux/64 (jelly)
Binh-Minh RiblerBinh-Minh Ribler
8155dba8d7cMMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr into develop
Binh-Minh RiblerBinh-Minh Ribler
4731819b0e4Improve code Description: Added notes and changed argument to H5Fcreate to clarify the latest situation Platforms tested: Linux/64 (jelly)
Allen ByrneAllen Byrne
26109aad513MMerge pull request #932 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '75db73efc514aff2af63618cc7be357fc4e77cb6': Add release note Remove obsolete comments Change CMake min to 3.10
Allen ByrneAllen Byrne
75db73efc51Add release note
Allen ByrneAllen Byrne
2d0a0859b22Remove obsolete comments
Allen ByrneAllen Byrne
24c62ba7fefChange CMake min to 3.10
Binh-Minh RiblerBinh-Minh Ribler
43158f3bb35MMerge pull request #833 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to develop Update for new support website. * commit '801191b4c374adc462345f2c068f1cfc6f4adf97': Upated cpp doc. Added C++ wrappers - HDFFV-10149 Description: Added the following wrappers to class H5::Group: + H5Lcreate_soft: // Creates a soft link from link_name to target_name. void newLink(const char *target_name, const char *link_name,...) void newLink(const H5std_string& target_...
Binh-Minh RiblerBinh-Minh Ribler
801191b4c37Upated cpp doc.
Binh-Minh RiblerBinh-Minh Ribler
539f4691fa1Added C++ wrappers - HDFFV-10149 Description: Added the following wrappers to class H5::Group: + H5Lcreate_soft: // Creates a soft link from link_name to target_name. void newLink(const char *target_name, const char *link_name,...) void newLink(const H5std_string& target_name,...) + H5Lcreate_hard: // Creates a hard link from new_name to curr_name. void newLink(const char *curr_name, const Group& new_loc,...) void newLink(const H5st...
Binh-Minh RiblerBinh-Minh Ribler
ace714c36a3MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop
Binh-Minh RiblerBinh-Minh Ribler
82d092a499dUpdate for new support website Description: - Replaced external links with text including the C API name - Removed links of copyright at the bottom of each page - Removed logo at top - Removed document name and version number Platforms tested: Linux/32 2.6 (jam) - only documentation
Allen ByrneAllen Byrne
2a5d608f7bfMMerge pull request #929 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '13f5388149a0dd39a6f67d30d63c6d622e249fd9': HDFFV-4359 Add HL C++ and fix install parameters HDFFV-4359 Add C,HL,CXX files
Allen ByrneAllen Byrne
13f5388149aHDFFV-4359 Add HL C++ and fix install parameters
Allen ByrneAllen Byrne
3712738877aHDFFV-4359 Add C,HL,CXX files
Binh-Minh RiblerBinh-Minh Ribler
53235aa24c7MMerge pull request #930 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr:develop to develop * commit '7c293908a772dd19d69872b4dbf1fdcbbbf5f94f': Improving tests Description: Fixed typos that caused daily test failure on Ostrich Platforms tested: Linux/64 (jelly) Linux/ppc64 (ostrich)
Binh-Minh RiblerBinh-Minh Ribler
7c293908a77Improving tests Description: Fixed typos that caused daily test failure on Ostrich Platforms tested: Linux/64 (jelly) Linux/ppc64 (ostrich)
Allen ByrneAllen Byrne
00d29181b51MMerge pull request #928 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '6d75a3ffb4b1451ff80b7fdddafa5859376bee77': Fix misaligned macro Fix CMake missing parens
Allen ByrneAllen Byrne
6d75a3ffb4bFix misaligned macro
Allen ByrneAllen Byrne
8347a31871eFix CMake missing parens
Binh-Minh RiblerBinh-Minh Ribler
e1721103c56MMerge pull request #901 in HDFFV/hdf5 from ~BMRIBLER/version_bounds_bmr:develop to develop tests for version bounds. * commit 'f05f9d4cffab5e008c67e19034c1b248e1b01b3c': Miscellaneous test fixes Description: - dtypes.c: added the use of highest version of nested datatypes to verify the datatype's version. - miscellaneous typos Platforms tested: Linux/64 (jelly) Darwin (osx1010test) Added h5repack tests Description: Added tests SUPERBLOCK and INVALIDBOUNDS, comp...
Binh-Minh RiblerBinh-Minh Ribler
f05f9d4cffaMiscellaneous test fixes Description: - dtypes.c: added the use of highest version of nested datatypes to verify the datatype's version. - miscellaneous typos Platforms tested: Linux/64 (jelly) Darwin (osx1010test)
Binh-Minh RiblerBinh-Minh Ribler
2b50dc9855cAdded h5repack tests Description: Added tests SUPERBLOCK and INVALIDBOUNDS, composed by ADB. Platforms tested: Linux/64 (jelly) - cmake
Binh-Minh RiblerBinh-Minh Ribler
f2ff00bd7a2Added bounds_latest_latest.h5
Binh-Minh RiblerBinh-Minh Ribler
4899c9ab47bMisc improvement Description: - Added test file for h5repack test VERIFY_INVALIDBOUNDS - Updated MANIFEST - Removed unnecessary header file in test - Update h5repack script to copy the new file to the test location Platforms tested: Linux/64 (jelly) Darwin (osx1010test)
Binh-Minh RiblerBinh-Minh Ribler
c9885a51d86MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/version_bounds_bmr into develop
Binh-Minh RiblerBinh-Minh Ribler
39e3da75633Improving tests Description: - Added test for version bounds with nested datatypes - Added script for additional version bound test in h5repack - Cleaned up tests for consistency - Removed extra included header files Platforms tested: Linux/64 (jelly) Linux/64 (moohan) Darwin (osx1010test)
Allen ByrneAllen Byrne
3593694811aMMerge pull request #926 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '08fc36b0ca10abb9960c6543b4bc854d8d8aaf31': Correct cutnpaste Add missing note
Allen ByrneAllen Byrne
08fc36b0ca1Correct cutnpaste
Allen ByrneAllen Byrne
36bf5edfc91Add missing note
Allen ByrneAllen Byrne
6fb3962d9adMMerge pull request #925 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '1428e57fbf03d5ee58e6e4bbc2cdf71c2200607d': HDFFV-10414 fix note HDDFV-10414 correct location of error change
Allen ByrneAllen Byrne
1428e57fbf0HDFFV-10414 fix note
Allen ByrneAllen Byrne
d981692e63fHDDFV-10414 correct location of error change
Allen ByrneAllen Byrne
08d007a3072MMerge pull request #924 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '2db84441d742433c0aee26624a7b3fd05c2dbbf2': ifdef around another function
Allen ByrneAllen Byrne
2db84441d74ifdef around another function
Allen ByrneAllen Byrne
cad9a337606MMerge pull request #923 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit 'b8b0afc4c3e532c07c1284eddb0c5cb7834ea86a': Add #ifdef H5_HAVE_FORK eliminates special handling Add #ifdef H5_HAVE_FORK
Allen ByrneAllen Byrne
b8b0afc4c3eAdd #ifdef H5_HAVE_FORK eliminates special handling
Allen ByrneAllen Byrne
e5b602fafe3Add #ifdef H5_HAVE_FORK
Jerome SoumagneJerome Soumagne
b62f31bd5acModify H5R_decode to return number of decoded bytes
Jerome SoumagneJerome Soumagne
15a27f389bbAdd H5R_cast()