summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update RELEASE.txt and add HISTORY-1_10_0-1_12_0.txt file.Larry Knox2019-10-211-2/+2
* Added the two missing files from the previous PR as requested by LesRichard Warren2019-10-151-0/+3
* Initial 2GB port from develop to the 1_12 branchRichard Warren2019-10-154-166/+219
* Fix encode and decode of tokens in H5VLnativeJerome Soumagne2019-10-118-158/+226
* Fixed a bug (HDFFV-10899) where the behavior of the deprecatedDana Robinson2019-10-111-78/+81
* Fixed the java assert issue with H5O cache corking calls.Dana Robinson2019-10-111-3/+4
* Corrected missing parallel #ifdefs.Dana Robinson2019-10-111-0/+2
* Converted H5O MD cache cork calls to use the VOL.Dana Robinson2019-10-116-57/+252
* Marked up H5Fget/set_mpi_atomicity() to use the VOL.Dana Robinson2019-10-114-23/+105
* Unify code between H5Lcopy and H5LmoveJordan Henderson2019-10-102-9/+14
* Merge pull request #1990 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:references_1_12 t...Larry Knox2019-10-0957-1985/+6295
|\
| * Fix func enter macro in H5T_ref_reclaim()Jerome Soumagne2019-10-091-1/+1
| * Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()Jerome Soumagne2019-10-081-2/+2
| * Add new H5R API that abstracts object, region and attribute reference typesJerome Soumagne2019-10-0838-1357/+4694
| * Remove ability to loc by ref from H5VL layerJerome Soumagne2019-10-083-113/+2
| * Add support for retrieving object name by tokenJerome Soumagne2019-10-081-0/+12
| * Add H5VL_OBJECT_GET_TYPE to get object typeJerome Soumagne2019-10-083-1/+63
| * Add H5VL_MAX_TOKEN_SIZE and H5VL_token_tJerome Soumagne2019-10-081-0/+7
| * Adapt Jerome's "file info" H5VL 'get' query to retrieve container token info.Quincey Koziol2019-10-088-81/+135
| * Fix H5VL_blob_get to return size of blobJerome Soumagne2019-10-0813-104/+489
| * Add 'blob' callbacks to VOL, along with a native implementation to store themQuincey Koziol2019-10-0821-468/+1032
* | Merge pull request #1962 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/112_H...Vailin Choi2019-10-091-36/+168
|\ \ | |/ |/|
| * Merge pull request #1934 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2019-09-301-36/+168
* | Whitespace and macro semi-colonAllen Byrne2019-10-027-199/+197
* | More whitespace synchingAllen Byrne2019-10-0213-1695/+1693
* | Cleanup whitespace and comments compared to developAllen Byrne2019-10-021-4/+4
* | fix for statement declare variableAllen Byrne2019-09-302-57/+59
|/
* Set versions in initial hdf5_1_12 revision.hdf5_1_12-initialLarry 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