summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | 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
|/ / / /
* | | | 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
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Removed a comment.Binh-Minh Ribler2019-01-031-1/+0
| * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_b...Binh-Minh Ribler2018-12-23104-9626/+16111
| |\ \ \
| * | | | Fixed CVE division-by-zero issuesBinh-Minh Ribler2018-12-231-3/+26
* | | | | 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
| | * | | | | | | Add error checking to the minimized dset header size calculation.Jacob Smith2018-12-211-15/+49
| | * | | | | | | Remove `#if 0` block of deprecated code.Jacob Smith2018-12-201-4/+0
| | * | | | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5...Jacob Smith2018-12-1930-303/+281
| | |\ \ \ \ \ \ \
| | * | | | | | | | Formatting adjustments.Jacob Smith2018-12-182-7/+3
| | * | | | | | | | Formatting adjustmentsJacob Smith2018-12-183-56/+56
| | * | | | | | | | Move H5Fset_dset_no_attrs_hint VOL operations to native.Jacob Smith2018-12-187-20/+42
| | * | | | | | | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-1842-1037/+998
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | formatting adjustmentsJacob Smith2018-12-141-18/+4
| | * | | | | | | | | Reformat to be more consistent with existing code.Jacob Smith2018-12-135-276/+104
| | * | | | | | | | | add missing paramter - macro seemingly unused, but absence results in compile...Jacob Smith2018-12-131-1/+1
| | * | | | | | | | | fix reference; move declaration in fileJacob Smith2018-12-131-2/+2
| | * | | | | | | | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-131-0/+2
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-121-2/+17
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'dset_ohdr_minimize' of https://bitbucket.hdfgroup.org/scm/~jake...Jacob Smith2018-12-121-5/+0
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Remove unused debugging print in '#if 0' blockJacob Smith2018-12-121-5/+0
| | * | | | | | | | | | | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-12232-11595/+27969
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | Remove unnecessary H5_now() call; remove ohdr v2 mtime addition.Jacob Smith2018-10-021-5/+1
| | * | | | | | | | | | | | Modify MTIME size behavior to be closer to expectations (we hope).Jacob Smith2018-09-201-26/+22
| | * | | | | | | | | | | | Continued progress in implementing tests.Jacob Smith2018-09-202-3/+2
| | * | | | | | | | | | | | Change H5F internals accessJacob Smith2018-09-143-7/+24
| | * | | | | | | | | | | | Change to use internal routines to get dcpl minimize setting.Jacob Smith2018-09-141-31/+14
| | * | | | | | | | | | | | Add additional tests (or placeholders for same).Jacob Smith2018-09-121-2/+5
| | * | | | | | | | | | | | Stash work on object header reduction code and tests.Jacob Smith2018-09-1110-94/+835