1. 17 Oct, 2018 38 commits
  2. 16 Oct, 2018 2 commits
    • Yedidya Feldblum's avatar
      Pure C++ for TSAN annotation wrappers · 799a718f
      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
      799a718f
    • Adam Simpkins's avatar
      cmake: define FOLLY_USE_LIBSTDCPP in folly-config.h · 07515573
      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
      07515573