Adds writer test case for RCU
[folly.git] / folly / Portability.h
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2018-01-04 Keith DaigleMake FOLLY_HAS_COROUTINES dependent on header
2017-12-20 Yedidya FeldblumKill FOLLY_ALIGNED etc
2017-12-20 Yedidya FeldblumAdd hardware_destructive_interference_size
2017-12-14 Yedidya FeldblumMove max_align_v and max_align_t to folly/lang/Align.h
2017-12-13 Yedidya FeldblumRemove unused #include <string.h> from folly/Portability.h
2017-12-03 Alastair DaivisStatically allocate futex array v2017.12.04.00
2017-11-30 Igor Sugakadd FOLLY_SANITIZE macro
2017-11-02 Christopher DykesFix folly::Function under C++17 exception specifier...
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-09-15 Eric NieblerFix coroutine feature test macro on MSVC v2017.09.18.00
2017-09-08 Eric Nieblersupport using co_await with folly::Optional when it...
2017-08-24 Christopher DykesRename FOLLY_A64 to FOLLY_AARCH64
2017-08-01 Phil WilloughbyC++11 support for Replaceable
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-26 Yedidya FeldblumMove __CLANG_PREREQ to folly/CPortabiilty.h
2017-07-26 Yedidya FeldblumThere is no HAVE_SHADOW_LOCAL_WARNINGS
2017-07-21 Yedidya FeldblumStyle tweaks to max_align_v calculation
2017-07-20 Phil WilloughbyIntroduce folly::max_align_t and folly::max_align_v
2017-06-30 Christopher DykesDrop std::max_align_t hack present for GCC 4.8
2017-06-30 Christopher Dykesauto-dep the rest of Folly
2017-06-23 Andrew KriegerFix exception_wrapper on Windows by abusing internals
2017-05-25 Eric NieblerReplace FOLLY_WARN_UNUSED_RESULT with FOLLY_NODISCARD...
2017-05-23 Eric NieblerAdd FOLLY_NODISCARD for [[nodiscard]] attribute when...
2017-04-18 Marc HorowitzFail on implicit convert from BOOL on ObjC in folly...
2017-04-10 Christopher DykesRefactor FOLLY_GCC_DISABLE_WARNING to play nice with... v2017.04.10.00
2017-03-31 Yedidya FeldblumSome constexpr symbols for whether sanitizers are enabled
2017-02-27 Christopher DykesKill unused include of sched.h
2017-01-26 Christopher DykesAdd __builtin___clear_cache to the portability headers
2017-01-04 Yedidya Feldblum2017
2016-11-19 Christopher DykesDon't attempt to separately close the underlying file...
2016-11-18 Andrew Gallagherfolly/portability: move some macro definitions to ...
2016-10-20 Jim Meyeringconfigure.ac: check for -Wshadow-local and -Wshadow...
2016-10-18 Andrew Gallagherfolly: fixes for use with `-fvisibility-inlines-hidden`
2016-08-24 Phil WilloughbyFix a folly build failure with GCC5
2016-08-19 Christopher DykesMove detail/FunctionalExcept to portability/BitsFunctexcept
2016-08-17 Michael LeeMove the type_traits portability header into its own...
2016-08-16 Eric NieblerUse folly::Expected to implement folly::tryTo, a non...
2016-08-15 Eric NieblerReverted commit D3557832
2016-08-15 Eric NieblerUse folly::Expected to implement folly::tryTo, a non...
2016-08-10 Michael LeeGate SysMembarrier to not FOLLY_MOBILE platforms
2016-07-19 Andrii GrynenkoUse membarrier in TLRefCount
2016-06-09 Christopher DykesUse intrinsics rather than inline assembly where possible
2016-06-04 Christopher DykesRemove a couple of MSVC portability defines
2016-05-12 Christopher DykesMake the sys/uio.h portability header work for Windows
2016-05-09 Philip ProninReverted commit D3265572
2016-05-06 Christopher DykesUse intrinsics rather than inline assembly where possible
2016-04-06 Giuseppe OttavianoRemove leftover comment in Portability.h
2016-04-05 Giuseppe OttavianoUpdate libgcc and boost symlinks (Disable SSO on ASan...
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-03-31 Christopher DykesCreate a malloc.h portability header
2016-03-31 Christopher DykesSupport SSE 4.2 qfind under MSVC
2016-03-28 Yedidya Feldblums/MAX_STATIC_CONSTRUCTOR_PRIORITY/FOLLY_STATIC_CTOR_PRI...
2016-03-28 Christopher DykesMove asm portability to an Asm portability header
2016-03-23 Yedidya FeldblumUse C++'s standardized [[noreturn]] attribute
2016-03-23 Christopher DykesMove the clock details over to the Time.h portability...
2016-03-22 Michael LeeUse FOLLY_MOBILE to split some functionality
2016-03-20 Christopher DykesAdd features to portability/Config.h
2016-03-18 Christopher DykesCreate the sys/mman.h portability header
2016-03-17 Yedidya FeldblumRemove pthread_yield support
2016-03-16 Christopher DykesCreate portability/Config.h
2016-03-16 Yedidya FeldblumRemove an outdated/inapplicable comment
2016-03-09 Kyle NekritzMake Bits.h respect FOLLY_HAVE_UNALIGNED_ACCESS.
2016-03-04 Christopher DykesCreate the sys/types.h portability header
2016-02-27 Scott WolchokUse yield, not wfe, for asm_volatile_pause on ARM and...
2016-02-19 Christopher DykesDon't use a VLA for the double->string buffer.
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-02-05 Yedidya FeldblumConditionallyExistent<typename>
2016-02-01 Christopher DykesSupport constexpr_strlen under MSVC.
2016-01-29 Michael LeeExclude based on __APPLE__
2016-01-28 Francis MaFix FOLLY_TLS under macosx and clang
2016-01-27 Francis MaMake folly::detail::CacheLocality portable on apple
2016-01-27 Orvid KingImplement a generalized mechanism for pushing/popping...
2016-01-27 Giuseppe OttavianoFix typo in comment
2016-01-27 Yedidya FeldblumExtract endianness checks into Portability.h
2015-12-17 Michael LeeAllow override for unaligned reads in SpookyHashV2
2015-11-25 Giuseppe OttavianoUpdate symlinks
2015-11-21 Andrii GrynenkoFix folly/ThreadLocal with clang after PthreadKeyUnregi...
2015-11-20 Lucian GrijincuRevert "Fix folly::ThreadLocal to work in a shared...
2015-11-19 Andrii GrynenkoFix folly::ThreadLocal to work in a shared library
2015-11-08 Igor Sugakfolly/portability: add clang version check
2015-10-22 Giuseppe OttavianoClang support for constexpr StringPiece constructor
2015-10-22 Yaacov Akiba SlamaFix gcc 5.2 compilation when _GLIBCXX_USE_CXX11_ABI...
2015-10-03 Yedidya FeldblumFix Build: folly/Range.h for build platforms missing...
2015-09-14 Yedidya FeldblumCodeMod: Drop FOLLY_OVERRIDE and FOLLY_FINAL
2015-09-13 Leonardo BianconiPort Folly to PPC64
2015-09-08 Giuseppe OttavianoImplement assume()
2015-08-13 Yang ChiDetect clang in folly/Portability.h
2015-08-12 Orvid KingAdd MSVC support to MaxAlign
2015-08-03 Orvid KingAdd MSVC support to futures/Deprecated.h
2015-07-29 Orvid KingAdded asm_volatile_memory
2015-07-29 Orvid KingAdded FOLLY_ALIGNED(), to allow aligning on MSVC as...
2015-07-29 Yedidya FeldblumFix Build: FOLLY_SSE and preprocessor floats.
2015-07-28 Orvid KingAdd MSVC support for FOLLY_DEPRECATED
2015-07-28 Orvid KingNormalize SSE support detection
2015-07-28 Orvid KingAdd MSVC support for FOLLY_FINAL and FOLLY_OVERRIDE
2015-07-28 Orvid KingAdd detection of MSVC RTTI
2015-07-28 Orvid KingAdd support for MSVC in asm_pause in Portability.h
2015-06-19 Ananth JastyARM64 assembler fixes for Folly.
2015-05-26 Marc Horowitzfolly refactorings to better support cross-platform
next