summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move coll_md_read and coll_md_write fields in H5F_t to H5F_shared_t.Vailin Choi2019-08-315-14/+16
* Fix EXISTS test syntaxAllen Byrne2019-08-291-1/+1
* Minor tweaks to new H5P MPI code based on code review feedback.Dana Robinson2019-08-272-23/+17
* Merge branch 'develop_minor_pr' into H5Pset_fapl_mpiDana Robinson2019-08-271-1/+1
|\
| * Fixed a bug where we incorrectly pass a lock struct to fcntlDana Robinson2019-08-271-1/+1
* | Merge branch 'develop' into H5Pset_fapl_mpiDana Robinson2019-08-276-6/+10
|\ \ | |/
| * Merge pull request #1897 in HDFFV/hdf5 from ~KOZIOL/hdf5:refactor_file to dev...Quincey Koziol2019-08-265-5/+9
| |\
| | * Add a 'closing' flag on the shared file struct, and switch several of theQuincey Koziol2019-08-265-5/+9
| * | Fixed the assertion failure for HDFFV-10873.Vailin Choi2019-08-231-1/+1
| |/
* | Added H5Pset/get_mpi_params calls and unified them with the MPI-I/ODana Robinson2019-08-268-336/+843
|/
* Fix major error codesQuincey Koziol2019-08-221-4/+4
* Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to matchQuincey Koziol2019-08-2220-111/+111
* Merge branch 'develop' into shared_file_ptrQuincey Koziol2019-08-215-517/+65
|\
| * Untangle #ifdef mess in ROS3 code.Dana Robinson2019-08-205-517/+65
* | Small tidy up.Quincey Koziol2019-08-211-10/+8
* | Progress toward movig H5MF* API to use shared file pointers instead of topQuincey Koziol2019-08-211-37/+34
* | Progress on moving the H5MF* interface to using shared file pointers instead ofQuincey Koziol2019-08-211-39/+38
* | Begin converting the H5MF interface to use shared file pointers insteadQuincey Koziol2019-08-215-62/+64
* | Progress toward moving the dataset routines to using the 'shared' file pointerQuincey Koziol2019-08-213-15/+18
* | Begin converting dataset code to use shared file pointer instead of top fileQuincey Koziol2019-08-205-30/+126
* | Finish converting H5PB_* routines to use shared file pointer, instead of topQuincey Koziol2019-08-206-51/+54
* | First pass of converting H5PB_* routines to use shared file pointers.Quincey Koziol2019-08-197-49/+150
* | Rest of changes for 'top' file pointer to 'shared' file pointer for H5F__accumQuincey Koziol2019-08-194-16/+15
* | Partial H5F__accum_* routines.Quincey Koziol2019-08-196-36/+34
|/
* Changes based on PR feedback.Vailin Choi2019-08-151-2/+4
* Merge pull request #17 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-1...Vailin Choi2019-08-1521-1202/+1690
|\
| * 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
| |/
* | Fix for HDFFV-10813 H5Fset_metadata_read_retry_info() test fails on jelly wit...Vailin Choi2019-08-141-1/+1
|/
* 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