The Git repository of the Libabigail Project
Go to file
Dodji Seketeli 57ceb9e3d1 Useless code killing
* src/abg-comparison.cc (decls_equal::operator()(const decls_type,
	const decls_type)): Kill dead code.  Note that there is a proper
	equality operator for decl_base_sptr already.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2014-04-17 13:15:46 +02:00
doc Fix checkout & build instructions 2014-01-14 15:39:34 +01:00
include File static data member changes in STATIC_DATA_MEMBER_CHANGE_CATEGORY 2014-04-17 11:50:45 +02:00
m4
scripts
src Useless code killing 2014-04-17 13:15:46 +02:00
tests File static data member changes in STATIC_DATA_MEMBER_CHANGE_CATEGORY 2014-04-17 11:50:45 +02:00
tools File static data member changes in STATIC_DATA_MEMBER_CHANGE_CATEGORY 2014-04-17 11:50:45 +02:00
abigail.m4
AUTHORS
ChangeLog
COMMIT-LOG-GUIDELINES
COMPILING
config.guess
config.h.in
config.sub
configure.ac Initial support of reading an ABI Corpus from DWARF 2013-12-07 08:07:54 +01:00
CONTRIBUTING Fix checkout & build instructions 2014-01-14 15:39:34 +01:00
COPYING
COPYING-LGPLV3
depcomp
INSTALL
install-sh
libabigail.pc.in
ltmain.sh
Makefile.am Initial version of an archive manipulation program: biar 2013-08-29 17:08:47 +02:00
missing
NEWS
README

This is the Application Binary Interface Generic Analysis and
Instrumentation Library.

It aims at constructing, manipulating, serializing and de-serializing
ABI-relevant artifacts.

The set of artifacts that we are intersted is made of quantities like
types, variable, fonctions and declarations of a given library or
program.  For a given library or program this set of quantities is
called an ABI corpus.

This library aims at (among other things) providing a way to comparing
two ABI Corpuses, provide detailed information about their
differences, and help build tools to infer interesting conclusions
about these differences.

You are welcome to contribute to this project after reading the files
CONTRIBUTING and COMMIT-LOG-GUIDELINES files in the source tree.

Communicating with the maintainers of this project -- including
sending patches to be include to the source code -- happens via email
at libabigail@sourceware.org.