summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HDFFV-10443: Add "field" parameter to H5Oinfo* and H5Ovisit* APIs.Scot Breitenfeld2019-01-0814-78/+600
* Merge remote-tracking branch 'upstream/develop' into developM. Scot Breitenfeld2019-01-0835-335/+627
|\
| * Merge pull request #1443 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-01-0811-65/+74
| |\
| | * Add variables to set up module switch between configure and build forLarry Knox2019-01-081-0/+9
| | * Remove install-exec-hook from hl/fortran/Makefile.am.Larry Knox2019-01-072-14/+4
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Larry Knox2019-01-0627-790/+1030
| | |\
| | * \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk...Larry Knox2019-01-0540-433/+1099
| | |\ \
| | | * \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Larry Knox2019-01-0540-433/+1099
| | | |\ \
| | * | | | Configure build directory in batch scripts.Larry Knox2019-01-058-65/+10
| | |/ / /
| | * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Larry Knox2019-01-0255-2079/+4331
| | |\ \ \
| | * | | | Add libhdf5_hl_fortran symlinks for libhdf5hl_fortran files.Larry Knox2018-12-314-12/+26
| | * | | | 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-284-0/+51
| * | | | | Merge pull request #1448 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:develop to dev...Neil Fortner2019-01-088-19/+52
| |\ \ \ \ \
| | * \ \ \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Neil Fortner2019-01-071-37/+37
| | |\ \ \ \ \
| | * | | | | | Delay checking if decoded message's "shareable" flag is appropriate forNeil Fortner2019-01-078-19/+52
| * | | | | | | Merge pull request #1439 in HDFFV/hdf5 from rank0_bcast to developScot Breitenfeld2019-01-0714-124/+869
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Merge branch 'rank0_bcast' of ssh://bitbucket.hdfgroup.org:7999/hdffv/hdf5 in...M. Scot Breitenfeld2019-01-070-0/+0
| | |\ \ \ \ \ \
| | | * | | | | | indent changeM. Scot Breitenfeld2019-01-071-5/+5
| | | * | | | | | changed logic statement in ifM. Scot Breitenfeld2019-01-071-2/+1
| | | * | | | | | Added chunking test, fixed issue with CX setM. Scot Breitenfeld2019-01-072-14/+162
| | | * | | | | | Correct another git merge failure.Quincey Koziol2019-01-071-0/+1
| | | * | | | | | Correct misplaced line from git merge.Quincey Koziol2019-01-071-1/+1
| | | * | | | | | Updated and refined version of Scot's "rank 0 bcast" changes.Quincey Koziol2019-01-0714-124/+721
| | |/ / / / / / | |/| | | | | |
| | * | | | | | HDFFV-10625 -- Implemented a process-0 read and then broadcast for collective...Quincey Koziol2019-01-0714-124/+869
| |/ / / / / /
| * | | | | | Merge pull request #1444 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-01-071-37/+37
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | HDFFV-10674 handle time as natural numberAllen Byrne2019-01-071-37/+37
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #1445 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to de...Vailin Choi2019-01-071-1/+1
| |\ \ \ \ \
| | * | | | | Fix for daily test failure: too many arguments to function 'H5Gopen1'Vailin Choi2019-01-071-1/+1
| | |/ / / /
| * | | | | Merge pull request #1434 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-01-071-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix TESTING_2 macro to align output with TESTING macroJordan Henderson2019-01-071-1/+1
* | | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...M. Scot Breitenfeld2019-01-07208-10362/+16177
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #1440 in HDFFV/hdf5 from stackable_vol_fix_14 to developQuincey Koziol2019-01-0626-315/+711
| |\ \ \ \ \
| | * | | | | Remove incorrect comment.Quincey Koziol2019-01-061-1/+0
| | * | | | | Updated error stacks for h5dump testing.Quincey Koziol2019-01-067-24/+0
| | * | | | | Corrected comment in src/H5VLint.c, fixed pass-through info size inQuincey Koziol2019-01-0619-291/+712
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #1438 in HDFFV/hdf5 from mpio_vfd_neaten to developQuincey Koziol2019-01-061-475/+319
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Clean up style issues, make function callbacks static, correct debug statements,Quincey Koziol2019-01-051-475/+319
| |/ / / /
| * | | | Merge pull request #1433 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developLarry Knox2019-01-047-28/+90
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | HDFFV-10664 update reference fileAllen Byrne2019-01-041-3/+1
| | * | | HDFFV-10664 update reference filesAllen Byrne2019-01-043-23/+6
| | * | | HDFFV-10664 add missing function and check for restrictionAllen Byrne2019-01-044-4/+85
| * | | | Merge pull request #1425 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-01-042-0/+8
| |\ \ \ \
| | * | | | Align H5Lcreate_ud behavior with documentation for NULL udata pointerJordan Henderson2019-01-032-0/+8
| * | | | | Merge pull request #1429 in HDFFV/hdf5 from HDFFV-10596-fortran-library-names...Larry Knox2019-01-042-0/+23
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Merge remote-tracking branch 'origin/develop' into HDFFV-10596-fortran-librar...Larry Knox2019-01-044-269/+290
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #1430 in HDFFV/hdf5 from ~JAKE.SMITH/hdf5:dset_ohdr_minimi...jake.smith2019-01-041-24/+17
| |\ \ \ \ \
| | * | | | | Remove "bad" statements at end of TEST_ERROR.Jacob Smith2019-01-041-24/+17
| | * | | | | Add semicolon at end of TEST_ERROR() invocation for consistency.Jacob Smith2019-01-041-1/+1
| * | | | | | Merge pull request #1428 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:openmpi_tweaks...Dana Robinson2019-01-043-245/+273
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |