1. b62afd9 Implement Rust backend for AIDL compiler by Andrei Homescu · 4 years, 3 months ago
  2. 27fd7fd Descriptor annotation is added by Jiyong Park · 4 years ago
  3. d0a1027 Rename @Immutable to @JavaOnlyImmutable by Jeongik Cha · 4 years ago
  4. 36f76c3 Support @Immutable for a parcelable by Jeongik Cha · 4 years ago
  5. 7c8a2e1 Some native-side tests are re-writting using gtest by Jiyong Park · 4 years ago
  6. 0aa522d Java client test is written using JUnit by Jiyong Park · 4 years ago
  7. 18c3dfe Add tests for getInterfaceHash and getInterfaceVersion by Jiyong Park · 4 years ago
  8. 2a7c92b Move AidlErrorLog to logging.h by Jiyong Park · 4 years ago
  9. 7ceb125 aidl: sanitize for integer overflows by Steven Moreland · 4 years, 6 months ago
  10. e5c4529 move parser to its own source file by Jiyong Park · 4 years, 2 months ago
  11. 649e8a7 Support extending parcelable in Java by Jeongik Cha · 4 years, 4 months ago
  12. 1c9aaaf aidl_integration_test: convert to gtest by Steven Moreland · 4 years, 2 months ago
  13. e2ccf8a Enable tracing in AIDL Java backend by Devin Moore · 4 years, 3 months ago
  14. 40735df Make libandroid_aidltrace apex available by Devin Moore · 4 years, 3 months ago
  15. e337b7c Add libandroid_aidltrace for platform NDK tracing by Devin Moore · 4 years, 3 months ago
  16. a3617e6 Add unstable property to aidl_interface by Jiyong Park · 4 years, 4 months ago
  17. a45a360 Add support for atrace in new build system by Devin Moore · 4 years, 3 months ago
  18. a1e4987 aidl_parser_fuzzer: cc += devinmoore by Steven Moreland · 4 years, 4 months ago
  19. 9866fcd aidl_integration_test: works w/ atest by Steven Moreland · 4 years, 5 months ago
  20. 2921b8b aidl_unittests: general, not device-tests by Steven Moreland · 4 years, 5 months ago
  21. 1c89443 AIDL: include platform SDK version by Steven Moreland · 4 years, 6 months ago
  22. 2769911 Revert "Suppress bool-operation warning locally" by Yifan Hong · 4 years, 5 months ago
  23. 75a0775 Suppress bool-operation warning locally by Chih-Hung Hsieh · 4 years, 6 months ago
  24. e74c86d Allow primitive types in an user-defined generic type by Jeongik Cha · 4 years, 8 months ago
  25. ffe43cd Add liblog as a dependency where libbase is used. by Tom Cherry · 4 years, 7 months ago
  26. bb654e3 Combine main.cpp/main_cpp.cpp. by Steven Moreland · 4 years, 7 months ago
  27. e48d994 Support a generic map in java by Jeongik Cha · 4 years, 7 months ago
  28. 4958524 apicheck -> checkapi by Steven Moreland · 4 years, 7 months ago
  29. 17fad88 Add type_param leak to corpus for aidl_parser_fuzzer. by Mitch Phillips · 4 years, 7 months ago
  30. 1a0f22d Support List type in NDK by Jeongik Cha · 4 years, 8 months ago
  31. 00f1ee7 aidl_parser_fuzzer: add cc's by Steven Moreland · 4 years, 9 months ago
  32. 45857d7 aidl: fuzzer for parser by Steven Moreland · 4 years, 9 months ago
  33. 57ec44a Remove libgmock_host dep. by Steven Moreland · 4 years, 9 months ago
  34. 1ba1f70 aidl_unittests: remove unused defined by Steven Moreland · 4 years, 9 months ago
  35. efd970d Move AidlConstantValue implementation to separate file by Will McVicker · 4 years, 10 months ago
  36. b49a33d Stop leaks. by Steven Moreland · 5 years ago
  37. 047c5ee Remove TypeNamespace by Jeongik Cha · 5 years ago
  38. 87bbbd8 Run tests w/o disabling verity. by Steven Moreland · 5 years ago
  39. c46b65e Match src paths with aidl package name by Dan Willemsen · 5 years ago
  40. 37e2ad5 Log supporting for binder ndk by Jeongik Cha · 5 years ago
  41. fad411f Mark these yacc files as creating headers by Dan Willemsen · 5 years ago
  42. 6e43532 Rename LoggableInterface to ILoggableInterface by Steven Moreland · 5 years ago
  43. 8714b02 Add api mapping dump feature to AIDL files by Andrei Onea · 5 years ago
  44. 2a9a7d6 Allow 'building' parcelable files. by Steven Moreland · 5 years ago
  45. ce50e26 Automatic logging of interface method calls by Jiyong Park · 6 years ago
  46. 76a6a46 AIDL: Add TEST_MAPPING by Andreas Gampe · 6 years ago
  47. e8a3a19 NDK Backend: Convert AIDL types -> C++ NDK types. by Steven Moreland · 6 years ago
  48. b0057e7 NDK Backend: Files and empty classes. by Steven Moreland · 6 years ago
  49. 860b194 Defaults for List in structured parcelables. by Steven Moreland · 6 years ago
  50. 3656c3c Add --apicheck that tells whether two API dumps are incompatible or not by Jiyong Park · 6 years ago
  51. 1d2df7d Separate AIDL types and target language types by Jiyong Park · 6 years ago
  52. 74595c1 Refactor Options to support multiple inputs by Jiyong Park · 6 years ago
  53. 22b4ecd << operator for CodeWriter by Jiyong Park · 6 years ago
  54. 75e1a74 Add support for default impl by Jiyong Park · 6 years ago
  55. 1deecc3 Resolve AIDL types without using Java or C++ types by Jiyong Park · 6 years ago
  56. 1c41e97 Error on unused parameters. by Steven Moreland · 6 years ago
  57. 5557f1c Structured parcelables. by Steven Moreland · 6 years ago
  58. 1cee9db Remove most ignored warnings. by Steven Moreland · 6 years ago
  59. 0ae3460 Switch AIDL test from mk -> bp. by Steven Moreland · 6 years ago
  60. 1560796 Use -Werror in system/tools/aidl by Chih-Hung Hsieh · 7 years ago
  61. 813ae86 Remove default libraries by Dan Willemsen · 7 years ago
  62. 8f88361 Convert aidl cpp tests to Soong by Dan Willemsen · 8 years ago
  63. 8fd503f Convert to Android.bp by Dan Willemsen · 8 years ago