mirror of
https://github.com/facebook/sapling.git
synced 2024-12-27 23:22:02 +03:00
8dc58acda1
Summary: Drop the `2` from the `fb303_thrift_cpp2` rule name. The old `cpp` version of fbthrift is gone, `cpp2` is the only supported C++ version, so lets drop the `2` from this build rule name. I plan to change some of the CMake thrift rule generation code soon, to support multiple languages (namely Python). As part of this I plan to automatically add a language-specific suffix(`_py` or `_cpp`) to the build rules. It seems better to use `_cpp` rather than `_cpp2` for C++ libraries. Changing the name for this fb303 rule will make it fit this planned naming scheme. Reviewed By: chadaustin Differential Revision: D16653264 fbshipit-source-id: e4da70c79ff14e9981717ab909d982770d104512 |
||
---|---|---|
.. | ||
fb303 | ||
logging | ||
network/if | ||
stats | ||
time | ||
.gitignore | ||
CMakeLists.txt | ||
README.md |
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.