aboutsummaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Use breakpad_getcontext on all Linux platforms missing getcontextMichael Forney2020-03-161-1/+15
* configure.ac: Workaround gtest-config not being installed.Allen Webb2019-06-141-198/+4
* Add support for parsing the DW_AT_ranges attributesGabriele Svelto2018-08-131-5/+5
* Fix Travis build by running tests as rootLars Volker2018-02-201-0/+37
* Only use O_CLOEXEC on platforms that support itLars Volker2017-05-101-0/+40
* Make minidump name generation on Linux as random as possibleGabriele Svelto2017-04-121-4/+84
* add -Wunused-local-typedefs to the set of warning flagsTobias Sargeant2017-03-241-1/+1
* autotools: move -W flags to configure detectionMike Frysinger2017-02-161-14/+131
* aclocal: regenerate properlyMike Frysinger2017-02-081-160/+0
* Don't demangle Rust symbols by default, but allow linking to rust-demangle.Ted Mielczarek2016-10-251-1/+43
* only build dump_syms_mac for x86 hostsMike Frysinger2016-01-271-0/+21
* test: allow use of system gmock/gtest libsMike Frysinger2016-01-251-1/+256
* Check for C++11 support in the configure script.Lei Zhang2016-01-081-5/+728
* build: detect the right `ar` toolMike Frysinger2015-11-111-1/+174
* Update configure to look for README.md instead of READMEMark Mentovai2015-09-231-1/+1
* Remove some old unused code, add a missing includeted.mielczarek@gmail.com2015-08-131-6/+7
* make "make install" also install headers and pkgconfig filesvapier@chromium.org2014-08-271-1/+4
* Use AM_MAINTAINER_MODE so configure supports --enable-maintainer-modeted.mielczarek@gmail.com2013-12-101-0/+34
* check for and enable Large File Support automaticallyvapier@chromium.org2013-12-101-20/+222
* Process minidumps generated on ARM64 in iOS apps.mark@chromium.org2013-11-231-612/+800
* Fix the Android/MIPS build.digit@chromium.org2013-09-251-7/+13
* Refactor the logic of resolving source line info into helper class.SiyangXie@gmail.com2012-10-101-401/+349
* Minidumps never contain MD_LINUX_DSO_DEBUG info when breakpad is in a shared ...ted.mielczarek@gmail.com2012-09-191-111/+115
* Fix compilation of crash_generation_server.cc, and add it to the client libra...ted.mielczarek@gmail.com2012-09-171-257/+305
* Add custom getcontext() implementation for Android.digit@chromium.org2012-08-311-47/+863
* Improve Android supportdigit@chromium.org2012-08-211-3/+24
* Fixing various compiler warnings and applying minor tweaks to allow running ofivan.penkov@gmail.com2012-07-021-0/+14
* Remove NetworkSourceLine{Resolver,Server} and related code. It never wound up...ted.mielczarek2011-07-071-71/+0
* Make programs in src/tools/linux build via the automake build systemted.mielczarek2011-02-281-6/+230
* Change the bug reporting email address.thestig@chromium.org2010-11-081-5/+5
* Add support for building the Linux client code using the Android NDKted.mielczarek2010-10-201-1/+1
* ditch libtool, only build static libsted.mielczarek2010-10-051-11216/+208
* add a --disable-processor configure arg to skip building processor libs and j...ted.mielczarek2010-10-051-206/+223
* Added libdisasm to the repository. This library is no longer under developmen...cdn@chromium.org2010-10-011-185/+206
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-171-2/+2
* Fix ./configure --enable-m32thestig@chromium.org2010-09-161-1/+2
* Issue 378 - Don't compile Linux client libraries on non-Linux systemsted.mielczarek2010-08-311-99/+125
* provide a network source line resolver + server. r=mark,jimb at http://breakp...ted.mielczarek2010-04-081-31/+134
* ARM support, with some build system changes to support x86-64, arm, and i386 ...nealsid2010-03-021-20/+498
* Regenerate using automake-1.11.1, autoconf 2.65, and libtool 2.2.6b,jimblandy2010-02-021-135/+135
* Breakpad: Regenerate build files with latest versions of autotools.jimblandy2009-12-231-13059/+8662
* fix a badly-applied patch, and also re-run automake which I forgot to doted.mielczarek2009-12-211-621/+1167
* Add logging to minidump processor (#82). First part: logging infrastructuremmentovai2007-05-171-932/+415
* Rename Airbag to Breakpad.mmentovai2007-02-141-12/+12
* Module API (#32). r=waylonis, brynermmentovai2006-12-051-24/+105
* Better testing for Stackwalker (#18). r=brynermmentovai2006-09-251-24/+67
* Handle frame pointer omission (#21), part 1: ContainedRangeMap. r=bryner.mmentovai2006-09-201-5300/+6141
* Add support to the StackWalker for resolving symbols, using abryner2006-09-081-2247/+2787
* Initial implementation of minidump reader (#6). r=brynermmentovai2006-09-061-2787/+2247
* Change header paths and include guards to be relative to the "src" directory....bryner2006-09-051-2247/+2787