aboutsummaryrefslogtreecommitdiff
path: root/src/common/language.cc
AgeCommit message (Expand)Author
2023-02-27Add #include <config.h> to the beginning of all cc filesIan Barkley-Yeung
2022-09-07Update copyright boilerplate, 2022 edition (Breakpad)Mark Mentovai
2021-11-11Update Rust demangling to use rustc-demangleAlex Pankhurst
2020-07-15fix pointer style to match the style guideMike Frysinger
2020-05-26Avoid calling demangler for non-C++ symbols on LinuxMikhail Borisov
2020-05-05mac: Don’t try to demangle non-C++ symbols with the C++ demanglerYngve N. Pettersen
2017-03-22Use string instead of std::stringJoshua Peraza
2016-11-08Allow compiling the google-breakpad code using a global ::string class instea...Ivan Penkov
2016-10-25Don't demangle Rust symbols by default, but allow linking to rust-demangle.Ted Mielczarek
2016-09-26Fix dump_syms for C++ after 7398ce15b79dMark Mentovai
2016-09-23Initial support for dumping DWARF corresponding to Swift codeMark Mentovai
2011-10-22Upstream fix for compiling of breakpad with gcc-4.6. Remove an unnecessarymark@chromium.org
2011-01-25Add missing constructor to CPPLanguage class to make it compile with CLang.ted.mielczarek
2010-04-05Breakpad symbol dumper: Move Linux dumping classes into src/common.jimblandy