Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor cleanups and bring over "prefetched dirty" fixes for entries loaded from | Quincey Koziol | 2017-03-12 | 3 | -3/+61 |
| | | | | a cache image. | ||||
* | Fix alignment | Allen Byrne | 2017-03-08 | 1 | -9/+9 |
| | |||||
* | Fix vds tests | Allen Byrne | 2017-03-07 | 1 | -9/+28 |
| | | | | java wrong call vds test - missing checks and if content | ||||
* | Merge pull request #321 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2017-03-02 | 2 | -10/+10 |
|\ | | | | | | | | | | | | | | | * commit 'f4dd30f41ccee7bcd97fba065573c5201cbcc743': Update CMake formatting Update CMake files and formatting HDFFV-10120 verify nozlib checking with tools tests cmake non-code typo | ||||
| * | Update CMake files and formatting | Allen Byrne | 2017-03-01 | 2 | -9/+9 |
| | | |||||
| * | cmake non-code typo | Allen Byrne | 2017-03-01 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #319 in HDFFV/hdf5 from merge_page_buffering_07 to develop | Quincey Koziol | 2017-03-02 | 9 | -125/+23 |
|\ \ | | | | | | | | | | | | | * commit '5df52404bc6f6323ebf064b3d82b8e683de96eba': Misc. small cleanups to sync against incoming page buffering changes. | ||||
| * | | Misc. small cleanups to sync against incoming page buffering changes. | Quincey Koziol | 2017-03-02 | 9 | -125/+23 |
| |/ | |||||
* | | Added "flush" and "refresh" to testflushrefresh.sh error output so | Dana Robinson | 2017-03-02 | 1 | -2/+2 |
|/ | | | | it's easier to see where errors in the script occur. | ||||
* | Correct issues from pull request reviews. | Quincey Koziol | 2017-02-28 | 1 | -1/+1 |
| | |||||
* | Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0: | Quincey Koziol | 2017-02-28 | 4 | -48/+26 |
| | | | | | Fix some more signed -> unsigned value issues with cache data structures, also misc. style cleanups. All to align w/incoming page_buffering changes. | ||||
* | Revert "Fix some more signed -> unsigned value issues with cache data ↵ | Quincey Koziol | 2017-02-28 | 4 | -26/+48 |
| | | | | | | structures, also" This reverts commit 4b5e05c084f93c35dae946c2c9e814d565a613b0. | ||||
* | Fix some more signed -> unsigned value issues with cache data structures, also | Quincey Koziol | 2017-02-23 | 4 | -48/+26 |
| | | | | misc. style cleanups. All to align w/incoming page_buffering changes. | ||||
* | Cleanups and normalizations against incoming page_buffering changes. | Quincey Koziol | 2017-02-20 | 8 | -100/+99 |
| | |||||
* | Revert whitespace | Allen Byrne | 2017-02-13 | 1 | -1206/+1206 |
| | |||||
* | Close file before trying to remove it | Allen Byrne | 2017-02-13 | 1 | -1206/+1213 |
| | |||||
* | Minor warning fixes. | Dana Robinson | 2017-02-09 | 5 | -17/+14 |
| | |||||
* | Deleted an extraneous remove() call from a test function | Dana Robinson | 2017-02-08 | 1 | -3/+1 |
| | | | | that might be causing the flushrefresh test to fail. | ||||
* | Added #ifdef QAK macros around log VFD calls in SWMR acceptance | Dana Robinson | 2017-02-08 | 3 | -1/+6 |
| | | | | tests. | ||||
* | HDFFV-10125 cache_common file already in test lib | Allen Byrne | 2017-02-02 | 1 | -2/+0 |
| | |||||
* | HDFFV-10124 Using cache_common.h contains other include files | Allen Byrne | 2017-02-02 | 5 | -17/+0 |
| | |||||
* | Fix Windows static only cache test checking | Allen Byrne | 2017-01-31 | 1 | -2/+3 |
| | |||||
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2017-01-29 | 36 | -16/+9675 |
|\ | | | | | | | develop_merge_cache_image_06 | ||||
| * | Additional minor changes from revise_chunks->develop. | Dana Robinson | 2017-01-27 | 1 | -1/+0 |
| | | |||||
| * | Moved remaining SWMR-related test files to develop. | Dana Robinson | 2017-01-26 | 36 | -15/+9675 |
| | | |||||
* | | Add missing files | Quincey Koziol | 2017-01-29 | 3 | -0/+10436 |
| | | |||||
* | | Cache image feature and testing | Quincey Koziol | 2017-01-29 | 38 | -7/+63 |
| | | |||||
* | | Bring change to use array of metadata cache entry classes for H5C_create | Quincey Koziol | 2017-01-28 | 3 | -71/+77 |
| | | | | | | | | instead of array of class names from cache image branch. | ||||
* | | Switch list lengths to unsigned integers (to align better w/cache image merge) | Quincey Koziol | 2017-01-28 | 4 | -409/+163 |
|/ | |||||
* | Disable SHARED cache test on windows | Allen Byrne | 2017-01-24 | 1 | -3/+3 |
| | |||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2017-01-13 | 1 | -1/+1 |
|\ | | | | | | | | | * commit 'bd85e57904f1f943774bb99ea5e8b0d074db0edb': tools/test/h5diff/testh5diff.sh.in: Add code to delete copies of test .h5 files copied from tools/testfiles/vds to tools/test/h5diff/testfiles when running "make check" for an in-source build. | ||||
| * | tools/test/h5diff/testh5diff.sh.in: | lrknox | 2017-01-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add code to delete copies of test .h5 files copied from tools/testfiles/vds to tools/test/h5diff/testfiles when running "make check" for an in-source build. tools/test/misc/testh5repart.sh.in: Change the name of the temporary test directory from "testfiles" which is also used for 2 h5mkgrp test files under source control to "testrepart" to avoid deleting source controlled files when running "make check" in the source directory. Fix test scripts that remove source-controlled files during "make check" when run in-source. Fix test scripts that don't remove test files because they add files to test directories but don't remove them if the build directories are the same as the source directory. Fix any test source file or Makefile.am files for tests that leave data files are removed by neither "make check" nor "make distclean". | ||||
* | | Remove duplicate command | Allen Byrne | 2017-01-12 | 1 | -1/+0 |
| | | |||||
* | | HDFFV-10094: upgrade cmake command conventions | Allen Byrne | 2017-01-11 | 1 | -13/+85 |
| | | | | | | Also converted tests to use macros | ||||
* | | Update cmake min version and cmake command convention | Allen Byrne | 2017-01-10 | 2 | -94/+94 |
|/ | |||||
* | Bring changes to metadata cache "get entry status" call and new | Quincey Koziol | 2017-01-06 | 1 | -0/+2 |
| | | | | | "child serialized / unserialized" messages and support from the cache image branch. | ||||
* | Add "image up to date" flag / parameter to metadata cache entry status calls. | Quincey Koziol | 2017-01-06 | 1 | -35/+36 |
| | |||||
* | Bring file shutdown code from cache image branch | Quincey Koziol | 2017-01-05 | 3 | -12/+42 |
| | |||||
* | Remove 'const' from cache client pre_serialize callback, to reduce warnings, | Quincey Koziol | 2017-01-03 | 2 | -51/+51 |
| | | | | | and correspondingly remove 'const' from some internal routines. Also rename some H5MF* routines to reflect their static/package usage. | ||||
* | Merge pull request #227 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:flush_vfd_fix ↵ | Dana Robinson | 2016-12-31 | 2 | -352/+531 |
|\ | | | | | | | | | | | | | | | | | to develop flush1/2 fix w/ non-SWMR VFDs + code overhaul * commit 'fcb7e204b568efb785f47153172147b83da5418a': Updated the flush1/2 test to not be a mess and to handle non-SWMR-enabled VFDs. | ||||
| * | Updated the flush1/2 test to not be a mess and to handle | Dana Robinson | 2016-12-30 | 2 | -352/+531 |
| | | | | | | | | non-SWMR-enabled VFDs. | ||||
* | | Merge pull request #226 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:flush_vfd_fix ↵ | Dana Robinson | 2016-12-30 | 3 | -1/+66 |
|\ \ | |/ | | | | | | | | | | | | | | | to develop Added a missing "vfd check" test file for use in scripts (should have been brought from revise_chunks). * commit 'e41a15b7f07dc39b7d68f4635965d0b8b440d299': Added a missing test file needed for the flushrefresh script. | ||||
| * | Added a missing test file needed for the flushrefresh script. | Dana Robinson | 2016-12-30 | 3 | -1/+66 |
| | | |||||
* | | Bring support for doubly-linked list of all entries in cache from incoming | Quincey Koziol | 2016-12-30 | 2 | -33/+51 |
|/ | | | | cache image branch. | ||||
* | More normalizations against incoming cache image branch. | Quincey Koziol | 2016-12-29 | 1 | -194/+102 |
| | |||||
* | Bring new/updated tests from revise+chunks branch: flush1/flush2 update and | Quincey Koziol | 2016-12-20 | 9 | -28/+1721 |
| | | | | flushrefresh test. (Also refactor of message send / wait code) | ||||
* | Merge SWMR-related testing to existing tests. | Quincey Koziol | 2016-12-18 | 6 | -50/+380 |
| | |||||
* | Bring over tweak for missing environment variable. | Quincey Koziol | 2016-12-18 | 1 | -1/+1 |
| | |||||
* | Update CMake configuration files with SWMR accumulator changes. | Quincey Koziol | 2016-12-18 | 2 | -3/+31 |
| | |||||
* | Add missing accumulator test. | Quincey Koziol | 2016-12-18 | 1 | -0/+99 |
| |