Improve performance of enumerate() with optimization disabled
[folly.git] / folly / Optional.h
2018-01-08 Eric Nieblergive all folly exception types default visibility
2017-11-21 Dylan Yudakencorrect usage of namespace std for coroutines_trait...
2017-10-29 Yedidya FeldblumMove folly/Launder.h
2017-10-25 Yedidya FeldblumFlesh out Optional members swap, reset, emplace, has_value
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-09-15 Dylan YudakenAllow awaiting on a folly::Optional that returns a...
2017-09-08 Benjamin JaegerOptional.h - make == operators constexprs
2017-09-08 Eric Nieblersupport using co_await with folly::Optional when it...
2017-08-14 Nick Wolchkoallow comparing Optional<T> with none
2017-07-27 Michael LeeSwitch to folly/Optional.h to use std::aligned_storage
2017-07-26 Phil WilloughbyUpdate Optional
2017-07-26 Phil Willoughbyclang-format Optional.h
2017-07-07 Christopher DykesDetermine noexcept'ness of folly::Optional with std...
2017-07-02 Yedidya FeldblumIn-place construction for Optional
2017-05-24 Nick TerrellHeterogeneous comparisons
2017-05-11 Ashwin BharambeOutline `Optional::require_value()`
2017-02-08 Sebastian MessmerSpecialise std::hash for folly::Optional
2017-01-10 kumagifix typo in comments. s/unitialized/uninitialized/g
2017-01-04 Yedidya Feldblum2017
2016-11-01 Christopher DykesSilence a couple of warnings for MSVC in Optional.h
2016-10-05 Matthieu MartinFix optional default initialization
2016-08-30 Anand MazumdarModified ref-qualifiers return type for Optional::value...
2016-08-15 Eric NieblerAdd folly::Expected, an alternative to exceptions for...
2016-04-09 Adam NortonAdd <new> header for placement new
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-02-16 Brett Simmersfolly::Optional<T> should be trivially destructible...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-02-01 Scott WolchokRemove unnecessary includes from Optional.h
2015-12-02 Tudor BosmanAdd Optional::value_type
2015-11-11 Stepan PalamarchukMake Optional nothrow_default_constructible
2015-07-20 Nick TerrellOverload Optional::value() on object reference type.
2015-07-20 Tom JacksonMaking Optional throw exceptions instead of assert
2015-05-20 Dave Watsonframing handler pipeline stage
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-10-29 Nicholas OrmrodFix spelling mistakes
2014-10-17 Max WangFix typo in folly::Optional
2014-10-17 Max WangAllow Optional<T> {=,!}= T comparisons in folly::Optional
2014-09-09 Tudor BosmanAdd Optional::value_or
2014-07-21 Zejun WuCheck for self-assignment in move assignment
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-04-18 Elizabeth SmithAdd missing includes for msvc
2014-04-18 Lucian Grijincufolly: gen: pmap: parallel version of map
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-11-06 Avani Nandinimake move-ctor and destructor noexcept for folly::Optional
2013-05-20 Tom JacksonDisabling conversion with contained value for Optional
2013-03-19 Lovro PuzarAdd explicit assignment operator definitions to Optional
2013-03-19 Ben Gertzfieldfolly (easy): Disable GCC-specific warning disabling...
2013-03-19 Mike Curtissfolly::make_optional
2013-03-19 Rajat Goelvalue_ might be uninitialized
2013-03-19 Gaurav JainMinor clang compiler fixes
2013-02-04 Marcelo JuchemA few fixes for clang support
2012-12-16 Tom JacksonSupressing GCC 4.7 warning for Optional
2012-10-29 Tom JacksonOptional bugfixes
2012-10-29 Tom JacksonOptional