Baton::ready, a const variant of try_wait
[folly.git] / folly / sorted_vector_types.h
2017-11-15 Benny Chenallow small vector to be storage for sorted_vector_map
2017-11-08 Yedidya FeldblumHeterogeneous lookups for sorted_vector types
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-19 Christopher DykesEnsure curly-braces around control-flow
2017-08-09 Nick Jiangfix sorted_vector_{set,map} bulk_insert deduplication
2017-07-30 Yedidya FeldblumConsistent indentation for class visibility labels
2017-07-30 Yedidya Feldblumtemplate< -> template <
2017-03-21 Nathan Bronsonfix sorted_vector_{set,map} insert with bad hint
2017-02-25 Michael LeeFix -Wshadow warning in sorted_vector_types
2017-02-23 Mark LoganRemove duplicates during bulk insertion.
2017-02-03 Mark LoganAdd ContainerT&& ctors to sorted_vector_map and sorted_...
2017-02-03 Mark LoganFix worst-case quadratic behavior of iterator construct...
2017-01-04 Yedidya Feldblum2017
2016-12-09 Qinfan WuFix sorted_vector_set::erase
2016-10-04 Qinfan WuImplicit construct sorted_vector_set from std::initiali...
2016-09-30 Lucian Grijincufolly: use std::__throw_out_of_range
2016-08-24 Yedidya FeldblumUse cbegin and cend in static reflection container...
2016-07-14 Christopher DykesSwitch away from things that are removed in C++17
2016-07-12 Yedidya FeldblumFix Build: sorted_vector_types.h on GCC v4.8
2016-07-12 Yedidya FeldblumInline the lower_bound and upper_bound callbacks in...
2016-06-17 Christopher DykesFix infinite recursion in sorted_vector_{set|map}:...
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-02-02 Louis KrugerAdd folly::sorted_vector_map::at()
2014-09-18 Nicholas Ormrodremove eof whitespace lines
2014-08-14 Marc Celanisorted_vector containers have a shrink_to_fit() method
2014-03-18 Marc Celanisorted_vector_types have move inserts
2014-03-18 Marc Celanifolly::merge() - std::merge() with stronger guarantees...
2014-03-18 Marc Celanisorted_vector_types does not work with std::inserter
2014-03-18 Marc CelaniIntroduce a merge() function for folly::sorted_vector_map
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-10-15 Soren LassenAdded initializer_list ctors to sorted_vector_{set...
2013-07-01 Tom Jacksonconst'ing sorted_vector_map::count()
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2012-06-02 Jordan DeLongPull from FB rev 63ce89e2f2301e6bba44a111cc7d4218022156f6