1. 6edc7ec CPP: added enforceNoDataAvail() by Jooyung Han · 2 years, 6 months ago
  2. 74406c5 Check the availability of types against SDK version by Jooyung Han · 2 years, 7 months ago
  3. d11f9f5 Use --min_sdk_version to use newer APIs for Java by Jooyung Han · 2 years, 7 months ago
  4. e01fbe2 Check RPC support with min_sdk_version. by Steven Moreland · 2 years, 8 months ago
  5. 1ec4005 pipe platform_apis into the aidl compiler by Steven Moreland · 2 years, 8 months ago
  6. 223274e Add --min_sdk_version flag to the compiler by Jiyong Park · 2 years, 9 months ago
  7. a4b6b29 aidl: support RPC in Java by Steven Moreland · 2 years, 9 months ago
  8. 05a532a Fix --apimapping with unstructured parcelables by Jooyung Han · 2 years, 10 months ago
  9. 481f593 remove unused Task::UNSPECIFIED by Steven Moreland · 2 years, 10 months ago
  10. b736f60 aidl: Options - avoid calling exit(3) by Steven Moreland · 2 years, 10 months ago
  11. 6514b25 options: avoid OOR when called w/ no args by Steven Moreland · 2 years, 10 months ago
  12. 61d7803 cleanup: removed unused -m option by Jooyung Han · 3 years ago
  13. 252657e Add "dumpapi.no_license" to omit license in dumps by Jooyung Han · 3 years, 3 months ago
  14. b8a9777 --checkapi=equal checks the equality of two dumps by Jooyung Han · 3 years, 5 months ago
  15. 9435e9a rename LanguageToString to to_string by Jooyung Han · 3 years, 5 months ago
  16. b3cd63f Fix output file path when package is not set by Jooyung Han · 3 years, 5 months ago
  17. 808a2a0 Run diagnostics in a separate visitor by Jooyung Han · 3 years, 5 months ago
  18. 888c5bc add -W<warning>/-Werror CLI options by Jooyung Han · 3 years, 6 months ago
  19. 7e01eeb Revert "Add --parcelable-to-string option to aidl compiler" by Jooyung Han · 3 years, 7 months ago
  20. 4bb2a15 typo: dump_api -> dumpapi in error message by Jooyung Han · 3 years, 8 months ago
  21. 2178081 Use AIDL_* errors over libbase logging. by Steven Moreland · 3 years, 9 months ago
  22. b62afd9 Implement Rust backend for AIDL compiler by Andrei Homescu · 4 years, 1 month ago
  23. 7b8d5c9 Change most test fixtures to use parameterized fixtures by Devin Moore · 4 years, 3 months ago
  24. 1c89443 AIDL: include platform SDK version by Steven Moreland · 4 years, 4 months ago
  25. b77048c Add getInterfaceHash() method by Paul Trautrim · 4 years, 5 months ago
  26. baa7064 help menu: show 'ndk' as lang option by Steven Moreland · 4 years, 8 months ago
  27. a57d0a6 Add stability options. by Steven Moreland · 4 years, 10 months ago
  28. f4c64df Re-order virally misplaced namespace comments. by Steven Moreland · 4 years, 10 months ago
  29. 8954a0e Add --parcelable-to-string option to aidl compiler by Nikita Ioffe · 5 years ago
  30. 56f73d7 fix: incorrect output path by Jiyong Park · 5 years ago
  31. 37e2ad5 Log supporting for binder ndk by Jeongik Cha · 5 years ago
  32. 8714b02 Add api mapping dump feature to AIDL files by Andrei Onea · 5 years ago
  33. ce50e26 Automatic logging of interface method calls by Jiyong Park · 6 years ago
  34. c26d814 Add 'name-ndk' output lib linking against NDK. by Steven Moreland · 6 years ago
  35. e59c368 API dump for an AIDL interface consists of multiple AIDL files by Jiyong Park · 6 years ago
  36. 8c38053 Reject ambiguous imports by Jiyong Park · 6 years ago
  37. 3c35e39 Compile from API dump by Jiyong Park · 6 years ago
  38. 0546373 --header_out directory is automatically created if not exist by Jiyong Park · 6 years ago
  39. 3656c3c Add --apicheck that tells whether two API dumps are incompatible or not by Jiyong Park · 6 years ago
  40. 4dbadf5 Fix segfaults in some error cases. by Steven Moreland · 6 years ago
  41. 309668e add --version option to specify version to AIDL interface by Jiyong Park · 6 years ago
  42. 6f77e0c unittests are no longer friend of Options by Jiyong Park · 6 years ago
  43. 6cee348 add --structured flag by Steven Moreland · 6 years ago
  44. 74595c1 Refactor Options to support multiple inputs by Jiyong Park · 6 years ago
  45. 02da742 add dumpapi option by Jiyong Park · 6 years ago
  46. 4b37e26 Support preprocessed files for CPP. by Steven Moreland · 6 years ago
  47. da0654f Begin process of unifying arg parsing. by Steven Moreland · 6 years ago
  48. 1140140 Add a getTransactionName method to the generated Java stub class. by Olivier Gaillard · 6 years ago
  49. b436cb7 Arg: -ninja -> --ninja by Steven Moreland · 6 years ago
  50. f1b5078 Add option for tracing AIDL calls. by Martijn Coenen · 6 years ago
  51. 93298ee Add ninja mode to aidl and aidl-cpp by Dan Willemsen · 8 years ago
  52. ef4132c Remove Java dependencies of dep file generation by Christopher Wiley · 9 years ago
  53. 054afbd Change C++ output to match make expectations by Christopher Wiley · 9 years ago
  54. 4432ccf Calculate C++ output file names from commandline args by Christopher Wiley · 9 years ago
  55. eb1acc1 Refactor compile_aidl flow to support compiling C++ by Christopher Wiley · 9 years ago
  56. a590de8 Define aidl-cpp executable by Christopher Wiley · 9 years ago
  57. 89eaab5 Rename Options to JavaOptions by Christopher Wiley · 9 years ago
  58. d93c5b7 Clean up options parsing logic a little bit by Christopher Wiley · 9 years ago
  59. 8f8cc9b Follow style guide for Options field naming by Christopher Wiley · 9 years ago
  60. 4427d86 Basic cleanup of parsed options by Christopher Wiley · 9 years ago
  61. 3616d13 aidl: Separate aidl logic into its own static library by Christopher Wiley · 9 years ago
  62. ffa1686 Revert "Move frameworks/base/tools/ to frameworks/tools/" by Adam Lesinski · 10 years ago
  63. be35481 Move frameworks/base/tools/ to frameworks/tools/ by Mike Lockwood · 11 years ago
  64. e15d44a Add new dependency generation option to aidl. by Xavier Ducrohet · 13 years ago
  65. deec691 auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  66. e42b5f5 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  67. 3f063e5 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  68. bcaa86d auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 15 years ago
  69. 46c012c Initial Contribution by The Android Open Source Project · 16 years ago