summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed a valgrind issue with the unprotect log message. The loggingDana Robinson2019-01-315-15/+12
* Fixed a bug revealed by the dtransform test. A datatype transformDana Robinson2019-01-311-1/+1
* Added test for HDFFV-10588Binh-Minh Ribler2019-01-241-1/+1
* Fixed HDFFV-10684Binh-Minh Ribler2019-01-202-21/+19
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_b...Binh-Minh Ribler2019-01-1532-722/+1053
|\
| * Delta reduction against hyperslab_updates branch.Quincey Koziol2019-01-116-139/+122
| * Add API routines to wrap and retrieve objectsQuincey Koziol2019-01-112-0/+72
| * Merge pull request #1455 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-01-091-0/+2
| |\
| | * Align behavior of H5Aget_name_by_idx with H5Aget_name when a NULL buffer is s...Jordan Henderson2019-01-081-0/+2
| * | Merge pull request #1441 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_fixbug:develop...Binh-Minh Ribler2019-01-092-2/+3
| |\ \ | | |/ | |/|
| * | Merge pull request #1452 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-01-081-4/+8
| |\ \
| | * | Fix for parallel filters tests with new read-proc0-broadcast featureJordan Henderson2019-01-081-4/+8
| * | | Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~nfortne2/hdf5_na...Neil Fortner2019-01-0812-50/+359
| |\ \ \
| | * \ \ Merge pull request #1451 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:fortran_squash...Dana Robinson2019-01-081-1/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Fortran wrappers for dataset obj header minimization API calls.Dana Robinson2019-01-081-1/+1
| | * | | Merge pull request #1443 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-01-081-0/+15
| | |\ \ \
| | | * \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Larry Knox2019-01-068-506/+457
| | | |\ \ \
| | | * \ \ \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk...Larry Knox2019-01-053-5/+60
| | | |\ \ \ \
| | | | * \ \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Larry Knox2019-01-053-5/+60
| | | | |\ \ \ \
| | | * | | | | | Configure build directory in batch scripts.Larry Knox2019-01-051-2/+2
| | | |/ / / / /
| | | * | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Larry Knox2019-01-0224-156/+779
| | | |\ \ \ \ \
| | | * | | | | | Add libhdf5_hl_fortran symlinks for libhdf5hl_fortran files.Larry Knox2018-12-311-10/+12
| | | * | | | | | Correct syntax error in CMakeLists.txt.Larry Knox2018-12-311-3/+3
| | | * | | | | | Add .lsf batch scripts and insert the build directory into the scriptsLarry Knox2018-12-281-0/+13
| | * | | | | | | Merge pull request #1448 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:develop to dev...Neil Fortner2019-01-085-19/+34
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | HDFFV-10625 -- Implemented a process-0 read and then broadcast for collective...Quincey Koziol2019-01-0710-49/+343
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Remove H5O_BOGUS_INVALID_ID from H5O_msg_class_g initialization, sinceNeil Fortner2019-01-081-6/+1
| | |/ / / / / | |/| | | | |
| * | | | | | Delay checking if decoded message's "shareable" flag is appropriate forNeil Fortner2019-01-075-19/+34
| |/ / / / /
| * | | | | Merge pull request #1440 in HDFFV/hdf5 from stackable_vol_fix_14 to developQuincey Koziol2019-01-067-31/+138
| |\ \ \ \ \
| | * | | | | Corrected comment in src/H5VLint.c, fixed pass-through info size inQuincey Koziol2019-01-067-31/+138
| | | |_|/ / | | |/| | |
| * | | | | Clean up style issues, make function callbacks static, correct debug statements,Quincey Koziol2019-01-051-475/+319
| |/ / / /
* | | | | Fixed HDFFV-10586 and HDFFV-10588Binh-Minh Ribler2019-01-151-1/+6
| |_|_|/ |/| | |
* | | | Refixed HDFFV-10578Binh-Minh Ribler2019-01-081-1/+1
* | | | Removed previous change in H5O__chunk_deserialize().Binh-Minh Ribler2019-01-071-1/+0
* | | | Removed the previous change in H5O__chunk_deserialize()Binh-Minh Ribler2019-01-071-2/+0
* | | | Updated per reviewBinh-Minh Ribler2019-01-071-1/+2
* | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_b...Binh-Minh Ribler2019-01-0647-2374/+4265
|\ \ \ \ | |/ / /
| * | | Merge pull request #1425 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-01-041-0/+2
| |\ \ \
| | * | | Align H5Lcreate_ud behavior with documentation for NULL udata pointerJordan Henderson2019-01-031-0/+2
| * | | | Merge pull request #1408 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_fixbug:develop...Binh-Minh Ribler2019-01-031-3/+25
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Vailin Choi2019-01-0224-156/+779
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge branch 'develop' into vfd_init_cleanupDana Robinson2019-01-0168-6064/+8083
| | |\ \ \
| | | * \ \ Merge pull request #1413 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:yay_plugins to...Dana Robinson2018-12-312-8/+5
| | | |\ \ \
| | | | * \ \ Merge branch 'develop' into yay_pluginsDana Robinson2018-12-2820-2211/+3427
| | | | |\ \ \ | | | | | | |/ | | | | | |/|
| | | | * | | Merge branch 'develop' into yay_pluginsDana Robinson2018-12-281-2/+8
| | | | |\ \ \
| | | | * | | | Added more sub-tests to the VOL plugin test.Dana Robinson2018-12-282-8/+5
| | | * | | | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-2823-2215/+3450
| | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | |
| | | * | | | | Specify variable type.Jacob Smith2018-12-282-2/+1
| | | * | | | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-2724-3511/+3686
| | | |\ \ \ \ \
| | | * | | | | | OHDR tests now accept h5_fileaccess() fapls.Jacob Smith2018-12-261-1/+2