aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
AgeCommit message (Expand)Author
2021-08-11aidl: lift options.Ok into aidl_entrySteven Moreland
2020-09-16Use AIDL_* errors over libbase logging.Steven Moreland
2020-04-01All of compiler in `aidl_entry`, for testingSteven Moreland
2020-04-01Distinguish enum and class 'AidlError'.Steven Moreland
2020-01-09assert no error output on successSteven Moreland
2020-01-09Combine main.cpp/main_cpp.cpp.Steven Moreland
2019-12-19apicheck -> checkapiSteven Moreland
2019-09-20Stop leaks.Steven Moreland
2019-03-07Add api mapping dump feature to AIDL filesAndrei Onea
2018-08-16fix: aidl --checkapi fails even when old/new APIs are the sameJiyong Park
2018-08-09Add --apicheck that tells whether two API dumps are incompatible or notJiyong Park
2018-08-02aidl --dumpapi exits with correct error codeJiyong Park
2018-08-02Support multiple types in an AIDL file / multiple AIDL filesJiyong Park
2018-07-26Refactor Options to support multiple inputsJiyong Park
2015-09-15Rename Options to JavaOptionsChristopher Wiley
2015-09-15Add standard Android logging to aidlChristopher Wiley
2015-09-14Clean up options parsing logic a little bitChristopher Wiley
2015-09-14Basic cleanup of parsed optionsChristopher Wiley
2015-09-14Abstract away file IO when writing generated codeChristopher Wiley
2015-08-31aidl: Pull main() into dedicated fileChristopher Wiley