fix flaky ConnectTFOTimeout and ConnectTFOFallbackTimeout tests
[folly.git] / folly / FBVector.h
2016-05-17 Marcus Holland-Moritzfolly: fbvector: ubsan: don't call memcpy() with nullpt...
2016-05-09 Lucian Grijincufolly: fbvector: ubsan: avoid memcpy(dest, nullptr, 0)
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-03-29 Nicholas OrmrodMake FBVector faster
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-11-25 Giuseppe OttavianoSkip reallocation in shrink_to_fit for empty fbvector
2015-07-21 Ondrej Leheckafixing compiler errors when compiling with Wunused...
2015-06-29 Philip Pronincleanup includes in folly/Format.h
2015-06-12 Nicholas OrmrodSuppress clang memcpy warnings
2015-03-06 Mark IsaacsonRemove unnecessary includes from FBVector
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Nicholas OrmrodImprovement fbvector.computePushBackCapacity
2015-01-13 Jim Meyeringfolly: fix many -Wsign-compare warning/errors reported...
2015-01-13 Jim Meyeringfolly/FBVector.h: avoid -Wsign-compare error (simple)
2014-09-09 Jason EvansConvert from jemalloc's obsolete *allocm() to *allocx().
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-05-20 Nicholas OrmrodRemoved old FBVector compatibility functions
2014-04-09 Nicholas OrmrodBugfix in iterator emplace
2014-03-31 Nicholas OrmrodNULL -> nullptr
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-10-15 Peter GriessUse boost::has_trivial_copy_constructor rather than...
2013-09-08 Jordan DeLongSome fixes for building stuff with clang
2013-08-28 Jim Meyeringfolly: avoid use of has_trivial_destructor in FBVector.h
2013-04-21 Christian KammFix bug in reserve() and shrink_to_fit().
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2012-12-16 Nicholas OrmrodFBVector 2.0 - now standard compliant
2012-08-26 Nicholas OrmrodIncreased std::vector compatibility of fbvector
2012-06-05 Tudor BosmanCheck the return value from malloc / realloc.
2012-06-02 Jordan DeLongPull from FB rev 63ce89e2f2301e6bba44a111cc7d4218022156f6