Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fbzmq: Fix compilation with newer GCC | Rosen Penev | 2019-06-19 |
| | | | | | | | | Added -faligned-new to fix compilation. As fbzmq is passing -Werror, fixed compilation with newer GCC versions. Signed-off-by: Rosen Penev <rosenp@gmail.com> | ||
* | fbzmq: Switch to HOSTPKG | Rosen Penev | 2019-06-17 |
| | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com> | ||
* | fbzmq: Add fbzmq library | Amol Bhave | 2019-06-14 |
fbzmq provides a framework for writing services in C++ while leveraging the features of libzmq (message passing semantics). Compile tested: nbg6817, master Maintainer: me Signed-off-by: Amol Bhave <ambhave@fb.com> |