Fix comments in UnboundedQueue and DynamicBoundedQueue
[folly.git] / folly / FBVector.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 DykesEnsure curly-braces around control-flow
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-30 Yedidya FeldblumConsistent indentation for class visibility labels
2017-04-03 Christopher DykesDon't use macros for FBVector::insert
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-04 Yedidya Feldblum2017
2017-01-03 Yedidya FeldblumDrop the boost dependency from Traits.h and FBVector.h
2017-01-02 Yedidya FeldblumDrop <boost/operators.hpp> as a dependency of FBVector.h
2016-12-16 Christopher DykesAllow folly to compile cleanly with most of the rest...
2016-11-16 Nathan Bronsonfolly: fbvector: ubsan: avoid memset(nullptr, 0, 0)
2016-09-30 Lucian Grijincufolly: use std::__throw_out_of_range
2016-08-13 Guobao SunFix typos in FBVector's comments
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