logging: fix compiler compatibility for one more constexpr function
[folly.git] / folly / experimental / exception_tracer /
2017-06-21 Christopher DykesShift the exception tracer benchmark and test into...
2017-06-09 Yedidya FeldblumApply clang-format to folly/experimental/exception_trac...
2017-06-08 Christopher DykesRefer to nullptr not NULL
2017-04-15 Tudor BosmanAdd exception_tracer to OSS build
2017-01-04 Yedidya Feldblum2017
2016-12-20 Christopher DykesEnable -Wunreachable-code
2016-12-18 Mathieu Baudetfbcode: remove unused includes from .cpp files with... v2016.12.19.00
2016-12-16 Christopher DykesRevert D4310312: [Folly] Enable -Wunreachable-code
2016-12-16 Christopher DykesEnable -Wunreachable-code
2016-12-14 Nathan Bronsonfix ExceptionTracerTest build
2016-12-14 Christopher DykesAllow building with -Wmissing-noreturn
2016-10-19 Dmitry PleshkovFix ExceptionCounter.oneThread test case
2016-10-15 Philip Proninfall back to .debug_info scan in fatal signal handler v2016.10.17.00
2016-09-15 Jim Meyeringfolly/.../ExceptionTracerLib.cpp: provide less DOF...
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-05-05 Michael LeeSwitch gflags to portability/GFlags.h
2016-04-06 Dmitry PleshkovAllow usage of Symbolizer options for ExceptionStats...
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-03-23 Yedidya FeldblumUse C++'s standardized [[noreturn]] attribute
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-02-10 Giuseppe OttavianoMinor optimizations in ExceptionCounterLib
2016-02-02 Dmitry PleshkovImplementing callback functionality for exception routines
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2015-06-03 Lucian Grijincufolly: exception_tracer: add throw() to __cxa_begin_catch
2015-04-27 Nicholas OrmrodREADME: Fixed typo, formatted code, and linked to docs
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-01-13 Philip Proninfix __cxa_throw signature
2014-11-08 Daniel SommermannFix -Wsign-compare
2014-11-08 Nicholas OrmrodFix folly lint errors
2014-09-18 Nicholas Ormrodremove eof whitespace lines
2014-09-09 Jim Meyeringfbcode: __x__-protect all __attribute__ keywords, mecha...
2014-07-07 Tudor Bosmangflags now likes namespace gflags, not google
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-04-18 Elizabeth Smithabstract thread_local support
2014-04-18 Elizabeth SmithMSVC translation of noreturn attribute
2014-04-18 Elizabeth SmithMSVC always_inline and noinline __attributes__ translation
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2014-01-16 Jordan DeLongRemove some files that should have been deleted in...
2014-01-16 Lucian Grijincufolly: symbolizer: small terse write fix + colorize...
2013-12-20 Tudor BosmanSwitch to folly symbolizer
2013-12-20 Tudor BosmanUse fixed size stack traces; unify getStackTrace
2013-12-20 Tudor BosmanRevert "Change exception tracer to use per-thread cachi...
2013-12-20 Tudor BosmanPrint (2 more) if stack trace truncated
2013-12-20 Tudor BosmanChange exception tracer to use per-thread caching in...
2013-12-20 Tudor BosmanAsync-signal-safe symbolizer, fatal signal handler
2013-11-26 Daniel MarinescuAdded SCOPE_FAIL and SCOPE_SUCCESS macros in non-portab...
2013-06-26 Tudor BosmanUse libunwind instead of the heavyweight thing from...
2013-04-21 Tudor BosmanFOLLY_NORETURN
2013-04-21 Philip Pronindo not include iostream from Range.h
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2013-01-19 Philip Proninfix some of the warning/errors clang 3.1 reports - 2
2012-12-16 Tudor BosmanRemove Stream
2012-09-17 Tudor BosmanVerbosify exception tracer dumps
2012-09-17 Tudor BosmanMove exception tracer library to folly/experimental