Lines Matching full:abi
58 Components of the library ABI[^1] (loosely, functions) are separated into three
61 [^1]: ["library API + compiler ABI = library ABI"][libstdc++-library-abi]
63 [libstdc++-library-abi]:
64 https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html
94 ### The ABI lifecycle
110 The ABI of the library produced by the build is controlled using the `abi` meson
111 option. The following use cases determine how the `abi` option should be
123 off of deprecated APIs by constraining the library ABI to the stable category.
136 in the library's ABI, any changes to the API risk breaking applications already
176 ### Building a dependent application or library against a testing ABI
183 `libpldm`'s ABI can be controlled from a parent project through meson's
187 meson setup ... -Dlibpldm:abi=deprecated,stable,testing ...