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