Consistently have the namespace closing comment
[folly.git] / folly / test / OptionalTest.cpp
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-23 Christopher DykesModernize use of std::make_unique
2017-08-14 Nick Wolchkoallow comparing Optional<T> with none
2017-07-30 Yedidya FeldblumConsistent indentation for class visibility labels
2017-07-30 Yedidya Feldblumtemplate< -> template <
2017-07-02 Yedidya FeldblumIn-place construction for Optional
2017-06-16 Christopher DykesRevert D4567233: [Folly] Drop support for Clang < 3.9
2017-05-24 Nick TerrellHeterogeneous comparisons
2017-02-16 Yedidya FeldblumDrop support for Clang < 3.9
2017-02-08 Sebastian MessmerSpecialise std::hash for folly::Optional
2017-01-04 Yedidya Feldblum2017
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-08-30 Anand MazumdarModified ref-qualifiers return type for Optional::value...
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-11-16 Yedidya FeldblumSimplify some checks by using __CLANG_PREREQ
2015-11-11 Stepan PalamarchukMake Optional nothrow_default_constructible
2015-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
2015-07-20 Nick TerrellOverload Optional::value() on object reference type.
2015-07-20 Tom JacksonMaking Optional throw exceptions instead of assert
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Jim Meyeringfolly: OptionalTest.cpp: suppress a -Wself-move warning
2015-01-13 James Sedgwickfix 4.9 build
2014-11-08 Nicholas OrmrodComparing the same tokens
2014-09-09 Nicholas OrmrodFix Optional test for -fb platform
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-02-06 Louis BrandyCopyright 2013 -> 2014
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 Mike Curtissfolly::make_optional
2012-10-29 Tom JacksonOptional bugfixes
2012-10-29 Tom JacksonOptional