- 17 Oct, 2018 36 commits
-
-
Kirk Shoop authored
fbshipit-source-id: 9d12db7b6b8ea4bc2ba87de78a35046884c30e3d
-
Eric Niebler authored
fbshipit-source-id: 57b9cddb7f3a2072bbf9335c3230a6f9c0219e77
-
Eric Niebler authored
fbshipit-source-id: a26e4e767b4aea27d5092edba3f755a02a8e1cbe
-
Eric Niebler authored
fbshipit-source-id: 73b62ddd46201b81ea7f69c83f7f498ab45f6d13
-
Kirk Shoop authored
fbshipit-source-id: 57dbe1e4eac06af9fccc4e44ad269f27fccb70be
-
Kirk Shoop authored
fbshipit-source-id: 7790bfb069ba355a9280892feda8642926b40f99
-
Eric Niebler authored
fbshipit-source-id: 2630da9ee1ca8a8e1e2547efb78257691673b21e
-
Kirk Shoop authored
fbshipit-source-id: f8fb9b36c34d11ffee5649291a7d09a796733567
-
Kirk Shoop authored
fbshipit-source-id: 517a2a9c83e19c539a4ccdd6fe696a8ce2d9a2d1
-
Kirk Shoop authored
fbshipit-source-id: a79daf051453f6b189330891fa290be4e9cd6549
-
Eric Niebler authored
fbshipit-source-id: 909a2c1037c4ef9cf81bbb7279bd891a2b93c546
-
Kirk Shoop authored
fbshipit-source-id: 6b132d537fa3cb5c9448b1c7d2adcc6204682f47
-
Eric Niebler authored
fbshipit-source-id: 3896cc505a67c37d1ff15d451f3352b94b6118dc
-
Eric Niebler authored
fbshipit-source-id: 14539a960a9a34521b022c88ef296a7bbcfe7bb7
-
Eric Niebler authored
fbshipit-source-id: 0ac5905901904ad0853d5df2a29578d13d056e7a
-
Eric Niebler authored
fbshipit-source-id: 4f62ac9b038b4836187c96faf3b8ab88ee34c0b2
-
Eric Niebler authored
fbshipit-source-id: a77fcf5804e47df856faff006577f3a5847917c8
-
Eric Niebler authored
fbshipit-source-id: 7a4d2e9c7fff8248faddaa5b3c246eb66782c97e
-
Kirk Shoop authored
fbshipit-source-id: 2fdd9fd6788874a0bb0ecc54d67856cd7a5666f1
-
Eric Niebler authored
fbshipit-source-id: 741a3452b94feb7837733ffadc677a4cd96c3271
-
Eric Niebler authored
fbshipit-source-id: 87c80e673533d18b0b99ffc673eff466204af9d9
-
Eric Niebler authored
fbshipit-source-id: 18530764c159a753f3e2abdb36648ee0f6ca46fb
-
Eric Niebler authored
fbshipit-source-id: d46faae4572b04c4352b79b18c647a0bce689a66
-
Eric Niebler authored
fbshipit-source-id: ecedf66e7d6e1ea6bcbe1ba68091f6ffdf62c260
-
Eric Niebler authored
fbshipit-source-id: 0901852e14521df7f5f8ed6ce338cbc9cfceb279
-
Eric Niebler authored
fbshipit-source-id: e4951d42e306b7af6ae595394a3994d6e4235083
-
Kirk Shoop authored
fbshipit-source-id: 8e93ce30fd17d832bcc09ae3ea5e4cf6cbd887b2
-
Eric Niebler authored
fbshipit-source-id: bfecdc1c0e934cf073e610c2cb98518bfde84ecd
-
Kirk Shoop authored
fbshipit-source-id: 0af2aa0b3cc551bbfef396ca0a7ad6975caa8279
-
Kirk Shoop authored
fbshipit-source-id: 1df9cc44331327b62fb7e20f22f8f512fe4e6ecd
-
Kirk Shoop authored
fbshipit-source-id: 0e4317ea86a60c50408cf415972bd048596ac0b2
-
Eric Niebler authored
fbshipit-source-id: 2363aa0c02923504fcc36d927604a27a2f0558ba
-
Eric Niebler authored
fbshipit-source-id: 4eeda45c9b4bb8256f71c9e644cd70f83b539fd0
-
Eric Niebler authored
fbshipit-source-id: 07e042879b008fbd34f583ae4351459bd5ae84a9
-
Kirk Shoop authored
fbshipit-source-id: 30a9f3571fb0a26d0023e3596105d2a38cf2d5e1
-
Eric Niebler authored
fbshipit-source-id: f5fba149a4200b522bf90700f320685cbf0737f9
-
- 16 Oct, 2018 4 commits
-
-
Yedidya Feldblum authored
Summary: [Folly] Pure C++ for TSAN annotation wrappers, v.s. using the preprocessor. The implementation uses the preprocessor in order to support platforms without weak symbols, but the interface is now pure C++. Reviewed By: nbronson Differential Revision: D10291176 fbshipit-source-id: 3636652793b8d0da59c7c9b1095d4c1b0c506372
-
Adam Simpkins authored
Summary: This setting is already set by FollyConfigChecks.cmake, but was not actually defined by folly-config.h This setting is only checked by a few of the concurrency tests. Reviewed By: igorsugak Differential Revision: D10405959 fbshipit-source-id: 1602730e6adb7e05a82e65bdc5c367d105f59224
-
Adam Simpkins authored
Summary: When using clang with libstdc++ `-latomic` must be explicitly specified as part of the link command in order to get some of the symbols required for C++ std::atomic support. The old autoconf-based build did have this check (added in github commit 60a5636b, D2519083). However this check was missing from the CMake-based build. Reviewed By: igorsugak Differential Revision: D10405960 fbshipit-source-id: 37291edc5a387e2e966ece79241aa00312194cbd
-
Dan Melnic authored
Summary: Folly zerocopy improvements Reviewed By: djwatson Differential Revision: D10324653 fbshipit-source-id: dacb2941e08eaf2e7588c04a01800e297a0643cf
-