summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge pull request #842 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-01-0916-3178/+3808
| |\ \
| | * \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-01-089-19/+19
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #846 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:develop to develophdftest2018-01-059-19/+19
| |\ \ \
| | * \ \ Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~hdftest/hdf5_hft...hdftest2018-01-050-0/+0
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Snapshot version 1.11 release 2hdftest2018-01-059-19/+19
| | | * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-01-059-18/+18
| | | |\ \ | | |_|/ / | |/| | / | | | |/
| * | | Merge pull request #844 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:develop to develophdftest2018-01-059-18/+18
| |\ \ \ | | |/ /
| | * | Snapshot version 1.11 release 1hdftest2018-01-059-18/+18
| |/ /
| | * HDFFV-8745 fix typosAllen Byrne2018-01-041-2/+2
| | * HDFFV-8745 update release noteAllen Byrne2018-01-041-0/+15
| | * HDFFV-9745 Create test and files to verify fixesAllen Byrne2018-01-049-3126/+3736
| | * HDFFV-8745 cleanup vl resource usageAllen Byrne2018-01-021-13/+18
| | * HDFFV-8745 remove files from test scriptsAllen Byrne2018-01-022-4/+0
| | * HDFFV-8745 remove obsolete filesAllen Byrne2018-01-023-2/+0
| | * HDFFV-8745 - fix implementation of 8625Allen Byrne2018-01-027-35/+41
| |/
| * Merge pull request #840 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-01-0247-1621/+3594
| |\
| | * Fix valgrind issuesAllen Byrne2018-01-022-2/+81
| | * HDFFV-9724 init var to nullAllen Byrne2017-12-291-1/+1
| | * HDFFV-9724 add valgrind ENVAllen Byrne2017-12-292-2/+8
| | * Fix memory leak due to addition of FORMAT check loopAllen Byrne2017-12-291-78/+126
| | * HDFFV-9724 prefix of 0 length should be null valueAllen Byrne2017-12-291-1/+1
| | * HDFFV-9724 Corrected files and verified testsAllen Byrne2017-12-2838-1513/+3347
| | * Add library INTERFACE and MPI to toolsAllen Byrne2017-12-288-31/+37
| |/
| * Merge pull request #838 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2017-12-241-1/+1
| |\
| | * Increase maximum number of retries for h5watch tests.lrknox2017-12-241-1/+1
| |/
| * Merge pull request #836 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2017-12-2237-3309/+1471
| |\
| | * Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ...lrknox2017-12-2237-3309/+1471
| |/
| * Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-12-2037-1471/+3309
| |\
| | * Add HD prefixAllen Byrne2017-12-201-1/+1
| | * HDFFV-9724 Remove VDS file cache functionalityAllen Byrne2017-12-209-194/+30
| | * Removed incorrect MPI textAllen Byrne2017-12-201-1/+1
| | * Par example needs to link with mpi libsAllen Byrne2017-12-201-2/+2
| | * Because of MPI requirements in library ALWAYS add include pathAllen Byrne2017-12-203-129/+171
| | * Cleanup comments and if() in TRY blocksAllen Byrne2017-12-201-608/+497
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-12-201-1/+15
| | |\ | | |/ | |/|
| * | Merge pull request #830 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2017-12-191-1/+15
| |\ \
| | * | Fix -- HDFFV-10363 Fortran compilation fails for xlf and cmake buildsM. Scot Breitenfeld2017-12-191-1/+15
| |/ /
| | * Skip test if 1.6 APIAllen Byrne2017-12-191-30/+44
| | * HDFFV-9724 Add ENV VAR to vds testAllen Byrne2017-12-192-1/+191
| | * HDFFV-9724 Copy efc_open search from Lextern_traverseAllen Byrne2017-12-152-20/+212
| | * Add prefix dir to the clear commandAllen Byrne2017-12-131-2/+2
| | * HDFFV-9724 Add H5LS prefix test with ${ORIGIN}Allen Byrne2017-12-139-0/+136
| | * Add h5dump VDS prefix testsAllen Byrne2017-12-131-0/+67
| | * HDFFV-9724 combine efc and vds into one functionAllen Byrne2017-12-132-102/+31
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-12-1341-1413/+1524
| | |\ | | |/ | |/|
| | * Correct var nameAllen Byrne2017-12-131-4/+4
| | * Fix VDS file cache var namesAllen Byrne2017-12-132-221/+221
| | * Remove return from void functionsAllen Byrne2017-12-131-4/+0
| | * Added java wrappers and testsAllen Byrne2017-12-1212-495/+1172
| | * HDFFV-9724 Initial changes and testAllen Byrne2017-12-119-15/+879