| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| |
| |
| | |
* commit 'b6d1e9abdc2571f6d7b56ebab26a245d2f036516':
Fixed typo in H5_H5CONFIG_F_IKIND name
|
| |\
| | |
| | |
| | |
| | | |
* commit '8f79022bc63c7eca3af66eec7c2a99585a7c5397':
Fixed typo in H5_H5CONFIG_F_IKIND name
|
| |/ |
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
* commit '91f20982daf2f76d4b8f3ba4f4659db7cd62c821':
HDFFV-10534 add note
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
~JHENDERSON/hdf5:bugfix/CMake_MPI_libs_fix to develop
* commit 'd075c0854d1ffb5a8eae23c5eb9a4456067f30c9':
Add quotes to places where MPI_C_LIBRARIES are linked against
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
to develop
Typos in comments
* commit '7d9f5ed49a560fe8801b77cce8ffb60a2ec5e846':
Fixed document format Platforms tested: Linux/64 (jelly) (only in comment sections)
Fixed missing backslash
|
| |\ \
| | |/
| | |
| | | |
https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp4 into develop
|
| | |
| | |
| | |
| | |
| | | |
Platforms tested:
Linux/64 (jelly) (only in comment sections)
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
* commit '49a8da4ea79677804131aef87287f80b30658fd1':
HDFFV-10534
Add missing test option
Add test file with unwritten datasets
|
| | | |
|
| |\ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
* commit '272eb4b8bffd2ab732d268c421583587317b8dc2':
RELEASE.txt updates for HDFFV-10467 and HDFFV-10509
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.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* commit '5550fb330a00ef75b6ab6daa6d8dae8bcf832185':
RELEASE.txt updates for HDFFV-10467 and HDFFV-10509
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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.
|
| | | | |
|
| | | | |
|
| | | | |
|
|/ / /
| | |
| | |
| | | |
put files in a subdirectory.
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
* commit '9838a1a08f946417d6d361b8b2c86307288cc50d':
Add missing '\' in the middle of the public headers list in Makefile.am.
|
|/ / |
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
to develop
Code 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 DataSet // Gets the access property list of this dataset. DSetAccPropList getAccessPlist() const;
Code improvement Description: 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)
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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 more arguments to H5Location::createDataSet:
const DSetAccPropList& dapl = DSetAccPropList::DEFAULT
const LinkCreatPropList& lcpl = LinkCreatPropList::DEFAULT
- Added one more argument to H5Location::openDataSet:
const DSetAccPropList& dapl = DSetAccPropList::DEFAULT
Platforms tested:
Linux/64 (jelly)
Linux/32 (jam)
Darwin (osx1010test)
|
| |\
| |/
|/|
| | |
https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp4 into develop
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
develop
* commit 'ad317226eacbf5b0a770e458290236ba91861fdc':
Fix for HDFFV-9277: update the ainfo message after removing an attribute.
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
to develop
Fixed 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
Fixed HDFFV-10472 Description: Added operator!= to DataType bool operator!=(const DataType& compared_type) Platforms tested: Linux/64 (jelly) Linux/32 (jam) Darwin (osx1010test)
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* 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.
|
|/ / /
| | |
| | |
| | | |
Option is on by default but can be disabled with --disable-shell-testing.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* commit '3c6654921000a8659276f1fcb32dd0ada1353558':
Apply Cygwin pathches from Marco Atzeri. Commit Joe Lee's typo corrections for src/H5MF.c.
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
|
| | | | |
| | | | |
| | | | |
| | | | | |
Commit Joe Lee's typo corrections for src/H5MF.c.
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '3a8892a0d90edb6c21c91ede18bf6b3cb2895af0':
Adjust error handling
TRILABS-137 Convert tcheck_version script to cmake tests
ifdef around std flag for cygwin
|
| | | | | |
|
| | | | | |
|
|/ / / / |
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Description:
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)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|