summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-133-1/+66
| | | | | | |\ \ \
| | | | | | * \ \ \ Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-12112-800/+2320
| | | | | | |\ \ \ \
| | | | | | * \ \ \ \ Merge branch 'dset_ohdr_minimize' of https://bitbucket.hdfgroup.org/scm/~jake...Jacob Smith2018-12-122-7/+2
| | | | | | |\ \ \ \ \
| | | | | | | * | | | | Remove unused debugging print in '#if 0' blockJacob Smith2018-12-121-5/+0
| | | | | | | * | | | | Fix typo.Jacob Smith2018-12-121-2/+2
| | | | | | * | | | | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-12495-19291/+39247
| | | | | | |\ \ \ \ \ \ | | | | | | | |/ / / / / | | | | | | |/| | | | |
| | | | | | * | | | | | change test file name and apply 'h5_fixname' to itJacob Smith2018-12-112-4/+7
| | | | | | * | | | | | Sidestep and hide&flag minor issues causing test failures.Jacob Smith2018-12-052-18/+61
| | | | | | * | | | | | Incorporate minimized dset ohdr tests into extant suite.Jacob Smith2018-11-194-1353/+1498
| | | | | | * | | | | | Remove unnecessary H5_now() call; remove ohdr v2 mtime addition.Jacob Smith2018-10-021-5/+1
| | | | | | * | | | | | Remove unused/redundant external file link testJacob Smith2018-09-201-151/+0
| | | | | | * | | | | | Modify MTIME size behavior to be closer to expectations (we hope).Jacob Smith2018-09-202-47/+34
| | | | | | * | | | | | Continued progress in implementing tests.Jacob Smith2018-09-203-118/+155
| | | | | | * | | | | | Change H5F internals accessJacob Smith2018-09-143-7/+24
| | | | | | * | | | | | Make questionable tests fail with TODOsJacob Smith2018-09-141-0/+4
| | | | | | * | | | | | Change to use internal routines to get dcpl minimize setting.Jacob Smith2018-09-142-31/+16
| | | | | | * | | | | | Add modtime dataset to explicitly not trackJacob Smith2018-09-141-0/+25
| | | | | | * | | | | | Refactor file- and dataset-creation code for easier reading.Jacob Smith2018-09-141-354/+368
| | | | | | * | | | | | Remove redundant code and refactorJacob Smith2018-09-121-43/+4
| | | | | | * | | | | | Add presumptive test for external links.Jacob Smith2018-09-123-5/+125
| | | | | | * | | | | | Add additional tests (or placeholders for same).Jacob Smith2018-09-122-37/+399
| | | | | | * | | | | | Add new test fileJacob Smith2018-09-111-0/+1322
| | | | | | * | | | | | Stash work on object header reduction code and tests.Jacob Smith2018-09-1118-101/+1101
* | | | | | | | | | | | Added a helpful message to the flush script.Dana Robinson2018-12-201-0/+6
* | | | | | | | | | | | Added a shell script so we can run the parallel flush testDana Robinson2018-12-207-9/+80
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #1398 in HDFFV/hdf5 from stackable_vol_fix_11 to developQuincey Koziol2018-12-201-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| / / / / / / / / | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-12-191-6/+6
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #1397 in HDFFV/hdf5 from stackable_vol_fix_10 to developQuincey Koziol2018-12-191-7/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Switch return value to -1Quincey Koziol2018-12-191-6/+6
| | * | | | | | | | | Correct core VFD to run with a 1MB increment instead of a 1 byte increment!Quincey Koziol2018-12-191-2/+2
| |/ / / / / / / / /
| * | | | | | | | | Fix return value type for get name operation.Quincey Koziol2018-12-191-1/+5
|/ / / / / / / / /
* | | | | | | | | Merge pull request #1395 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to d...Allen Byrne2018-12-191-1/+7
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Special text removal not conditionalAllen Byrne2018-12-191-1/+0
| * | | | | | | | TRILABS special output removalAllen Byrne2018-12-191-0/+2
| * | | | | | | | TRILABS special text removalAllen Byrne2018-12-191-0/+5
| |/ / / / / / /
* | | | | | | | Merge pull request #1393 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_optional_e...Dana Robinson2018-12-1917-117/+100
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Moved the optional enums to H5VLnative.h and converted to an intDana Robinson2018-12-1817-117/+100
* | | | | | | | Merge pull request #1394 in HDFFV/hdf5 from stackable_vol_fix_08 to developQuincey Koziol2018-12-1920-137/+131
|\ \ \ \ \ \ \ \
| * | | | | | | | Clear driver properties before returning them to application.Quincey Koziol2018-12-1920-137/+131
|/ / / / / / / /
* | | | | | | | Merge pull request #1384 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:build_tweaks t...Dana Robinson2018-12-182-23/+43
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Updates the autotools tests to also emit the VOL connectorDana Robinson2018-12-162-23/+43
* | | | | | | | Merge pull request #1392 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_optional_e...Dana Robinson2018-12-1812-48/+48
|\ \ \ \ \ \ \ \
| * | | | | | | | Added missing H5O calls.Dana Robinson2018-12-182-3/+3
| * | | | | | | | Fixed a missing H5R call.Dana Robinson2018-12-182-2/+2
| * | | | | | | | Made hbool_t processing consistent in va_lists.Dana Robinson2018-12-182-2/+2
| * | | | | | | | Fixed an enums-in-va_list issue in the passthru VOL connector.Dana Robinson2018-12-181-2/+2
| * | | | | | | | Merge branch 'develop' into vol_optional_enum_to_macrosDana Robinson2018-12-186-84/+29
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #1391 in HDFFV/hdf5 from stackable_vol_fix_07 to developQuincey Koziol2018-12-181-18/+15
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Correct error from refactoring out H5VL_FILE_CACHE_VOL_CONN callback.Quincey Koziol2018-12-181-18/+15
| * | | | | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-12-180-0/+0
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |