summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update develop branch version to 1.13.0 after creation of hdf5_1_12Larry Knox2019-09-251-3/+3
* Revert "Moved NDEBUG guards to H5EA_DEBUG in H5EA package."Dana Robinson2019-09-246-16/+36
* Revert "Fix for H5EA debug package when built in release mode."Dana Robinson2019-09-241-2/+0
* Fix for H5EA debug package when built in release mode.Dana Robinson2019-09-181-0/+2
* Moved NDEBUG guards to H5EA_DEBUG in H5EA package.Dana Robinson2019-09-176-36/+16
* Added MPICH_SKIP_MPICXX and OMPI_SKIP_CXX to H5public.h to avoid inadvertantDana Robinson2019-09-171-0/+3
* Fix segfault after H5VL_loc_params_t fix mergeJordan Henderson2019-09-162-4/+4
* Merge pull request #1922 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-09-162-7/+8
|\
| * HDFFV-10901 add missing config optionsAllen Byrne2019-09-132-7/+8
* | Merge pull request #1887 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-09-163-6/+6
|\ \ | |/ |/|
| * Fix issue in H5Lcreate_hard and H5Olink where entire H5VL_loc_params_t struct...Jordan Henderson2019-08-213-6/+6
* | Fix get home dir for windowsAllen Byrne2019-09-121-23/+26
* | revert windows changeAllen Byrne2019-09-061-4/+4
* | Windows ssl headers are not in system loacationAllen Byrne2019-09-061-5/+5
* | Add back missing java implementationAllen Byrne2019-09-051-10/+10
* | Merge pull request #1908 in HDFFV/hdf5 from ~BMRIBLER/hdf5-bmr:develop to dev...Binh-Minh Ribler2019-09-039-64/+699
|\ \
| * | Fixed error code and error messagesBinh-Minh Ribler2019-09-031-1/+1
| * | Changed H5VL_NATIVE_DATASET_GET_CHUNK_INFO_BY_COOR toBinh-Minh Ribler2019-09-033-3/+3
| * | Updated based on reviews and refactored test codeBinh-Minh Ribler2019-09-013-10/+6
| * | Code cleanup and refactorBinh-Minh Ribler2019-08-291-4/+0
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5-b...Binh-Minh Ribler2019-08-289-337/+838
| |\ \
| * | | HDFFV-10677 and HDFFV-10661Binh-Minh Ribler2019-08-289-64/+707
* | | | Move ext_path field in H5F_t to H5F_shared_t.Vailin Choi2019-08-314-33/+12
* | | | 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
| |\