1. db154a5 Move Java related code into a java namespace by Christopher Wiley · 9 years ago
  2. bc7a50a Turn arg_type into a class called AIDLArgument by Casey Dahlin · 9 years ago
  3. b211686 Revert "Remove usage of malloc in favor of new" by Christopher Wiley · 9 years ago
  4. 3eb4a42 Merge "Remove typedefs from structs" by Casey Dahlin · 9 years ago
  5. fb4b22d Explicitly create container types by Christopher Wiley · 9 years ago
  6. 0a2f8be Remove typedefs from structs by Casey Dahlin · 9 years ago
  7. b992b45 Remove usage of malloc in favor of new by Casey Dahlin · 9 years ago
  8. a834dd4 Generate client-side headers by Casey Dahlin · 9 years ago
  9. 6c6e427 Merge "Make creating container types more explicit" by Christopher Wiley · 9 years ago
  10. 4582ecb Make creating container types more explicit by Christopher Wiley · 9 years ago
  11. 89d4484 Add parsing of in-memory strings by Casey Dahlin · 9 years ago
  12. 60b02ae Remove *_TYPE global variables. by Christopher Wiley · 9 years ago
  13. 8b2d3ee Remove NAMES global type namespace by Christopher Wiley · 9 years ago
  14. a2f516d Exit immediately when input is not an interface by Christopher Wiley · 9 years ago
  15. 84c1eac Use TypeNamespace instances in aidl.cpp by Christopher Wiley · 9 years ago
  16. 8f3e0f5 Add unit test coverage for compound parcelables by Christopher Wiley · 9 years ago
  17. 281d6f0 Forbid arguments from starting with _aidl by Casey Dahlin · 9 years ago
  18. 214c916 Revert "Use TypeNamespace instances in aidl.cpp" by Christopher Wiley · 9 years ago
  19. d03b54f Use TypeNamespace instances in aidl.cpp by Christopher Wiley · 9 years ago
  20. 8f6816e Don't allow non-const pointers to Type instances by Christopher Wiley · 9 years ago
  21. 3637a4d Make all possible Type methods const by Christopher Wiley · 9 years ago
  22. 775fa1f Rename Type.* to type_java.* by Christopher Wiley · 9 years ago
  23. b7d0f7f Convert C++ AST to unique_ptr by Casey Dahlin · 9 years ago
  24. e6dee91 clang-format Type.h and Type.cpp by Christopher Wiley · 9 years ago
  25. 4ebfae6 Don't segfault on missing package statement by Christopher Wiley · 9 years ago
  26. 082f1d1 Implement code generation for server header by Casey Dahlin · 9 years ago
  27. 9a8e1d9 Generate .cpp/.h files with aidl-cpp by Christopher Wiley · 9 years ago
  28. 4432ccf Calculate C++ output file names from commandline args by Christopher Wiley · 9 years ago
  29. 413e042 Move logic to write to stdout into CodeWriter by Christopher Wiley · 9 years ago
  30. 88924d6 Add method AST node for C++ by Casey Dahlin · 9 years ago
  31. 60a4916 Introduce AST node for classes by Casey Dahlin · 9 years ago
  32. 34b8610 Rejigger C++ AST to be more general by Casey Dahlin · 9 years ago
  33. eb1acc1 Refactor compile_aidl flow to support compiling C++ by Christopher Wiley · 9 years ago
  34. c16e5e7 Simplify the logic in compile_aidl_to_java() by Christopher Wiley · 9 years ago
  35. 3a9d158 Run clang-format against compile_aidl_to_java() by Christopher Wiley · 9 years ago
  36. 9980181 Make RunParser return consistent/consistently used by Casey Dahlin · 9 years ago
  37. 5b86980 Fix segfault on missing package statement by Christopher Wiley · 9 years ago
  38. f690be5 Minor cleanup of aidl.cpp by Christopher Wiley · 9 years ago
  39. 865781f Merge "Kill psGlobal and g_callbacks" by Casey Dahlin · 9 years ago
  40. e250749 Kill psGlobal and g_callbacks by Casey Dahlin · 9 years ago
  41. b58e6f2 Don't create deps file in end to end unittests by Christopher Wiley · 9 years ago
  42. a590de8 Define aidl-cpp executable by Christopher Wiley · 9 years ago
  43. 89eaab5 Rename Options to JavaOptions by Christopher Wiley · 9 years ago
  44. 1a1c008 Merge "Add standard Android logging to aidl" by Christopher Wiley · 9 years ago
  45. b8b59f6 Add standard Android logging to aidl by Christopher Wiley · 9 years ago
  46. 3f3cc7d Merge "Make lexer output proper Bison location info" by Casey Dahlin · 9 years ago
  47. 1aa158e Make lexer output proper Bison location info by Casey Dahlin · 9 years ago
  48. d93c5b7 Clean up options parsing logic a little bit by Christopher Wiley · 9 years ago
  49. 8f8cc9b Follow style guide for Options field naming by Christopher Wiley · 9 years ago
  50. 4427d86 Basic cleanup of parsed options by Christopher Wiley · 9 years ago
  51. c5c592e Merge "Remove unused extern declaration" by Casey Dahlin · 9 years ago
  52. d17fed3 Remove unused extern declaration by Casey Dahlin · 9 years ago
  53. f600a55 Add the beginnings of a C++ AST by Christopher Wiley · 9 years ago
  54. fdeb0f4 Abstract away file IO when writing generated code by Christopher Wiley · 9 years ago
  55. 038485e Rename AST.{h,cpp} files to ast_java.{h,cpp} by Christopher Wiley · 9 years ago
  56. 7c3a1eb Grab macros from libbase instead of duplicating by Christopher Wiley · 9 years ago
  57. 609f36f Merge "Revert "Disable Android.mk in new aidl repository"" by Christopher Wiley · 9 years ago
  58. e8c0d7a Make grammar use the %union directive by Casey Dahlin · 9 years ago
  59. 46f0eb1 Revert "Disable Android.mk in new aidl repository" by Christopher Wiley · 9 years ago
  60. 76bb593 Disable Android.mk in new aidl repository by Christopher Wiley · 9 years ago
  61. e9de6b8 Merge branch 'rewrite-tools/aidl' into merge-tools/aidl by Christopher Wiley · 9 years ago
  62. 2564202 Add license information by Christopher Wiley · 9 years ago
  63. 34832f8 Merge "Revert "Grab macros from libbase instead of duplicating"" by Brian Carlstrom · 9 years ago
  64. 73d46b0 Revert "Grab macros from libbase instead of duplicating" by Casey Dahlin · 9 years ago
  65. 07b9dde Revert change to win32 isatty stub by Casey Dahlin · 9 years ago
  66. 7ac17a6 Grab macros from libbase instead of duplicating by Casey Dahlin · 9 years ago
  67. fd2e08a Convert to C++ Bison output by Casey Dahlin · 9 years ago
  68. dd69181 First pass on reentrant C++-ish parser by Casey Dahlin · 9 years ago
  69. eada025 Whitelist windows module by Dan Willemsen · 9 years ago
  70. b745649 Merge "aidl: Add end to end test" by Christopher Wiley · 9 years ago
  71. 76896d7 Merge "aidl: Remove example test" by Christopher Wiley · 9 years ago
  72. dff7426 Delete outdated options tests by Casey Dahlin · 9 years ago
  73. 88868fc Remove RPC interface Type by Casey Dahlin · 9 years ago
  74. 856a869 aidl: Add end to end test by Christopher Wiley · 9 years ago
  75. 799c16e aidl: Remove example test by Christopher Wiley · 9 years ago
  76. c545b7c aidl: Don't link librt on Mac by Christopher Wiley · 9 years ago
  77. f321efd aidl: Stop using Bionic's test main by Christopher Wiley · 9 years ago
  78. 3616d13 aidl: Separate aidl logic into its own static library by Christopher Wiley · 9 years ago
  79. 9d76d6b Merge "Set up aidl for gtest" by Christopher Wiley · 9 years ago
  80. 21f7dd5 Initial empty repository by Bill Yi · 9 years ago
  81. e0146cf Tighten up compiler flags for aidl by Christopher Wiley · 9 years ago
  82. 28c1de8 Merge "Remove USE_MINGW, whitelist windows modules" by Dan Willemsen · 9 years ago
  83. c517b8d Merge "Revert "Tighten up compiler flags for aidl"" by Christopher Wiley · 9 years ago
  84. 6886ea5 Revert "Tighten up compiler flags for aidl" by Christopher Wiley · 9 years ago
  85. 89e3586 aidl: Pull main() into dedicated file by Christopher Wiley · 9 years ago
  86. c42ba46 Tighten up compiler flags for aidl by Christopher Wiley · 9 years ago
  87. d8cc509 Set up aidl for gtest by Casey Dahlin · 9 years ago
  88. 2c1c505 Remove USE_MINGW, whitelist windows modules by Dan Willemsen · 9 years ago
  89. 9f4c7ae Do not merge namespaces by Christopher Wiley · 9 years ago
  90. 549b6e2 Replace HAVE_MS_C_RUNTIME with _WIN32 in frameworks/base/tools. by Elliott Hughes · 9 years ago
  91. 35c81ee Move frameworks/base/tools/ off AndroidConfig.h. by Elliott Hughes · 9 years ago
  92. ce310da Use _WIN32 rather than HAVE_WINDOWS_PATHS. by Elliott Hughes · 9 years ago
  93. 0e4861a Add phony source target in the generated dependency file of aidl. by Ying Wang · 9 years ago
  94. 482eefb kill OS_CASE_SENSITIVE by Yabin Cui · 10 years ago
  95. 15ce994 include direct.h for _mkdir by Andrew Hsieh · 10 years ago
  96. f6e2a2d am ad85d542: am 293513a5: (-s ours) Merge commit \'0b62467b142b61ee1e449ba958ba37dfd961ef56\' into HEAD by Bill Yi · 10 years ago
  97. 6cc3a8b am 293513a5: (-s ours) Merge commit \'0b62467b142b61ee1e449ba958ba37dfd961ef56\' into HEAD by Bill Yi · 10 years ago
  98. b3bb47e am 9c6f41e3: am be7b8f4f: Merge "aidl: Support building with updated host sysroot." by David 'Digit' Turner · 10 years ago
  99. d274d78 am 71364f8c: am f5f4d930: am 74bebf6f: Exclude the host aapt and aidl from PDK build. by Ying Wang · 10 years ago
  100. 0c9caa4 am 74bebf6f: Exclude the host aapt and aidl from PDK build. by Ying Wang · 10 years ago