summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into parallel_vds_developinactive/parallel_vds_developM. Scot Breitenfeld2019-06-25574-34197/+49627
|\
| * Merge pull request #1771 in HDFFV/hdf5 from ↵Dana Robinson2019-06-241-7/+11
| |\ | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:H5A_java_test_fix to develop * commit 'f4015bed9e7ee43468240e734232f9114b749d4f': Updated the Java attribute test so that attribute access property lists are created and used correctly.
| | * Updated the Java attribute test so that attribute accessDana Robinson2019-06-241-7/+11
| | | | | | | | | | | | property lists are created and used correctly.
| * | Merge pull request #1768 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-06-246-7/+78
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f6ddfd7dda8aa95b33ae89b87c70493d5c644dbe': Add test cleanup Need to shift off two arguments HDFFV-9407 add autotools test HDFFV-9407 Add test
| | * | Add test cleanupAllen Byrne2019-06-241-0/+5
| | | |
| | * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-06-245-56/+47
| | |\ \ | | |/ / | |/| | | | | | | | | | | | | | * commit 'e35effff7da40fa8b0dda273be9bbdfa9c8c3624': Move pragma statements outside of routines, to make older compilers happy. Updated H5Tcopy() to get the dataset's datatype through the VOL when that is passed in as the object ID.
| * | | Merge pull request #1770 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to developQuincey Koziol2019-06-241-12/+12
| |\ \ \ | | |_|/ | |/| | | | | | | | | | * commit 'cb92adccf61d712ee8c4fcac04c1b297c05ab941': Move pragma statements outside of routines, to make older compilers happy.
| | * | Move pragma statements outside of routines, to make older compilers happy.Quincey Koziol2019-06-241-12/+12
| |/ /
| * | Merge pull request #1767 in HDFFV/hdf5 from ↵Dana Robinson2019-06-244-44/+35
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:H5Tcopy_dset_vol_fix to develop * commit '8b00d921d7313cd21947992ab4a007d593c49207': Updated H5Tcopy() to get the dataset's datatype through the VOL when that is passed in as the object ID.
| | * | Updated H5Tcopy() to get the dataset's datatype through the VOL whenDana Robinson2019-06-244-44/+35
| | | | | | | | | | | | | | | | that is passed in as the object ID.
| | | * Need to shift off two argumentsAllen Byrne2019-06-241-0/+1
| | | |
| | | * HDFFV-9407 add autotools testAllen Byrne2019-06-242-0/+30
| | | |
| | | * HDFFV-9407 Add testAllen Byrne2019-06-244-7/+42
| | |/ | |/|
| * | Merge pull request #1765 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-06-241-6/+6
| |\ \ | | |/ | |/| | | | | | | * commit '21e147da71ef226b712ec4d087af95aad9691dec': Fix fortran test and test library linking
| | * Fix fortran test and test library linkingAllen Byrne2019-06-231-6/+6
| |/
| * Merge pull request #1764 in HDFFV/hdf5 from ↵Quincey Koziol2019-06-2361-175/+278
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~KOZIOL/hdf5:feature/update_gcc_flags to develop Updated CMake bulids, too. * commit '17ae90917856e4cbab5a2f1c597197ee98802fc7': Update GCC 6 & 7 flags for CMake builds Move -Wnormalized down into GCC 6.x flags Add support for GCC 7.x warnings, update warnhist script to account for them, clean up warnings.
| | * Update GCC 6 & 7 flags for CMake buildsQuincey Koziol2019-06-231-1/+6
| | |
| | * Move -Wnormalized down into GCC 6.x flagsQuincey Koziol2019-06-221-3/+3
| | |
| | * Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-06-228-10/+20
| | |\ | | |/ | |/|
| * | Merge pull request #1759 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-06-225-0/+12
| |\ \ | | | | | | | | | | | | | | | | * commit '468b130be3b77fe07b29709cd3fa854422fefa9c': Add lib dir for testing plugins
| | * | Add lib dir for testing pluginsAllen Byrne2019-06-215-0/+12
| | | |
| * | | Merge pull request #1763 in HDFFV/hdf5 from ↵Dana Robinson2019-06-222-7/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:memcpy_buffer_overlap_check to develop * commit '5a6afeffd44c3ba51ce0e0fa11053c83e0807685': Put the memcpy overlap check back into H5MM.
| | * | | Put the memcpy overlap check back into H5MM.Dana Robinson2019-06-222-7/+5
| |/ / /
| * | | Merge pull request #1761 in HDFFV/hdf5 from ↵Dana Robinson2019-06-211-3/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:t_filters_parallel_bugs to develop * commit '5aa8bc154dd9fcfdf6c7cbbe0611cb200f0a420e': Fixed the heap overflow in t_filters_parallel
| | * | | Fixed the heap overflow in t_filters_parallelDana Robinson2019-06-211-3/+3
| |/ / /
| | | * Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-06-212-2/+8
| | | |\ | | |_|/ | |/| |
| * | | Merge pull request #1760 in HDFFV/hdf5 from ↵Dana Robinson2019-06-212-2/+8
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:t_filters_parallel_bugs to develop * commit 'b4bd49ffdd5e313cd840698709f44f05ea323104': Fixed some low-hanging fruit from -fsanitize in t_filters_parallel.
| | * | Fixed some low-hanging fruit from -fsanitize in t_filters_parallel.Dana Robinson2019-06-212-2/+8
| |/ /
| | * Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-2160-173/+271
| |/ | | | | | | clean up warnings.
| * Merge pull request #1749 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to ↵Allen Byrne2019-06-2018-100/+129
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit 'c24f11070aea56331110628d7645332534e4f227': Add H5_HLDLL prefix for windows link HDFFV-10805 cleanup examples and test code Add missing fortran mods HDFFV-10805 Fix test of library libinfo Cleanup possible CMake target conflicts Correct CMake issues
| | * Add H5_HLDLL prefix for windows linkAllen Byrne2019-06-201-5/+12
| | |
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-06-202-2/+28
| | |\ | | |/ | |/| | | | | | | | | | * commit '2e973f7e12301975f9d8dfdd5534682525554e77': Fix minor typo in H5S_select_iter_release Fix memory leak in objcopy test after H5Aread of vlen data
| * | Merge pull request #1754 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-06-191-1/+1
| |\ \ | | | | | | | | | | | | | | | | * commit '6c62678939b66400247dbbf4f9d0c32381a956d1': Fix minor typo in H5S_select_iter_release
| | * | Fix minor typo in H5S_select_iter_releaseJordan Henderson2019-06-191-1/+1
| |/ /
| * | Merge pull request #1753 in HDFFV/hdf5 from ↵Jerome Soumagne2019-06-191-1/+27
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | ~JSOUMAGNE/hdf5:topic_fix_objcopy_leak to develop * commit '552cc1b4a4d1757d64f1b930135e0320a10ce8ce': Fix memory leak in objcopy test after H5Aread of vlen data
| | * | Fix memory leak in objcopy test after H5Aread of vlen dataJerome Soumagne2019-06-191-1/+27
| | | |
| | | * HDFFV-10805 cleanup examples and test codeAllen Byrne2019-06-203-9/+20
| | | |
| | | * Add missing fortran modsAllen Byrne2019-06-192-1/+3
| | | |
| | | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-06-191-0/+50
| | | |\ | | |_|/ | |/| | | | | | | | | | * commit 'cc267767af89bf95807afc4e7b25d82638ef4892': HDFFV-10616 add h5fc script
| * | | Merge pull request #1751 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-06-191-0/+50
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '9397d67d91eb628b3b9096501cdab0a33335564c': HDFFV-10616 add h5fc script
| | * \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-06-191-26/+28
| | |\ \ \ | | |/ / / | |/| | | | | | | | | | | | | * commit 'b9ec6a6400a556b1250c249e158c4fffafccd550': fixed pass_through vol
| | * | | HDFFV-10616 add h5fc scriptAllen Byrne2019-06-191-0/+50
| | |/ /
| | | * HDFFV-10805 Fix test of library libinfoAllen Byrne2019-06-191-6/+13
| | | |
| | | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-06-191-26/+28
| | | |\ | | |_|/ | |/| | | | | | | | | | * commit 'b9ec6a6400a556b1250c249e158c4fffafccd550': fixed pass_through vol
| * | | Merge pull request #1746 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2019-06-191-26/+28
| |\ \ \ | | |/ / | |/| | | | | | | | | | * commit 'a67c578e4b9275fa12b427b6e13021536838a448': fixed pass_through vol
| | * | fixed pass_through volM. Scot Breitenfeld2019-06-181-26/+28
| | | |
| | | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-06-192-203/+151
| | | |\ | | |_|/ | |/| | | | | | | | | | * commit '4d20db43bea4bc4588b20abebef5b0d043dcf31d': Fixed a problem in the ohdr test where hard-coded strings passed to H5Awrite() triggered -fsanitize failures.
| * | | Merge pull request #1750 in HDFFV/hdf5 from ↵Dana Robinson2019-06-192-203/+151
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:ohdr_test_memory_issue to develop * commit '6a1e9a1fbe9606d0dd3452092cab17794e131e64': Fixed a problem in the ohdr test where hard-coded strings passed to H5Awrite() triggered -fsanitize failures.
| | * | | Fixed a problem in the ohdr test where hard-coded strings passedDana Robinson2019-06-192-203/+151
| | | | | | | | | | | | | | | | | | | | to H5Awrite() triggered -fsanitize failures.
| | | | * Cleanup possible CMake target conflictsAllen Byrne2019-06-197-71/+74
| | | | |