Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bring changes to I/O parameters from page_buffering branch. | Quincey Koziol | 2017-03-13 | 13 | -221/+324 |
| | |||||
* | Merge in reentrency changes to "make space in cache" from page_buffering branch. | Quincey Koziol | 2017-03-13 | 2 | -0/+38 |
| | |||||
* | Minor cleanups and bring over "prefetched dirty" fixes for entries loaded from | Quincey Koziol | 2017-03-12 | 9 | -31/+204 |
| | | | | a cache image. | ||||
* | Remove some usage of "prefetched_dirty" flag (which hasn't been merged from the | Quincey Koziol | 2017-03-10 | 3 | -416/+577 |
| | | | | | page_buffering branch yet. Also, bring over improvements to flush candidate entries for parallel code. | ||||
* | Align with incoming page buffering changes: minor cleanups, centralize removing | Quincey Koziol | 2017-03-07 | 3 | -77/+133 |
| | | | | entries from collective metadata read list | ||||
* | Misc. small cleanups to sync against incoming page buffering changes. | Quincey Koziol | 2017-03-02 | 3 | -57/+31 |
| | |||||
* | Normalize against incoming page buffering changes. | Quincey Koziol | 2017-03-01 | 7 | -757/+749 |
| | |||||
* | Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0: | Quincey Koziol | 2017-02-28 | 7 | -251/+187 |
| | | | | | 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 | 6 | -83/+143 |
| | | | | | | structures, also" This reverts commit 4b5e05c084f93c35dae946c2c9e814d565a613b0. | ||||
* | Align w/incoming page buffering changes. | Quincey Koziol | 2017-02-25 | 9 | -182/+121 |
| | |||||
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2017-02-23 | 1 | -2/+2 |
|\ | | | | | | | merge_page_buffering_03 | ||||
| * | Changed C++ comments to C comments in H5win32defs.h. | Dana Robinson | 2017-02-22 | 1 | -2/+2 |
| | | |||||
* | | Fix some more signed -> unsigned value issues with cache data structures, also | Quincey Koziol | 2017-02-23 | 6 | -143/+83 |
|/ | | | | misc. style cleanups. All to align w/incoming page_buffering changes. | ||||
* | Cleanups and normalizations against incoming page_buffering changes. | Quincey Koziol | 2017-02-20 | 3 | -15/+23 |
| | |||||
* | Switch major error code from H5E_FSPACE [back] to H5E_RESOURCE | Quincey Koziol | 2017-02-18 | 2 | -102/+102 |
| | |||||
* | Misc. style cleanups from the page_buffering branch. | Quincey Koziol | 2017-02-18 | 7 | -673/+436 |
| | |||||
* | Minor warning fixes. | Dana Robinson | 2017-02-09 | 1 | -1/+1 |
| | |||||
* | Merge pull request #281 in HDFFV/hdf5 from ↵ | Allen Byrne | 2017-02-03 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | ~BYRN/hdf5_adb:bugfix/HDFFV-9875-investigate-adding-static-library to develop * commit 'd1292691c42cbc548fc7e4b39e4dd9cc1a376f94': HDFFV-9875 enable static pdb and cleanup exports Add static lib to pdb exports HDFFV-9875 Fix typo HDFFV-9875 Change test for shared libs HDFFV-9875 Remove compile pdb references HDFFV-9875 Fix target exports and add static tools pdb files | ||||
| * | Add static lib to pdb exports | Allen Byrne | 2017-02-02 | 1 | -1/+1 |
| | | |||||
| * | HDFFV-9875 Fix target exports and add static tools pdb files | Allen Byrne | 2017-02-02 | 1 | -0/+1 |
| | | |||||
* | | Optimize loading cache image, removing lots of memory allocations and copies. | Quincey Koziol | 2017-02-03 | 1 | -201/+150 |
| | | |||||
* | | Simplify H5C__serialize_single_entry(), using H5C__generate_image() | Quincey Koziol | 2017-02-02 | 3 | -199/+74 |
|/ | |||||
* | Merge pull request #274 in HDFFV/hdf5 from develop_merge_cache_image_08 to ↵ | Quincey Koziol | 2017-01-31 | 1 | -41/+15 |
|\ | | | | | | | | | | | | | develop * commit '0827105ddaffa5024ed25bd0268aa329f4b97e74': Review changes to closing files on error in H5Fcreate. | ||||
| * | Review changes to closing files on error in H5Fcreate. | Quincey Koziol | 2017-01-31 | 1 | -41/+15 |
| | | |||||
* | | Update sanity checks for dataset refresh code. | Quincey Koziol | 2017-01-31 | 1 | -3/+2 |
|/ | |||||
* | Add missing files | Quincey Koziol | 2017-01-29 | 3 | -0/+4789 |
| | |||||
* | Cache image feature and testing | Quincey Koziol | 2017-01-29 | 24 | -131/+2945 |
| | |||||
* | Bring change to use array of metadata cache entry classes for H5C_create | Quincey Koziol | 2017-01-28 | 19 | -214/+95 |
| | | | | 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 | 9 | -161/+110 |
| | |||||
* | Commit Vailin's fix for the h5format_convert test failure. | lrknox | 2017-01-26 | 1 | -0/+5 |
| | | | | | | DAILYTEST-256 #2. Tested on emu, kituo, mayll, ostrich, and osx1011dev with previously failing test configurations. | ||||
* | Update cmake min version and cmake command convention | Allen Byrne | 2017-01-10 | 1 | -18/+18 |
| | |||||
* | Bring changes to metadata cache "get entry status" call and new | Quincey Koziol | 2017-01-06 | 16 | -17/+588 |
| | | | | | "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 | 5 | -4/+12 |
| | |||||
* | Bring file shutdown code from cache image branch | Quincey Koziol | 2017-01-05 | 24 | -245/+1707 |
| | |||||
* | Merge code from cache image branch to split FSM ring into two types: raw data | Quincey Koziol | 2017-01-04 | 4 | -56/+242 |
| | | | | and metadata. Also, some more ring reset safeties and minor code cleanups. | ||||
* | Align w/incoming cache image changes, and improve recovery on errors. | Quincey Koziol | 2017-01-04 | 1 | -23/+23 |
| | |||||
* | Revert accidental changes to freespace open and close routines. | Quincey Koziol | 2017-01-03 | 1 | -4/+4 |
| | |||||
* | Remove 'const' from cache client pre_serialize callback, to reduce warnings, | Quincey Koziol | 2017-01-03 | 12 | -47/+53 |
| | | | | | and correspondingly remove 'const' from some internal routines. Also rename some H5MF* routines to reflect their static/package usage. | ||||
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2017-01-02 | 1 | -1/+1 |
|\ | | | | | | | develop_merge_cache_image_04 | ||||
| * | Fixed a macro in H5Cpkg.h that was only updated in the version that | Dana Robinson | 2017-01-02 | 1 | -1/+1 |
| | | | | | | | | is used in develop/debug mode. | ||||
* | | Align with incoming cache_image branch changes: use the index list (instead of | Quincey Koziol | 2017-01-02 | 2 | -103/+149 |
|/ | | | | | the hash buckets) for scanning the entries during a flush, and also add in counters for tracking operations during cache flushes. | ||||
* | Bring support for doubly-linked list of all entries in cache from incoming | Quincey Koziol | 2016-12-30 | 4 | -125/+363 |
| | | | | cache image branch. | ||||
* | Align with name change of "user" ring in incoming cache image changes. | Quincey Koziol | 2016-12-30 | 3 | -4/+4 |
| | |||||
* | Refactor several cache clients to have only one copy of their deserialization | Quincey Koziol | 2016-12-30 | 6 | -442/+583 |
| | | | | code. | ||||
* | Merge pull request #223 in HDFFV/hdf5 from develop_merge_cache_image_02 to ↵ | Dana Robinson | 2016-12-29 | 27 | -170/+133 |
|\ | | | | | | | | | | | | | | | | | develop Merged normalizations w/ cache_image branch. * commit 'da2f1610d1f2cba40770aee6d0d6fbc8196645ae': More normalizations against incoming cache image branch. | ||||
| * | More normalizations against incoming cache image branch. | Quincey Koziol | 2016-12-29 | 27 | -170/+133 |
| | | |||||
* | | Merge pull request #200 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:name_macros to ↵ | Dana Robinson | 2016-12-29 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | develop Merged naming check improvement in function enter macros. * commit '441c8ea43ab6a6559d1f167bdfbbaf3720621804': Added text to the function check macros so that a more helpful error message is emitted when there is a problem. | ||||
| * | | Added text to the function check macros so that a more helpful | Dana Robinson | 2016-12-12 | 1 | -1/+1 |
| | | | | | | | | | | | | error message is emitted when there is a problem. | ||||
* | | | Merge pull request #222 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5Odtype_tidy ↵ | Dana Robinson | 2016-12-29 | 1 | -138/+149 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | to develop H5Odtype tidy. * commit 'a25a08dff04c4ba03f28e8219a2ea782cf33d466': Cleaned up H5Odtype.c | ||||
| * | | Cleaned up H5Odtype.c | Dana Robinson | 2016-12-29 | 1 | -138/+149 |
| | | |