aboutsummaryrefslogtreecommitdiff
path: root/libs/fbthrift
Commit message (Collapse)AuthorAge
* fbthrift: Update to 2019.10.07.00Rosen Penev2019-10-07
| | | | | | Added patch to remove boost-thread dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fbthrift: Update to 2019-09-22Rosen Penev2019-09-22
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fbthrift: Install to STAGING_DIR_HOSTPKGRosen Penev2019-06-17
| | | | | | | As part of the boost change. Also get rid of various CMake options as CMake can find everything properly now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fbthrift: Update to 2019.06.10.00Rosen Penev2019-06-13
| | | | | | | | Rearranged Makefile for consistency between packages. Added -Dlib_only to save some time. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fbthrift: Update to 2019.05.27.00Rosen Penev2019-05-31
| | | | | | Simplify dependencies. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fbthrift: Add fbthrift packageAmol Bhave2019-05-11
[Depends on libwangle] Facebook's branch of Apache Thrift, including a new C++ server. Thrift is a serialization and RPC framework for service communication. Thrift enables these features in all major languages, and there is strong support for C++, Python, Hack, and Java. Test Plan: compile fbthrift on openwrt master for nbg6817 Maintainer: me Signed-off-by: Amol Bhave <ambhave@fb.com>