1. cd8e897 Consolidate container canonicalization logic by Christopher Wiley · 9 years ago
  2. 45db9ee Clean up reporting of bad oneway return/out params by Christopher Wiley · 9 years ago
  3. 1227d61 Emit correct code for oneway interfaces by Christopher Wiley · 9 years ago
  4. d6130f2 Integration test for all primitive types by Christopher Wiley · 9 years ago
  5. 690bfbd Rely on the compiler to enforce abstract base classes by Christopher Wiley · 9 years ago
  6. 7fe2629 Fix up some error reporting in type_namespace.cpp by Christopher Wiley · 9 years ago
  7. 993ca4a Add integration test script by Christopher Wiley · 9 years ago
  8. 2971cf3 Add aidl_test_sentinel_searcher by Christopher Wiley · 9 years ago
  9. de3aacd Make the Java client usable in integration tests by Christopher Wiley · 9 years ago
  10. c5a9e28 Consolidate CFLAGS into shared variable by Christopher Wiley · 9 years ago
  11. 521bb61 android.os.IPingResponder -> android.aidl.tests.ITestService by Christopher Wiley · 9 years ago
  12. e1182ff APK build fixes by Christopher Wiley · 9 years ago
  13. 1db0348 Not all generated code is for IPingResponder by Christopher Wiley · 9 years ago
  14. 33ad81e Rename helloc and hellod to aidl_test_{client,server} by Christopher Wiley · 9 years ago
  15. 8993cb5 Add interface enforcement logic to generated C++ by Christopher Wiley · 9 years ago
  16. 3c5d28d Replace C++ LiteralStatement with Statement by Christopher Wiley · 9 years ago
  17. 2aaeda8 Prefix responses with "no exception header" by Christopher Wiley · 9 years ago
  18. 0eb903e Add IfStatement C++ AST node by Christopher Wiley · 9 years ago
  19. d55db28 Add Comparison C++ AST node by Christopher Wiley · 9 years ago
  20. 80ada3d Add Diff helper by Casey Dahlin · 9 years ago
  21. 0dd08af Implement oneway interfaces by Casey Dahlin · 9 years ago
  22. 130e686 Add Java client for PingResponder service by Christopher Wiley · 9 years ago
  23. ad3b806 Fix build issues with unused parameters by Brian Carlstrom · 9 years ago
  24. b096661 Add support for array types by Casey Dahlin · 9 years ago
  25. 90be4e3 Fix segfault on missing package declaration by Christopher Wiley · 9 years ago
  26. 0c6fcec Make AIDL forbid return values/out parameters for oneway methods by Casey Dahlin · 9 years ago
  27. b5e698c Add ping_responder demo application by Christopher Wiley · 9 years ago
  28. af2d510 Add end to end test for C++ generation by Christopher Wiley · 9 years ago
  29. a30a45e Mock IO in all unit tests by Christopher Wiley · 9 years ago
  30. db6c711 Rename test_main.cpp to tests/main.cpp by Christopher Wiley · 9 years ago
  31. b656a3b Generate C++ in namespaces based on package by Christopher Wiley · 9 years ago
  32. d76067c Introduce GetSplitPackage() for AidlInterface and AidlParcelable by Christopher Wiley · 9 years ago
  33. 054afbd Change C++ output to match make expectations by Christopher Wiley · 9 years ago
  34. 685a8ed Remove dead Java AST code by Christopher Wiley · 9 years ago
  35. ce776cf Add support for missing basic types to AIDL by Casey Dahlin · 9 years ago
  36. b23149d Mark client constructor as explicit by Christopher Wiley · 9 years ago
  37. 05f4f89 Make server source compileable by Christopher Wiley · 9 years ago
  38. fd51d60 Fix server header guard by Christopher Wiley · 9 years ago
  39. 3bb6bc1 Make interface header usable in generated code by Christopher Wiley · 9 years ago
  40. cdbbc8c Kill buffer_type and extra_text_type by Casey Dahlin · 9 years ago
  41. 98a544b Remove parse_helpers.cpp/h/unit tests by Casey Dahlin · 9 years ago
  42. 2b2879b Don't include . in IDENTIFIER characters by Casey Dahlin · 9 years ago
  43. 624358c Revert "Revert "Remove AidlImport::GetDocument"" by Casey Dahlin · 9 years ago
  44. 42727f8 Parse only one interface, only Parcelables are lists by Casey Dahlin · 9 years ago
  45. ba52a2b Merge "Revert "Parse only one interface, only Parcelables are lists"" by Christopher Wiley · 9 years ago
  46. 2d0179a Revert "Parse only one interface, only Parcelables are lists" by Christopher Wiley · 9 years ago
  47. c819f23 Revert "Remove AidlImport::GetDocument" by Christopher Wiley · 9 years ago
  48. 71184a1 Remove AidlImport::GetDocument by Casey Dahlin · 9 years ago
  49. e6af226 Parse only one interface, only Parcelables are lists by Casey Dahlin · 9 years ago
  50. 15d8066 Merge "Put parcelable members behind getters" by Casey Dahlin · 9 years ago
  51. 59401da Put parcelable members behind getters by Casey Dahlin · 9 years ago
  52. 36570f4 Generate client source code by Christopher Wiley · 9 years ago
  53. f9688b0 Add C++ ConstructImpl AST Node by Christopher Wiley · 9 years ago
  54. ade4b45 Change existing argument lists to ArgList by Christopher Wiley · 9 years ago
  55. f094d58 Make BpInterface destructor virtual and default by Christopher Wiley · 9 years ago
  56. f59c499 Silence unused parameter warnings in generate_cpp.cpp by Christopher Wiley · 9 years ago
  57. ad33927 Generate server side .cpp file by Christopher Wiley · 9 years ago
  58. 2328526 Add Assignment, MethodCall, ArgList AST Nodes by Christopher Wiley · 9 years ago
  59. 2729141 Merge changes Id9b35f56,Ib367a918,I7295add8,I678a0028 by Casey Dahlin · 9 years ago
  60. 5ac9020 Use reinterpret_cast where appropriate by Casey Dahlin · 9 years ago
  61. fb7da2e Put AidlInterface members behind methods by Casey Dahlin · 9 years ago
  62. 1ae2bc5 Convert document item structs to classes by Casey Dahlin · 9 years ago
  63. 0edf342 Replace import_info struct with AidlInfo class by Casey Dahlin · 9 years ago
  64. da69599 Add classes for generating method implementations by Christopher Wiley · 9 years ago
  65. ea6e382 Mock file system dependencies in end to end tests by Christopher Wiley · 9 years ago
  66. 72877ac Add ImportResolver class by Christopher Wiley · 9 years ago
  67. 4a2884b Read all files through IoDelegate by Christopher Wiley · 9 years ago
  68. 3c6df36 Parse package names in parser not lexer by Casey Dahlin · 9 years ago
  69. 308f9d4 Remove buffer_type from signature of AidlArgument by Casey Dahlin · 9 years ago
  70. 0559875 Do generic parsing in parser, not lexer by Casey Dahlin · 9 years ago
  71. f7a421c Use parser to find array brackets by Casey Dahlin · 9 years ago
  72. f4a9311 Put data in AidlMethod behind getters and setters by Casey Dahlin · 9 years ago
  73. f2d23f7 Kill comments token in AidlMethod by Casey Dahlin · 9 years ago
  74. 2cc9316 Introduce load_aidl_for_test in C++ tests by Casey Dahlin · 9 years ago
  75. 5c69deb Replace method_type with AidlMethod by Casey Dahlin · 9 years ago
  76. 70078e6 Kill AidlType->array_token by Casey Dahlin · 9 years ago
  77. 0ee3758 Replace type_type struct with AidlType class by Casey Dahlin · 9 years ago
  78. fd6fb48 Fold in/out/inout differentiation in to parser by Casey Dahlin · 9 years ago
  79. 1dd458d Generate IInterface.cpp file by Christopher Wiley · 9 years ago
  80. 31aedd8 Pass type_type as a pointer inside the parser by Casey Dahlin · 9 years ago
  81. d127b50 Don't store AidlArgument name buffer_type by Casey Dahlin · 9 years ago
  82. b6d3c8d Use unified diff because it isn't 1991 by Casey Dahlin · 9 years ago
  83. c378c99 Stop storing the direction buffer by Casey Dahlin · 9 years ago
  84. 0c732db Generate Binder IInterface.h file by Christopher Wiley · 9 years ago
  85. a7a5c10 Add Enum C++ AST class by Christopher Wiley · 9 years ago
  86. e3550c6 Use C++ TypeNamespace when generating code by Christopher Wiley · 9 years ago
  87. dff80e5 Remove interface_item_type by Casey Dahlin · 9 years ago
  88. e8b614c Merge "Remove usage of malloc in favor of new" by Casey Dahlin · 9 years ago
  89. 030977a Remove usage of malloc in favor of new by Casey Dahlin · 9 years ago
  90. df03d97 Remove trivial destructors and constructors from Java AST by Christopher Wiley · 9 years ago
  91. a8a2dc0 Add C++ TypeNamespace and basic primtive types by Christopher Wiley · 9 years ago
  92. f944e79 Move C++ generation code into C++ namespace by Christopher Wiley · 9 years ago
  93. db154a5 Move Java related code into a java namespace by Christopher Wiley · 9 years ago
  94. bc7a50a Turn arg_type into a class called AIDLArgument by Casey Dahlin · 9 years ago
  95. b211686 Revert "Remove usage of malloc in favor of new" by Christopher Wiley · 9 years ago
  96. 3eb4a42 Merge "Remove typedefs from structs" by Casey Dahlin · 9 years ago
  97. fb4b22d Explicitly create container types by Christopher Wiley · 9 years ago
  98. 0a2f8be Remove typedefs from structs by Casey Dahlin · 9 years ago
  99. b992b45 Remove usage of malloc in favor of new by Casey Dahlin · 9 years ago
  100. a834dd4 Generate client-side headers by Casey Dahlin · 9 years ago