1. f4a9311 Put data in AidlMethod behind getters and setters by Casey Dahlin · 9 years ago
  2. f2d23f7 Kill comments token in AidlMethod by Casey Dahlin · 9 years ago
  3. 2cc9316 Introduce load_aidl_for_test in C++ tests by Casey Dahlin · 9 years ago
  4. 5c69deb Replace method_type with AidlMethod by Casey Dahlin · 9 years ago
  5. 0ee3758 Replace type_type struct with AidlType class by Casey Dahlin · 9 years ago
  6. e3550c6 Use C++ TypeNamespace when generating code by Christopher Wiley · 9 years ago
  7. dff80e5 Remove interface_item_type by Casey Dahlin · 9 years ago
  8. 030977a Remove usage of malloc in favor of new by Casey Dahlin · 9 years ago
  9. f944e79 Move C++ generation code into C++ namespace by Christopher Wiley · 9 years ago
  10. db154a5 Move Java related code into a java namespace by Christopher Wiley · 9 years ago
  11. bc7a50a Turn arg_type into a class called AIDLArgument by Casey Dahlin · 9 years ago
  12. b211686 Revert "Remove usage of malloc in favor of new" by Christopher Wiley · 9 years ago
  13. fb4b22d Explicitly create container types by Christopher Wiley · 9 years ago
  14. b992b45 Remove usage of malloc in favor of new by Casey Dahlin · 9 years ago
  15. 8b2d3ee Remove NAMES global type namespace by Christopher Wiley · 9 years ago
  16. a2f516d Exit immediately when input is not an interface by Christopher Wiley · 9 years ago
  17. 84c1eac Use TypeNamespace instances in aidl.cpp by Christopher Wiley · 9 years ago
  18. 281d6f0 Forbid arguments from starting with _aidl by Casey Dahlin · 9 years ago
  19. 214c916 Revert "Use TypeNamespace instances in aidl.cpp" by Christopher Wiley · 9 years ago
  20. d03b54f Use TypeNamespace instances in aidl.cpp by Christopher Wiley · 9 years ago
  21. 8f6816e Don't allow non-const pointers to Type instances by Christopher Wiley · 9 years ago
  22. 775fa1f Rename Type.* to type_java.* by Christopher Wiley · 9 years ago
  23. 9a8e1d9 Generate .cpp/.h files with aidl-cpp by Christopher Wiley · 9 years ago
  24. eb1acc1 Refactor compile_aidl flow to support compiling C++ by Christopher Wiley · 9 years ago
  25. c16e5e7 Simplify the logic in compile_aidl_to_java() by Christopher Wiley · 9 years ago
  26. 3a9d158 Run clang-format against compile_aidl_to_java() by Christopher Wiley · 9 years ago
  27. 9980181 Make RunParser return consistent/consistently used by Casey Dahlin · 9 years ago
  28. f690be5 Minor cleanup of aidl.cpp by Christopher Wiley · 9 years ago
  29. e250749 Kill psGlobal and g_callbacks by Casey Dahlin · 9 years ago
  30. a590de8 Define aidl-cpp executable by Christopher Wiley · 9 years ago
  31. 89eaab5 Rename Options to JavaOptions by Christopher Wiley · 9 years ago
  32. 8f8cc9b Follow style guide for Options field naming by Christopher Wiley · 9 years ago
  33. 4427d86 Basic cleanup of parsed options by Christopher Wiley · 9 years ago
  34. fdeb0f4 Abstract away file IO when writing generated code by Christopher Wiley · 9 years ago
  35. dd69181 First pass on reentrant C++-ish parser by Casey Dahlin · 9 years ago
  36. 88868fc Remove RPC interface Type by Casey Dahlin · 9 years ago
  37. e0146cf Tighten up compiler flags for aidl by Christopher Wiley · 9 years ago
  38. c517b8d Merge "Revert "Tighten up compiler flags for aidl"" by Christopher Wiley · 9 years ago
  39. 6886ea5 Revert "Tighten up compiler flags for aidl" by Christopher Wiley · 9 years ago
  40. 89e3586 aidl: Pull main() into dedicated file by Christopher Wiley · 9 years ago
  41. c42ba46 Tighten up compiler flags for aidl by Christopher Wiley · 9 years ago
  42. 9f4c7ae Do not merge namespaces by Christopher Wiley · 9 years ago
  43. 549b6e2 Replace HAVE_MS_C_RUNTIME with _WIN32 in frameworks/base/tools. by Elliott Hughes · 9 years ago
  44. 35c81ee Move frameworks/base/tools/ off AndroidConfig.h. by Elliott Hughes · 9 years ago
  45. ce310da Use _WIN32 rather than HAVE_WINDOWS_PATHS. by Elliott Hughes · 9 years ago
  46. 0e4861a Add phony source target in the generated dependency file of aidl. by Ying Wang · 9 years ago
  47. 482eefb kill OS_CASE_SENSITIVE by Yabin Cui · 10 years ago
  48. 15ce994 include direct.h for _mkdir by Andrew Hsieh · 10 years ago
  49. 5cd0607 Re-apply several tools fixes lost by the directory rearrangement. by Elliott Hughes · 11 years ago
  50. ffa1686 Revert "Move frameworks/base/tools/ to frameworks/tools/" by Adam Lesinski · 11 years ago
  51. be35481 Move frameworks/base/tools/ to frameworks/tools/ by Mike Lockwood · 11 years ago
  52. 1a0040a Better aidl generated dependency by Ying Wang · 11 years ago
  53. 6013d20 Enhance AIDL to take an explicit id for methods by Maurice Chu · 12 years ago
  54. 2064ec7 Allow multiple 'parcelable' declarations in aidl files by Adam Powell · 12 years ago
  55. 2fe0fe2 For events, require that the parameters be marked in. by Joe Onorato · 13 years ago
  56. baaf9c8 aidl: All flattenable types now must also be parcelable. by Joe Onorato · 13 years ago
  57. e20125d add presenters to aidl. by Joe Onorato · 13 years ago
  58. 4135a7d Support custom flattenable types for RPC. by Joe Onorato · 13 years ago
  59. c596cfe Checkpoint adding @home RPC support to aidl by Joe Onorato · 13 years ago
  60. e15d44a Add new dependency generation option to aidl. by Xavier Ducrohet · 13 years ago
  61. 15f8da2 Fix aidl to cope with multiple collection types per method. by Elliott Hughes · 13 years ago
  62. 2c3d74b long modifier was on the wrong argument. by Scott Turner · 15 years ago
  63. deec691 auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 16 years ago
  64. ed7bd9d auto import from //depot/cupcake/@136594 by The Android Open Source Project · 16 years ago
  65. e42b5f5 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  66. 3f063e5 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  67. bcaa86d auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  68. 46c012c Initial Contribution by The Android Open Source Project · 16 years ago