The Git repository of the Libabigail Project
Go to file
Dodji Seketeli 4d49e12833 Update tests/data/test-abidiff-exit/test-leaf-peeling-report.txt
Following commit 474ad38f, we need to update the test reference output
tests/data/test-abidiff-exit/test-leaf-peeling-report.txt.

	* tests/data/test-abidiff-exit/test-leaf-peeling-report.txt:
          Update output.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2020-03-26 15:22:53 +01:00
autoconf-archive
bash-completion
doc Add more leaf change reporting. 2020-03-13 17:58:30 +01:00
include abg-ir.cc: Improve types_have_similar_structure. 2020-03-26 11:45:03 +01:00
m4
scripts
src abidiff: Remove some more unnecessary blank lines. 2020-03-26 14:39:35 +01:00
tests Update tests/data/test-abidiff-exit/test-leaf-peeling-report.txt 2020-03-26 15:22:53 +01:00
tools abipkgdiff: fix documentation of --impacted-interface 2020-03-18 17:33:03 +01:00
.clang-format
.gitignore
abigail.m4
AUTHORS
ChangeLog Update ChangeLog 2020-02-26 12:08:52 +01:00
COMMIT-LOG-GUIDELINES
COMPILING
configure.ac configure: add support for memory sanitizer (--enable-msan) 2020-03-18 22:22:35 +01:00
CONTRIBUTING
COPYING
COPYING-GPLV3
COPYING-LGPLV2
COPYING-LGPLV3
default.abignore
gen-changelog.py gen-changelog.py: Update the script for python3 2020-02-26 12:06:17 +01:00
install-sh
libabigail.pc.in
ltmain.sh
Makefile.am
NEWS Update NEWS file for 1.7 2020-02-26 12:07:29 +01:00
README
release-text-template.txt
update-copyright.sh
VISIBILITY

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.