• Home
Name Date Size #Lines LOC

..--

autoconf-archive/03-May-2024-596550

bash-completion/03-May-2024-345333

doc/03-May-2024-20,45917,686

include/03-May-2024-15,6459,291

m4/03-May-2024-32

patches/03-May-2024-1716

relicensing-scripts/03-May-2024-465416

scripts/03-May-2024-3921

src/03-May-2024-90,87951,651

tests/03-May-2024-738,552727,175

tools/03-May-2024-9,6007,088

.clang-formatD03-May-2024553 2120

.gitignoreD03-May-2024247 3125

AUTHORSD03-May-202435 31

Android.bpD03-May-20243.4 KiB135123

COMMIT-LOG-GUIDELINESD03-May-20244.9 KiB13097

COMPILINGD03-May-20243 KiB11571

CONTRIBUTINGD03-May-202411.4 KiB288213

ChangeLogD03-May-20241.5 MiB36,00131,798

LICENSED03-May-202412 KiB220182

LICENSE.txtD03-May-202412 KiB220182

METADATAD03-May-2024392 1715

MODULE_LICENSE_APACHE2D03-May-20240

Makefile.amD03-May-20242.3 KiB9757

NEWSD03-May-202452.3 KiB1,031989

OWNERSD03-May-202440 32

READMED03-May-2024991 2418

VISIBILITYD03-May-20242.5 KiB6948

abigail.m4D03-May-20244.5 KiB164142

android_build_version.shD03-May-2024163 126

config.hD03-May-20245.5 KiB19165

configure.acD03-May-202428 KiB930786

default.abignoreD03-May-20246.1 KiB177149

install-shD03-May-202412.7 KiB512351

libabigail.pc.inD03-May-2024298 1210

license-change-2020.txtD03-May-20241.4 KiB3830

post_update.shD03-May-2024430 219

release-text-template.txtD03-May-20241.3 KiB3523

update-copyright.shD03-May-2024424 1813

README

1This is the Application Binary Interface Generic Analysis and
2Instrumentation Library.
3
4It aims at constructing, manipulating, serializing and de-serializing
5ABI-relevant artifacts.
6
7The set of artifacts that we are intersted is made of quantities like
8types, variable, fonctions and declarations of a given library or
9program.  For a given library or program this set of quantities is
10called an ABI corpus.
11
12This library aims at (among other things) providing a way to compare
13two ABI Corpora (apparently the plural of corpus is copora, heh,
14that's cool), provide detailed information about their differences,
15and help build tools to infer interesting conclusions about these
16differences.
17
18You are welcome to contribute to this project after reading the files
19CONTRIBUTING and COMMIT-LOG-GUIDELINES files in the source tree.
20
21Communicating with the maintainers of this project -- including
22sending patches to be include to the source code -- happens via email
23at libabigail@sourceware.org.
24