aboutsummaryrefslogtreecommitdiff
path: root/aidl.cpp
AgeCommit message (Expand)Author
2023-10-16Support C++ and Java unstructured paracelables in aidl_interfaceMatthew Maurer
2023-09-06Add support for unstructured parcelables in Rust.Andrew Walbran
2023-07-25Behave like previous frozen version with new flagDevin Moore
2023-07-11aidl: load&validate no mutate previously loadedSteven Moreland
2023-07-06Ensure base directory to be specified as an import directoryJiyong Park
2023-03-31Clarify VINTF stability error.Steven Moreland
2023-03-22comments for not differentiating AIDLSteven Moreland
2023-02-06AIDL: print import paths on missing errorSteven Moreland
2022-10-17Language stable parcelables are VINTF stable.Steven Moreland
2022-10-15unstable parcelable, print target languageSteven Moreland
2022-08-26Generating Interface Specific Analyzer BinariesSahil Somani
2022-08-24Custom NDK ParcelablesSteven Moreland
2022-08-04remove top-level constant checks to defined typesSteven Moreland
2022-02-28Pull up IsUserDefined()Jooyung Han
2021-12-02Assign IDs for nested interfacesJooyung Han
2021-11-29Remove typenames parameter from many functionsJooyung Han
2021-11-09Check the availability of types against SDK versionJooyung Han
2021-11-02Reject unstructured parcelables in NDK/RustJooyung Han
2021-10-29Remove AidlImportJooyung Han
2021-10-18Support nullable types in Rust/NDKJooyung Han
2021-10-15Make sure all nodes are visited.Jooyung Han
2021-10-15Use AidlTypenames::MakeResolvedType() for inline typesJooyung Han
2021-10-13AidlNode: delete copy constructorSteven Moreland
2021-10-12Support nested types in the Rust backendJooyung Han
2021-10-07Support nested types in the Java backendJooyung Han
2021-10-07Remove Document from ast_javaJooyung Han
2021-10-07Support nested types in the NDK backendJooyung Han
2021-10-01nested types: Add C++ backend supportJooyung Han
2021-09-29Parsing nested types.Jooyung Han
2021-08-18Fix --apimapping with unstructured parcelablesJooyung Han
2021-08-11aidl: lift options.Ok into aidl_entrySteven Moreland
2021-08-11aidl: unify return type of sub-task functionsSteven Moreland
2021-08-09aidl: Options - avoid calling exit(3)Steven Moreland
2021-07-29Check cpp_header for C++/NDKJooyung Han
2021-07-29LanguageSpecificCheckValid for imports.Steven Moreland
2021-06-16Refactor: type resolution done in ScopeJooyung Han
2021-06-16cleanup: remove unused parameter to ImportResolverJooyung Han
2021-06-11cleanup: removed unused -m optionJooyung Han
2021-06-08Preprocessed uses the same syntax of AIDLJooyung Han
2021-05-22checkapi works with importsJooyung Han
2021-05-22refactor: parser returns parsed documentJooyung Han
2021-02-12Extract DumpVisitorJooyung Han
2021-01-21Lexer passes the list of comments to parserJooyung Han
2021-01-20--dumpapi with copyright/license headersJooyung Han
2021-01-12Specify/validate annotation's target contextJooyung Han
2021-01-05Fix output file path when package is not setJooyung Han
2020-12-31add -Wexplicit-defaultJooyung Han
2020-12-31Support @SuppressWarningsJiyong Park
2020-12-31Refactor AidlVisitor so that it no longer responsible for traversingJiyong Park
2020-12-30add -Wconst-name for CONSTANT_NAMEJooyung Han