sapling/common
Siva Muthusamy 5300b0b9bb Back out "fbcode/fboss/common/"
Summary:
Original commit changeset: 9d12716a4f3d

Original Phabricator Diff: D44835399.

File thrift/annotation/cpp.thrift is not available in open source and hence OSS build fails. Will work with thrift team to fix this properly.

Reviewed By: zechengh09

Differential Revision: D45297819

fbshipit-source-id: 0bdf2f3893f9069f34707ea897c2fa8c458a704f
2023-04-25 21:31:34 -07:00
..
fb303 stub out fboss fbcode dependencies 2022-01-26 15:25:00 -08:00
logging Enable CLANGFORMAT 2021-10-24 20:46:16 -07:00
network Back out "fbcode/fboss/common/" 2023-04-25 21:31:34 -07:00
process Enable CLANGFORMAT 2021-10-24 20:46:16 -07:00
rust/shed/hostcaps Use cached values 2022-08-10 11:06:01 -07:00
stats implement a basic working version of MonotonicCounter 2023-03-27 19:08:05 -07:00
time stub out fboss fbcode dependencies 2022-01-26 15:25:00 -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.