1. 4de616b finalize Tiramisu SDK version (33) by Steven Moreland · 2 years, 2 months ago
  2. aad0e4b Revert "Revert "PropagateAllowBlocking require SDK version"" by Steven Moreland · 2 years, 4 months ago
  3. 4693108 Revert "Better semantics for 'gen rpc'." by Steven Moreland · 2 years, 4 months ago
  4. eeb6e9d Revert "PropagateAllowBlocking require SDK version" by Steven Moreland · 2 years, 4 months ago
  5. 28ae793 PropagateAllowBlocking require SDK version by Steven Moreland · 2 years, 4 months ago
  6. b13c7bc Better semantics for 'gen rpc'. by Steven Moreland · 2 years, 4 months ago
  7. 6edc7ec CPP: added enforceNoDataAvail() by Jooyung Han · 2 years, 6 months ago
  8. 74406c5 Check the availability of types against SDK version by Jooyung Han · 2 years, 7 months ago
  9. d11f9f5 Use --min_sdk_version to use newer APIs for Java by Jooyung Han · 2 years, 7 months ago
  10. 223274e Add --min_sdk_version flag to the compiler by Jiyong Park · 2 years, 9 months ago
  11. a4b6b29 aidl: support RPC in Java by Steven Moreland · 2 years, 9 months ago
  12. 481f593 remove unused Task::UNSPECIFIED by Steven Moreland · 2 years, 10 months ago
  13. b736f60 aidl: Options - avoid calling exit(3) by Steven Moreland · 2 years, 10 months ago
  14. 61d7803 cleanup: removed unused -m option by Jooyung Han · 3 years ago
  15. 8e3b72c checkapi works with imports by Jooyung Han · 3 years, 1 month ago
  16. 252657e Add "dumpapi.no_license" to omit license in dumps by Jooyung Han · 3 years, 3 months ago
  17. b8a9777 --checkapi=equal checks the equality of two dumps by Jooyung Han · 3 years, 5 months ago
  18. 9435e9a rename LanguageToString to to_string by Jooyung Han · 3 years, 5 months ago
  19. 808a2a0 Run diagnostics in a separate visitor by Jooyung Han · 3 years, 5 months ago
  20. 888c5bc add -W<warning>/-Werror CLI options by Jooyung Han · 3 years, 6 months ago
  21. 7e01eeb Revert "Add --parcelable-to-string option to aidl compiler" by Jooyung Han · 3 years, 7 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. b77048c Add getInterfaceHash() method by Paul Trautrim · 4 years, 5 months ago
  25. a57d0a6 Add stability options. by Steven Moreland · 4 years, 10 months ago
  26. f4c64df Re-order virally misplaced namespace comments. by Steven Moreland · 4 years, 10 months ago
  27. 8954a0e Add --parcelable-to-string option to aidl compiler by Nikita Ioffe · 5 years ago
  28. 8714b02 Add api mapping dump feature to AIDL files by Andrei Onea · 5 years ago
  29. ce50e26 Automatic logging of interface method calls by Jiyong Park · 6 years ago
  30. c26d814 Add 'name-ndk' output lib linking against NDK. by Steven Moreland · 6 years ago
  31. 8c38053 Reject ambiguous imports by Jiyong Park · 6 years ago
  32. 3c35e39 Compile from API dump by Jiyong Park · 6 years ago
  33. 9fccf58 using pragma once by Steven Moreland · 6 years ago
  34. 3656c3c Add --apicheck that tells whether two API dumps are incompatible or not by Jiyong Park · 6 years ago
  35. b034bf0 Support multiple types in an AIDL file / multiple AIDL files by Jiyong Park · 6 years ago
  36. e1d0268 Use template for Options::operator<< by Jiyong Park · 6 years ago
  37. 309668e add --version option to specify version to AIDL interface by Jiyong Park · 6 years ago
  38. 4910007 Don't have options make the auto dependency file. by Steven Moreland · 6 years ago
  39. 6f77e0c unittests are no longer friend of Options by Jiyong Park · 6 years ago
  40. 6cee348 add --structured flag by Steven Moreland · 6 years ago
  41. 1d2df7d Separate AIDL types and target language types by Jiyong Park · 6 years ago
  42. 74595c1 Refactor Options to support multiple inputs by Jiyong Park · 6 years ago
  43. 02da742 add dumpapi option by Jiyong Park · 6 years ago
  44. 4b37e26 Support preprocessed files for CPP. by Steven Moreland · 6 years ago
  45. da0654f Begin process of unifying arg parsing. by Steven Moreland · 6 years ago
  46. 1140140 Add a getTransactionName method to the generated Java stub class. by Olivier Gaillard · 6 years ago
  47. f1b5078 Add option for tracing AIDL calls. by Martijn Coenen · 6 years ago
  48. e9c816e AIDL: Add outline filtering by Andreas Gampe · 6 years ago
  49. 93298ee Add ninja mode to aidl and aidl-cpp by Dan Willemsen · 8 years ago
  50. b1bbdf8 Generate a trivial dep file for parcelables by Christopher Wiley · 8 years ago
  51. f813619 Output correct dependency file with only output dir by Christopher Wiley · 8 years ago
  52. 0a62067 Track base/ -> android-base/ change. by Elliott Hughes · 9 years ago
  53. c1f39b4 Refactor top-level AST nodes v2 by Casey Dahlin · 9 years ago
  54. eedb29f Revert "Refactor top-level AST nodes" by Bart Sears · 9 years ago
  55. b696437 Refactor top-level AST nodes by Casey Dahlin · 9 years ago
  56. 632801d Respect aidl's -b flag again by Christopher Wiley · 9 years ago
  57. 19059cb Generate a dependency file for C++ output by Christopher Wiley · 9 years ago
  58. ef4132c Remove Java dependencies of dep file generation by Christopher Wiley · 9 years ago
  59. 054afbd Change C++ output to match make expectations by Christopher Wiley · 9 years ago
  60. 0edf342 Replace import_info struct with AidlInfo class by Casey Dahlin · 9 years ago
  61. 4432ccf Calculate C++ output file names from commandline args by Christopher Wiley · 9 years ago
  62. eb1acc1 Refactor compile_aidl flow to support compiling C++ by Christopher Wiley · 9 years ago
  63. a590de8 Define aidl-cpp executable by Christopher Wiley · 9 years ago
  64. 89eaab5 Rename Options to JavaOptions by Christopher Wiley · 9 years ago
  65. d93c5b7 Clean up options parsing logic a little bit by Christopher Wiley · 9 years ago
  66. 8f8cc9b Follow style guide for Options field naming by Christopher Wiley · 9 years ago
  67. 4427d86 Basic cleanup of parsed options by Christopher Wiley · 9 years ago
  68. 3616d13 aidl: Separate aidl logic into its own static library by Christopher Wiley · 9 years ago
  69. 89e3586 aidl: Pull main() into dedicated file by Christopher Wiley · 9 years ago
  70. 9f4c7ae Do not merge namespaces by Christopher Wiley · 9 years ago
  71. ffa1686 Revert "Move frameworks/base/tools/ to frameworks/tools/" by Adam Lesinski · 10 years ago
  72. be35481 Move frameworks/base/tools/ to frameworks/tools/ by Mike Lockwood · 11 years ago
  73. e15d44a Add new dependency generation option to aidl. by Xavier Ducrohet · 13 years ago
  74. 08148bd Merge commit 'remotes/korg/cupcake' into merge by Jean-Baptiste Queru · 15 years ago
  75. deec691 auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  76. e42b5f5 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  77. 3f063e5 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  78. ccace32 Add a few missing headers by Alexey Zaytsev · 16 years ago
  79. 46c012c Initial Contribution by The Android Open Source Project · 16 years ago