Fix a few exception_wrapper tests under MSVC
[folly.git] / folly / test / ExceptionWrapperTest.cpp
2017-06-18 Christopher DykesFix a few exception_wrapper tests under MSVC
2017-06-09 Yedidya FeldblumSaner test exception in ExceptionWrapperTest.cpp
2017-06-06 Yedidya FeldblumRename exception_wrapper::get_object to get_exception
2017-05-12 Yedidya Feldblumexception_wrapper::get_object<>
2017-05-08 Jim Meyeringchange EXPECT_EQ(false, ... to EXPECT_FALSE(...; ditto...
2017-04-27 Yedidya FeldblumCasing consistency for exception_wrapper::throw_exception
2017-04-11 Eric Nieblernon-throwing, non-allocating exception_wrapper
2017-01-10 Yedidya FeldblumRename exception_wrapper::getExceptionPtr to to_excepti...
2017-01-04 Yedidya Feldblum2017
2016-12-30 Yedidya FeldblumConst-correctness for folly::exception_wrapper::with_ex...
2016-12-18 Mathieu Baudetfbcode: remove unused includes from .cpp files with... v2016.12.19.00
2016-10-19 Jim Meyeringfolly/test/ExceptionWrapperTest.cpp: avoid shadowing...
2016-10-18 Phil WilloughbyFix for ExceptionWrapperTest
2016-10-12 Phil WilloughbyPrint why we called std::terminate
2016-10-11 Louis BovalDisabling failing test for fbandroid
2016-10-10 Phil WilloughbyMake exception_wrapper::throwException() strict
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-03-04 Michael LeeMake the test portable for different libc
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2015-12-01 Yedidya FeldblumAvoid requiring a suppression (unevaluated-expression)
2015-12-01 Yedidya FeldblumCodeMod: Use the ExceptionWrapper::with_exception varia...
2015-11-26 Yedidya FeldblumFix ExceptionWrapper::with_exception to support lvalue...
2015-11-25 Yedidya FeldblumExceptionWrapper::with_exception variant, deducing...
2015-11-15 Yedidya FeldblumSimplify some checks by using __CLANG_PREREQ
2015-06-22 Igor SugakAdd missing override and remove redundant virtual in...
2015-06-15 Tudor BosmanExceptionWrapper: use std::decay in implicit constructor
2015-03-18 James SedgwickexceptionStr(exception_wrapper)
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Jim MeyeringExceptionWrapperTest.cpp vs clang's new warning about...
2015-03-03 Jim Meyeringfolly: avoid new warnings from -Winconsistent-missing...
2014-11-08 Nicholas OrmrodAllow catch-int to be nolinted
2014-09-26 Marc Horowitzexpose the class_name in an efficient way
2014-09-17 Marc Horowitzmake with_exception() const work in all cases
2014-09-15 Victor Lohequality for exception_wrapper
2014-09-09 Marc HorowitzMake it work more generically
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-05-20 Marc Celanitry_and_catch
2014-05-20 Tudor Bosmanexception_wrapper: now without undefined behavior
2014-05-20 Marc Celaniexception wrapper