1. d93c5b7 Clean up options parsing logic a little bit by Christopher Wiley · 9 years ago
  2. 8f8cc9b Follow style guide for Options field naming by Christopher Wiley · 9 years ago
  3. 4427d86 Basic cleanup of parsed options by Christopher Wiley · 9 years ago
  4. c5c592e Merge "Remove unused extern declaration" by Casey Dahlin · 9 years ago
  5. d17fed3 Remove unused extern declaration by Casey Dahlin · 9 years ago
  6. f600a55 Add the beginnings of a C++ AST by Christopher Wiley · 9 years ago
  7. fdeb0f4 Abstract away file IO when writing generated code by Christopher Wiley · 9 years ago
  8. 038485e Rename AST.{h,cpp} files to ast_java.{h,cpp} by Christopher Wiley · 9 years ago
  9. 7c3a1eb Grab macros from libbase instead of duplicating by Christopher Wiley · 9 years ago
  10. 609f36f Merge "Revert "Disable Android.mk in new aidl repository"" by Christopher Wiley · 9 years ago
  11. e8c0d7a Make grammar use the %union directive by Casey Dahlin · 9 years ago
  12. 46f0eb1 Revert "Disable Android.mk in new aidl repository" by Christopher Wiley · 9 years ago
  13. 76bb593 Disable Android.mk in new aidl repository by Christopher Wiley · 9 years ago
  14. e9de6b8 Merge branch 'rewrite-tools/aidl' into merge-tools/aidl by Christopher Wiley · 9 years ago
  15. 2564202 Add license information by Christopher Wiley · 9 years ago
  16. 34832f8 Merge "Revert "Grab macros from libbase instead of duplicating"" by Brian Carlstrom · 9 years ago
  17. 73d46b0 Revert "Grab macros from libbase instead of duplicating" by Casey Dahlin · 9 years ago
  18. 07b9dde Revert change to win32 isatty stub by Casey Dahlin · 9 years ago
  19. 7ac17a6 Grab macros from libbase instead of duplicating by Casey Dahlin · 9 years ago
  20. fd2e08a Convert to C++ Bison output by Casey Dahlin · 9 years ago
  21. dd69181 First pass on reentrant C++-ish parser by Casey Dahlin · 9 years ago
  22. eada025 Whitelist windows module by Dan Willemsen · 9 years ago
  23. b745649 Merge "aidl: Add end to end test" by Christopher Wiley · 9 years ago
  24. 76896d7 Merge "aidl: Remove example test" by Christopher Wiley · 9 years ago
  25. dff7426 Delete outdated options tests by Casey Dahlin · 9 years ago
  26. 88868fc Remove RPC interface Type by Casey Dahlin · 9 years ago
  27. 856a869 aidl: Add end to end test by Christopher Wiley · 9 years ago
  28. 799c16e aidl: Remove example test by Christopher Wiley · 9 years ago
  29. c545b7c aidl: Don't link librt on Mac by Christopher Wiley · 9 years ago
  30. f321efd aidl: Stop using Bionic's test main by Christopher Wiley · 9 years ago
  31. 3616d13 aidl: Separate aidl logic into its own static library by Christopher Wiley · 9 years ago
  32. 9d76d6b Merge "Set up aidl for gtest" by Christopher Wiley · 9 years ago
  33. 21f7dd5 Initial empty repository by Bill Yi · 9 years ago
  34. e0146cf Tighten up compiler flags for aidl by Christopher Wiley · 9 years ago
  35. 28c1de8 Merge "Remove USE_MINGW, whitelist windows modules" by Dan Willemsen · 9 years ago
  36. c517b8d Merge "Revert "Tighten up compiler flags for aidl"" by Christopher Wiley · 9 years ago
  37. 6886ea5 Revert "Tighten up compiler flags for aidl" by Christopher Wiley · 9 years ago
  38. 89e3586 aidl: Pull main() into dedicated file by Christopher Wiley · 9 years ago
  39. c42ba46 Tighten up compiler flags for aidl by Christopher Wiley · 9 years ago
  40. d8cc509 Set up aidl for gtest by Casey Dahlin · 9 years ago
  41. 2c1c505 Remove USE_MINGW, whitelist windows modules by Dan Willemsen · 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. f6e2a2d am ad85d542: am 293513a5: (-s ours) Merge commit \'0b62467b142b61ee1e449ba958ba37dfd961ef56\' into HEAD by Bill Yi · 10 years ago
  50. 6cc3a8b am 293513a5: (-s ours) Merge commit \'0b62467b142b61ee1e449ba958ba37dfd961ef56\' into HEAD by Bill Yi · 10 years ago
  51. b3bb47e am 9c6f41e3: am be7b8f4f: Merge "aidl: Support building with updated host sysroot." by David 'Digit' Turner · 10 years ago
  52. d274d78 am 71364f8c: am f5f4d930: am 74bebf6f: Exclude the host aapt and aidl from PDK build. by Ying Wang · 10 years ago
  53. 0c9caa4 am 74bebf6f: Exclude the host aapt and aidl from PDK build. by Ying Wang · 10 years ago
  54. c7cf53e Exclude the host aapt and aidl from PDK build. by Ying Wang · 10 years ago
  55. 3863182 am 4bd720c2: am a05e7526: am 9c6f41e3: am be7b8f4f: Merge "aidl: Support building with updated host sysroot." by David 'Digit' Turner · 10 years ago
  56. 108ae14 am 9c6f41e3: am be7b8f4f: Merge "aidl: Support building with updated host sysroot." by David 'Digit' Turner · 10 years ago
  57. a337298 aidl: Support building with updated host sysroot. by David 'Digit' Turner · 10 years ago
  58. 5cd0607 Re-apply several tools fixes lost by the directory rearrangement. by Elliott Hughes · 11 years ago
  59. ffa1686 Revert "Move frameworks/base/tools/ to frameworks/tools/" by Adam Lesinski · 10 years ago
  60. afc747b am dcff5cef: am d7a5aaee: am ebcb32f5: Merge commit \'bac61807d3bcfff957b358cb9ad77850bd373689\' into HEAD by The Android Open Source Project · 11 years ago
  61. 1f38506 am ebcb32f5: Merge commit \'bac61807d3bcfff957b358cb9ad77850bd373689\' into HEAD by The Android Open Source Project · 11 years ago
  62. 15582dd Merge commit 'bac61807d3bcfff957b358cb9ad77850bd373689' into HEAD by The Android Open Source Project · 11 years ago
  63. bd1562d am 57c33d0d: am dbccd44a: (-s ours) Merge commit \'b873a17ce7be0a9771c24999adca6964431728f6\' into HEAD by The Android Open Source Project · 11 years ago
  64. a6b15ae am dbccd44a: (-s ours) Merge commit \'b873a17ce7be0a9771c24999adca6964431728f6\' into HEAD by The Android Open Source Project · 11 years ago
  65. f799828 Merge commit 'b873a17ce7be0a9771c24999adca6964431728f6' into HEAD by The Android Open Source Project · 11 years ago
  66. 7caa6a6 resolved conflicts for merge of ed84dea9 to master by Elliott Hughes · 11 years ago
  67. f135d13 am 8f592378: am 69920427: Merge "Fix a variety of small publicly-reported bugs." by Elliott Hughes · 11 years ago
  68. 7eefd9f Fix a variety of small publicly-reported bugs. by Elliott Hughes · 11 years ago
  69. be35481 Move frameworks/base/tools/ to frameworks/tools/ by Mike Lockwood · 11 years ago
  70. 1a0040a Better aidl generated dependency by Ying Wang · 11 years ago
  71. 8b15e48 Revert "Tentative fix for aidl import issue" by Laurent Tu · 11 years ago
  72. 94df171 Tentative fix for aidl import issue by Laurent Tu · 11 years ago
  73. a940c98 am 58ed5d74: am 768d9e1a: Merge "Correct executable bit for source files" by Kenny Root · 12 years ago
  74. f360a00 am 768d9e1a: Merge "Correct executable bit for source files" by Kenny Root · 12 years ago
  75. 162450e Correct executable bit for source files by Kenny Root · 12 years ago
  76. 6013d20 Enhance AIDL to take an explicit id for methods by Maurice Chu · 12 years ago
  77. 2064ec7 Allow multiple 'parcelable' declarations in aidl files by Adam Powell · 12 years ago
  78. d5cc2ab am 4b4b4438: am 33c5670b: Merge "Fewer warnings in aidl generated code." by Elliott Hughes · 12 years ago
  79. b3656e7 Fewer warnings in aidl generated code. by Elliott Hughes · 12 years ago
  80. c625111 am 9d98a089: Check result handler is not null by Manuel Roman · 12 years ago
  81. 24f960d Check result handler is not null by Manuel Roman · 12 years ago
  82. 0ce0a06 Merge remote-tracking branch 'goog/ics-aah-exp' into merge by Mike Lockwood · 12 years ago
  83. c2c62f2 Revert "Revert "The com.android.athome api classes are moving android.support.place."" by Mike Lockwood · 12 years ago
  84. 2ca09fe Revert "The com.android.athome api classes are moving android.support.place." by Mike Lockwood · 12 years ago
  85. bbdc46e The com.android.athome api classes are moving android.support.place. by Joe Onorato · 13 years ago
  86. 58db165 Modified the constructor of EndpointBase by Manuel Roman · 13 years ago
  87. 2466f07 Add a getEndpointInfo accessor to AIDL-generated RPC proxy classes by Jason Simmons · 13 years ago
  88. 45e7a89 Use the new get/putFlattenable methods on RpcData. by Joe Onorato · 13 years ago
  89. 554f636 Don't try to unmarshal void return types when there are out parameters being returned. by Joe Onorato · 13 years ago
  90. 2fe0fe2 For events, require that the parameters be marked in. by Joe Onorato · 13 years ago
  91. f7ae14f Support putting Flattenables in Lists. by Joe Onorato · 13 years ago
  92. 5dec91d Was generating code that uses the wrong RpcData. by Joe Onorato · 13 years ago
  93. 76f479d Update aidl for new Broker API. by Joe Onorato · 13 years ago
  94. baaf9c8 aidl: All flattenable types now must also be parcelable. by Joe Onorato · 13 years ago
  95. d7f3658 Update aidl to new APIs. by Joe Onorato · 13 years ago
  96. 4405052 Suport RpcData as a parcelable type. by Joe Onorato · 13 years ago
  97. 847c1e1 Modified AIDL to support authentication by Manuel Roman · 13 years ago
  98. d88e12e Fix PresenterClass by adding a _listener field by Tim Kilbourn · 13 years ago
  99. e20125d add presenters to aidl. by Joe Onorato · 13 years ago
  100. e385c86 Generate fallthrough for unhandled actions in RPC methods. by Joe Onorato · 13 years ago