fix ASAN build
[folly.git] / folly / Bits.h
2017-10-29 Yedidya FeldblumMove folly/Assume.h
2017-10-28 Andrew KriegerBreak out BitIterator into its own header
2017-10-11 Miroslav CrnicAdd support for clang intrinsic constexpr
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-13 Yedidya FeldblumSort #include lines
2017-06-05 Christopher DykesSwitch Bits.h to just use the popcount builtins directly
2017-03-03 Yedidya FeldblumTweak size handling in Endian
2017-03-02 Yedidya FeldblumRefactor Endian
2017-02-24 Yedidya FeldblumDrop support for gcc 4.7 with byteswap shim
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-04 Yedidya Feldblum2017
2016-12-16 Christopher DykesAllow folly to compile cleanly with most of the rest...
2016-12-16 Christopher DykesMore implicit truncation warning fixes
2016-10-25 Ben MaurerprevPowTwo / faster bit operations
2016-08-04 Christopher DykesAssume p is not nullptr in storeUnaligned
2016-08-01 Christopher DykesDon't disable the shadowing warning just for a paramete...
2016-08-01 Christopher DykesFix nextPowTwo for 64-bit values under MSVC
2016-07-22 Christopher DykesInclude the Builtins portability header in Bits.h
2016-05-14 Yedidya FeldblumPrefer constexpr to preprocessor conditionals when...
2016-05-09 Christopher DykesExplicitly reference folly::detail
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-03-09 Kyle NekritzMake Bits.h respect FOLLY_HAVE_UNALIGNED_ACCESS.
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-09-14 Orvid KingMSVC 2015 constexpr in Bits.h
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-02-02 Jim Meyeringfolly: Bits: restore type of bitOffset_ to shorter...
2015-01-13 Lucian Grijincufolly: Bits: make bitsPerBlock 64 bit back
2015-01-13 Jim Meyeringfolly/Bits.h (BitIterator): avoid -Wsign-compare error
2014-10-17 Sean CannellaConditionals for iOS / Android compilation
2014-07-14 Elizabeth SmithMSVC intrinsics for bits and cpuid
2014-07-09 Tudor BosmanUse pipe2 in Subprocess; platform-specific config
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-05-20 Elizabeth Smithmsvc packed attribute translation
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-08-28 Jim Meyeringfolly: adjust more headers to be -Wshadow-clean
2013-08-28 Philip Proninmake folly/Bits.h clang-compatible
2013-07-18 Sean CannellaOSX compat fixes
2013-06-03 Daniel Sloofmake folly build on OSX
2013-05-20 Owen YamauchiBreak dependency on endian.h
2013-05-20 Owen YamauchiBreak dependency on byteswap.h
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2012-12-16 Tudor BosmanSilence -Wuninitialized in some cases
2012-12-16 Philip Proninconstexpr-ize folly/Bits.h
2012-08-26 Michael CurtissisPowTwo
2012-08-26 Tudor Bosmansizeof works just as well as numeric_limits<T>::digits
2012-08-08 Tudor BosmanUse gcc builtins instead of library functions for ffs*
2012-08-08 Tudor BosmanDetect popcnt instruction at runtime, use it if available.
2012-07-13 Tudor Bosman(minor changes, part of unrelated diff)
2012-07-13 Tudor BosmanMake Bits<T> work with T = Unaligned<X> (X is unsigned...
2012-07-13 Tudor Bosman(minor changes, part of unrelated diff)
2012-06-27 Tudor BosmanMinor changes to folly/experimental/io
2012-06-07 Tudor BosmanDeuglify unaligned accesses in GroupVarint.
2012-06-02 Jordan DeLongPull from FB rev 63ce89e2f2301e6bba44a111cc7d4218022156f6