1. 8714b02 Add api mapping dump feature to AIDL files by Andrei Onea · 5 years ago
  2. 82317dd Allow parcelable defined from framework in stable aidl by Jeongik Cha · 5 years ago
  3. 8c70ba9 Cleanup wording for interface oneway. by Steven Moreland · 6 years ago
  4. acd5347 Java: consistent oneway behavior by Steven Moreland · 6 years ago
  5. 698e6af add '@SystemApi' in aidl by Jeongik Cha · 6 years ago
  6. a6605ab Add @UnsupportedAppUsage annotation by Jiyong Park · 6 years ago
  7. 4d12f9a Allow utf8InCpp constants (std::string). by Steven Moreland · 6 years ago
  8. db0f59e clean up aidl validation logic by Jeongik Cha · 6 years ago
  9. e51a5ea Revert "Make AIDL Validation logic independent from language" by Jeongik Cha · 6 years ago
  10. 17f7fd4 Make AIDL Validation logic independent from language by Jeongik Cha · 6 years ago
  11. 3167bed Fix defaulted-function-deleted warning by Yi Kong · 6 years ago
  12. 8807af4 Remove @utf8 support by Jiyong Park · 6 years ago
  13. e59c368 API dump for an AIDL interface consists of multiple AIDL files by Jiyong Park · 6 years ago
  14. ed65bf4 Allow Stable AIDL to have manually assigned IDs by Jiyong Park · 6 years ago
  15. a428d21 Constant value declarations are part of API dump by Jiyong Park · 6 years ago
  16. 9fccf58 using pragma once by Steven Moreland · 6 years ago
  17. 860b194 Defaults for List in structured parcelables. by Steven Moreland · 6 years ago
  18. 3f658cf Add AidlTypeSpecifier ArrayBase. by Steven Moreland · 6 years ago
  19. 3be7577 Make AidlAnnotation movable. by Steven Moreland · 6 years ago
  20. 1c4ba20 Double/float literals in AIDL by Steven Moreland · 6 years ago
  21. 2529432 Support all discrete primitives as defaults. by Steven Moreland · 6 years ago
  22. 64e29be Parser: make a single use object by Steven Moreland · 6 years ago
  23. 3656c3c Add --apicheck that tells whether two API dumps are incompatible or not by Jiyong Park · 6 years ago
  24. 5b70838 Remove one constructor of AidlMethod by Jiyong Park · 6 years ago
  25. 02e012e Better default error. by Steven Moreland · 6 years ago
  26. b034bf0 Support multiple types in an AIDL file / multiple AIDL files by Jiyong Park · 6 years ago
  27. 309668e add --version option to specify version to AIDL interface by Jiyong Park · 6 years ago
  28. 92c55f1 Remove GetLine. by Steven Moreland · 6 years ago
  29. 46e9da8 First class errors in the compiler. by Steven Moreland · 6 years ago
  30. fbbfa93 Options is passed over during the code generation by Jiyong Park · 6 years ago
  31. 6cee348 add --structured flag by Steven Moreland · 6 years ago
  32. 1d2df7d Separate AIDL types and target language types by Jiyong Park · 6 years ago
  33. 9ea10e3 Structured Parcelables: int/string default values. by Steven Moreland · 6 years ago
  34. 822d0aa Retain imported AidlDocuments even after parsing. by Jiyong Park · 6 years ago
  35. 693640b Refactor constant declarations. by Steven Moreland · 6 years ago
  36. 02da742 add dumpapi option by Jiyong Park · 6 years ago
  37. 68bc77a Annotation is printable by Jiyong Park · 6 years ago
  38. 1b5e1aa Remove unused AidlInterface::SetCppHeader. by Steven Moreland · 6 years ago
  39. 1deecc3 Resolve AIDL types without using Java or C++ types by Jiyong Park · 6 years ago
  40. d59a10d Rename AidlType to AidlTypeSpecifier by Jiyong Park · 6 years ago
  41. ccf00f8 Type parameters are parsed by yacc. by Jiyong Park · 6 years ago
  42. ed83a28 Support preprocessing structured_parcelable. by Steven Moreland · 6 years ago
  43. c258abc Parse interfaces and parcelables simultaneously. by Steven Moreland · 6 years ago
  44. ed90687 Better errors for annotations. by Steven Moreland · 6 years ago
  45. 5557f1c Structured parcelables. by Steven Moreland · 6 years ago
  46. 787b043 Unify AidlParcelable/AidlInterfaceHierarchy by Steven Moreland · 6 years ago
  47. 2ca4fcb Cleaner error handling in AIDL. by Steven Moreland · 6 years ago
  48. f1b5078 Add option for tracing AIDL calls. by Martijn Coenen · 6 years ago
  49. d17c58b Fix nested parcelable class name by Ningyuan Wang · 8 years ago
  50. f05cc26 Fix clang-tidy performance warnings. by Chih-Hung Hsieh · 8 years ago
  51. 3b2203d aidl-cpp: Add support for hex values in const int by Roshan Pius · 8 years ago
  52. 156a57f Fix google-explicit-constructor warnings in aidl. by Chih-Hung Hsieh · 8 years ago
  53. d6bdd8d Parse AIDL string constants by Christopher Wiley · 8 years ago
  54. e792293 Allow annotations on interfaces by Casey Dahlin · 8 years ago
  55. ec31a05 Correctly parse @utf8 and @utf8InCpp annotations by Christopher Wiley · 9 years ago
  56. e9351cc aidl-cpp: Reject parcelable import without C++ header by Christopher Wiley · 9 years ago
  57. 57dbe24 Add support for @nullable annotation by Casey Dahlin · 9 years ago
  58. cb5317d Implement @nullable in grammar by Casey Dahlin · 9 years ago
  59. a2f77c4 Make array types their own type object by Casey Dahlin · 9 years ago
  60. 0a62067 Track base/ -> android-base/ change. by Elliott Hughes · 9 years ago
  61. d40e2fe Introduce integer constants by Casey Dahlin · 9 years ago
  62. c1f39b4 Refactor top-level AST nodes v2 by Casey Dahlin · 9 years ago
  63. eedb29f Revert "Refactor top-level AST nodes" by Bart Sears · 9 years ago
  64. b696437 Refactor top-level AST nodes by Casey Dahlin · 9 years ago
  65. 8aa4d9f Add C++ header to AidlParcelable by Christopher Wiley · 9 years ago
  66. 90be4e3 Fix segfault on missing package declaration by Christopher Wiley · 9 years ago
  67. d76067c Introduce GetSplitPackage() for AidlInterface and AidlParcelable by Christopher Wiley · 9 years ago
  68. cdbbc8c Kill buffer_type and extra_text_type by Casey Dahlin · 9 years ago
  69. 98a544b Remove parse_helpers.cpp/h/unit tests by Casey Dahlin · 9 years ago
  70. 2b2879b Don't include . in IDENTIFIER characters by Casey Dahlin · 9 years ago
  71. 624358c Revert "Revert "Remove AidlImport::GetDocument"" by Casey Dahlin · 9 years ago
  72. 42727f8 Parse only one interface, only Parcelables are lists by Casey Dahlin · 9 years ago
  73. 2d0179a Revert "Parse only one interface, only Parcelables are lists" by Christopher Wiley · 9 years ago
  74. e6af226 Parse only one interface, only Parcelables are lists by Casey Dahlin · 9 years ago
  75. 59401da Put parcelable members behind getters by Casey Dahlin · 9 years ago
  76. ad33927 Generate server side .cpp file by Christopher Wiley · 9 years ago
  77. fb7da2e Put AidlInterface members behind methods by Casey Dahlin · 9 years ago
  78. 1ae2bc5 Convert document item structs to classes by Casey Dahlin · 9 years ago
  79. 0edf342 Replace import_info struct with AidlInfo class by Casey Dahlin · 9 years ago
  80. 4a2884b Read all files through IoDelegate by Christopher Wiley · 9 years ago
  81. 3c6df36 Parse package names in parser not lexer by Casey Dahlin · 9 years ago
  82. 308f9d4 Remove buffer_type from signature of AidlArgument by Casey Dahlin · 9 years ago
  83. f7a421c Use parser to find array brackets by Casey Dahlin · 9 years ago
  84. f4a9311 Put data in AidlMethod behind getters and setters by Casey Dahlin · 9 years ago
  85. f2d23f7 Kill comments token in AidlMethod by Casey Dahlin · 9 years ago
  86. 5c69deb Replace method_type with AidlMethod by Casey Dahlin · 9 years ago
  87. 70078e6 Kill AidlType->array_token by Casey Dahlin · 9 years ago
  88. 0ee3758 Replace type_type struct with AidlType class by Casey Dahlin · 9 years ago
  89. fd6fb48 Fold in/out/inout differentiation in to parser by Casey Dahlin · 9 years ago
  90. d127b50 Don't store AidlArgument name buffer_type by Casey Dahlin · 9 years ago
  91. c378c99 Stop storing the direction buffer by Casey Dahlin · 9 years ago
  92. dff80e5 Remove interface_item_type by Casey Dahlin · 9 years ago
  93. bc7a50a Turn arg_type into a class called AIDLArgument by Casey Dahlin · 9 years ago
  94. 0a2f8be Remove typedefs from structs by Casey Dahlin · 9 years ago
  95. a834dd4 Generate client-side headers by Casey Dahlin · 9 years ago
  96. 89d4484 Add parsing of in-memory strings by Casey Dahlin · 9 years ago
  97. 082f1d1 Implement code generation for server header by Casey Dahlin · 9 years ago
  98. f690be5 Minor cleanup of aidl.cpp by Christopher Wiley · 9 years ago
  99. e250749 Kill psGlobal and g_callbacks by Casey Dahlin · 9 years ago
  100. fdeb0f4 Abstract away file IO when writing generated code by Christopher Wiley · 9 years ago