| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Description:
Removed obsolete macros from C++ API library and tests:
H5_NO_NAMESPACE and __cplusplus
Leave OLD_HEADER_FILENAME because iostream.h might still be in use,
until further checking is done.
Leave H5_NO_STD to consider retiring H5std_string first.
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (jelly)
Darwin (osx1010test)
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_8
* commit '36a85b7325767fe5de15d98419303807eb539c15':
Merge fix for HDFFV-7991 from trunk to 1.18 Modifications to CMakeTests.cmake according to review comments.
Merge fix for HDFFV-7991 from trunk to 1.18 Missed one change that should be in previous commit. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich.
Merge fix for HDFFV-7991 from trunk to 1.18 Modifications made based on comments from pull request review. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich.
Merge fix for HDFFV-7991 from trunk to 1.18 [svn-r30308] Fix for HDFFV-7991--error when copying dataset with attribute which is a compound datatype consisting of a variable length string. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich.
|
| |\
| |/
|/|
| |
| |
| |
| |
| | |
* commit '394c6b8c3a4c781c1ee877f969a146cece3d7831':
Add missing EXPORT tag in install command
Fix typo and remove test only tools from exports
Add namespace and export utils
HDFFV-9961: Merge GIT ext lib option to 1.8
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
~BYRN/hdf5_adb:bugfix/HDFFV-10003-1_8-examples-project-fails-to-build to hdf5_1_8
* commit '6f21a54989f9f9e08cffb062ec2f900d99c70b8d':
Add missing EXPORT tag in install command
Fix typo and remove test only tools from exports
Add namespace and export utils
HDFFV-9961: Merge GIT ext lib option to 1.8
|
| | | |
|
| | | |
|
| | | |
|
|/ / |
|
| |\
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* commit '8b4633e99d6e447327526663acd30352b5840446': (29 commits)
Correct usuage of cmake variable
Correct name of windows variable
Add STGZ to cpack generator list for OSX
Add missing exists check from master project
Check file length before compare
Change check for number of dimensions for old-style arrays in datatype decoding routine from an assertion to an if/HGOTO_ERROR check, since it is inappropriate to assert the contents of a file will be what we expect.
Fix mistakes in porting TALOS-177 fix to 1.8.
Fix bug in "nooptype" decode in fix for TALOS-0177.
Fix issues in H5Znbit.c where the decompression algorithm would not check the compressed data for validity, potentially causing a buffer overflow.
Replace assertion in H5O_dtype_decode_helper for number of array dimensions with a check and error. The assertion was inappropriate because it is operating on data read from the file, which the library does not always have direct control of.
HDFFV-9991: Remove unneeded file
Add new test file to MANIFEST
Fix error reporting
Update new test file references
revert merge change to cleanup files
Fix incorrect use of H5Rdereference2
remove merge typo
Remove unsupported function
Merge/align from trunk(develop)
Merge/align with trunk
...
|
|\ \
| | |
| | |
| | |
| | |
| | | |
* commit '4f90bb1732635e46b6dbfce0ebc697af3880ccb4':
Correct usuage of cmake variable
Correct name of windows variable
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
* commit '67f3ffc21e2b51194dc5fa2a13be340cbb98fd65':
Add STGZ to cpack generator list for OSX
Add missing exists check from master project
Check file length before compare
|
| | | |
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
* commit '6592ab68eadc6063e560dc1a8c6ebc04b6723fcd':
Change check for number of dimensions for old-style arrays in datatype decoding routine from an assertion to an if/HGOTO_ERROR check, since it is inappropriate to assert the contents of a file will be what we expect.
|
| |\ \
| | | |
| | | |
| | | | |
ssh://bitbucket.hdfgroup.org:7999/~nfortne2/hdf5_nf into hdf5_1_8
|
| | | |
| | | |
| | | |
| | | | |
decoding routine from an assertion to an if/HGOTO_ERROR check, since it is inappropriate to assert the contents of a file will be what we expect.
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
* commit 'a0c74196f0d0ba3c81c91024438b7a91d757fe4e':
Fix for:
|
| | | |
| | | |
| | | |
| | | |
| | | | |
HDFFV-9973 Fortran library fails to compile and fails tests with NAG compiler
HDFFV-9980 Fix segfaults for F03 tests in 1.8 branch
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix for TALOS-0177
* commit '43ec23616697ce0ea3f99e40900fec55fe9107ef':
Fix mistakes in porting TALOS-177 fix to 1.8.
Fix bug in "nooptype" decode in fix for TALOS-0177.
Fix issues in H5Znbit.c where the decompression algorithm would not check the compressed data for validity, potentially causing a buffer overflow.
|
| | | | |
|
| | | | |
|
|/ / /
| | |
| | |
| | | |
the compressed data for validity, potentially causing a buffer overflow.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* commit '4fe02fbc51944fc9fa392c8ce7e229b8781d70ab':
Replace assertion in H5O_dtype_decode_helper for number of array dimensions with a check and error. The assertion was inappropriate because it is operating on data read from the file, which the library does not always have direct control of.
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
ssh://bitbucket.hdfgroup.org:7999/~nfortne2/hdf5_nf into hdf5_1_8
|
| | |/ /
| |/| |
| | | |
| | | | |
with a check and error. The assertion was inappropriate because it is operating on data read from the file, which the library does not always have direct control of.
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Find file was obsolete years ago
* commit '8c8a0e84b995d575557061fde5b3ebc4665717ed':
HDFFV-9991: Remove unneeded file
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* commit 'afd2f09360c47b7f51a9a35c18b04cc2c820ea54':
Add new test file to MANIFEST
|
|/ / / |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* commit 'f84e746de37c4b9ef11b4bf940208b1374c79e65':
Fix error reporting
Update new test file references
revert merge change to cleanup files
Fix incorrect use of H5Rdereference2
remove merge typo
Remove unsupported function
Merge/align from trunk(develop)
Merge/align with trunk
Update functions to align with trunk
Fix function declaration
HDFFV-9974: Correct parsing of UD filter parameters. Verified by user, who reported issue. merge from https://bitbucket.hdfgroup.org/projects/HDFFV/repos/hdf5/commits/b947f7e911e498f5455a78836a6f82a042dd5b33
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|/ /
| |
| |
| |
| | |
Verified by user, who reported issue.
merge from
https://bitbucket.hdfgroup.org/projects/HDFFV/repos/hdf5/commits/b947f7e911e498f5455a78836a6f82a042dd5b33
|
|\ \
| | |
| | |
| | |
| | | |
* commit '5a8914a6a7dbb075c56a59f5e9728c0ec1dc3e39':
HDFFV-9431: allow test to be run in unique vfd folder. Pulled from trunk
|
|/ /
| |
| | |
Pulled from trunk
|
|\ \
| | |
| | |
| | |
| | | |
* commit '94afafb661669adebd905b68f26a691cae59f627':
Set defualt site name
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
* commit '0e3e1b8ee4a9c1f8d782d5ff01f0e6c1560afd2b':
Change UPDATE_TYPE to git and eull name of Cdash server
Add option to submit to Cdash
|
| | | |
|