aboutsummaryrefslogtreecommitdiff
path: root/options_unittest.cpp
AgeCommit message (Expand)Author
2023-07-06Ensure base directory to be specified as an import directoryJiyong Park
2023-06-05add VanillaIceCream min_sdk_version supportSteven Moreland
2023-03-17aidl: add UpsideDownCake codenameSteven Moreland
2022-04-28finalize Tiramisu SDK version (33)Steven Moreland
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-09-27Add --min_sdk_version flag to the compilerJiyong Park
2021-01-20--checkapi=equal checks the equality of two dumpsJooyung 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-23Use CaptureStderr/GetCapturedStrerr in unit tests.Jooyung Han
2020-09-09Implement Rust backend for AIDL compilerAndrei Homescu
2019-07-30Re-order virally misplaced namespace comments.Steven Moreland
2019-06-25Add --parcelable-to-string option to aidl compilerNikita Ioffe
2018-08-31Reject ambiguous importsJiyong Park
2018-08-30Compile from API dumpandroid-o-mr1-iot-release-1.0.4Jiyong Park
2018-08-10--header_out directory is automatically created if not existJiyong Park
2018-07-26Refactor Options to support multiple inputsJiyong Park
2018-07-20add dumpapi optionJiyong Park
2018-07-06Arg: -ninja -> --ninjaSteven Moreland
2016-11-11Add ninja mode to aidl and aidl-cppDan Willemsen
2015-10-19Change C++ output to match make expectationsChristopher Wiley
2015-09-19Calculate C++ output file names from commandline argsChristopher Wiley
2015-09-15Define aidl-cpp executableChristopher Wiley
2015-09-15Rename Options to JavaOptionsChristopher Wiley
2015-09-14Clean up options parsing logic a little bitChristopher Wiley
2015-09-14Follow style guide for Options field namingChristopher Wiley
2015-09-14Basic cleanup of parsed optionsChristopher Wiley
2015-09-01aidl: Separate aidl logic into its own static libraryChristopher Wiley