sapling/eden/fs
Adam Simpkins 897764d81c move the ConfigSource enum to a thrift file
Summary:
Move the ConfigSource enum definition to a thrift file.  This will let us
return ConfigSource values over thrift APIs in the future.  This also allows
us to use thrift's `TEnumTraits` functionality to determine the maximum enum
value, rather than having to maintain a separate `kConfigSourceLastIndex`
variable.

As part of this change I also renamed the enum values to be CamelCase to match
our current C++ style recommendations and to avoid possibly conflicting with
macros defined in other headers (`DEFAULT` seemed particularly susceptible to
collision).

Reviewed By: strager

Differential Revision: D15572120

fbshipit-source-id: 8fbd03da221a9f75ef670dee1eb250eb198a5bd0
2019-06-05 11:50:37 -07:00
..
benchharness standardize some of the benchmark infrastructure 2018-11-13 15:27:50 -08:00
config move the ConfigSource enum to a thrift file 2019-06-05 11:50:37 -07:00
fuse eden: report the paths in failed bind mount attempts 2019-06-05 07:26:13 -07:00
inodes Deleted two unused blocking methods 2019-05-31 18:21:15 -07:00
journal added JournalStats 2019-05-31 14:40:10 -07:00
model Make Tree::getEntryPtr() do a case insensitive lookup on Windows 2019-05-17 11:48:37 -07:00
rocksdb add an option to open RocksDbLocalStore in read-only mode 2019-05-20 14:13:59 -07:00
service move the ConfigSource enum to a thrift file 2019-06-05 11:50:37 -07:00
sqlite avoid leaking the sqlite3 db if we fail to open it 2018-06-20 16:36:22 -07:00
store Separate FUSE and Hg counter structs 2019-05-29 18:11:56 -07:00
takeover Replace Future::then(e, f) with Future::then(V/T)Inline(makeAsyncTask(e, f)) 2019-05-26 19:44:34 -07:00
testharness move the ConfigSource enum to a thrift file 2019-06-05 11:50:37 -07:00
tracing Separate FUSE and Hg counter structs 2019-05-29 18:11:56 -07:00
utils eden: enable capturing process names on macos 2019-06-04 14:42:14 -07:00
win Add eden_service_thrift as a dependency for the new CMake targets. 2019-05-31 16:16:23 -07:00
CMakeLists.txt CMake build scripts for Eden Windows 2019-05-10 18:33:00 -07:00