cmake: fix the test builds
[folly.git] / folly / experimental / symbolizer /
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2018-01-12 Enji CooperSpell uintptr_t properly in static_assert in `getStackT...
2018-01-06 Yedidya FeldblumUse auto for scope-guard locals v.s. folly::ScopeGuard
2018-01-01 Yedidya FeldblumFix some copyright lines in folly/experimental/symbolizer/
2017-12-21 Andrii NakryikoFix crashing on corrupted ELF binaries with invalid...
2017-12-12 Andrii NakryikoStore filename and provide detailed message on data...
2017-12-07 Andrii GrynenkoFix SignalHandlerTest with ASAN
2017-11-29 Andrii NakryikoAdd unit tests for opening non-ELF files.
2017-11-28 Yedidya FeldblumRemove some custom test main()'s in folly/experimental...
2017-11-27 Andrii NakryikoFix ElfFile crashing when opening short (<64 bytes...
2017-11-09 Teng QinAdd parsing for indirect functions
2017-11-09 Teng QinAdd a multi-type version of iterateSectionsWithType
2017-11-09 Teng QinAdd a multi-type version of iterateSymbolsWithType
2017-11-04 Yedidya FeldblumMove folly/SafeAssert.h
2017-10-29 Yedidya FeldblumCodeMod: Replace includes of folly/Hash.h with folly...
2017-10-20 Christopher DykesDrop redundant void parameters from function declarations
2017-10-19 Yedidya FeldblumRevert D6050464: [Folly] Move folly/Hash.h to folly...
2017-10-19 Yedidya FeldblumMove folly/Hash.h to folly/hash/
2017-09-23 Yedidya FeldblumAvoid tautological compare in folly/experimental/symbol...
2017-08-16 Mirek Klimosfolly::ElfFile - add support to iterate over program...
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-21 Yedidya FeldblumApply clang-format to folly/experimental/symbolizer/
2017-07-17 Tommy NguyenUse more libstdc++ specific macro
2017-07-14 Christopher DykesReplace all includes of pthread.h with the portability...
2017-07-13 Yedidya FeldblumSort #include lines
2017-06-23 Christopher DykesEnable more auto-deps in Folly
2017-06-15 James Sedgwickfix rest of non-portable includes
2017-06-08 Christopher DykesRefer to nullptr not NULL
2017-05-24 Victor Gaoapply clang-tidy modernize-use-override
2017-05-16 Christopher DykesSwitch implicit references of folly::make_unique to...
2017-02-26 Philip Proninreduce consumed stack size in symbolizer
2017-02-20 Mark WilliamsPrevent a crash in folly::Symbolizer
2017-01-24 Mathieu Baudetfolly: remove unused includes
2017-01-04 Yedidya Feldblum2017
2016-12-13 Christopher DykesEnable -Wunreachable-code-return
2016-12-12 Christopher DykesAllow building with -Wgnu-conditional-omitted-operand
2016-12-09 Christopher DykesEnable -Wextra-semi
2016-11-18 Martin MartinExpose folly::symbolizer::dumpStackTrace().
2016-10-15 Philip Proninfall back to .debug_info scan in fatal signal handler v2016.10.17.00
2016-10-13 Philip Proninfix .debug_aranges parsing
2016-10-12 Lucian Grijincufolly: signal-handler: dynamic cache size, based on...
2016-10-07 Lucian Grijincufolly: symbolizer: increase default signal-handler...
2016-10-05 Lucian Grijincufolly: elfcache: nuke StringPieceHash
2016-10-04 Giuseppe OttavianoFix a typo
2016-09-30 Ted PercivalFind dwarf.h in libdwarf subdirectory
2016-09-14 Mark WilliamsMake ElfCache follow .gnu_debuglink
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-08-11 Max WangUse _r_debug instead of /proc/<pid>/maps for folly...
2016-05-30 Christopher DykesSwitch uses of <sys/syscall.h> to <folly/portability...
2016-05-14 Yedidya FeldblumPrefer constexpr to preprocessor conditionals when...
2016-05-05 Michael LeeSwitch gflags to portability/GFlags.h
2016-04-29 Philip Pronindon't destory defaultElfCache in exit handlers
2016-04-06 Dmitry PleshkovAllow usage of Symbolizer options for ExceptionStats...
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-02-23 Lucian Grijincufolly: symbolizer: dwarf: don't fallback to linear...
2016-02-19 Lucian Grijincufolly: symbolizer: slow address->{file+line-number...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-02-01 Igor Sugakfolly: fix clang -Wmissing-field-initializers
2016-01-28 Denis SamoylovA common init function for binaries and a default main...
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2016-01-14 Rachel Krollmatch new signal text from prior diff; squash colors (!)
2016-01-12 Rachel KrollLog pid/uid of sending process in signal handler, too
2016-01-08 Pallab Bhattacharyafolly::Symbolizer can be enhanced for dumpStackTrace
2015-12-11 Philip Proninsetup signal handler with SA_ONSTACK
2015-10-16 Lucian Grijincufolly: Symbolizer: don't colorize TERM="dumb" or TERM...
2015-10-16 Lucian Grijincufolly: Symbolizer: don't allocate from function which...
2015-09-30 Steve O'Brienfolly Symbolizer: fix destruction-order fiasco problem
2015-08-24 Mark IsaacsonGive folly/symbolizer an explicit main function
2015-07-31 Andrew Gallagherfolly: fix tests running under buck (w/ clang and dynam...
2015-06-22 Igor SugakAdd missing override and remove redundant virtual in...
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-01-13 Chip TurnerImprove unit test output and logging to diagnose build...
2014-12-29 Chip TurnerFix Dwarf path handling to fix broken test
2014-12-29 Kai WangPrint linux TID while crashing
2014-12-29 Andrew GallagherVarious Dwarf::Path fixes
2014-12-18 Laurent Demaillyfix bug with elf object left with file open upon error...
2014-11-08 Daniel SommermannFix -Wsign-compare
2014-11-08 Mark DraytonIncrease size of demangled symbol buffer
2014-11-08 Nicholas Ormrodvolatile override
2014-11-08 Nicholas OrmrodFix folly lint errors
2014-10-17 Sean CannellaFix clang test compilation failures
2014-09-19 Tudor BosmanDo not barf on invalid ELF files
2014-09-18 Nicholas Ormrodremove eof whitespace lines
2014-07-25 Tudor BosmanMake ElfFile not crash on invalid ELF files
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-05-20 Tudor BosmanBuild up signal handler message before writing
2014-05-20 Tudor BosmanSymbolizedFrame::name is already null-terminated
2014-04-18 Nicholas OrmrodFix header ordering lint failures
2014-04-18 Elizabeth SmithMSVC always_inline and noinline __attributes__ translation
2014-04-09 ptarjanMake header compatible with warp
2014-03-18 Tudor BosmanUnbreak Symbolizer with small ElfCache
2014-02-28 Paul Tarjankill unused vars in folly
2014-02-28 Tudor BosmanLeak ELF file cache that the signal handler uses
2014-02-28 Tudor BosmanHarden failure signal handler in the face of memory...
2014-02-21 Jim Meyeringfolly: avoid false-positive ASAN-abort from SignalHandl...
2014-02-07 Tudor BosmanCache open ELF files in Symbolizer
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2014-01-16 Jordan DeLongRemove some files that should have been deleted in...
2014-01-16 Tudor Bosmanstack_trace_test was broken in debug mode
next