| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
|
| |/ |
|
| |\
| | |
| | |
| | |
| | | |
* commit '9a92d408e137dc0e05ac0dd43810868a6a23ce7d':
Fix typo
|
| |/ |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
* commit '1854f9979364fc55b74f5de4709d443e393cb5bf':
Fix typos
HDFFV-10297 Free buffer used in loop
HDFFV-10297 - Cleanup, Initialize variables
|
| | | |
|
| | | |
|
| |/ |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* commit '21b0878f33f4613dc22934c673c91c28f14ad33a':
Avoid double free
HDFFV-10297 merge from develop
Fix VS2012,2008 declaration statements
Update list of tools test files
Added older tool change that was in last merge
HDFFV-10297 merge from develop Also cleaned up some other non-merged changes
|
| | | |
|
| | | |
|
| | |\
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
* commit '9c8d0e1afce7d9d31115972902e9030a000daefa':
Snapshot version 1.8 release 20 (snap7)
Update about C++ documentation
Adding new C++ wrappers Description: - Added overloaded wrappers for H5Oget_info and H5Oget_info_by_name // Retrieves information about an object void getObjectInfo(H5O_info_t *oinfo) const; void getObjectInfo(const char *name, H5O_info_t *oinfo, const LinkAccPropList& lapl = LinkAccPropList::DEFAULT) const; void getObjectInfo(const H5std_string& name, H5O_info_t *oinfo, const LinkAccPropList& lapl = LinkAccPropList::DEFAULT) const; - Many miscellaneous cleanup for consistent appearance Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Snapshot version 1.8 release 20 (snap7)
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
to hdf5_1_8
* commit '0b78905091a87002e788a22f94821ab16e045711':
Update about C++ documentation
Adding new C++ wrappers Description: - Added overloaded wrappers for H5Oget_info and H5Oget_info_by_name // Retrieves information about an object void getObjectInfo(H5O_info_t *oinfo) const; void getObjectInfo(const char *name, H5O_info_t *oinfo, const LinkAccPropList& lapl = LinkAccPropList::DEFAULT) const; void getObjectInfo(const H5std_string& name, H5O_info_t *oinfo, const LinkAccPropList& lapl = LinkAccPropList::DEFAULT) const; - Many miscellaneous cleanup for consistent appearance Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
|
| | | | |
|
| | |\ \
| | | | |
| | | | |
| | | | | |
https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr into hdf5_1_8
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Description:
- Added overloaded wrappers for H5Oget_info and H5Oget_info_by_name
// Retrieves information about an object
void getObjectInfo(H5O_info_t *oinfo) const;
void getObjectInfo(const char *name, H5O_info_t *oinfo,
const LinkAccPropList& lapl = LinkAccPropList::DEFAULT) const;
void getObjectInfo(const H5std_string& name, H5O_info_t *oinfo,
const LinkAccPropList& lapl = LinkAccPropList::DEFAULT) const;
- Many miscellaneous cleanup for consistent appearance
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
|
| | |/ /
| |/| | |
|
| | | | |
|
| | | |\
| | |_|/
| |/| |
| | | |
| | | | |
* commit '1b97e6e33054a2b3890cbcc248abe28fe93505a9':
Configure file with snap number change for last snapshot was not checked in by automation script.
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '247f753b833390b59e465312a60295ca9351c395':
Configure file with snap number change for last snapshot was not checked in by automation script.
|
| |/ / /
| | | |
| | | |
| | | | |
in by automation script.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | |/
| |/|
| | | |
Also cleaned up some other non-merged changes
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
to hdf5_1_8
* commit 'e9f1081a40611105bf6f610bb22dc8092896ba83':
Addition to PR# 697 This test file was missing from the previous commit.
|
| | |\
| | | |
| | | |
| | | | |
https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr into hdf5_1_8
|
| | | |
| | | |
| | | |
| | | | |
This test file was missing from the previous commit.
|
| | |/
| |/| |
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
to hdf5_1_8
Wrappers for H5Tencode/decode and XxxType constructors
* commit 'b1819710bc3ef8b03e453d177b9a8b308100d96d':
Adding new C++ wrappers Description: - Added wrappers for H5Tencode to class DataType and H5Tdecode to classes DataType and its subclasses.
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Description:
- Added wrappers for H5Tencode to class DataType and H5Tdecode to
classes DataType and its subclasses.
// Creates a binary object description of this datatype.
void DataType::encode()
// Returns the decoded type from the binary object description.
virtual DataType* DataType::decode() const;
virtual DataType* ArrayType::decode() const;
virtual DataType* CompType::decode() const;
virtual DataType* DataType::decode() const;
virtual DataType* EnumType::decode() const;
virtual DataType* FloatType::decode() const;
virtual DataType* IntType::decode() const;
virtual DataType* StrType::decode() const;
virtual DataType* VarLenType::decode() const;
- Replaced existing functions CommonFG::openXxxType with individual
data type constructors, XxxType, to improve usability.
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
to hdf5_1_8
* commit '5ce95205ca31db38e710ea55f97b3d0b28795ee4':
Added C2Cppfunction_map.mht
Miscellaneous code cleanup Description: - Added a single page html file, C2Cppfunction_map.mht, that shows the current mapping of C APIs to C++ member functions. This page can be reached from the main page of the C++ reference manual. - Updated doxygen config file: C2Cppfunction_map.mht to HTML_EXTRA_FILES. - Miscellaneous improvements in comments, including updating URLs. - Removed deprecated H5Location and H5Object constructors that take an existing ID.
|
| | | |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Description:
- Added a single page html file, C2Cppfunction_map.mht, that shows
the current mapping of C APIs to C++ member functions. This page
can be reached from the main page of the C++ reference manual.
- Updated doxygen config file: C2Cppfunction_map.mht to HTML_EXTRA_FILES.
- Miscellaneous improvements in comments, including updating URLs.
- Removed deprecated H5Location and H5Object constructors that take an
existing ID.
|
| |\
| | |
| | |
| | |
| | | |
* commit '5938c06235616127a111043c5b49e6076144dfc2':
Fix VS2012 declare error
|
| |/ |
|
| |\
| | |
| | |
| | |
| | | |
* commit 'c3791263681e318f1115b860c2df20684129a710':
reconfigure needed after commit of test/Makefile.am on 8/22/2017. Snap version in configure file was incorrect due to merges. reconfigure changed comments in H5LTparse.c and .h.
|
| |/
| |
| |
| |
| | |
Snap version in configure file was incorrect due to merges.
reconfigure changed comments in H5LTparse.c and .h.
|
| |\
| | |
| | |
| | |
| | |
| | | |
* commit 'b98ed2d55f3cd37340436362770de95d26df4be3':
Remove cache sets for defaults, cleanup cmake files
Test program generation should default off
|
| | |\
| | |/
| |/|
| | |
| | | |
* commit 'f97cd0310642c36135be2ab4e99657cce5fb2ccd':
Snapshot version 1.8 release 20 (snap5)
|
| | | |
|
| | | |
|
| | |\
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
* commit 'fff22784451a27fe33ca7571f1144d015d6379fb':
Fix for HDFFV-9947 Fix to return error when encoding dataspace selection exceeds 32 bit integer limit.
Add info for release notes
Fix for daily test failure Fix for the compilation error from the PGI compiler.
Modifications based on comments from pull request review (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_offset.c
Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 file Fix H5HL_offset_into() to return error when offset exceeds heap data block size. Also fix other places that call this routine to detect error return.
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
hdf5_1_8
* commit 'b15011a59af9e70eb06865234f8f0dacab34aa0f':
Fix for HDFFV-9947 Fix to return error when encoding dataspace selection exceeds 32 bit integer limit.
Add info for release notes
Fix for daily test failure Fix for the compilation error from the PGI compiler.
Modifications based on comments from pull request review (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_offset.c
Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 file Fix H5HL_offset_into() to return error when offset exceeds heap data block size. Also fix other places that call this routine to detect error return.
|
| | | |
| | | |
| | | |
| | | | |
Fix to return error when encoding dataspace selection exceeds 32 bit integer limit.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Fix for the compilation error from the PGI compiler.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
(1) Remove unnecessary asserts
(2) Add code to insert bad offset values to the test file in gen_bad_offset.c
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix H5HL_offset_into() to return error when offset exceeds heap data block size.
Also fix other places that call this routine to detect error return.
|
| | |/
| |/| |
|