aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2023-07-27Add support for zstd compressed sections to dump_symsIan McKellar
2023-07-06Fix warnings in configure.acMarc Gonzalez
2023-01-19Fix Cygwin builds after enabling c++17 mode.Lei Zhang
2022-10-14enables C++17 modeChristopher Di Bella
2022-10-12Add DisassemblerObjdump.Mark Brand
2022-09-07Update copyright boilerplate, 2022 edition (Breakpad)Mark Mentovai
2022-07-03configure: support rustc-demangle installations in the sysrootGeorge Burgess IV
2022-06-30simplify enable & with configure flagsMike Frysinger
2022-06-30update autotool minimum versionsMike Frysinger
2021-11-11Update Rust demangling to use rustc-demangleAlex Pankhurst
2020-12-21Do not build core_handler unless memfd_create is availableEric Astor
2020-03-16Use breakpad_getcontext on all Linux platforms missing getcontextMichael Forney
2019-06-14configure.ac: Workaround gtest-config not being installed.Allen Webb
2018-02-20Fix Travis build by running tests as rootLars Volker
2017-05-10Only use O_CLOEXEC on platforms that support itLars Volker
2017-04-12Make minidump name generation on Linux as random as possibleGabriele Svelto
2017-03-24add -Wunused-local-typedefs to the set of warning flagsTobias Sargeant
2017-02-16autotools: move -W flags to configure detectionMike Frysinger
2017-02-08aclocal: regenerate properlyMike Frysinger
2016-10-25Don't demangle Rust symbols by default, but allow linking to rust-demangle.Ted Mielczarek
2016-01-27only build dump_syms_mac for x86 hostsMike Frysinger
2016-01-25test: allow use of system gmock/gtest libsMike Frysinger
2016-01-08Check for C++11 support in the configure script.Lei Zhang
2015-11-11build: detect the right `ar` toolMike Frysinger
2015-09-23Update configure to look for README.md instead of READMEMark Mentovai
2014-08-27make "make install" also install headers and pkgconfig filesvapier@chromium.org
2013-12-10Use AM_MAINTAINER_MODE so configure supports --enable-maintainer-modeted.mielczarek@gmail.com
2013-12-10check for and enable Large File Support automaticallyvapier@chromium.org
2012-08-31Add custom getcontext() implementation for Android.digit@chromium.org
2012-08-21Improve Android supportdigit@chromium.org
2012-07-02Fixing various compiler warnings and applying minor tweaks to allow running ofivan.penkov@gmail.com
2011-07-07Remove NetworkSourceLine{Resolver,Server} and related code. It never wound up...ted.mielczarek
2011-02-28Make programs in src/tools/linux build via the automake build systemted.mielczarek
2010-11-08Change the bug reporting email address.thestig@chromium.org
2010-10-20Add support for building the Linux client code using the Android NDKted.mielczarek
2010-10-05ditch libtool, only build static libsted.mielczarek
2010-10-05add a --disable-processor configure arg to skip building processor libs and j...ted.mielczarek
2010-09-16Fix ./configure --enable-m32thestig@chromium.org
2010-08-31Issue 378 - Don't compile Linux client libraries on non-Linux systemsted.mielczarek
2010-04-08provide a network source line resolver + server. r=mark,jimb at http://breakp...ted.mielczarek
2010-03-02ARM support, with some build system changes to support x86-64, arm, and i386 ...nealsid
2010-02-11Breakpad: Require Automake 1.11.1.jimblandy
2007-02-14Rename Airbag to Breakpad.mmentovai
2006-12-05Module API (#32). r=waylonis, brynermmentovai
2006-09-25Better testing for Stackwalker (#18). r=brynermmentovai
2006-09-20Relicense to BSD (#29). r=brynermmentovai
2006-09-20Handle frame pointer omission (#21), part 1: ContainedRangeMap. r=bryner.mmentovai
2006-08-30Make build system less annoying (#8) r=brynermmentovai
2006-08-25Initial import, which includes the Windows client-side dump_syms tool, andbryner