summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1873 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5Pset_fapl_mp...Dana Robinson2019-08-159-484/+566
|\
| * Some refactoring prior to implementing new H5P MPI functions.Dana Robinson2019-08-149-484/+566
* | Merge pull request #1874 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5s_api_for_da...Dana Robinson2019-08-153-0/+82
|\ \
| * | Added public H5Sselect_adjust_u and H5Shyper_adjust_s calls.Dana Robinson2019-08-153-0/+82
* | | Merge pull request #1869 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:topic_file_get_id...Jerome Soumagne2019-08-155-9/+10
|\ \ \ | |/ / |/| |
| * | Fix H5F_get_file_id and H5F__get_file_id to take app_ref parameterJerome Soumagne2019-08-145-9/+10
| |/
* | Fix compiler warnings with diabled ROS3 and HDFS VFDs.Jacob Smith2019-08-144-709/+1032
|/
* Added map API build status to libhdf5.settings.Dana Robinson2019-08-141-0/+1
* Merge pull request #1860 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:map_api_merge ...Dana Robinson2019-08-1335-12/+1900
|\
| * 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 ifdef for intel compilers, __GNUC__ has to be defined for header files ...M. Scot Breitenfeld2019-08-131-1/+1
|/
* Added gcc conditional for __attribute__((fallthrough)), removes 34 warnings o...M. Scot Breitenfeld2019-08-081-0/+4
* 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 int...Quincey Koziol2019-07-3010-12/+8575
|\
| * Update comment and check for strtoumax.Larry Knox2019-07-261-3/+2
| * Add HD to string functions.Larry Knox2019-07-264-53/+58
| * Squashed commit of the following:Larry Knox2019-07-2510-12/+8571
* | Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, alongQuincey Koziol2019-07-3013-152/+399
|/
* 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
* Reverted snprintf to sprintf in the multi VFD sinceDana Robinson2019-07-111-12/+12
* 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
* | 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 ~DEROBINS/hdf5_der:develop_minor_...Dana Robinson2019-07-023-5/+11
|\
| * 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
* | Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-06-2818-855/+565
|\ \ | |/
| * Merge pull request #1781 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_...Dana Robinson2019-06-283-57/+93
| |\
| | * 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
| |\ \
| | * | Warning fixes:Dana Robinson2019-06-282-4/+3
| | |/
| * | (1) Add/remove comments.Vailin Choi2019-06-274-191/+105
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_third_...Vailin Choi2019-06-266-18/+97
| |\ \ | | |/
| * | Merge pull request #8 in ~VCHOI/my_third_fork from develop to bugfix/new_shut...Vailin Choi2019-06-2428-76/+123
| |\ \
| * | | 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
| |_|/ |/| |
* | | Add release notes.Vailin Choi2019-06-251-2/+1
* | | Merge branch 'bugfix/HDFFV-10808-h5pset_file_space_strategy-succeeds' of http...Vailin Choi2019-06-241-12/+12
|\ \ \
| * | | Move pragma statements outside of routines, to make older compilers happy.Quincey Koziol2019-06-241-12/+12
| | |/ | |/|