1. 2c6d06f Make TypeNamespace::Add take a unique_ptr by George Burgess IV · 5 years ago
  2. 8807af4 Remove @utf8 support by Jiyong Park · 6 years ago
  3. e59c368 API dump for an AIDL interface consists of multiple AIDL files by Jiyong Park · 6 years ago
  4. 9fccf58 using pragma once by Steven Moreland · 6 years ago
  5. b034bf0 Support multiple types in an AIDL file / multiple AIDL files by Jiyong Park · 6 years ago
  6. 92c55f1 Remove GetLine. by Steven Moreland · 6 years ago
  7. 1d2df7d Separate AIDL types and target language types by Jiyong Park · 6 years ago
  8. 1deecc3 Resolve AIDL types without using Java or C++ types by Jiyong Park · 6 years ago
  9. d59a10d Rename AidlType to AidlTypeSpecifier by Jiyong Park · 6 years ago
  10. ccf00f8 Type parameters are parsed by yacc. by Jiyong Park · 6 years ago
  11. 5557f1c Structured parcelables. by Steven Moreland · 6 years ago
  12. f05cc26 Fix clang-tidy performance warnings. by Chih-Hung Hsieh · 8 years ago
  13. c5afb40 Propagate interface annotations to methods by Casey Dahlin · 8 years ago
  14. 5d9bc93 Support @utf8InCpp List<String> by Christopher Wiley · 8 years ago
  15. 9f40372 Remap String to alternate types when @utf8 or @utf8InCpp by Christopher Wiley · 9 years ago
  16. d21bfee Fully separate AIDL and Java type namespaces by Christopher Wiley · 9 years ago
  17. 9ab0623 Make string matching the last resort way to look up types by Christopher Wiley · 9 years ago
  18. 934a82d Make TypeNamespace take AidlNode subclass arguments by Christopher Wiley · 9 years ago
  19. e22b41a Consolidate logic to retreive language specific type by Christopher Wiley · 9 years ago
  20. 57dbe24 Add support for @nullable annotation by Casey Dahlin · 9 years ago
  21. a2f77c4 Make array types their own type object by Casey Dahlin · 9 years ago
  22. 0a62067 Track base/ -> android-base/ change. by Elliott Hughes · 9 years ago
  23. c1f39b4 Refactor top-level AST nodes v2 by Casey Dahlin · 9 years ago
  24. eedb29f Revert "Refactor top-level AST nodes" by Bart Sears · 9 years ago
  25. b696437 Refactor top-level AST nodes by Casey Dahlin · 9 years ago
  26. 5679952 Don't call virtual methods in TypeNamespace constructors by Christopher Wiley · 9 years ago
  27. 09af469 Consolidate type checking logic by Christopher Wiley · 9 years ago
  28. cd8e897 Consolidate container canonicalization logic by Christopher Wiley · 9 years ago
  29. b656a3b Generate C++ in namespaces based on package by Christopher Wiley · 9 years ago
  30. 1ae2bc5 Convert document item structs to classes by Casey Dahlin · 9 years ago
  31. 0ee3758 Replace type_type struct with AidlType class by Casey Dahlin · 9 years ago
  32. bc7a50a Turn arg_type into a class called AIDLArgument by Casey Dahlin · 9 years ago
  33. fb4b22d Explicitly create container types by Christopher Wiley · 9 years ago
  34. 4582ecb Make creating container types more explicit by Christopher Wiley · 9 years ago
  35. 84c1eac Use TypeNamespace instances in aidl.cpp by Christopher Wiley · 9 years ago
  36. 214c916 Revert "Use TypeNamespace instances in aidl.cpp" by Christopher Wiley · 9 years ago
  37. d03b54f Use TypeNamespace instances in aidl.cpp by Christopher Wiley · 9 years ago