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