sapling/eden/fs/store
Adam Simpkins efa6f84874 fix the build
Summary:
D9494651 and D9415207 logically conflicted with each other, but did not have
conflicts at the source code level.  They both landed independently which
resulted in a broken build even though CI had passed on their individual
diffs.  This updates them to be compatible.

Reviewed By: wez, strager

Differential Revision: D9505360

fbshipit-source-id: 72743167d934d1d57044cda8d5a7af03346ab142
2018-08-24 17:23:18 -07:00
..
git make LocalStore::getTree return a Future 2018-05-31 21:19:40 -07:00
hg fix the build 2018-08-24 17:23:18 -07:00
mononoke use ServiceRouter and SSL Connection in MononokeBackingStore 2018-08-06 11:51:36 -07:00
test use rvalue-qual Future::get(...) 2018-07-09 08:51:43 -07:00
BackingStore.cpp re-verify blob contents for empty blobs loaded from the LocalStore 2018-08-23 14:22:58 -07:00
BackingStore.h re-verify blob contents for empty blobs loaded from the LocalStore 2018-08-23 14:22:58 -07:00
BlobMetadata.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
CMakeLists.txt add CMake build files 2018-04-30 14:37:46 -07:00
Diff.cpp Future<T>::then 6/n: Future<T>::then() & -> Future<T>::then() &&. 2018-08-03 23:36:16 -07:00
Diff.h add a function for diffing source control commits 2018-03-20 16:47:12 -07:00
EmptyBackingStore.cpp run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
EmptyBackingStore.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
IObjectStore.h prefetch file batch for hg import helper 2018-05-25 13:51:27 -07:00
LocalStore.cpp add eden gc command 2018-08-10 11:38:20 -07:00
LocalStore.h Started Eden for Windows and integrated hg store with it. 2018-08-21 17:53:38 -07:00
MemoryLocalStore.cpp use F14NodeMap with heterogeneous lookup / mutation as StringKeyedUnorderedMap|Set 2018-08-23 12:07:15 -07:00
MemoryLocalStore.h add eden gc command 2018-08-10 11:38:20 -07:00
ObjectStore.cpp re-verify blob contents for empty blobs loaded from the LocalStore 2018-08-23 14:22:58 -07:00
ObjectStore.h prefetch file batch for hg import helper 2018-05-25 13:51:27 -07:00
RocksDbLocalStore.cpp add eden gc command 2018-08-10 11:38:20 -07:00
RocksDbLocalStore.h add eden gc command 2018-08-10 11:38:20 -07:00
SqliteLocalStore.cpp add eden gc command 2018-08-10 11:38:20 -07:00
SqliteLocalStore.h add eden gc command 2018-08-10 11:38:20 -07:00
StoreResult.cpp Enabled additional compiler warnings in Eden. 2018-06-01 11:39:01 -07:00
StoreResult.h Enabled additional compiler warnings in Eden. 2018-06-01 11:39:01 -07:00