Lines Matching full:deprecated
68 3. Deprecated
72 required functions fall into the deprecated or testing categories is outlined
106 Stable --> Deprecated: Deprecate
107 Deprecated --> [*]: Remove
116 | Production | `-Dabi=deprecated,stable` |
118 | Development | `-Dabi=deprecated,stable,testing` |
123 off of deprecated APIs by constraining the library ABI to the stable category.
125 deprecated symbols.
143 ### Marking functions as testing, stable or deprecated
146 translation units) to mark functions as testing, stable or deprecated:
187 meson setup ... -Dlibpldm:abi=deprecated,stable,testing ...