sapling/eden/fs/testharness
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
..
test Re-run autodeps on all TARGETS 2017-09-09 18:35:02 -07:00
FakeBackingStore.cpp additional refactoring of unit test initialization code 2017-03-02 14:24:10 -08:00
FakeBackingStore.h apply clang-tidy modernize-use-override 2017-05-23 16:10:26 -07:00
FakeObjectStore.cpp ObjectStore now returns shared_ptr<const> 2017-09-29 16:54:05 -07:00
FakeObjectStore.h ObjectStore now returns shared_ptr<const> 2017-09-29 16:54:05 -07:00
FakeTreeBuilder.cpp add an EdenMount::diff() method 2017-03-21 12:06:44 -07:00
FakeTreeBuilder.h move eden/utils and eden/fuse into eden/fs 2017-04-14 11:39:02 -07:00
HgRepo.cpp fix some bugs in the treemanifest import code 2017-07-05 11:21:30 -07:00
HgRepo.h fix some bugs in the treemanifest import code 2017-07-05 11:21:30 -07:00
StoredObject.h update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
TARGETS dumb merge of MountPoint into EdenMount 2017-09-08 19:25:34 -07:00
TestChecks.h Moving FileData methods to FileInode 2017-07-26 23:39:35 -07:00
TestMount.cpp ObjectStore now returns shared_ptr<const> 2017-09-29 16:54:05 -07:00
TestMount.h ObjectStore now returns shared_ptr<const> 2017-09-29 16:54:05 -07:00
TestUtil.cpp update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
TestUtil.h update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00