sapling/common
Jasmeet Bagga da821dcc9c Opt fboss into auto thrift format
Summary:
We are already enrolled in clang-autoformat, but not in
thrift auto format. Enable that now, so we can let linters worry about
formatting our code.

Reviewed By: phshaikh

Differential Revision: D30905313

fbshipit-source-id: bb4724cc11c455b23305e120ddcf22a3df0125b8
2021-09-14 09:16:13 -07:00
..
fb303 Opt fboss into auto thrift format 2021-09-14 09:16:13 -07:00
logging fix oss sandcastle job 2017-12-22 09:21:44 -08:00
network Opt fboss into auto thrift format 2021-09-14 09:16:13 -07:00
process Add neighbor entry verification tests 2021-05-19 09:45:19 -07:00
stats Factor our hw_port_stats_fb303 lib 2020-02-03 17:37:05 -08:00
.gitignore watchman: pull in thrift in the oss build for eden support 2019-02-04 21:37:47 -08:00
README.md Add fb303 stubs in common/ to support building in the opensource repo 2017-03-17 17:08:05 -07:00

This directory mostly contains stub implementations of Facebook libraries that are not fully open source yet. These stubs allow the FBOSS code to build while we are still working on fully open sourcing these libraries.

The code in common/stats is the main piece that is not fully open source yet. We are working to eventually make all of this code available in the facebook/folly repository.