- 8e79b7f Change the ownership of AidlDefinedType objects by Jiyong Park · 4 years, 4 months ago
- 1813218 Remove AidlQualifiedName by Jiyong Park · 4 years, 5 months ago
- 6251551 Introduce AidlDocument by Jiyong Park · 4 years, 5 months ago
- e5c4529 move parser to its own source file by Jiyong Park · 4 years, 5 months ago
- d59e317 Fix abort for nullable parcelable array. by Steven Moreland · 4 years, 6 months ago
- f8d5361 Untyped List or Map is prohibited for new interfaces by Jiyong Park · 4 years, 6 months ago
- cb1bcd7 Remove use of pair in AidlTypenames API by Steven Moreland · 4 years, 6 months ago
- 3a06039 Invalid input file is a hard error also for --apimapping by Jiyong Park · 4 years, 7 months ago
- 33efcf6 Clear 'sHadError' in entry point. by Steven Moreland · 4 years, 7 months ago
- 5de18ed Make all uses of AidlErrorLog include a location by Devin Moore · 4 years, 7 months ago
- 097a3ab Add stricter error checking to unittests by Devin Moore · 4 years, 8 months ago
- 3981d9e All of compiler in `aidl_entry`, for testing by Steven Moreland · 4 years, 7 months ago
- 0d0e3f6 Add error log for missing arguments when compiling @VintfStability by Devin Moore · 4 years, 7 months ago
- df93ebb Changing enum autofill to use aidl file location instead of cpp by Devin Moore · 4 years, 7 months ago
- b01451d Add build-time checks of AIDL API hashes by Paul Trautrim · 4 years, 8 months ago
- 997281d Preserve "@hide" comment during dump_api by Jeongik Cha · 4 years, 10 months ago
- b77048c Add getInterfaceHash() method by Paul Trautrim · 4 years, 10 months ago
- 8f6ec46 Imported type is preferred to preprocessed type by Jiyong Park · 4 years, 10 months ago
- 88f95a8 Ignore @JavaOnlyStableParcelable in c++/ndk backend by Jeongik Cha · 4 years, 10 months ago
- 609ba6d Updates for bison 3.5 by Dan Willemsen · 4 years, 10 months ago
- 59e53e4 ShallowIntegralCopy: report user errors w/o crash by Steven Moreland · 5 years ago
- b28684e Adds support for autofilling enums. by Daniel Norman · 5 years ago
- 9ca5c7e No java output for parcelable declaration by Jiyong Park · 5 years ago
- d7d18df Add support for AIDL constant expressions by Will McVicker · 5 years ago
- df20212 Don't emit output file name in dep file for parcelable delcaration by Jiyong Park · 5 years ago
- 37d43dd Adds NDK support for Enums. by Daniel Norman · 5 years ago
- 716d311 Adds Java support for Enums. by Daniel Norman · 5 years ago
- 85aed54 Adds the beginnings of Enum support to AIDL. by Daniel Norman · 5 years ago
- da8c693 Allow multiple declarations of unstructured parcelables in a file by Jiyong Park · 5 years ago
- ce638bf aidl: Remove unused variable by Greg Kaiser · 5 years ago
- 047c5ee Remove TypeNamespace by Jeongik Cha · 5 years ago
- ec6f469 Fix kMaxUserSetMethodId assert. by Steven Moreland · 5 years ago
- a57d0a6 Add stability options. by Steven Moreland · 5 years ago
- 0e42601 Disallow multiple types declared in the same file by Jeongik Cha · 5 years ago
- 1a7ab64 Remove typenamespace in generate_cpp by Jeongik Cha · 5 years ago
- f4c64df Re-order virally misplaced namespace comments. by Steven Moreland · 5 years ago
- a2080bf Remove every dependency on type_java in java code generator by Jeongik Cha · 5 years ago
- ce58bc6 Ignore ParcelFileDescriptor in framework.aidl by Jeongik Cha · 6 years ago
- 3633b72 fix: can't assign method IDs when built with --version by Jiyong Park · 6 years ago
- 5b7e532 Revert "Revert "Don't force prepend I to header file names"" by Jiyong Park · 6 years ago
- cc14a58 Revert "Don't force prepend I to header file names" by Neil Fuller · 6 years ago
- 7df2c34 Don't force prepend I to header file names by Jiyong Park · 6 years ago
- 8714b02 Add api mapping dump feature to AIDL files by Andrei Onea · 6 years ago
- 82317dd Allow parcelable defined from framework in stable aidl by Jeongik Cha · 6 years ago
- 54fa1e0 Don't printout absolute path to the original source by Jiyong Park · 6 years ago
- 2a9a7d6 Allow 'building' parcelable files. by Steven Moreland · 6 years ago
- 3c126b5 Remove unused using decls. by Chih-Hung Hsieh · 6 years ago
- 965c5b9 Version query mechanism and default impl for NDK backend by Jiyong Park · 6 years ago
- 640981b Return type of getInterfaceVersion() is resolved. by Jiyong Park · 6 years ago
- 3717958 register_type returns error when it fails by Jeongik Cha · 6 years ago
- a6605ab Add @UnsupportedAppUsage annotation by Jiyong Park · 6 years ago
- 4d12f9a Allow utf8InCpp constants (std::string). by Steven Moreland · 6 years ago
- db0f59e clean up aidl validation logic by Jeongik Cha · 6 years ago
- e51a5ea Revert "Make AIDL Validation logic independent from language" by Jeongik Cha · 6 years ago
- 17f7fd4 Make AIDL Validation logic independent from language by Jeongik Cha · 6 years ago
- b3cd3c7 Throw earlier error for duplicate argument names. by Steven Moreland · 6 years ago
- 1eac5fa --structured: test for no unstructured parcelables by Steven Moreland · 6 years ago
- 8807af4 Remove @utf8 support by Jiyong Park · 6 years ago
- e05195e ParcelFileDescriptor is now a built-in type of AIDL by Jiyong Park · 6 years ago
- f3da089 Allow no package for CPP/NDK backends. by Steven Moreland · 6 years ago
- c26d814 Add 'name-ndk' output lib linking against NDK. by Steven Moreland · 6 years ago
- ec0531d API Dump: support empty package. by Steven Moreland · 6 years ago
- e2c64b4 Unstructured parcelables: behavior for many files. by Steven Moreland · 6 years ago
- e59c368 API dump for an AIDL interface consists of multiple AIDL files by Jiyong Park · 6 years ago
- 8c38053 Reject ambiguous imports by Jiyong Park · 6 years ago
- 3c35e39 Compile from API dump by Jiyong Park · 6 years ago
- 96c16a9 Don't resolve symbols for --checkapi by Jiyong Park · 6 years ago
- 0546373 --header_out directory is automatically created if not exist by Jiyong Park · 6 years ago
- 64e29be Parser: make a single use object by Steven Moreland · 6 years ago
- 3656c3c Add --apicheck that tells whether two API dumps are incompatible or not by Jiyong Park · 6 years ago
- b03551f C++ source files are generated at <out_dir>/pkg/to/IFoo.cpp by Jiyong Park · 6 years ago
- 02e012e Better default error. by Steven Moreland · 6 years ago
- c5da94d Remove unused local variable by Jiyong Park · 6 years ago
- b034bf0 Support multiple types in an AIDL file / multiple AIDL files by Jiyong Park · 6 years ago
- 309668e add --version option to specify version to AIDL interface by Jiyong Park · 6 years ago
- 92c55f1 Remove GetLine. by Steven Moreland · 6 years ago
- 46e9da8 First class errors in the compiler. by Steven Moreland · 6 years ago
- fbbfa93 Options is passed over during the code generation by Jiyong Park · 6 years ago
- 6cee348 add --structured flag by Steven Moreland · 6 years ago
- 1d2df7d Separate AIDL types and target language types by Jiyong Park · 6 years ago
- 74595c1 Refactor Options to support multiple inputs by Jiyong Park · 6 years ago
- 9ea10e3 Structured Parcelables: int/string default values. by Steven Moreland · 6 years ago
- 822d0aa Retain imported AidlDocuments even after parsing. by Jiyong Park · 6 years ago
- 693640b Refactor constant declarations. by Steven Moreland · 6 years ago
- 02da742 add dumpapi option by Jiyong Park · 6 years ago
- 1deecc3 Resolve AIDL types without using Java or C++ types by Jiyong Park · 6 years ago
- ed83a28 Support preprocessing structured_parcelable. by Steven Moreland · 6 years ago
- 4b37e26 Support preprocessed files for CPP. by Steven Moreland · 6 years ago
- c258abc Parse interfaces and parcelables simultaneously. by Steven Moreland · 6 years ago
- 5557f1c Structured parcelables. by Steven Moreland · 6 years ago
- 6ddc37f Remove 'interface' from check_filename error msg. by Steven Moreland · 6 years ago
- f1b5078 Add option for tracing AIDL calls. by Martijn Coenen · 7 years ago
- e9c816e AIDL: Add outline filtering by Andreas Gampe · 7 years ago
- 93298ee Add ninja mode to aidl and aidl-cpp by Dan Willemsen · 8 years ago
- f05cc26 Fix clang-tidy performance warnings. by Chih-Hung Hsieh · 8 years ago
- 3b2203d aidl-cpp: Add support for hex values in const int by Roshan Pius · 8 years ago
- bc2df69 Always build absolute paths the same way by Christopher Wiley · 8 years ago
- 69b44cf Generate code for AIDL defined string constants by Christopher Wiley · 9 years ago
- b1bbdf8 Generate a trivial dep file for parcelables by Christopher Wiley · 9 years ago
- f813619 Output correct dependency file with only output dir by Christopher Wiley · 9 years ago