1. 53fc99c Support templated structured parcelables by Devin Moore · 4 years ago
  2. 7aaa9cb Use pragma once instead of include guards for generated AIDL headers by Devin Moore · 4 years ago
  3. 85aed54 Adds the beginnings of Enum support to AIDL. by Daniel Norman · 5 years ago
  4. a57d0a6 Add stability options. by Steven Moreland · 5 years ago
  5. a2ada0c prevent inheritance of writeToParcel, readFromParcel by Jeongik Cha · 6 years ago
  6. f3da089 Allow no package for CPP/NDK backends. by Steven Moreland · 6 years ago
  7. f5cbb68 Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 6 years ago
  8. 176905e Add ToString() for AST nodes by Jiyong Park · 6 years ago
  9. 5557f1c Structured parcelables. by Steven Moreland · 6 years ago
  10. a755dc7 Output is indented by Jiyong Park · 6 years ago
  11. 69b44cf Generate code for AIDL defined string constants by Christopher Wiley · 8 years ago
  12. 11a9d79 Fix compiler warnings in generated C++ by Christopher Wiley · 8 years ago
  13. fd7dc03 Declare interface constants as enum in C++ by Christopher Wiley · 8 years ago
  14. d40e2fe Introduce integer constants by Casey Dahlin · 9 years ago
  15. f02facf Allow ArgList to take other AstNodes as arguments by Christopher Wiley · 9 years ago
  16. 864bc09 Correct ! placement in C++ conditionals by Christopher Wiley · 9 years ago
  17. 3c5d28d Replace C++ LiteralStatement with Statement 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. b23149d Mark client constructor as explicit by Christopher Wiley · 9 years ago
  21. 3bb6bc1 Make interface header usable in generated code by Christopher Wiley · 9 years ago
  22. f9688b0 Add C++ ConstructImpl AST Node by Christopher Wiley · 9 years ago
  23. ade4b45 Change existing argument lists to ArgList by Christopher Wiley · 9 years ago
  24. f094d58 Make BpInterface destructor virtual and default by Christopher Wiley · 9 years ago
  25. 2328526 Add Assignment, MethodCall, ArgList AST Nodes by Christopher Wiley · 9 years ago
  26. da69599 Add classes for generating method implementations by Christopher Wiley · 9 years ago
  27. 0c732db Generate Binder IInterface.h file by Christopher Wiley · 9 years ago
  28. a7a5c10 Add Enum C++ AST class by Christopher Wiley · 9 years ago
  29. f944e79 Move C++ generation code into C++ namespace by Christopher Wiley · 9 years ago
  30. a834dd4 Generate client-side headers by Casey Dahlin · 9 years ago
  31. b7d0f7f Convert C++ AST to unique_ptr by Casey Dahlin · 9 years ago
  32. 88924d6 Add method AST node for C++ by Casey Dahlin · 9 years ago
  33. 60a4916 Introduce AST node for classes by Casey Dahlin · 9 years ago
  34. 34b8610 Rejigger C++ AST to be more general by Casey Dahlin · 9 years ago
  35. f600a55 Add the beginnings of a C++ AST by Christopher Wiley · 9 years ago