Switch Bits.h to just use the popcount builtins directly
[folly.git] / folly / ExceptionWrapper.h
2017-05-12 Yedidya Feldblumexception_wrapper::get_object<>
2017-05-03 Christopher DykesFix ExceptionWrapper under MSVC 2015 Update 3
2017-04-27 Yedidya FeldblumCasing consistency for exception_wrapper::throw_exception
2017-04-13 Christopher DykesFix 1/2 of exception_wrapper under MSVC
2017-04-13 Christopher DykesFix the last issues with exception_wrapper under MSVC
2017-04-11 Eric Nieblernon-throwing, non-allocating exception_wrapper
2017-01-11 Yedidya FeldblumSlight simplification of exception_wrapper constructor
2017-01-10 Yedidya FeldblumRename exception_wrapper::getExceptionPtr to to_excepti...
2017-01-04 Yedidya FeldblumKeep the std::exception* or std::type_info* in folly...
2017-01-04 Yedidya Feldblumfolly::_t and use it in folly::exception_wrapper
2017-01-04 Yedidya Feldblum2017
2016-12-30 Yedidya FeldblumConst-correctness for folly::exception_wrapper::with_ex...
2016-12-28 Yedidya FeldblumA smaller implementation of try_and_catch
2016-12-27 Eric NieblerAdd proper Doxygen comment markings around exception_wr...
2016-12-24 Yedidya FeldblumFix a wrong filename in a comment in ExceptionWrapper.h
2016-12-22 Yedidya FeldblumMove Thrower into exception_wrapper
2016-12-22 Yedidya FeldblumMove the guts of try_and_catch into a detail namespace
2016-11-17 Lucian Grijincufolly: ExceptionWrapper: remove <iostream> from header
2016-10-12 Phil WilloughbyPrint why we called std::terminate
2016-10-10 Phil WilloughbyMake exception_wrapper::throwException() strict
2016-06-10 Marcus Holland-MoritzGet rid of circular dependency when including Exception...
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-12-02 Chad ParryRecommend a different exception_handler idiom
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-23 Chad ParrySimplify an exception handler
2015-07-21 Ondrej Leheckafixing compiler errors when compiling with Wunused...
2015-06-15 Tudor BosmanExceptionWrapper: use std::decay in implicit constructor
2015-06-12 Praveen KumarGet *=default*ed default constructors
2015-03-18 James SedgwickexceptionStr(exception_wrapper)
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Jim Meyeringfolly/ExceptionWrapper.h: avoid warning about typeid...
2015-01-13 James Sedgwickexception_ptr -> exception_wrapper migration
2014-11-19 James Sedgwickimplicit constructor exception_wrapper(std::exception)
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 Horowitzfix exceptionStr to work for derived classes of std...
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 Marc CelaniFix rebase fail
2014-05-20 Marc CelaniAllow for folly::exception_wrapper in ClientReceiveState
2014-05-20 Marc CelaniExceptionWrapper comments
2014-05-20 Tudor Bosmanexception_wrapper: now without undefined behavior
2014-05-20 Marc Celaniexception wrapper