aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
2013-09-11Missing -llzma in libunwind.pcMasatake YAMATO
2013-05-13Add basic support for the QNX operating systemMatt Fischer
2013-05-11[PATCH] AArch64 port.Yvan Roux
2013-04-19Fix symlink install hookMatt Fischer
2013-04-19Added --enable-setjmpMatt Fischer
2013-04-19Added --enable-ptraceMatt Fischer
2012-10-05Update to v1.1Arun Sharma
2012-09-28Teach autotools current ARM `ex_tables.h' locationTommi Rantala
2012-09-28SuperH portTommi Rantala
2012-09-15Create and install pkg-config .pc filesAlexander Toresson
2012-09-15build: make libunwind-coredump build optionalCody P Schafer
2012-09-04Fix IA64 separate builddir cursor generationTommi Rantala
2012-08-18Use libtool to build libunwind-ptraceArun Sharma
2012-08-10Add liblzma detection to configure scriptMartin Milata
2012-07-31Allow IA64 cross-compilationTommi Rantala
2012-07-04Build libunwind-coredump using libtoolMartin Milata
2012-05-23Fix compilation on IA64Martin Milata
2012-03-29ia64: move ia64 specific code out of dwarfArun Sharma
2012-03-13Implement register read for FreeBSD coredumps.Kostik Belousov
2012-03-12Add support for unwinding coredump imagesArun Sharma
2012-03-12Move some dwarf functionality from ptrace to dwarfArun Sharma
2012-01-23Fix libunwind-generic.so symbolic link never being created in make installTommi Rantala
2011-09-10Bump up the library versionArun Sharma
2011-09-05Reorder libraries in lib_LTLIBRARIESArun Sharma
2011-06-18No libunwind-generic.so if configured with --disable-sharedJoel Brobecker
2011-04-05Create a generic and local variant of the extbl parser.Ken Werner
2011-03-24Fast back-trace for x86_64 for only collecting the call stack.Lassi Tuura
2011-03-24Fix build and distribution on the FreeBSD.Konstantin Belousov
2011-03-22Add module for parsing ARM-specific unwind tablesZachary T Welch
2011-03-07Link libunwind-setjmp against libunwind-elf.Ken Werner
2011-02-01Revert "Use more convenience libraries"Arun Sharma
2010-11-29Use more convenience librariesZachary T Welch
2010-11-29Build ELF convenience librariesZachary T Welch
2010-11-29Use noinst_HEADERS for distributing .h filesZachary T Welch
2010-11-29Simplify DWARF source handlingZachary T Welch
2010-11-29Simplify LIBRARIES and LTLIBRARIES automake rulesZachary T Welch
2010-11-29Simplify libunwind_setjmp automake rulesZachary T Welch
2010-11-08Add MAINTAINERCLEANFILES to Makefile.am files.Zachary T Welch
2010-08-04[PATCH] Add files to EXTRA_DIST so that 'make dist' works againSven Neumann
2010-04-13Separate getcontext implementation for x86Konstantin Belousov
2010-04-05Merge remote branch 'origin/master' into freebsdKonstantin Belousov
2010-04-04Refactor os specific code for x86 (both 32 and 64 bit).Arun Sharma
2010-03-07Code for resumeKonstantin Belousov
2010-03-06Add freebsd stubKonstantin Belousov
2010-03-06Initial attempt at the build infrastructure for FreeBSD.Konstantin Belousov
2009-12-23Implement getcontext for x86Paul Pluzhnikov
2009-04-24Remove the special casing of ia64 for GetIPInfo()Arun Sharma
2009-04-02Implement _Unwind_GetIPInfo() as required by the C++ ABIArun Sharma
2009-03-16Enable Intel C++ compatibility only when C++ exceptions are enabled.Arun Sharma
2008-06-16This patch eliminates one system call per unwind by not using theArun Sharma