Make folly's T_CHECK_TIMEOUT/T_CHECK_TIME_LT use SKIP() on failure
[folly.git] / folly / test / OptionalTest.cpp
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