Lines 3-20
Link Here
|
3 |
XML format, abi-compliance-checker searches for the following kinds of binary |
3 |
XML format, abi-compliance-checker searches for the following kinds of binary |
4 |
compatibility problems: |
4 |
compatibility problems: |
5 |
|
5 |
|
6 |
--Added/withdrawn interfaces (functions, global variables) |
6 |
--added/withdrawn interfaces (functions, global variables) |
7 |
--Problems in Data Types: |
7 |
--changes to constants |
8 |
--Classes: added/withdrawn virtual functions (changes in layout of |
8 |
--problems in data types: |
|
|
9 |
--classes: added/withdrawn virtual functions (changes in layout of |
9 |
virtual table), virtual function positions, virtual function |
10 |
virtual table), virtual function positions, virtual function |
10 |
redefinitions |
11 |
redefinitions |
11 |
--Structural data types: added/withdrawn members (changes in layout of |
12 |
--structural data types: added/withdrawn members (changes in layout of |
12 |
type structure), |
13 |
type structure), changes in members, size changes |
13 |
changes in members, size changes |
14 |
--enumerations: member value changes |
14 |
--Enumerations: member value changes |
15 |
--interface problems: |
15 |
--Interface problems: |
16 |
--parameter and return type changes |
16 |
--Parameters and return type changes |
17 |
--incorrect symbol versions |
17 |
--Static property changes |
|
|
18 |
|
18 |
|
19 |
The checker then generates a report that assesses the risks of any potential |
19 |
The checker then generates a report that assesses the risks of any potential |
20 |
problems detected. |
20 |
problems detected. |