summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Normalize against incoming page buffering changes.Quincey Koziol2017-03-017-757/+749
* Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0:Quincey Koziol2017-02-287-251/+187
* Revert "Fix some more signed -> unsigned value issues with cache data structu...Quincey Koziol2017-02-286-83/+143
* Align w/incoming page buffering changes.Quincey Koziol2017-02-259-182/+121
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2017-02-231-2/+2
|\
| * Changed C++ comments to C comments in H5win32defs.h.Dana Robinson2017-02-221-2/+2
* | Fix some more signed -> unsigned value issues with cache data structures, alsoQuincey Koziol2017-02-236-143/+83
|/
* Cleanups and normalizations against incoming page_buffering changes.Quincey Koziol2017-02-203-15/+23
* Switch major error code from H5E_FSPACE [back] to H5E_RESOURCEQuincey Koziol2017-02-182-102/+102
* Misc. style cleanups from the page_buffering branch.Quincey Koziol2017-02-187-673/+436
* Minor warning fixes.Dana Robinson2017-02-091-1/+1
* Merge pull request #281 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-9875-i...Allen Byrne2017-02-031-0/+1
|\
| * Add static lib to pdb exportsAllen Byrne2017-02-021-1/+1
| * HDFFV-9875 Fix target exports and add static tools pdb filesAllen Byrne2017-02-021-0/+1
* | Optimize loading cache image, removing lots of memory allocations and copies.Quincey Koziol2017-02-031-201/+150
* | Simplify H5C__serialize_single_entry(), using H5C__generate_image()Quincey Koziol2017-02-023-199/+74
|/
* Merge pull request #274 in HDFFV/hdf5 from develop_merge_cache_image_08 to de...Quincey Koziol2017-01-311-41/+15
|\
| * Review changes to closing files on error in H5Fcreate.Quincey Koziol2017-01-311-41/+15
* | Update sanity checks for dataset refresh code.Quincey Koziol2017-01-311-3/+2
|/
* Add missing filesQuincey Koziol2017-01-293-0/+4789
* Cache image feature and testingQuincey Koziol2017-01-2924-131/+2945
* Bring change to use array of metadata cache entry classes for H5C_createQuincey Koziol2017-01-2819-214/+95
* Switch list lengths to unsigned integers (to align better w/cache image merge)Quincey Koziol2017-01-289-161/+110
* Commit Vailin's fix for the h5format_convert test failure.lrknox2017-01-261-0/+5
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-18/+18
* Bring changes to metadata cache "get entry status" call and newQuincey Koziol2017-01-0616-17/+588
* Add "image up to date" flag / parameter to metadata cache entry status calls.Quincey Koziol2017-01-065-4/+12
* Bring file shutdown code from cache image branchQuincey Koziol2017-01-0524-245/+1707
* Merge code from cache image branch to split FSM ring into two types: raw dataQuincey Koziol2017-01-044-56/+242
* Align w/incoming cache image changes, and improve recovery on errors.Quincey Koziol2017-01-041-23/+23
* Revert accidental changes to freespace open and close routines.Quincey Koziol2017-01-031-4/+4
* Remove 'const' from cache client pre_serialize callback, to reduce warnings,Quincey Koziol2017-01-0312-47/+53
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2017-01-021-1/+1
|\
| * Fixed a macro in H5Cpkg.h that was only updated in the version thatDana Robinson2017-01-021-1/+1
* | Align with incoming cache_image branch changes: use the index list (instead ofQuincey Koziol2017-01-022-103/+149
|/
* Bring support for doubly-linked list of all entries in cache from incomingQuincey Koziol2016-12-304-125/+363
* Align with name change of "user" ring in incoming cache image changes.Quincey Koziol2016-12-303-4/+4
* Refactor several cache clients to have only one copy of their deserializationQuincey Koziol2016-12-306-442/+583
* Merge pull request #223 in HDFFV/hdf5 from develop_merge_cache_image_02 to de...Dana Robinson2016-12-2927-170/+133
|\
| * More normalizations against incoming cache image branch.Quincey Koziol2016-12-2927-170/+133
* | Merge pull request #200 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:name_macros to ...Dana Robinson2016-12-291-1/+1
|\ \
| * | Added text to the function check macros so that a more helpfulDana Robinson2016-12-121-1/+1
* | | Merge pull request #222 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5Odtype_tidy t...Dana Robinson2016-12-291-138/+149
|\ \ \ | |_|/ |/| |
| * | Cleaned up H5Odtype.cDana Robinson2016-12-291-138/+149
* | | Normalize against incoming cache image feature.Quincey Koziol2016-12-282-116/+104
|/ /
* | Merge SWMR-related testing to existing tests.Quincey Koziol2016-12-182-6/+6
* | Snapshot version 1.9 release 235hdftest2016-12-161-2/+2
* | Change dlopen from RTLD_NOW to RTLD_LAZYAllen Byrne2016-12-121-1/+1
* | Fix bad implementation of Windows nanosleep equivalent.Dana Robinson2016-12-122-5/+5
* | Merge pull request #194 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_swmr_merge_03...Quincey Koziol2016-12-122-169/+36
|\ \