• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

autoconf-archive/23-Nov-2023-596550

bash-completion/23-Nov-2023-345333

doc/23-Nov-2023-20,45917,686

include/23-Nov-2023-15,6349,283

m4/23-Nov-2023-32

patches/23-Nov-2023-1716

relicensing-scripts/23-Nov-2023-465416

scripts/23-Nov-2023-3921

src/23-Nov-2023-90,87951,651

tests/23-Nov-2023-1,271,0701,262,329

tools/23-Nov-2023-9,6007,088

.clang-formatD23-Nov-2023553 2120

.gitignoreD23-Nov-2023247 3125

AUTHORSD23-Nov-202335 31

Android.bpD23-Nov-20233.4 KiB135123

COMMIT-LOG-GUIDELINESD23-Nov-20234.9 KiB13097

COMPILINGD23-Nov-20233 KiB11571

CONTRIBUTINGD23-Nov-202311.4 KiB288213

ChangeLogD23-Nov-20231.5 MiB36,00131,798

LICENSED23-Nov-202312 KiB220182

LICENSE.txtD23-Nov-202312 KiB220182

METADATAD23-Nov-2023392 1715

MODULE_LICENSE_APACHE2D23-Nov-20230

Makefile.amD23-Nov-20232.3 KiB9757

NEWSD23-Nov-202352.3 KiB1,031989

OWNERSD23-Nov-202340 32

READMED23-Nov-2023991 2418

VISIBILITYD23-Nov-20232.5 KiB6948

abigail.m4D23-Nov-20234.5 KiB164142

android_build_version.shD23-Nov-2023163 126

configure.acD23-Nov-202328 KiB930786

default.abignoreD23-Nov-20236.1 KiB177149

install-shD23-Nov-202312.7 KiB512351

libabigail.pc.inD23-Nov-2023298 1210

license-change-2020.txtD23-Nov-20231.4 KiB3830

post_update.shD23-Nov-2023430 219

release-text-template.txtD23-Nov-20231.3 KiB3523

update-copyright.shD23-Nov-2023424 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