sapling/eden/fs/service
Michael Bolin 41f4127e8d Fix INSTRUMENT_THRIFT_CALL macro so it builds in opt mode.
Summary:
Building with gcc/opt mode complains that `strlen()` is not a constant
expression, so I'm dropping the `constexpr` to fix the opt build.

Reviewed By: chadaustin

Differential Revision: D6272580

fbshipit-source-id: a8e3a93ea04e878353c6cab31cb0b1b4705276fe
2017-11-08 10:49:35 -08:00
..
oss run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
__init__.py Add integration test for rebasing in Hg. 2017-07-27 17:24:01 -07:00
client.py Include the directory that Eden was looking at in the exception message. 2017-10-06 12:28:41 -07:00
DEFS avoid multiple builds of the eden server library 2017-04-14 11:39:02 -07:00
eden.thrift Store Hg dirstate data in Hg instead of Eden. 2017-11-06 19:56:49 -08:00
EdenError.cpp run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
EdenError.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
EdenServer.cpp log around opening the RocksDB local store 2017-11-07 14:17:37 -08:00
EdenServer.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
EdenServiceHandler.cpp Fix INSTRUMENT_THRIFT_CALL macro so it builds in opt mode. 2017-11-08 10:49:35 -08:00
EdenServiceHandler.h Store Hg dirstate data in Hg instead of Eden. 2017-11-06 19:56:49 -08:00
GlobNode.cpp run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
GlobNode.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
main.cpp run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
PrettyPrinters.cpp Store Hg dirstate data in Hg instead of Eden. 2017-11-06 19:56:49 -08:00
PrettyPrinters.h Store Hg dirstate data in Hg instead of Eden. 2017-11-06 19:56:49 -08:00
streamingeden.thrift implement eden->watchman subscriptions 2017-03-21 13:35:20 -07:00
StreamingSubscriber.cpp fix a deadlock - lock ordering violation in Journal/StreamingSubscriber 2017-11-01 12:24:44 -07:00
StreamingSubscriber.h fix a deadlock - lock ordering violation in Journal/StreamingSubscriber 2017-11-01 12:24:44 -07:00
TARGETS Give each Thrift endpoint its own logging category. 2017-11-07 20:56:12 -08:00
ThriftUtil.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00