| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| | |
https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8_20
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
hdf5_1_8_20
* commit '5c12a531c6df15c2a7f600a6ad7f066ba51ab2d5':
Incremented lib file .so numbers: revision for all except c++ for dcode change; current incremented, revision and age set to 0 for c++ due to symbols added and removed.
|
| | |
| | |
| | |
| | |
| | | |
change; current incremented, revision and age set to 0 for c++ due to
symbols added and removed.
|
| |\ \
| | |/
| | |
| | | |
into hdf5_1_8_20
|
| | | |
|
| |/
|/|
| |
| |
| | |
change; current incremented, revision and age set to 0 for c++ due to
symbols added and removed.
|
|\ \
| |/
|/|
| |
| |
| |
| | |
hdf5_1_8_20
* commit '3a2b04a2c71f50b1bec7c1f637a975c5e3e3bf8c':
Update H5Zfilter_avail note
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_8_20
* commit 'aea5e1f5d5c4e76c97e964f0f25f25a866d4d563':
Update version string to hdf5 1.8.20-pre0 for newly created hdf5_1_8_20 branch.
|
|/
|
|
| |
branch.
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_8
* commit '89cfc8617c6dd0fd89c73e40a1b2993bff13858a':
updated configure changes with bin/reconfig
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
* commit 'fb3ce2f3a1d72fd2b36aaf5c17c884ac673a1dda':
HDFFV-10297 fix grammar
HDFFV-10297 - clarify note.
HDFFV-10297 Update release note
Fix test DEPENDS
|
| |\
| |/
|/|
| |
| |
| | |
* commit 'ccc8c6f05d7b8ca9cc713e88d660a51264ef802d':
HDFFV-10037: fixed wrong C link flags
HDFFV-10037: fixed wrong C link flags
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
hdf5_1_8
* commit '01a092a911cba3800bb839122b7c5217cec12de3':
HDFFV-10037: fixed wrong C link flags
HDFFV-10037: fixed wrong C link flags
|
| | | |
|
|/ / |
|
| | |
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
* 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.
|