folly: fix sysMembarrier() with newer kernel headers
[folly.git] / folly / small_vector.h
2017-10-29 Yedidya FeldblumMove folly/Assume.h
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-23 James Sedgwickmove Arena, ThreadCachedArena, and Malloc to memory/
2017-10-19 Christopher DykesUse nullptr rather than 0 for a null pointer
2017-09-14 Martin MartinNoHeap small_vector's no longer require a move constructor.
2017-09-12 Martin Martinconst -> constexpr in folly::small_vector
2017-09-12 Martin Martinclang-format folly::small_vector. No functional change.
2017-08-31 Yedidya FeldblumExtract non-portability constexpr math functions to...
2017-08-10 Nathan Bronsonsmall_vector default constructor shouldn't be explicit v2017.08.14.00
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-30 Yedidya FeldblumConsistent indentation for class visibility labels
2017-07-30 Yedidya Feldblumtemplate< -> template <
2017-07-26 Yangqing Jiafolly: changes to make nvcc happy
2017-07-13 Yedidya FeldblumSort #include lines
2017-06-08 Christopher DykesSwitch unguarded #pragmas to use portability macros
2017-04-26 Nick Terrellsmall_vector improvements
2017-04-20 Nicholas OrmrodRemove unpackHack from smallVector
2017-03-14 Dmitry Pleshkovsmall_vector should not require a copy-ctr from its...
2017-01-04 Yedidya Feldblum2017
2016-09-30 Lucian Grijincufolly: use std::__throw_out_of_range
2016-08-24 Huapeng Zhoufolly: fix enumeral vs non-enumeral type in conditional...
2016-08-24 Jon Maltiel SwensonPrevent compiler warning about mixing enumeral and...
2016-08-17 Michael LeeMove the type_traits portability header into its own...
2016-07-19 Christopher DykesHandle small_vectors with 0 inline capacity correctly
2016-07-18 Christopher DykesAlways pack small_vector
2016-05-03 Yedidya FeldblumDeprecate boost::mpl
2016-04-28 Christopher DykesUse the portability header for malloc_usable_size in...
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-09-13 Leonardo BianconiPort Folly to PPC64
2015-09-10 Lucian Grijincufolly: small_vector: emplace_back for iterator construc...
2015-06-29 Philip Pronincleanup includes in folly/Format.h
2015-06-21 Yoni Lavinew small_vector tests that fail on trunk and uncover...
2015-06-12 Praveen KumarGet *=default*ed default constructors
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-01-13 Jim Meyeringfolly/small_vector.h: avoid -Wsign-compare error
2014-09-26 Soren LassenFix some folly memory leaks found with clang:dev +...
2014-09-26 Danny GuoRevert "Fix folly memory leaks found with clang:dev...
2014-09-26 Soren LassenFix folly memory leaks found with clang:dev + asan.
2014-09-09 Nicholas OrmrodFix #includes
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-05-20 Nicholas Ormrodsmall_vector exception safety, part 2
2014-05-20 Nicholas Ormrodsmall_vector exception safety, part 1
2014-05-20 Nicholas OrmrodDelete small_vector's OneBitMutex policy
2014-05-20 Elizabeth Smithmsvc packed attribute translation
2014-04-18 Elizabeth Smithmacro for cross platform x64 detection
2014-03-31 Nicholas OrmrodNULL -> nullptr
2014-03-18 Tianjiao YinAdd constexpr specifier for small_vector::max_size
2014-03-10 Andrey GoderFix comment
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-10-24 Peter GriessDetect and use std::is_trivially_copyable<T> where...
2013-10-15 Peter GriessUse #if rather than #ifdef to check autoconf guards.
2013-06-26 Jim Meyeringfolly: accommodate use of -Wshadow in other projects
2013-06-03 Daniel Sloofmake folly build on OSX
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2013-01-19 Anton KorobeynikovMake sure there is no signed int overflow
2013-01-19 Anton KorobeynikovMake sure the op does not change the sign of the operand
2012-12-16 Gaurav JainFix some clang compiler warnings/errors
2012-12-16 Yiding Jiafix std::out_of_range calls to use real constructors
2012-06-05 Tudor BosmanCheck the return value from malloc / realloc.
2012-06-02 Jordan DeLongPull from FB rev 63ce89e2f2301e6bba44a111cc7d4218022156f6