The Git repository of the Libabigail Project
Go to file
Dodji Seketeli 716dbd5898 Update documentation to require doxygen and python-sphinx for building
* COMPILING: Add python-sphinx to the set of required packages to
	build the documentation.
	* doc/website/mainpage.txt: Update the website to mention doxygen
	and python-sphinx for documentation.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2016-04-27 15:53:40 +02:00
bash-completion Add the option of printing the file, line and column information about a type being reported. 2015-12-15 12:32:55 +01:00
doc Update documentation to require doxygen and python-sphinx for building 2016-04-27 15:53:40 +02:00
include Bug 19961 - Distinguish between PI executable and shared library 2016-04-20 17:05:16 +02:00
m4
scripts
src Bug 19964 - Cannot load function aliases on ppc64 2016-04-25 14:48:11 +02:00
tests Bug 19964 - Cannot load function aliases on ppc64 2016-04-25 14:48:11 +02:00
tools Bug 19961 - Distinguish between PI executable and shared library 2016-04-20 17:05:16 +02:00
.gitignore
abigail.m4
AUTHORS
ChangeLog Update ChangeLog for 1.0.rc4 2016-04-16 21:59:23 +02:00
COMMIT-LOG-GUIDELINES
COMPILING Update documentation to require doxygen and python-sphinx for building 2016-04-27 15:53:40 +02:00
config.h.in Make abipkgdiff compare tar archives containing binaries 2015-08-22 14:32:20 +02:00
configure.ac Bump current version number to 1.0.rc5 2016-04-17 21:16:52 +02:00
CONTRIBUTING
COPYING Use a better wording for the COPYING file 2015-04-22 09:53:18 +02:00
COPYING-GPLV3
COPYING-LGPLV2
COPYING-LGPLV3
gen-changelog.py
install-sh
libabigail.pc.in
ltmain.sh
Makefile.am Add doc, info, man and html-doc targets to generate documentation 2016-04-27 15:39:53 +02:00
NEWS Update NEWS for 1.0.rc4 2016-04-16 21:58:27 +02:00
README Fix wording in README 2015-09-05 10:30:00 +02:00
release-text-template.txt Add a release announcement text pattern 2016-01-08 12:15:30 +01:00

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 compare
two ABI Corpora (apparently the plural of corpus is copora, heh,
that's cool), 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.