Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
3c36cd61d9dFix Fortran feature var usage and message syntax
Larry KnoxLarry Knox
aa361aeff9aMMerge pull request #1704 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8 * commit 'a8f5a2fc34027d07a5ecd01e6a47f4dab53ffacc': Add tabs for entire block in Makefile. Makefile needed tab instead of spaces.
Larry KnoxLarry Knox
a8f5a2fc340Add tabs for entire block in Makefile.
Larry KnoxLarry Knox
855b84cd1c5Makefile needed tab instead of spaces.
Larry KnoxLarry Knox
025115a1cf3MMerge pull request #1697 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8 * commit 'dc7852104184dcb647382fa0a10e734c01d3d005': Add RELEASE.txt entry for HDFFV-10596. Add links to lib files from hl/fortran with names that match those of the other hl libs; e.g. libhdf5_hl_fortran.so -> libhdf5hl_fortran.so. Fix for HDFFV-10596.
Larry KnoxLarry Knox
dc785210418Add RELEASE.txt entry for HDFFV-10596.
Larry KnoxLarry Knox
f5dffa247ecAdd links to lib files from hl/fortran with names that match those of the other hl libs; e.g. libhdf5_hl_fortran.so -> libhdf5hl_fortran.so. Fix for HDFFV-10596.
Neil FortnerNeil Fortner
479e4f7ba68MMerge pull request #1696 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:hdf5_1_8 to hdf5_1_8 * commit '7ce0e7d8fedac0f3de0241b74df8fe167de13c9d': Add fixes that were mistakenly omitted from merge of pull request 1594 to 1.8 branch. Fix issue with direct chunk write not updating the "last chunk" index cache. Fix issues involving datasets being "not allocated" when they contain cached raw data.
Neil FortnerNeil Fortner
7ce0e7d8fedAdd fixes that were mistakenly omitted from merge of pull request 1594 to 1.8 branch.
Neil FortnerNeil Fortner
16f94d39078Fix issue with direct chunk write not updating the "last chunk" index cache. Fix issues involving datasets being "not allocated" when they contain cached raw data.
Vailin ChoiVailin Choi
80ff6db3155MMerge pull request #1669 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/v18_HDFFV-10579-h5arename-function-fails-when to hdf5_1_8 * commit 'cee23ba89ac74423f7c8d3e797ecd45cc0fef5c3': Make the corresponding fix for HDFFV-10579 H5Arename fails when creation order of attributes is tracked.
Vailin ChoiVailin Choi
cee23ba89acMake the corresponding fix for HDFFV-10579 H5Arename fails when creation order of attributes is tracked.
Allen ByrneAllen Byrne
ffbb870e953MMerge pull request #1651 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '1ff8749b7d062c47b2e2da52467cd03b267b1412': Correct cmake syntax
Allen ByrneAllen Byrne
1ff8749b7d0Correct cmake syntax
Allen ByrneAllen Byrne
a230fdce50eMMerge pull request #1649 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '8c20f7607b73d10877859f6a70c42b04c20e178a': Correct test name
Allen ByrneAllen Byrne
8c20f7607b7Correct test name
Allen ByrneAllen Byrne
9068e328c0dMMerge pull request #1643 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '5f09c885de387eefee8cff23b5a9ee16e19dbbc4': Correct config find checks Merge in CMake changes from develop Allow option to select NAMESPACE
Allen ByrneAllen Byrne
5f09c885de3Correct config find checks
Allen ByrneAllen Byrne
7db14a3f2aaMerge in CMake changes from develop
Allen ByrneAllen Byrne
0f859bed9d7MMerging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8) * commit '4e69cd6770e666c1f7ae734951fc677427dc499d': Snapshot version 1.8 release 22 (snap0)
Private HDFPrivate HDF
4e69cd6770eSnapshot version 1.8 release 22 (snap0)
Allen ByrneAllen Byrne
0ccedf94da6Allow option to select NAMESPACE
Allen ByrneAllen Byrne
657c407a2f1MMerge pull request #1624 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '289ce40c8112a0fbc9f509cc9a3585b8524fe574': Correct examples for packaging
Allen ByrneAllen Byrne
289ce40c811Correct examples for packaging
Binh-Minh RiblerBinh-Minh Ribler
dee67d9cafeMMerge pull request #1613 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8 * commit '6e9b7ced76c921a0d82d1712d58bc5505f8fd811': Fixed HDFFV-10210 and HDFFV-10587 Description: - Added parameter validation (HDFFV-10210) - Added detection of division by zero (HDFFV-10587 - CVE-2018-17438) - Fixed typos in various tests Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test)
Binh-Minh RiblerBinh-Minh Ribler
6e9b7ced76cFixed HDFFV-10210 and HDFFV-10587 Description: - Added parameter validation (HDFFV-10210) - Added detection of division by zero (HDFFV-10587 - CVE-2018-17438) - Fixed typos in various tests Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test)
Neil FortnerNeil Fortner
cac673138c9MMerge pull request #1603 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:hdf5_1_8 to hdf5_1_8 Merge pull request 1448 and related pull requests to 1.8 branch * commit '4daf6b110d2a161f66d6812c4d33cafdbf6147c9': Add RELEASE.txt note for unknown message fix (pull request 1448) Remove H5O_BOGUS_INVALID_ID from H5O_msg_class_g initialization, since space for it was removed. Delay checking if decoded message's "shareable" flag is appropriate for the message type until we've verified we understand th...
Neil FortnerNeil Fortner
4daf6b110d2Add RELEASE.txt note for unknown message fix (pull request 1448)
Neil FortnerNeil Fortner
4ace24a7167Remove H5O_BOGUS_INVALID_ID from H5O_msg_class_g initialization, since space for it was removed.
Neil FortnerNeil Fortner
0ab95e0c814Delay checking if decoded message's "shareable" flag is appropriate for the message type until we've verified we understand the message type. Reduce size of H5O_msg_class_g to *not* include space for H5O_BOGUS_INVALID. Make bogus messages shareable. Add new bogus message test with shareable messages to cover the formerly problematic code. Re-run gen_bogus.c to add this test case and also to fix the bogus_invalid messages that were no longer H5O_BOGUS_INVLAID due to a new message class bein...
Allen ByrneAllen Byrne
79f9b443daeMMerge pull request #1511 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '8d496b728ac613efd277ff7a7fb2c7e76e5d54b8': Correct regular test handling Correct VFD test logic
Allen ByrneAllen Byrne
8d496b728acCorrect regular test handling
Allen ByrneAllen Byrne
aedb04c9ec7Correct VFD test logic
Allen ByrneAllen Byrne
bb02cb4a835MMerge pull request #1507 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '149d05283b1172665b9e74ca5822e1071638ee37': Remove obsolete file
Allen ByrneAllen Byrne
149d05283b1Remove obsolete file
Allen ByrneAllen Byrne
67f80c1ef42MMerge pull request #1506 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit 'd13bb0a49f8cdf8b34dc02a484ddf1804d48a4a1': Revert build name setting and fix manifest Remove append command from test
Allen ByrneAllen Byrne
d13bb0a49f8Revert build name setting and fix manifest
Allen ByrneAllen Byrne
93e7e270355Remove append command from test
Allen ByrneAllen Byrne
7282162668bMMerge pull request #1502 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '09ef565aeec43216ad117c192d2679be19342663': Fix for missing test file
Allen ByrneAllen Byrne
09ef565aeecFix for missing test file
Allen ByrneAllen Byrne
e4179eca0b9MMerge pull request #1497 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '0055362c62a0a70d7fee48fed181c85ba854033f': CMake updates and merges CMake fix CMake updates
Allen ByrneAllen Byrne
0055362c62aCMake updates and merges
Allen ByrneAllen Byrne
c3dd337fe1aCMake fix
Allen ByrneAllen Byrne
1e411d15c6cCMake updates
Allen ByrneAllen Byrne
00f26bf973cMMerge pull request #1328 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit 'bfb4fd4bd3053ea92b886a2b75bf7188623e08f9': Fix target files for commands Correct cmake variable TRILABS-81 coverity tools fixes
Allen ByrneAllen Byrne
bfb4fd4bd30Fix target files for commands
Allen ByrneAllen Byrne
d18048ec01cCorrect cmake variable
Allen ByrneAllen Byrne
4da93e9d6f9TRILABS-81 coverity tools fixes
Allen ByrneAllen Byrne
f97de01d36cMMerge pull request #1308 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '02f0ede8a34cbfeb4ae74e1b0c074775ad0515ca': Add missing SKIP_HDF5_FORTRAN_SHARED to all fortran cmake Add new cmake file Remove invalid file reference Add missing prefix Add missing mpi file to library Fix typo in whitespace area remove unused file generation HDFFV-10594, HDFFV-10332, HDFFV-9059 merge from develop Merge CMake changes from 1.10 to 1.8
Allen ByrneAllen Byrne
02f0ede8a34Add missing SKIP_HDF5_FORTRAN_SHARED to all fortran cmake