summaryrefslogtreecommitdiff
path: root/tools/hiddenapi/hiddenapi.cc
AgeCommit message (Expand)Author
2021-08-31Fix a few non-inclusive terms Orion Hodson
2021-06-26Initialize fragment_ and verbose_ fields in hiddenapi.cc Paul Duffin
2021-06-26Allow hiddenapi list to be more lax when run on a fragment Paul Duffin
2021-06-02Add flag for clamping hidden api list Andrei Onea
2021-05-24Support modularization in "hiddenapi list" tool Paul Duffin
2021-05-19Ignore empty stub dex jars Paul Duffin
2020-09-22Dedupe some code in hiddenapi.cc Anton Hansson
2020-08-10Rename ApiList::Value enums Andrei Onea
2020-07-28A few more inclusive language updates Orion Hodson
2019-04-25ART: Fix some types Andreas Gampe
2019-04-25hiddenapi: Error message when superclass not found David Brazdil
2019-03-08Differentiate system and test apis in whitelist Andrei Onea
2019-02-19Merge "Disallow duplicated classes on boot classpath." Steven Moreland
2019-02-18hiddenapi: Use std::string_view more. Vladimir Marko
2019-02-07Replace StringPiece with std::string_view in profman. Vladimir Marko
2019-02-01hiddenapi: Fix class hierarchy traversal David Brazdil
2019-01-28Disallow duplicated classes on boot classpath. David Brazdil
2019-01-23hiddenapi: Enable assign-all CHECK David Brazdil
2019-01-21hiddenapi: Support 'core-platform-api' flag David Brazdil
2019-01-21hiddenapi: Produce CSV for `list` command David Brazdil
2019-01-18hiddenapi: Better error message for boot cp inconsistencies David Brazdil
2019-01-08Improved error message when multiple annotations. Mathew Inwood
2019-01-02ART: Move dex structs into own header Andreas Gampe
2018-11-30hiddenapi: Fix typo David Brazdil
2018-11-30hiddenapi: Turn CHECK into a warning David Brazdil
2018-11-29hiddenapi: Convert API lists to a flags CSV file David Brazdil
2018-11-28Fix "performance-for-range-copy" error. Elliott Hughes
2018-11-22Rename and reorganize hiddenapi::ApiList David Brazdil
2018-11-20ART: Fix performance-inefficient-vector-operation Andreas Gampe
2018-11-12hiddenapi: Initialize unused value in DexFile::MapItem David Brazdil
2018-10-30Remove HiddenApiAccessFlags, move content to hiddenapi:: David Brazdil
2018-10-28Revert^4: Add dex item for hiddenapi flags David Brazdil
2018-10-26Revert "Revert^2: Add dex item for hiddenapi flags" Luman Qu
2018-10-25Revert^2: Add dex item for hiddenapi flags David Brazdil
2018-10-24Revert "Add dex item for hiddenapi flags" David Brazdil
2018-10-23Add dex item for hiddenapi flags David Brazdil
2018-10-09ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-08-28Use 'final' and 'override' specifiers directly in ART. Roland Levillain
2018-08-07Move hiddenapi to ClassAccessor Mathieu Chartier
2018-08-06hiddenapi: Handle visibility through inheritance David Brazdil
2018-07-12hiddenapi: Fix map insertion bug David Brazdil
2018-07-03hiddenapi: Add 'list' command to generate public/private API lists David Brazdil
2018-06-28hiddenapi: Refactor before new features are added David Brazdil
2018-04-13Move profile dependent modules to libartbase David Sehr
2018-03-05Move most of runtime/base to libartbase/base David Sehr
2018-02-28Header library to remove dependence on runtime/ David Sehr
2018-01-29Remove hiddenapi access flags in FixedUpDexFile Alex Light
2018-01-18Set runtime hidden API access flags David Brazdil
2018-01-16Introduce new build tool: hiddenapi David Brazdil