Merge pull request #116 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_18 to hdf5_1_8_18* commit 'b9be12102550f678b4e0cdb179ca560966bbf65c':
Update Windows tested platforms information.
Update shared object file numbers according to changes in v1.8.18 release. Update autotools and libtool versions. Run bin/reconfigure.
Updated RELEASE.txt for C++ API and Packet Table APIs for 1.8.18.
Updated "Platforms supported" section.
Clone directly into "current".
Translate svn co...
Merge pull request #115 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_8_18 to hdf5_1_8_18* commit '0f1a8b7bf107a919fd2c89f75553c22b7a519cdb':
Update the Fortran Fixes Section
Update the Fortran Fixes Section
Update the Fortran Fixes Section
Merge pull request #112 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_18 to hdf5_1_8_18* commit 'af2c0aba7ac98f82db60fc1476e27315075bc6a8':
Updated release preparation branch version number to 1.8.18-pre1
Merge pull request #107 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8* commit '12baa260d6602ac8fe69b03b4eecfd487b58fb28':
Update HISTORY-1_8.txt with 1.8.16 RELEASE.txt contents.
Update HISTORY-1_8.txt with 1.8.16 RELEASE.txt contents.Update version numbers in RELEASE.txt for 1.8.18 release and remove
1.8.17 new features and bugfixes.
Merge pull request #106 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr_packet_table:hdf5_1_8 to hdf5_1_8* commit '8402a74d7ba110aa888427fd89e19e35572f33f7':
Description: User's sample code used "not" instead of "!" and Windows does not like that. Fixed. Platforms tested: Linux/32 2.6 (jam)
Merge pull request #104 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr_packet_table:hdf5_1_8 to hdf5_1_8Put in the workaround for #pragma pack(1) problem on emu.
* commit '96f43ab898c0e70ae7ff9d4c5e32c15c0c56768a':
Description: - In the test for HDFFV-9758, a pragma pack(1) caused failure on Emu because Sparc cannot access misaligned data. Changed it to pack() to do the default alignment. - Added DOXYGEN_SHOULD_SKIP_THIS blocks to private elements to prevent warnings from ...
Description: - In the test for HDFFV-9758, a pragma pack(1) caused failure on Emu
because Sparc cannot access misaligned data. Changed it to pack() to
do the default alignment.
- Added DOXYGEN_SHOULD_SKIP_THIS blocks to private elements to prevent
warnings from doxygen.
Platforms tested:
SunOS 5.11 (emu)
Linux/32 2.6 (jam)
Merge pull request #102 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8* commit '065aa9a4c246c167cfbf3855aae061857268595e':
Correct error in doc option of release script.
Merge pull request #101 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8* commit '8cf4dfead38f7703d02c023dd736a9f112dfa79d':
remove unnecessary call to h5reset()
Merge pull request #99 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8* commit 'aae0f6e3398f7a4cf149884505831361bd9049c0':
Translate SVN commands and references to GIT.
Merge pull request #98 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr_packet_table:hdf5_1_8 to hdf5_1_8Commit my improvement to test_packet_vlen.c along with an old commit from the trunk.
* commit '12a26c2374d01076c34005d458cf0970a9cf30b1':
Description: - Merged my commits to develop that fixed HDFFV-9758: b3b7ae087edbc20891a088db2f4e4f83e186c8b0 14e308b2e6eada778818abf53949ceef0e7b2a34 - Merged a commit from trunk by Quincey: commit ec2fbe0883f9e76df60bcfbebbd4b6f...
Description: - Merged my commits to develop that fixed HDFFV-9758: b3b7ae087edbc20891a088db2f4e4f83e186c8b0 14e308b2e6eada778818abf53949ceef0e7b2a34 - Merged a commit from trunk by Quincey: commit ec2fbe0883f9e76df60bcfbebbd4b6f62d5a09e6 Author: Quincey Koziol <koziol@hdfgroup.org> Date: Thu Jul 7 13:54:11 2016 -0500 [svn-r30158] Description:
More warning cleanups. This brings us down to ~1300 warnings in 167
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
Platforms tested:
Linux/32 2.6 (jam)
Darwin (osx1010test)
Merge pull request #95 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr_packet_table:hdf5_1_8 to hdf5_1_8Fix of HDFFV-9758
* commit 'f653b779eb0e2280c227302b22af336325b16a76':
Purpose: Fixed Packet Table issues Description: - Removed calls to H5Tget_native_type from PT APIs because it is up to the application, whether it wants the buffer to be read into memory in the machine’s native architecture. Currently, however, the PT doesn't allow an application to specify memory d...
Merge pull request #91 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8tests passing
* commit '2bec6afba7c290fea37c7f9be7ecc2cc6ac2dbc9':
add assert
HDFFV-9942: Update perform tool code to align with develop
Purpose: Fixed Packet Table issuesDescription:
- Removed calls to H5Tget_native_type from PT APIs because it is up to
the application, whether it wants the buffer to be read into memory
in the machine’s native architecture. Currently, however, the PT
doesn't allow an application to specify memory datatype. Perhaps,
a new API can be added to provide that capability.
- Added calls to H5Tcopy to H...
Purpose: Fixed Packet Table issuesDescription:
- Removed calls to H5Tget_native_type from PT APIs because it is up to the
application, whether it wants the buffer to be read into memory in the
machine’s native architecture. Currently, however, the PT doesn't
allow an application to specify memory datatype. Perhaps, a new API can
be added to provide that capability.
- Added calls to H5Tcopy to H...
Merge pull request #92 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr_obsolete_items:hdf5_1_8 to hdf5_1_8Fix HDFFV-9532 partially. Additional macros to be removed in the future after further checking.
* commit '0ddddf12cde6234c07459831c510b9fb8eeee6e0':
Purpose: Fix HDFFV-9532 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. ...
Purpose: Fix HDFFV-9532Description:
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)
Merge pull request #85 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8* commit '0235ea066df4f60a9fd3f0237eeea5e38b135d69':
Change return statement format
Revert "Add defines that are missing on OSX"
Add defines that are missing on OSX
Revert "merge include chnages from trunk"
Revert "Correct signature"
Correct signature
merge include chnages from trunk
Update windows test machine
Add h5repack paragraph
Correct 1.8 version of reference file
A...