History log of /bionic/tools/versioner/src/Utils.cpp
Revision Date Author Comments
cdbf6fe94f1907e29aa816471c9d093375ccba2f 10-Nov-2016 Josh Gao <jmgao@google.com> versioner: use unique_ptr to handle ownership of FTS*.

Bug: None
Test: python run_tests.py
Change-Id: I510063e9b57afda4f5492198cd40c15fc6380d2d
3091f5a06e82186bbf8cfde3498fa9aef4d389ee 17-Nov-2016 Josh Gao <jmgao@google.com> versioner: ignore non-header files.

Don't try to compile non-headers (vim swap files, etc.) that happen to
be in the header directory.

Bug: none
Test: manually created a file in libc/include
Change-Id: I2c1647ec7174dc617898dc2f07c9a80a08b69c72
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
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
bf8a285e64055ffd7e0c8b91519b75ff9ad94184 27-May-2016 Josh Gao <jmgao@google.com> versioner: introduce.

Add a clang-based tool to inspect header availability attributes and
verify them against the NDK platform definitions.

Bug: http://b/28178111
Change-Id: I1bb1925a620e98cc9606cb5a3360b1224c700bd0