| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
| |
Description:
Put back H5Location::getNumObjs and marked as deprecated in favor of
Group::getNumObjs.
Platforms tested:
Linux/32 2.6 (jam)
Darwin (osx1010test)
|
|\
| |
| |
| | |
https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
develop
* commit '268f01fd477e0474fa5727a47abef214a5e4293b':
Fix for daily test failure Fix for the compilation error from the PGI compiler.
|
| | |\
| | |/
| |/|
| | | |
https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into develop
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop
* commit '1ef8577a4aaaa4120a819ff36747fdca99abdc26':
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.
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '678c3ae1535b9b3b9faa53bc48250f1635778dd7':
HDFFV-10188 force non-native type description
HDFFV-10188 emu insists on printing non-native description
|
| | | | | |
|
| |/ / / |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '3dcb1887085678f08c02b64f1a04a77cd607cc4c':
HDFFV-10188 fix typo
HDFFV-10188 add missing copy commands
HDFFV-10188 Add tests and files
HDFFV-10188 enable null space test
HDFFV-10188 add release note
HDFFV-10188 - Check for empty string first
HDFFV-10188 error on NULL dataspace
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |/ / / |
|
| | |/
| | |
| | |
| | | |
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.
|
|/
|
|
|
|
|
|
|
|
|
| |
Description:
Moved H5Location::getNumObjs to Group::getNumObjs (i.e., H5Gget_info)
Switched reinterpret_cast to static_cast in H5Object::iterateAttrs
Miscellaneous cleanup
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
|
|\
| |
| |
| |
| |
| | |
* commit '2a1e499b0134ed319cd9d60a6521ba83b3a2cfa8':
changed comments, (HDFFV-10037)
changed the test for NAG fortran compiler, (HDFFV-10037)
|
| | |
|
| |\
| |/
|/|
| | |
ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
|
|\ \
| | |
| | |
| | |
| | |
| | | |
* commit '3635cc24b0759285eff37fe986e14e368a4a19b1':
Fix misnamed file in test script
Add h5repack tests for paged aggregation
|
| |\ \
| |/ /
|/| |
| | |
| | | |
* commit 'a83b6a7c6e6aca1a329c274282c691ffb417abc4':
Moved H5PL diagnostic pragmas to comply with old gcc requirements that they be outside of functions.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop
* commit '81340c609ba5049b34845ff2f06b2025ec5d5b22':
Moved H5PL diagnostic pragmas to comply with old gcc requirements that they be outside of functions.
|
|/ / /
| | |
| | |
| | | |
be outside of functions.
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
develop
* commit '59e94f5009a1f738d9924be942448f8cf6355b00':
Add h5repack tests for paged aggregation Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected.
|
| | |
| | |
| | |
| | | |
Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected.
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* commit '1fe3d5113aeedc4b67dae6b83984d1246c7a2701':
Closed a wayward fapl ID in tools/test/misc/repart_test.c and tidied.
Stripped C standard library headers from tools test code.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '00d97d556b3e57129d8c7bbecf8b15497b3f056b':
added test for NAG compiler and use the FC_BASENAME for NAG detection, (HDFFV-10037)
added test for NAG compiler and use the FC_BASENAME for NAG detection, (HDFFV-10037)
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'f4e9bc21fa3d3d678ca80083dbd412b34c3ab91b':
HDFFV-10256 add release note
HDFFV-10256 Add test
HDFFV-10256 correct len of string copy to the len of esc string
|
| | | | | | |
|
| | | | | | |
|
|/ / / / / |
|
| | |_|/
| |/| | |
|
| | | |
| | | |
| | | |
| | | | |
(HDFFV-10037)
|
|/ / /
| | |
| | |
| | | |
(HDFFV-10037)
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop
* commit '9bcf8b2f2568083449ae3f9b6c2efbf6ed7f413a':
Minor tweaks in response to code review.
Fixed a failing Java plugin test.
Major rework of H5PL package code before bringing VOL changes over.
|
| | | | |
|
| |\ \ \ |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
over.
Brings coding standards in line with the rest of the library,
enforces better software engineering principles, and makes
everything more maintainable.
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
* commit '6e551a270bde6214b0e533e9cd9e845d2f9f4789':
Removed extra Fortran flags, (HDFFV-10037)
|
| |\ \ \ \
| |/ / / /
|/| | | |
| | | | | |
ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit '668b90b96dcb237208dcedd63e0f2b7da8a0328c':
Rearranged where the substitution occurs.
|
| |/ / / / |
|