sapling/eden/fs/store
Wez Furlong 364398cf94 ObjectStore now returns shared_ptr<const>
Summary:
Originally I thought this would help move towards removing a
`future.get()` call from FileInode, but it turned out to not make a difference
to that code.

It does make it a bit less of a chore to deal with the Journal related diff
callbacks added in D5896494 though, and is a move towards a future where we
could potentially return cached and shared instances of these objects.

This diff is a mechanical change to alter the return type so that we can share
instances returned from the object store interface.  It doesn't change any
functionality.

Reviewed By: simpkins

Differential Revision: D5919268

fbshipit-source-id: efe4b3af74e80cf1df20e81b4386450b72fa2c94
2017-09-29 16:54:05 -07:00
..
git Remove no-longer-needed @manual for rocksdb 2017-09-01 19:31:46 -07:00
hg fix for falling back to flat manifest import 2017-09-29 11:43:17 -07:00
test move LocalStore::PutXXX methods to a LocalStore::WriteBatch class 2017-09-28 20:53:40 -07:00
BackingStore.h update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
BlobMetadata.h update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
EmptyBackingStore.cpp update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
EmptyBackingStore.h apply clang-tidy modernize-use-override 2017-05-23 16:10:26 -07:00
IObjectStore.h ObjectStore now returns shared_ptr<const> 2017-09-29 16:54:05 -07:00
LocalStore.cpp whoops: make sure we clear a batch during flush 2017-09-28 22:06:15 -07:00
LocalStore.h move LocalStore::PutXXX methods to a LocalStore::WriteBatch class 2017-09-28 20:53:40 -07:00
ObjectStore.cpp ObjectStore now returns shared_ptr<const> 2017-09-29 16:54:05 -07:00
ObjectStore.h ObjectStore now returns shared_ptr<const> 2017-09-29 16:54:05 -07:00
StoreResult.cpp update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
StoreResult.h update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
TARGETS allow specifying --config options to hg_import_helper.py 2017-08-02 17:07:19 -07:00