AuthorCommitMessageCommit dateIssues
Jordan HendersonJordan Henderson
e1e10743cf3Add configure check for MPI_Mprobe and MPI_Imrecv functionsAdd line to libhdf5settings file for status of Parallel writes to filtered datasets status Surround Parallel Compression code in MPI_VERSION >= 3 checks Add disabled message for Parallel Compression built w/ MPI-2 Modify Parallel Compression tests to only run the parallel filtered read tests when parallel filtered writes are disabled Update big I/O code to handle being built with MPI-2 Add...MPI-2
Jordan HendersonJordan Henderson
5550fb330a0RELEASE.txt updates for HDFFV-10467 and HDFFV-105092 JIRA Issues
Larry KnoxLarry Knox
e203b15e945MMerge pull request #1150 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop* commit 'ac5871c39cd9cd26b4a26041da7f265d5bba64dd': Update HDF5 examples to correct version. Correct a few typos. Correct typo in comment in config/gnu-flags. Update bine/release to create batch scripts and build-unix-sh, and to put files in a subdirectory.
Larry KnoxLarry Knox
ac5871c39cdUpdate HDF5 examples to correct version.
Larry KnoxLarry Knox
208ff1410d1Correct a few typos.
Larry KnoxLarry Knox
ab31eafa2ecCorrect typo in comment in config/gnu-flags.
Larry KnoxLarry Knox
076ae17a5daUpdate bine/release to create batch scripts and build-unix-sh, and toput files in a subdirectory.
Binh-Minh RiblerBinh-Minh Ribler
e2a1ddd8149MMerge pull request #1148 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop* commit '9838a1a08f946417d6d361b8b2c86307288cc50d': Add missing '\' in the middle of the public headers list in Makefile.am.
Larry KnoxLarry Knox
9838a1a08f9Add missing '\' in the middle of the public headers list in Makefile.am.
Binh-Minh RiblerBinh-Minh Ribler
98308480f6fMMerge pull request #1146 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp4:develop to developCode improvement New class for dataset access property list * commit '3c6a39858fef9e7207cd7c3e3057267ec380be0b': Fixed typos Entered entries for HDFFV-10150, HDFFV-10458, HDFFV-1047 Updated for C2Cppfunction_map.htm Added class DSetAccPropList Description: - Added class DSetAccPropList for the dataset access property list. - Added wrapper for H5Dget_access_plist to class DataSe...3 JIRA Issues
Binh-Minh RiblerBinh-Minh Ribler
3c6a39858feFixed typos
Binh-Minh RiblerBinh-Minh Ribler
f80cb3f866aEntered entries for HDFFV-10150, HDFFV-10458, HDFFV-10473 JIRA Issues
Binh-Minh RiblerBinh-Minh Ribler
55a35a8273dUpdated for C2Cppfunction_map.htm
Binh-Minh RiblerBinh-Minh Ribler
09913e2f8e0Added class DSetAccPropList Description: - Added class DSetAccPropList for the dataset access property list. - Added wrapper for H5Dget_access_plist to class DataSet // Gets the access property list of this dataset. DSetAccPropList getAccessPlist() const; - Added wrappers for H5Pset_chunk_cache and H5Pget_chunk_cache to class DSetAccPropList // Sets the raw data chunk cache parameters. void setChunkCache(size_t rdcc_nslots, size_t rdcc_nbytes, double rdcc_w0) // Retrieves the raw data chunk cache parameters. void getChunkCache(size_t &rdcc_nslots, size_t &rdcc_nbytes, double &rdcc_w0) - Added two m...
Binh-Minh RiblerBinh-Minh Ribler
c983fc3c5bcMMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp4 into develop
Binh-Minh RiblerBinh-Minh Ribler
4f37cdcd36aCode improvementDescription: Moved the new H5Object::getInfo member functions to H5Location and made them overloaded with the existing H5Location::getObjinfo. This way is cleaner than the previous approach. Platforms tested: Linux/64 (jelly) Linux/32 (jam) Darwin (osx1010test)
Vailin ChoiVailin Choi
243a36911fbMMerge pull request #1145 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop* commit 'ad317226eacbf5b0a770e458290236ba91861fdc': Fix for HDFFV-9277: update the ainfo message after removing an attribute.HDFFV-9277
Vailin ChoiVailin Choi
ad317226eacFix for HDFFV-9277: update the ainfo message after removing an attribute.HDFFV-9277
Binh-Minh RiblerBinh-Minh Ribler
32d5a3be1caMMerge pull request #1141 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp4:develop to developFixed HDFFV-10472 and replaced the C2Cpp function mapping table with a more supported format. * commit 'dd0a040ec807912b80a9f1779fbf46c65d01cd57': Fixed EED-319 Description: - Fixed doc issue Added an html version for the C++ function mapping table and removed the single web page version. Updated cpp_doc_config to use the html file. - Added a couple more minor tests...2 JIRA Issues
Allen ByrneAllen Byrne
e13beff99f2MMerge pull request #1144 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop* commit '77fa93e07b2b860ca314b2c332ebd440544e3326': Add cmakehdf5 command line option to turn on shell script testing. Option is on by default but can be disabled with --disable-shell-testing.
Larry KnoxLarry Knox
77fa93e07b2Add cmakehdf5 command line option to turn on shell script testing.Option is on by default but can be disabled with --disable-shell-testing.
Larry KnoxLarry Knox
64d8a679438MMerge pull request #1143 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop* commit '3c6654921000a8659276f1fcb32dd0ada1353558': Apply Cygwin pathches from Marco Atzeri. Commit Joe Lee's typo corrections for src/H5MF.c.
Allen ByrneAllen Byrne
dfc06f79489MMerge pull request #1142 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '3a8892a0d90edb6c21c91ede18bf6b3cb2895af0': Adjust error handling TRILABS-137 Convert tcheck_version script to cmake tests ifdef around std flag for cygwinTRILABS-137
Larry KnoxLarry Knox
3c665492100MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
Larry KnoxLarry Knox
892252106a1Apply Cygwin pathches from Marco Atzeri.Commit Joe Lee's typo corrections for src/H5MF.c.
Allen ByrneAllen Byrne
3a8892a0d90Adjust error handling
Allen ByrneAllen Byrne
e5156823bdbTRILABS-137 Convert tcheck_version script to cmake testsTRILABS-137
Binh-Minh RiblerBinh-Minh Ribler
dd0a040ec80Fixed EED-319Description: - Fixed doc issue Added an html version for the C++ function mapping table and removed the single web page version. Updated cpp_doc_config to use the html file. - Added a couple more minor testsEED-319
Allen ByrneAllen Byrne
72931507f94ifdef around std flag for cygwin
Binh-Minh RiblerBinh-Minh Ribler
9a306f8311fMMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp4 into develop
Binh-Minh RiblerBinh-Minh Ribler
a31cd3623ffFixed HDFFV-10472Description: Added operator!= to DataType bool operator!=(const DataType& compared_type) Platforms tested: Linux/64 (jelly) Linux/32 (jam) Darwin (osx1010test)HDFFV-10472
Binh-Minh RiblerBinh-Minh Ribler
d95f36686b2MMerge pull request #1140 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp4:develop to developFixed part of HDFFV-10458: wrappers for H5Oget_info2, H5Oget_info_by_name2, and H5Oget_info_by_idx2. * commit '3aa24435180d10aeca6493f7c1b277cfd5c73fad': Fixed HDFFV-10458 partially Description: Added wrappers for H5Oget_info_by_idx2. Fixed comments Fixed HDFFV-10458 partially Description: Added wrappers for H5Oget_info2 and H5Oget_info_by_name2.HDFFV-10458
Binh-Minh RiblerBinh-Minh Ribler
3aa24435180Fixed HDFFV-10458 partially Description: Added wrappers for H5Oget_info_by_idx2. // Returns information about an HDF5 object, given its index. void getInfo(const char* grp_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t idx, H5O_info_t& objinfo, unsigned fields = H5O_INFO_BASIC, const LinkAccPropList& lapl = LinkAccPropList::DEFAULT) void getInfo(const H5std_string& grp_name, H5_index_t idx_type, ...HDFFV-10458
Binh-Minh RiblerBinh-Minh Ribler
944735221e3Fixed comments
Binh-Minh RiblerBinh-Minh Ribler
c7f42f181c5MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp4 into develop
Binh-Minh RiblerBinh-Minh Ribler
14bf28780aaFixed HDFFV-10458 partially Description: Added wrappers for H5Oget_info2 and H5Oget_info_by_name2. // Returns information about an HDF5 object. void getInfo(H5O_info_t& objinfo, unsigned fields = H5O_INFO_BASIC) // Returns information about an HDF5 object, given its name. void getInfo(const char* name, H5O_info_t& objinfo, unsigned fields = H5O_INFO_BASIC, const LinkAccPropList& lapl = LinkAccPropList::DEFAULT) void getInfo(const H5std_s...HDFFV-10458
Binh-Minh RiblerBinh-Minh Ribler
8a504025690MMerge pull request #1139 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp4:develop to developFixed HDFFV-10476, HDFFV-10478, HDFFV-10480 * commit 'fe916ada370f33b48b3c39dbf9e3ff73df00fdb7': Removed white space Fixed HDFFV-10476, HDFFV-10478, HDFFV-10480 Description: Fixed potential out of bound read and NULL pointer dereferences. Platforms tested: Linux/64 (jelly) Linux/32 (jam) Darwin (osx1010test)3 JIRA Issues
Binh-Minh RiblerBinh-Minh Ribler
fe916ada370Removed white space
Larry KnoxLarry Knox
b888763b6d4MMerge pull request #1135 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '46986950ad2818a5235c821fa576e0f6470b39be': TRILAB-31 add note TRILAB-31 Working locallyTRILAB-31
Binh-Minh RiblerBinh-Minh Ribler
073e0b1f031Fixed HDFFV-10476, HDFFV-10478, HDFFV-10480Description: Fixed potential out of bound read and NULL pointer dereferences. Platforms tested: Linux/64 (jelly) Linux/32 (jam) Darwin (osx1010test)3 JIRA Issues
Allen ByrneAllen Byrne
46986950ad2MMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop)* commit '55666ace551369b3d72430c090ab9f1571e1be75': Combined macro lines as Dana commented Platforms tested: Linux/64 (jelly) (very minor) Fix evaluation of __has_attribute(no_sanitize_address) on older GCC versions Fixed division-by-zero issues Description: Fixed HDFFV-10481 and HDFFV-10477, division by 0. Fixed another occurrence beside what were reported. Also, changed...2 JIRA Issues
Binh-Minh RiblerBinh-Minh Ribler
55666ace551MMerge pull request #1134 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp4:develop to developFixed HDFFV-10481 and HDFFV-10477 * commit '83ca39ba9a2d6852dd7754b533f7839e9d2a0107': Combined macro lines as Dana commented Platforms tested: Linux/64 (jelly) (very minor) Fixed division-by-zero issues Description: Fixed HDFFV-10481 and HDFFV-10477, division by 0. Fixed another occurrence beside what were reported. Also, changed a local variable to avoid an unnecessary ca...2 JIRA Issues
Binh-Minh RiblerBinh-Minh Ribler
83ca39ba9a2Combined macro lines as Dana commentedPlatforms tested: Linux/64 (jelly) (very minor)
Jerome SoumagneJerome Soumagne
2725634ed99MMerge pull request #1136 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5_fork:topic_sanitize_gcc48_fix to develop* commit 'd5e7134df911808bba26ac6629e1fe8324916585': Fix evaluation of __has_attribute(no_sanitize_address) on older GCC versions
Jerome SoumagneJerome Soumagne
d5e7134df91Fix evaluation of __has_attribute(no_sanitize_address) on older GCC versions
Allen ByrneAllen Byrne
7117a66fd02TRILAB-31 add noteTRILAB-31
Allen ByrneAllen Byrne
47780cb4e03TRILAB-31 Working locallyTRILAB-31
Jerome SoumagneJerome Soumagne
643593dfda4MMerge pull request #1112 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5_fork:gcc_sanitize to develop* commit '5afeefe1bae62fa5faf06c0c6f240e10863a2693': Fix H5detect to use no_sanitize_address attribute and support GCC sanitizers
Jordan HendersonJordan Henderson
f649be9fdc9MMerge pull request #1127 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop* commit 'a8d6f100cdddbfc42d0c4abfeb4ceb8788b1b087': Add note about single chunk caching and serial library Add check for actually using the MPI file driver when caching one chunk Fix error message mentioning wrong MPI function used Fix for HDFFV-10509 Revise H5D__mpio_array_gatherv() to not allocate memory needlessly Add test to continually grow and shrink chunks Changes to test ...HDFFV-10509
Larry KnoxLarry Knox
518f4af9005MMerge pull request #1131 in HDFFV/hdf5 from HDFFV-10527-typo-in-h5fs.c to develop* commit 'cb38d210c3ec4945fd47b5861d7db137e0efac55': HDFFV-10527:corrected two more typos. HDFFV-10527:corrected typos in comment blocks.HDFFV-10527