How to Write Shared Libraries
From APIDesign
(Difference between revisions)
(New page: Very detailed paper about backward compatibility when dealing with shared libraries in C: [http://people.redhat.com/drepper/dsohowto.pdf external PDF]) |
|||
(2 intermediate revisions not shown.) | |||
Line 2: | Line 2: | ||
[http://people.redhat.com/drepper/dsohowto.pdf external PDF] | [http://people.redhat.com/drepper/dsohowto.pdf external PDF] | ||
+ | |||
+ | Backward binary compatibility checker for shared libraries in [[C]]/[[C++]]: | ||
+ | |||
+ | [http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker] |
Current revision
Very detailed paper about backward compatibility when dealing with shared libraries in C:
Backward binary compatibility checker for shared libraries in C/C++:
http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker