AuthorCommitMessageCommit dateIssues
Larry KnoxLarry Knox
0b2654d5abdAdd bin/compile, bin/depcomp and bin/missing which were changed to links by libtool.
Larry KnoxLarry Knox
91a6bc311b3Rerun libtoolize with -cf, then reconfigure.
Larry KnoxLarry Knox
53f61cf58deCreated pre1 release files.
Larry KnoxLarry Knox
0088cdfeb60MMerge branch 'hdf5_1_8_18' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8_18
Larry KnoxLarry Knox
65dd5d4a9ffCheck in ltmain.sh and m4 files after running libtoolize with version 2.4.6.
Larry KnoxLarry Knox
692a8a0183bMMerge 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...
Larry KnoxLarry Knox
b9be1210255Update Windows tested platforms information.
Larry KnoxLarry Knox
700b9f63947MMerge branch 'hdf5_1_8_18' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8_18
Larry KnoxLarry Knox
1974619efbbUpdate shared object file numbers according to changes in v1.8.18 release.Update autotools and libtool versions. Run bin/reconfigure.
Binh-Minh RiblerBinh-Minh Ribler
fce1f9c3f76Updated RELEASE.txt for C++ API and Packet Table APIs for 1.8.18.
Scot BreitenfeldScot Breitenfeld
8a8ab9f28f1MMerge 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
Scot BreitenfeldScot Breitenfeld
0f1a8b7bf10Update the Fortran Fixes Section
Scot BreitenfeldScot Breitenfeld
2cef70fabc0Update the Fortran Fixes Section
Scot BreitenfeldScot Breitenfeld
fd4d472fe93Update the Fortran Fixes Section
Larry KnoxLarry Knox
dff8f1d8e77Updated "Platforms supported" section.
Larry KnoxLarry Knox
7ac32e030f0Clone directly into "current".
Larry KnoxLarry Knox
7a5b67e9b6bTranslate svn co to git clone command.Remove unnecessary references to svn.
Larry KnoxLarry Knox
7fef0a51665MMerge 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
Larry KnoxLarry Knox
af2c0aba7acUpdated release preparation branch version number to 1.8.18-pre1
Larry KnoxLarry Knox
9c319125b1eMMerge 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.HISTORY-1
Larry KnoxLarry Knox
12baa260d66MMerge branch 'hdf5_1_8' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
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.HISTORY-1
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
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
9b062dabfcfMMerge 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 ...HDFFV-9758
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
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)HDFFV-9758
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.
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.
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_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...HDFFV-9758
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
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: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming) Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test)HDFFV-9758
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_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...HDFFV-9758
Allen ByrneAllen Byrne
d834b7ab62aMMerge 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 developHDFFV-9942
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
94a0f8d61c5Purpose: 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...
Binh-Minh RiblerBinh-Minh Ribler
f653b779eb0Purpose: 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...
Allen ByrneAllen Byrne
2bec6afba7cadd assert
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_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. ...HDFFV-9532
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
Binh-Minh RiblerBinh-Minh Ribler
7f7248220a1Purpose: 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)HDFFV-9532
Allen ByrneAllen Byrne
1b28a865ca0HDFFV-9942: Update perform tool code to align with developHDFFV-9942
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 A...
Allen ByrneAllen Byrne
0235ea066dfChange return statement format