History log of /bionic/libc/include/android/versioning.h
Revision Date Author Comments
dfb74c5f597542c7587a4144eb31b143d82a2281 24-Oct-2016 Elliott Hughes <enh@google.com> Minor copyright header unification.

Regenerating the NOTICE file the other day left me scratching my head at
various "how do they differ?" cases, resolved by this patch.

Test: N/A
Change-Id: I4230bfa1d7ec842a4b9fb8c73dd3b39443d74054
fff29fe17a4187ea83add76695040bc888e9d3bd 08-Sep-2016 Josh Gao <jmgao@google.com> versioner: add support for __VERSIONER_NO_GUARD.

Add an attribute that tells the preprocessor not to guard a
declaration, primarily for use with symbols that get reexported by
libc++ of the form `namespace std { using ::wctrans; }`.

Bug: http://b/28178111
Change-Id: I08c8751214797e37e8f26e7f7416a19e81c2bb4c
bfb6bae9fb5ef42e4f9ae2847f30f41938c04900 16-Jul-2016 Josh Gao <jmgao@google.com> versioner: replace availability attributes with annotate.

Major refactor to use __attribute__((annotate)) to be able to keep
track of the semantic differences between __INTRODUCED_IN(x) and
__INTRODUCED_IN_X86(x), for use in the upcoming preprocessor.

Bug: http://b/30170081
Change-Id: I6496a8c40ba7f4553de9a2be0bbddcf37c813937