1. ad33927 Generate server side .cpp file by Christopher Wiley · 9 years ago
  2. 2328526 Add Assignment, MethodCall, ArgList AST Nodes by Christopher Wiley · 9 years ago
  3. 2729141 Merge changes Id9b35f56,Ib367a918,I7295add8,I678a0028 by Casey Dahlin · 9 years ago
  4. 5ac9020 Use reinterpret_cast where appropriate by Casey Dahlin · 9 years ago
  5. fb7da2e Put AidlInterface members behind methods by Casey Dahlin · 9 years ago
  6. 1ae2bc5 Convert document item structs to classes by Casey Dahlin · 9 years ago
  7. 0edf342 Replace import_info struct with AidlInfo class by Casey Dahlin · 9 years ago
  8. da69599 Add classes for generating method implementations by Christopher Wiley · 9 years ago
  9. ea6e382 Mock file system dependencies in end to end tests by Christopher Wiley · 9 years ago
  10. 72877ac Add ImportResolver class by Christopher Wiley · 9 years ago
  11. 4a2884b Read all files through IoDelegate by Christopher Wiley · 9 years ago
  12. 3c6df36 Parse package names in parser not lexer by Casey Dahlin · 9 years ago
  13. 308f9d4 Remove buffer_type from signature of AidlArgument by Casey Dahlin · 9 years ago
  14. 0559875 Do generic parsing in parser, not lexer by Casey Dahlin · 9 years ago
  15. f7a421c Use parser to find array brackets by Casey Dahlin · 9 years ago
  16. f4a9311 Put data in AidlMethod behind getters and setters by Casey Dahlin · 9 years ago
  17. f2d23f7 Kill comments token in AidlMethod by Casey Dahlin · 9 years ago
  18. 2cc9316 Introduce load_aidl_for_test in C++ tests by Casey Dahlin · 9 years ago
  19. 5c69deb Replace method_type with AidlMethod by Casey Dahlin · 9 years ago
  20. 70078e6 Kill AidlType->array_token by Casey Dahlin · 9 years ago
  21. 0ee3758 Replace type_type struct with AidlType class by Casey Dahlin · 9 years ago
  22. fd6fb48 Fold in/out/inout differentiation in to parser by Casey Dahlin · 9 years ago
  23. 1dd458d Generate IInterface.cpp file by Christopher Wiley · 9 years ago
  24. 31aedd8 Pass type_type as a pointer inside the parser by Casey Dahlin · 9 years ago
  25. d127b50 Don't store AidlArgument name buffer_type by Casey Dahlin · 9 years ago
  26. b6d3c8d Use unified diff because it isn't 1991 by Casey Dahlin · 9 years ago
  27. c378c99 Stop storing the direction buffer by Casey Dahlin · 9 years ago
  28. 0c732db Generate Binder IInterface.h file by Christopher Wiley · 9 years ago
  29. a7a5c10 Add Enum C++ AST class by Christopher Wiley · 9 years ago
  30. e3550c6 Use C++ TypeNamespace when generating code by Christopher Wiley · 9 years ago
  31. dff80e5 Remove interface_item_type by Casey Dahlin · 9 years ago
  32. e8b614c Merge "Remove usage of malloc in favor of new" by Casey Dahlin · 9 years ago
  33. 030977a Remove usage of malloc in favor of new by Casey Dahlin · 9 years ago
  34. df03d97 Remove trivial destructors and constructors from Java AST by Christopher Wiley · 9 years ago
  35. a8a2dc0 Add C++ TypeNamespace and basic primtive types by Christopher Wiley · 9 years ago
  36. f944e79 Move C++ generation code into C++ namespace by Christopher Wiley · 9 years ago
  37. db154a5 Move Java related code into a java namespace by Christopher Wiley · 9 years ago
  38. bc7a50a Turn arg_type into a class called AIDLArgument by Casey Dahlin · 9 years ago
  39. b211686 Revert "Remove usage of malloc in favor of new" by Christopher Wiley · 9 years ago
  40. 3eb4a42 Merge "Remove typedefs from structs" by Casey Dahlin · 9 years ago
  41. fb4b22d Explicitly create container types by Christopher Wiley · 9 years ago
  42. 0a2f8be Remove typedefs from structs by Casey Dahlin · 9 years ago
  43. b992b45 Remove usage of malloc in favor of new by Casey Dahlin · 9 years ago
  44. a834dd4 Generate client-side headers by Casey Dahlin · 9 years ago
  45. 6c6e427 Merge "Make creating container types more explicit" by Christopher Wiley · 9 years ago
  46. 4582ecb Make creating container types more explicit by Christopher Wiley · 9 years ago
  47. 89d4484 Add parsing of in-memory strings by Casey Dahlin · 9 years ago
  48. 60b02ae Remove *_TYPE global variables. by Christopher Wiley · 9 years ago
  49. 8b2d3ee Remove NAMES global type namespace by Christopher Wiley · 9 years ago
  50. a2f516d Exit immediately when input is not an interface by Christopher Wiley · 9 years ago
  51. 84c1eac Use TypeNamespace instances in aidl.cpp by Christopher Wiley · 9 years ago
  52. 8f3e0f5 Add unit test coverage for compound parcelables by Christopher Wiley · 9 years ago
  53. 281d6f0 Forbid arguments from starting with _aidl by Casey Dahlin · 9 years ago
  54. 214c916 Revert "Use TypeNamespace instances in aidl.cpp" by Christopher Wiley · 9 years ago
  55. d03b54f Use TypeNamespace instances in aidl.cpp by Christopher Wiley · 9 years ago
  56. 8f6816e Don't allow non-const pointers to Type instances by Christopher Wiley · 9 years ago
  57. 3637a4d Make all possible Type methods const by Christopher Wiley · 9 years ago
  58. 775fa1f Rename Type.* to type_java.* by Christopher Wiley · 9 years ago
  59. b7d0f7f Convert C++ AST to unique_ptr by Casey Dahlin · 9 years ago
  60. e6dee91 clang-format Type.h and Type.cpp by Christopher Wiley · 9 years ago
  61. 4ebfae6 Don't segfault on missing package statement by Christopher Wiley · 9 years ago
  62. 082f1d1 Implement code generation for server header by Casey Dahlin · 9 years ago
  63. 9a8e1d9 Generate .cpp/.h files with aidl-cpp by Christopher Wiley · 9 years ago
  64. 4432ccf Calculate C++ output file names from commandline args by Christopher Wiley · 9 years ago
  65. 413e042 Move logic to write to stdout into CodeWriter by Christopher Wiley · 9 years ago
  66. 88924d6 Add method AST node for C++ by Casey Dahlin · 9 years ago
  67. 60a4916 Introduce AST node for classes by Casey Dahlin · 9 years ago
  68. 34b8610 Rejigger C++ AST to be more general by Casey Dahlin · 9 years ago
  69. eb1acc1 Refactor compile_aidl flow to support compiling C++ by Christopher Wiley · 9 years ago
  70. c16e5e7 Simplify the logic in compile_aidl_to_java() by Christopher Wiley · 9 years ago
  71. 3a9d158 Run clang-format against compile_aidl_to_java() by Christopher Wiley · 9 years ago
  72. 9980181 Make RunParser return consistent/consistently used by Casey Dahlin · 9 years ago
  73. 5b86980 Fix segfault on missing package statement by Christopher Wiley · 9 years ago
  74. f690be5 Minor cleanup of aidl.cpp by Christopher Wiley · 9 years ago
  75. 865781f Merge "Kill psGlobal and g_callbacks" by Casey Dahlin · 9 years ago
  76. e250749 Kill psGlobal and g_callbacks by Casey Dahlin · 9 years ago
  77. b58e6f2 Don't create deps file in end to end unittests by Christopher Wiley · 9 years ago
  78. a590de8 Define aidl-cpp executable by Christopher Wiley · 9 years ago
  79. 89eaab5 Rename Options to JavaOptions by Christopher Wiley · 9 years ago
  80. 1a1c008 Merge "Add standard Android logging to aidl" by Christopher Wiley · 9 years ago
  81. b8b59f6 Add standard Android logging to aidl by Christopher Wiley · 9 years ago
  82. 3f3cc7d Merge "Make lexer output proper Bison location info" by Casey Dahlin · 9 years ago
  83. 1aa158e Make lexer output proper Bison location info by Casey Dahlin · 9 years ago
  84. d93c5b7 Clean up options parsing logic a little bit by Christopher Wiley · 9 years ago
  85. 8f8cc9b Follow style guide for Options field naming by Christopher Wiley · 9 years ago
  86. 4427d86 Basic cleanup of parsed options by Christopher Wiley · 9 years ago
  87. c5c592e Merge "Remove unused extern declaration" by Casey Dahlin · 9 years ago
  88. d17fed3 Remove unused extern declaration by Casey Dahlin · 9 years ago
  89. f600a55 Add the beginnings of a C++ AST by Christopher Wiley · 9 years ago
  90. fdeb0f4 Abstract away file IO when writing generated code by Christopher Wiley · 9 years ago
  91. 038485e Rename AST.{h,cpp} files to ast_java.{h,cpp} by Christopher Wiley · 9 years ago
  92. 7c3a1eb Grab macros from libbase instead of duplicating by Christopher Wiley · 9 years ago
  93. 609f36f Merge "Revert "Disable Android.mk in new aidl repository"" by Christopher Wiley · 9 years ago
  94. e8c0d7a Make grammar use the %union directive by Casey Dahlin · 9 years ago
  95. 46f0eb1 Revert "Disable Android.mk in new aidl repository" by Christopher Wiley · 9 years ago
  96. 76bb593 Disable Android.mk in new aidl repository by Christopher Wiley · 9 years ago
  97. e9de6b8 Merge branch 'rewrite-tools/aidl' into merge-tools/aidl by Christopher Wiley · 9 years ago
  98. 2564202 Add license information by Christopher Wiley · 9 years ago
  99. 34832f8 Merge "Revert "Grab macros from libbase instead of duplicating"" by Brian Carlstrom · 9 years ago
  100. 73d46b0 Revert "Grab macros from libbase instead of duplicating" by Casey Dahlin · 9 years ago