Network

 
AuthorCommitMessageCommit Date
Larry KnoxLarry Knox
12baa260d66MMerge branch 'hdf5_1_8' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
Binh-Minh RiblerBinh-Minh Ribler
70ff6dc7de5MMerge 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)
Binh-Minh RiblerBinh-Minh Ribler
8402a74d7baMMerge branch 'hdf5_1_8' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr_packet_table into hdf5_1_8
Binh-Minh RiblerBinh-Minh Ribler
9b062dabfcfMMerge 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...
Binh-Minh RiblerBinh-Minh Ribler
a9e40af5b2eDescription: User's sample code used "not" instead of "!" and Windows does not like that. Fixed. Platforms tested: Linux/32 2.6 (jam)
Binh-Minh RiblerBinh-Minh Ribler
96f43ab898cMMerge branch 'hdf5_1_8' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr_packet_table into hdf5_1_8
Larry KnoxLarry Knox
753aa57375eMMerge 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.
Binh-Minh RiblerBinh-Minh Ribler
bc3a7f013b6Description: - 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)
Larry KnoxLarry Knox
dcdcfc3fd83Update 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.
Larry KnoxLarry Knox
065aa9a4c24Correct error in doc option of release script.
Allen ByrneAllen Byrne
806d2a4d83fMMerge pull request #101 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '8cf4dfead38f7703d02c023dd736a9f112dfa79d': remove unnecessary call to h5reset()
Allen ByrneAllen Byrne
8cf4dfead38remove unnecessary call to h5reset()
Larry KnoxLarry Knox
77065093497MMerge 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.
Larry KnoxLarry Knox
aae0f6e3398MMerge branch 'hdf5_1_8' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
Larry KnoxLarry Knox
cd0e92a64f6Translate SVN commands and references to GIT.
Binh-Minh RiblerBinh-Minh Ribler
bb000bda412MMerge 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...
Binh-Minh RiblerBinh-Minh Ribler
12a26c2374dDescription: - 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: ...
Binh-Minh RiblerBinh-Minh Ribler
f3171aec7a5MMerge branch 'hdf5_1_8' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr_packet_table into hdf5_1_8
Binh-Minh RiblerBinh-Minh Ribler
5f051a1e8caMMerge 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...
Allen ByrneAllen Byrne
d834b7ab62aMMerge pull request #91 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 tests passing * commit '2bec6afba7c290fea37c7f9be7ecc2cc6ac2dbc9': add assert HDFFV-9942: Update perform tool code to align with develop
Allen ByrneAllen Byrne
2bec6afba7cadd assert
Allen ByrneAllen Byrne
1b28a865ca0HDFFV-9942: Update perform tool code to align with develop
Binh-Minh RiblerBinh-Minh Ribler
7a980e2bcdbMMerge branch 'hdf5_1_8' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr_packet_table into hdf5_1_8
Binh-Minh RiblerBinh-Minh Ribler
f653b779eb0Purpose: 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...
Binh-Minh RiblerBinh-Minh Ribler
94a0f8d61c5Purpose: 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...
Binh-Minh RiblerBinh-Minh Ribler
1be95fbe104MMerge 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. ...
Binh-Minh RiblerBinh-Minh Ribler
0ddddf12cdeMMerge branch 'hdf5_1_8' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr_obsolete_items into hdf5_1_8
Allen ByrneAllen Byrne
a33fcdfb6bcMMerge 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...
Allen ByrneAllen Byrne
0235ea066dfChange return statement format
Allen ByrneAllen Byrne
22fe9fe1944Revert "Add defines that are missing on OSX" This reverts commit 8ed7b8f4216ee0680bec812b05d69f55f8df3e57.
Allen ByrneAllen Byrne
8ed7b8f4216Add defines that are missing on OSX
Allen ByrneAllen Byrne
3b9fd3b7dffRevert "merge include chnages from trunk" This reverts commit 2249be3e847970d0be895beee3f5daca253a1e9e.
Allen ByrneAllen Byrne
5a215b9eefcRevert "Correct signature" This reverts commit 854d35bc4b5490e88251b28082de46b001eef0ec.
Allen ByrneAllen Byrne
854d35bc4b5Correct signature
Allen ByrneAllen Byrne
2249be3e847merge include chnages from trunk
Allen ByrneAllen Byrne
2f8f2243c4eUpdate windows test machine
Allen ByrneAllen Byrne
a102e068a06Add h5repack paragraph
Allen ByrneAllen Byrne
353664699d3Correct 1.8 version of reference file
Allen ByrneAllen Byrne
a3f85138eeaAdd test for 1.8 version of testlib
Allen ByrneAllen Byrne
adcf6bbefd7Add new testlib to makefile
Allen ByrneAllen Byrne
45f5e232b4eRemove attributes
Allen ByrneAllen Byrne
800a5ecdd6bFix reference file value
Allen ByrneAllen Byrne
76185bedfd1revert back reference file
Allen ByrneAllen Byrne
7652ba12b04Add new testlib to copy
Allen ByrneAllen Byrne
72440b2e364Add new test file for UD filters
Binh-Minh RiblerBinh-Minh Ribler
7f7248220a1Purpose: 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)
Vailin ChoiVailin Choi
c6e1b8f6aa4MMerge 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...
Vailin ChoiVailin Choi
36a85b73257MMerging 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
Allen ByrneAllen Byrne
394c6b8c3a4MMerge 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
Allen ByrneAllen Byrne
6f21a54989fAdd missing EXPORT tag in install command