summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Renamed H5Mdelete_key to H5Mdelete and H5Mset to H5Mput.Dana Robinson2019-08-132-17/+17
|
* Added the map (H5M) APIDana Robinson2019-08-1335-12/+1900
|
* Added gcc conditional for __attribute__((fallthrough)), removes 34 warnings ↵M. Scot Breitenfeld2019-08-081-0/+4
| | | | on theta (10% of warnings).
* Fix return type for H5Sselect_intersect_block().Quincey Koziol2019-07-311-1/+1
|
* Updated H5TRACE macro.Quincey Koziol2019-07-301-0/+1
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~koziol/hdf5 ↵Quincey Koziol2019-07-3010-12/+8575
|\ | | | | | | into develop
| * Update comment and check for strtoumax.Larry Knox2019-07-261-3/+2
| |
| * Add HD to string functions.Larry Knox2019-07-264-53/+58
| | | | | | | | | | | | Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers.
| * Squashed commit of the following:Larry Knox2019-07-2510-12/+8571
| | | | | | | | | | | | | | | | | | | | | | Merge changes from update_merged_S3_HDFS branch into develop. commit d5034315aea88629929ac0c9c59ebfafd5f21a31 Merge: 9c48823 d3fdcd8 Author: Larry Knox <lrknox@hdfgroup.org> Date: Thu Jul 25 08:24:53 2019 -0500 Merge branch 'develop' into update_merged_S3_HDFS
* | Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, alongQuincey Koziol2019-07-3013-152/+399
|/ | | | with tests and minor cleanups and refactorings.
* HDFFV-10845 update mingw cmake changesAllen Byrne2019-07-171-7/+5
|
* HDFFV-10845 add_custom_command requires emulatorAllen Byrne2019-07-171-2/+2
|
* HDFFV-8631, HDFFV-10595, HDFFV-10845Allen Byrne2019-07-171-1/+5
|
* HDFFV-8631 mingw is different platformAllen Byrne2019-07-171-2/+2
|
* HDFFV-10845 add support for mingw toolchainAllen Byrne2019-07-171-2/+2
|
* H5P: Fix wrong value comparison in assertJerome Soumagne2019-07-161-3/+5
| | | | Move compile assert of H5P_plist_type to H5P__init_package()
* Reverted snprintf to sprintf in the multi VFD sinceDana Robinson2019-07-111-12/+12
| | | | the former causes problems on Windows.
* Revert path processing to fix daily test errors.Dana Robinson2019-07-101-1/+1
|
* Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-07-101-1/+1
|\
| * HDFFV-10581 fix locations for static pdb filesAllen Byrne2019-07-081-1/+1
| |
* | Updates to warnhist script, along with a few cleanups, and add some commentsQuincey Koziol2019-07-106-7/+25
| | | | | | | | to warning cleanups that are a bit obscure.
* | Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-07-031-1/+1
|\ \ | |/
| * Fixed libhdf5 settings file for both autotools & CMakeDhvanil Popat2019-06-251-1/+1
| |
* | Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-0315-80/+93
|/
* Merge pull request #1787 in HDFFV/hdf5 from ↵Dana Robinson2019-07-023-5/+11
|\ | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit 'f250815151df8da8a93c0ff781a3cf134f1c6cbd': Cleaned up misc warnings.
| * Cleaned up misc warnings.Dana Robinson2019-06-293-5/+11
| |
* | Move the -Wformat-nonliteral warning to the developer flags. Fix bugsQuincey Koziol2019-06-291-1/+1
| | | | | | | | I introduced in the last commit.
* | Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-06-2818-855/+565
|\ \ | |/
| * Merge pull request #1781 in HDFFV/hdf5 from ↵Dana Robinson2019-06-283-57/+93
| |\ | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit 'f83d034105e2c72210dd41723044acca37a6d735': Refactored some fsinfo code from H5Fsuper.c to H5Ofsinfo.c.
| | * Refactored some fsinfo code from H5Fsuper.c to H5Ofsinfo.c.Dana Robinson2019-06-273-57/+93
| | |
| * | Merge pull request #1782 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:warning_fixes ↵Dana Robinson2019-06-282-4/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '1c4101c6a77dd9223483dd9e3f7bec0f9e92f435': Fixed various warnings in testhdf5 files. Warning fixes: * fix for static/const flipped in H5Dint.c * Removed missing done target in H5Rint.c * Fixed misleading indentation in h5format_convert.c
| | * | Warning fixes:Dana Robinson2019-06-282-4/+3
| | |/ | | | | | | | | | | | | | | | * fix for static/const flipped in H5Dint.c * Removed missing done target in H5Rint.c * Fixed misleading indentation in h5format_convert.c
| * | (1) Add/remove comments.Vailin Choi2019-06-274-191/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (2) A temporary fix to address the test/objcopy.c: test_copy_group_deep() test failure with the family driver. The test failure occurs with these configurations in objcopy.c: --with shared src messages (CONFIG_SHARE_SRC) --without shared dst messages (CONFIG_SHARE_DST) --with latest format for source file (CONFIG_SRC_NEW_FORMAT) --without dense attributes (CONFIG_DENSE) --with latest format for destination file (CONFIG_DST_NEW_FORMAT) The temporary fix is in src/H5MFaggr.c (see comments above #ifdef REPLACE/#endif).
| * | Merge branch 'develop' of ↵Vailin Choi2019-06-266-18/+97
| |\ \ | | |/ | | | | | | https://bitbucket.hdfgroup.org/scm/~vchoi/my_third_fork into bugfix/new_shutdown_fsm
| * | Merge pull request #8 in ~VCHOI/my_third_fork from develop to ↵Vailin Choi2019-06-2428-76/+123
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix/new_shutdown_fsm * commit '35fd0ec8ceffe96cee352187154da15c967fb990': Updated H5Tcopy() to get the dataset's datatype through the VOL when that is passed in as the object ID. Fix fortran test and test library linking Update GCC 6 & 7 flags for CMake builds Move -Wnormalized down into GCC 6.x flags Put the memcpy overlap check back into H5MM. Fixed the heap overflow in t_filters_parallel Fixed some low-hanging fruit from -fsanitize in t_filters_parallel. Add lib dir for testing plugins Add support for GCC 7.x warnings, update warnhist script to account for them, clean up warnings. Add H5_HLDLL prefix for windows link HDFFV-10805 cleanup examples and test code Fix minor typo in H5S_select_iter_release Add missing fortran mods HDFFV-10805 Fix test of library libinfo Cleanup possible CMake target conflicts Correct CMake issues
| * | | Checkin for new shutting down free-space manager.Vailin Choi2019-06-2015-619/+380
| | | |
* | | | Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-2829-147/+172
| |_|/ |/| | | | | | | | | | | changes to warnhist script (and some extra improvements for condensing C++ and Java warnings), and fixed a bunch of warnings.
* | | Add release notes.Vailin Choi2019-06-251-2/+1
| | |
* | | Merge branch 'bugfix/HDFFV-10808-h5pset_file_space_strategy-succeeds' of ↵Vailin Choi2019-06-241-12/+12
|\ \ \ | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~vchoi/my_third_fork into bugfix/HDFFV-10808-h5pset_file_space_strategy-succeeds
| * | | Move pragma statements outside of routines, to make older compilers happy.Quincey Koziol2019-06-241-12/+12
| | |/ | |/|
* | | Fix for HDFFV-10808 H5Pset_file_space_strategy succeeds when using ↵Vailin Choi2019-06-245-6/+86
|/ / | | | | | | | | | | | | H5Pset_libver_bounds v18,v18. Fails file creation when non-default free-space info is set in fcpl and the library version high bound is less than v110 because free-space info message is introduced in library release v110.
* | 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.
* | Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-06-222-7/+5
|\ \
| * | Put the memcpy overlap check back into H5MM.Dana Robinson2019-06-222-7/+5
| | |
* | | Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-06-211-2/+3
|\ \ \ | |/ /
| * | Fixed some low-hanging fruit from -fsanitize in t_filters_parallel.Dana Robinson2019-06-211-2/+3
| | |
* | | Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-2122-22/+79
|/ / | | | | | | clean up warnings.
* | Fix minor typo in H5S_select_iter_releaseJordan Henderson2019-06-191-1/+1
|/
* Merge pull request #1750 in HDFFV/hdf5 from ↵Dana Robinson2019-06-191-1/+1
|\ | | | | | | | | | | | | ~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-191-1/+1
| | | | | | | | to H5Awrite() triggered -fsanitize failures.