summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Autotools reconfigure updateAllen Byrne2020-03-316-828/+833
|
* TRILAB-192 merging warnings changes from developAllen Byrne2020-03-319-262/+228
|
* Snapshot version 1.8 release 22 (snap5)hdftest2020-03-251-2/+2
| | | | Update version to 1.8.22-snap6
* Snapshot version 1.8 release 22 (snap4)hdftest2020-03-181-2/+2
| | | | Update version to 1.8-snap5
* Verify the decoded version for "all" and "none" selection.vchoi2020-03-123-4/+30
|
* Merge pull request #24 in ~VCHOI/my_third_fork from hdf5_1_8 to ↵Vailin Choi2020-03-1110-827/+1207
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix/v18_seg_fault_ref_sel_compat * commit '7ae66f2cf819f9b1da0ffd4d00490eb2ea84405a': Remove unneeded files Fix comment h5dump reg ref chnages has no error file Check sizeof type to use correct ref_type Correct grep text for filter test Revert incorrect bool type Fix CMake compare commands Correct test script for errstack Remove system command from valgrind reports Fix h5ls attrreg Fix gif tool and h5dump Merge changes from other branches revert type cast
| * Merge changes from other branchesAllen Byrne2020-02-2910-827/+1207
| |
* | FIx issues when deserializing hyperslab/point selection with version beyond ↵Vailin Choi2020-02-214-7/+42
|/ | | | | | | the library's supported version: (1) Verify the decoded version before proceeding further with deserialization (2) Close the dataspace if errors occurred after opening the dataspace
* Fix improper S3 signing key null check (HDFFV-11015).Jacob Smith2020-02-071-2/+2
|
* fix merge errorkmu2020-01-102-4/+6
|
* Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵Kimmy Mu2020-01-1015-28/+26
| | | | | | | | | | | | | | | | | | | | | | to develop * commit '0a2bb11b248df6841daabca3970df5d8504adfc7': address problems from comments fix and address comments change according to previous comments add missing piece remove unnecessary check macro fix intel compile warnings Revert "fix warnings from Intel compiler" Revert "fix warnings and some text alignment" Revert "let hdf5 pick up the right compiler in Intel environment" Revert "fix issues from previous PR comments" Revert "using a different MACRO" using a different MACRO fix issues from previous PR comments let hdf5 pick up the right compiler in Intel environment fix warnings and some text alignment fix warnings from Intel compiler
* Merge pull request #2234 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵Kimmy Mu2020-01-091-0/+1
| | | | | | | to develop * commit '30ac64d83aff5e022d51a17fd6c1d72903ae4f02': add new type support
* Add bugfix from PR 2049 to hdf5_1_8Chris Hogan2019-12-062-14/+59
|
* Snapshot version 1.8 release 22 (snap3)hdftest2019-12-041-2/+2
|
* Correct file extensionAllen Byrne2019-11-141-1/+1
|
* Ran bin/reconfigurebyrn2019-10-076-750/+814
|
* Fix compile errorsAllen Byrne2019-10-042-1573/+873
|
* HDFFV-10919 merge external storage repackAllen Byrne2019-10-024-677/+677
|
* Add missing commaAllen Byrne2019-10-011-1/+1
|
* Fix for statement declare variableAllen Byrne2019-09-302-20/+26
|
* HDFFV-10903 merge S3 from devAllen Byrne2019-09-2314-713/+8901
|
* Snapshot version 1.8 release 22 (snap2)hdftest2019-09-231-2/+2
|
* Merged HDFFV-10893 (inappropriate MPI C++ linkage) to 1.8.Dana Robinson2019-09-181-0/+3
|
* Snapshot version 1.8 release 22 (snap1)hdftest2019-09-161-2/+2
|
* Fix EXISTS test and add toolchainAllen Byrne2019-08-291-2/+2
|
* Fixed TS library linkageAllen Byrne2019-08-281-94/+231
|
* Add changes to Makefile.in files and four H5e*.h files from running ↵Larry Knox2019-08-285-845/+846
| | | | bin/reconfigur.
* Add trailing tabAllen Byrne2019-08-271-4/+4
|
* Fix separator for shell testAllen Byrne2019-08-271-4/+4
|
* Revert generated filesAllen Byrne2019-08-264-841/+841
|
* Fix merge issues for MPIAllen Byrne2019-08-234-841/+841
|
* OESS-29 Fix shared MPI builds, more HD prefixAllen Byrne2019-08-2229-2491/+2492
|
* Merge mostly CMake changes from develop and file cleanupAllen Byrne2019-08-064-837/+837
|
* HDFFV-10845 More changes from 1.10 branchAllen Byrne2019-07-317-974/+992
|
* Merge cleanupAllen Byrne2019-07-2810-407/+282
|
* Merge of HDFFV-10845, 10529 from developAllen Byrne2019-07-274-142/+706
|
* Reconfigured autoconf filesdpopat2019-07-195-699/+701
|
* Added options to build tools and tests for HDF5_ 1_8Dhvanil Popat2019-07-166-813/+815
|
* Add fixes that were mistakenly omitted from merge of pull request 1594Neil Fortner2019-05-091-1/+1
| | | | to 1.8 branch.
* Fix issue with direct chunk write not updating the "last chunk" indexNeil Fortner2019-05-078-11/+78
| | | | | cache. Fix issues involving datasets being "not allocated" when they contain cached raw data.
* Make the corresponding fix for HDFFV-10579 H5Arename fails when creation ↵Vailin Choi2019-04-231-0/+31
| | | | order of attributes is tracked.
* Snapshot version 1.8 release 22 (snap0)hdftest2019-04-011-2/+2
|
* Fixed HDFFV-10210 and HDFFV-10587Binh-Minh Ribler2019-03-242-0/+5
| | | | | | | | | | | 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)
* Remove H5O_BOGUS_INVALID_ID from H5O_msg_class_g initialization, sinceNeil Fortner2019-03-151-6/+1
| | | | space for it was removed.
* Delay checking if decoded message's "shareable" flag is appropriate forNeil Fortner2019-03-155-18/+33
| | | | | | | | | | | 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 being added in a previous commit. Added comment to remind developers to run gen_bogus.c when adding a new message class.
* Fix target files for commandsAllen Byrne2018-11-091-38/+19
|
* Add missing SKIP_HDF5_FORTRAN_SHARED to all fortran cmakeAllen Byrne2018-11-014-854/+854
|
* HDFFV-10594, HDFFV-10332, HDFFV-9059 merge from developAllen Byrne2018-10-295-966/+990
|
* Merge CMake changes from 1.10 to 1.8Allen Byrne2018-10-023-1026/+971
|
* Updated support branch version number to 1.8.22-snap0lrknox2018-05-221-2/+2
|