sapling/eden/fs/config
Adam Simpkins 736ce0715c make the Hash constructors constexpr
Summary:
Update the Hash constructors that accept a `ByteRange` and a `StringPiece` to
be `constexpr` so that all Hash constructors are now `constexpr`.

This probably shouldn't really make a big difference in practice.  I added
this since I wanted to define some static `Hash` constants in some tests, and
didn't want to worry about SIOF issues.

Reviewed By: chadaustin

Differential Revision: D13475781

fbshipit-source-id: fc1ce91c998f1badadbd6becd525458c25dd30de
2018-12-17 19:15:36 -08:00
..
test make the Hash constructors constexpr 2018-12-17 19:15:36 -08:00
CachedParsedFileMonitor.h Win: Porting eden/service to Windows with fb-thrift 2018-10-22 20:27:26 -07:00
ClientConfig.cpp folly::Optional -> std::optional 2018-10-23 17:05:11 -07:00
ClientConfig.h folly::Optional -> std::optional 2018-10-23 17:05:11 -07:00
CMakeLists.txt add CMake build files 2018-04-30 14:37:46 -07:00
EdenConfig.cpp Create a platform independent way to compare the stats. 2018-11-21 16:38:51 -08:00
EdenConfig.h ensure that mononoke http host header is set 2018-11-09 16:19:50 -08:00
FileChangeMonitor.cpp eden: add helper for accessing stat fields as timespecs 2018-12-16 18:31:46 -08:00
FileChangeMonitor.h eden: add helper for accessing stat fields as timespecs 2018-12-16 18:31:46 -08:00
ReloadableConfig.h pass ReloadableConfig down to HgBackingStore ctor 2018-10-31 11:50:38 -07:00