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_8
Put 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...
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.
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)
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 #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_8
Commit 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:
...
Merge pull request #95 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr_packet_table:hdf5_1_8 to hdf5_1_8
Fix 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...
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 datatype. Perhaps, a new API can
be added to provide that capability.
- Added calls to H5Tcopy to H5PTcreate/H5PTcreate_fl/H5PTopen to save a
copy of the appl...
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 datatype. Perhaps,
a new API can be added to provide that capability.
- Added calls to H5Tcopy to H5PTcreate/H5PTcreate_fl/H5PTopen to save
a copy of the appl...
Merge pull request #92 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr_obsolete_items:hdf5_1_8 to hdf5_1_8
Fix 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. ...
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
Add test for 1.8 versi...
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.
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 #15 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_8 to 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 m...
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)
* 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
Merge pull request #81 in HDFFV/hdf5 from ~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