| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
to develop
* commit 'b54f4323e391a953409f0d9a0fd4e02a639c74ad':
Fixed typos for document file.
|
| |\
| |/
|/|
| | |
https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop
|
|\ \
| | |
| | |
| | |
| | | |
* commit '8880ec672eeb8f57c023938074d1336dfc82e2ed':
Style cleanups and misc. bugfixes discovered during full SWMR development.
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
* commit '758ce30a94cee0ba91359e682b57529ad00bd0da':
Update configure
Change name for test results table
Add missing intro folder
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* commit 'db157e317ef7386f4fb232688dca0bbb49e852a0':
Use define name instead.
Fix VS2013 compile error
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
* commit 'd901d3402ac42cbec82629b6e7436f5fa608f429':
Add chekexe and chklog generation to tests
Fix call format
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
* commit '0a9bc574e8d40b51c0c1c16501d3a0365e08df91':
Fix find package process
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
to develop
This merge includes C2Cppfunction_map.mht, which Barbara will verify at a later time when documentation is re-generated.
* commit 'f1871c6ac48db02bd7e66f2c0df64bca50bccd90':
Updated for C2Cppfunction_map.mht
Added documentation file 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.
Miscellaneous code cleanup Description: - Removed two inadvertently-added Group constructors in the header file. There was no implementation. - Removed deprecated H5Location and H5Object constructors that take an existing ID. - Miscellaneous improvements in comments, including updating URLs. Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* commit '5eafce2e048f8cfdc7ac008648623849304fcba5':
Restore previous
Add chklog and chexe generation to Java autootools tests
|
| | | | |
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* commit '75e6579cf232e6c2a8f8c0519a67801fd5dd1f7b':
Restore GEN_HDRS and remove cache sets for defaults
Test program generation should default off
Generate headers for 1.10 should default off
|
| |\ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
* commit '46c4038fcb5af255d8784a1b58292273d38ac152':
Amend CMakeLists.txt to add t_filters_parallel to CMake
Fixed incorrect calls
New overloaded functions and tests Description: - Added VarLenType::VarLenType(const DataType& base_type) - Marked VarLenType::VarLenType(const DataType* base_type) deprecated - Added a static wrapper for H5Tdetect_class for PredType static bool DataType::detectClass(const PredType& pred_type, ...) - Removed the deprecated function Exception::printError() from code - Miscellaneous improvements in comments - Added test functions test_detect_type_class() and test_vltype() Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* commit 'b61bb248cdf5ffe3c77a92dba99955390f028f12':
Amend CMakeLists.txt to add t_filters_parallel to CMake
|
|/ / / / |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | |/ |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |\
| |_|/
|/| |
| | | |
https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
to develop
Fixed incorrect calls in examples causing daily test failure.
* commit '5cf381597dddc2f551a344a102a4975ea0d373af':
Fixed incorrect calls
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Description:
- Removed two inadvertently-added Group constructors in the header file.
There was no implementation.
- Removed deprecated H5Location and H5Object constructors that take an
existing ID.
- Miscellaneous improvements in comments, including updating URLs.
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (jelly)
Darwin (osx1010test)
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Description:
Replaced the calls to the deprecated function printError with
printErrorStack in examples.
Platforms tested:
Linux/32 2.6 (jam)
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| | |
to develop
New overloaded functions and tests
* commit 'd708dca2831839714be6593b314acd59726b532f':
New overloaded functions and tests Description: - Added VarLenType::VarLenType(const DataType& base_type) - Marked VarLenType::VarLenType(const DataType* base_type) deprecated - Added a static wrapper for H5Tdetect_class for PredType static bool DataType::detectClass(const PredType& pred_type, ...) - Removed the deprecated function Exception::printError() from code - Miscellaneous improvements in comments - Added test functions test_detect_type_class() and test_vltype() Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)
|
| |\
| |/
|/|
| | |
https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop
|
|\ \
| | |
| | |
| | |
| | | |
* commit '33812aee4c55a406b4e41a06a5ae42a96fa72aa5':
Fix merge typos
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
* commit '77313a1d39a4d08827df9c0186028b63c1ee1fd1':
HDFFV-9774 Fix code merge
|
| | | |
|
| |\ \
| |/ /
|/| |
| | |
| | |
| | | |
* commit 'ff2c10c3f0f2174545e608dfbf668a05ad8d0f10':
Adding variable initialization Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Adding new C++ wrappers Description: Added wrappers for H5Tencode to class DataType and H5Tdecode to classes DataType and its subclasses.
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Description:
- Added VarLenType::VarLenType(const DataType& base_type)
- Marked VarLenType::VarLenType(const DataType* base_type) deprecated
- Added a static wrapper for H5Tdetect_class for PredType
static bool DataType::detectClass(const PredType& pred_type, ...)
- Removed the deprecated function Exception::printError() from code
- Miscellaneous improvements in comments
- Added test functions test_detect_type_class() and test_vltype()
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (jelly)
Darwin (osx1010test)
|
|\ \
| |/
| |
| |
| |
| |
| | |
* commit 'aab6d2466f9640d1e08287b0e407124234f6022b':
HDFFV-10276 Remove whitespace
HDFFV-10276 Remove whitespace
HDFFV-10276 Add UD flag option to h5repack
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
to develop
Merge after making the changes Dana suggested.
* commit '47a2d5e48f5f3dcfed57c5be01178952030828c2':
Adding variable initialization Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Adding new C++ wrappers Description: Added wrappers for H5Tencode to class DataType and H5Tdecode to classes DataType and its subclasses.
|
| |
| |
| |
| |
| |
| |
| | |
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
|
| |\
| | |
| | |
| | | |
https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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;
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
|