aboutsummaryrefslogtreecommitdiff
path: root/options.cpp
AgeCommit message (Expand)Author
2023-10-30aidl: warnings - argv null terminatedSteven Moreland
2023-07-25Behave like previous frozen version with new flagDevin Moore
2023-07-06Ensure base directory to be specified as an import directoryJiyong Park
2023-06-05add VanillaIceCream min_sdk_version supportSteven Moreland
2023-06-01aidl: include generation commandSteven Moreland
2023-03-28aidl: Support --checkapi on WindowsAlex Budovski
2023-03-27aidl: Enable --dumpapi on WindowsAlex Budovski
2023-03-17aidl: add UpsideDownCake codenameSteven Moreland
2022-11-18-b: is for unstructured parcelableSteven Moreland
2022-10-12Reland "AIDL: gen_rpc by default"Steven Moreland
2022-10-11Revert "AIDL: gen_rpc by default"Steven Moreland
2022-10-10AIDL: gen_rpc by defaultSteven Moreland
2022-08-26Generating Interface Specific Analyzer BinariesSahil Somani
2022-02-04Revert "Better semantics for 'gen rpc'."Steven Moreland
2022-02-03Better semantics for 'gen rpc'.Steven Moreland
2021-12-24CPP: added enforceNoDataAvail()Jooyung Han
2021-11-09Check the availability of types against SDK versionJooyung Han
2021-11-04Use --min_sdk_version to use newer APIs for JavaJooyung Han
2021-10-11Check RPC support with min_sdk_version.Steven Moreland
2021-10-11pipe platform_apis into the aidl compilerSteven Moreland
2021-09-27Add --min_sdk_version flag to the compilerJiyong Park
2021-09-08aidl: support RPC in JavaSteven Moreland
2021-08-18Fix --apimapping with unstructured parcelablesJooyung Han
2021-08-09remove unused Task::UNSPECIFIEDSteven Moreland
2021-08-09aidl: Options - avoid calling exit(3)Steven Moreland
2021-08-09options: avoid OOR when called w/ no argsSteven Moreland
2021-06-11cleanup: removed unused -m optionJooyung Han
2021-03-02Add "dumpapi.no_license" to omit license in dumpsJooyung Han
2021-01-20--checkapi=equal checks the equality of two dumpsJooyung Han
2021-01-06rename LanguageToString to to_stringJooyung Han
2021-01-05Fix output file path when package is not setJooyung Han
2020-12-29Run diagnostics in a separate visitorJooyung Han
2020-12-23add -W<warning>/-Werror CLI optionsJooyung Han
2020-11-04Revert "Add --parcelable-to-string option to aidl compiler"Jooyung Han
2020-10-13typo: dump_api -> dumpapi in error messageJooyung Han
2020-09-16Use AIDL_* errors over libbase logging.Steven Moreland
2020-09-09Implement Rust backend for AIDL compilerAndrei Homescu
2020-04-02Change most test fixtures to use parameterized fixturesDevin Moore
2020-02-24AIDL: include platform SDK versionSteven Moreland
2020-01-29Add getInterfaceHash() methodPaul Trautrim
2019-10-26help menu: show 'ndk' as lang optionSteven Moreland
2019-08-08Add stability options.Steven Moreland
2019-07-30Re-order virally misplaced namespace comments.Steven Moreland
2019-06-25Add --parcelable-to-string option to aidl compilerNikita Ioffe
2019-06-11fix: incorrect output pathJiyong Park
2019-04-25Log supporting for binder ndkJeongik Cha
2019-03-07Add api mapping dump feature to AIDL filesAndrei Onea
2018-11-02Automatic logging of interface method callsJiyong Park
2018-10-03Add 'name-ndk' output lib linking against NDK.Steven Moreland
2018-09-13API dump for an AIDL interface consists of multiple AIDL filesJiyong Park