1. 438475d Fix newer Bison compatibility by Dan Willemsen · 2 years, 3 months ago
  2. b4284b8 Fix lexer to pass char value correctly by Jooyung Han · 2 years, 4 months ago
  3. 169d4ba Merge SQ1A.220205.002 by Xin Li · 2 years, 4 months ago
  4. 797b06b AIDL: fix string literal parsing. by Steven Moreland · 2 years, 4 months ago
  5. dd0d78f Revert "Revert "Add automatic default value for char-type field"" by Jooyung Han · 2 years, 6 months ago
  6. b7d5865 Allow for unsigned byte constants (u8) by Steven Moreland · 2 years, 8 months ago
  7. 161bb0f Limit comment tags placement by Jooyung Han · 3 years, 5 months ago
  8. 8451a20 Lexer passes the list of comments to parser by Jooyung Han · 3 years, 5 months ago
  9. 132cf80 --dumpapi with copyright/license headers by Jooyung Han · 3 years, 5 months ago
  10. 63e4a60 Revert nested-type-args by Jooyung Han · 3 years, 7 months ago
  11. 7a30884 Fix LONG_COMMENT rule (lexer) by Jooyung Han · 3 years, 7 months ago
  12. 8c9a4e1 fix nested type-arg-list parsing. by Jooyung Han · 3 years, 8 months ago
  13. 1a551d3 Parse cpp_header as AidlToken in lex by Jooyung Han · 3 years, 8 months ago
  14. 2946afc union: java backend by Jooyung Han · 3 years, 8 months ago
  15. 2178081 Use AIDL_* errors over libbase logging. by Steven Moreland · 3 years, 9 months ago
  16. 6f55aee Remove unused yylineno. by Steven Moreland · 3 years, 11 months ago
  17. cef2266 Allow hex literals to be explicitly long. by Steven Moreland · 4 years ago
  18. e5c4529 move parser to its own source file by Jiyong Park · 4 years ago
  19. 997281d Preserve "@hide" comment during dump_api by Jeongik Cha · 4 years, 5 months ago
  20. 609ba6d Updates for bison 3.5 by Dan Willemsen · 4 years, 5 months ago
  21. 7e176e9 Remove unused comment format. by Steven Moreland · 4 years, 7 months ago
  22. befa1da Remove undefined tokens. by Steven Moreland · 4 years, 8 months ago
  23. d7d18df Add support for AIDL constant expressions by Will McVicker · 4 years, 9 months ago
  24. 85aed54 Adds the beginnings of Enum support to AIDL. by Daniel Norman · 4 years, 10 months ago
  25. 9c2988f Allow files ending in single line comment w/o \n by Steven Moreland · 5 years ago
  26. 07fa3e0 Add support for multiline strings in aidl by Andrei Onea · 5 years ago
  27. a6605ab Add @UnsupportedAppUsage annotation by Jiyong Park · 6 years ago
  28. 1c4ba20 Double/float literals in AIDL by Steven Moreland · 6 years ago
  29. 2529432 Support all discrete primitives as defaults. by Steven Moreland · 6 years ago
  30. 693640b Refactor constant declarations. by Steven Moreland · 6 years ago
  31. ed90687 Better errors for annotations. by Steven Moreland · 6 years ago
  32. 1cee9db Remove most ignored warnings. by Steven Moreland · 6 years ago
  33. 2ca4fcb Cleaner error handling in AIDL. by Steven Moreland · 6 years ago
  34. 3b2203d aidl-cpp: Add support for hex values in const int by Roshan Pius · 8 years ago
  35. d6bdd8d Parse AIDL string constants by Christopher Wiley · 8 years ago
  36. ec31a05 Correctly parse @utf8 and @utf8InCpp annotations by Christopher Wiley · 8 years ago
  37. 3000e75 Now the build system generates .cpp only for .ll/.yy by Ying Wang · 8 years ago[Renamed (98%) from aidl_language_l.l]
  38. 88d0784 Don't ignore \n after * in comments by Casey Dahlin · 8 years ago
  39. 661c808 aidl: Support constants with +/- signs by Eino-Ville Talvala · 8 years ago
  40. cd63921 Rename 'from' token to 'cpp_header' by Casey Dahlin · 8 years ago
  41. cb5317d Implement @nullable in grammar by Casey Dahlin · 9 years ago
  42. d40e2fe Introduce integer constants by Casey Dahlin · 9 years ago
  43. 8aa4d9f Add C++ header to AidlParcelable by Christopher Wiley · 9 years ago
  44. bed1e87 Add syntax for specifying C++ mapping for parcelables by Casey Dahlin · 9 years ago
  45. cdbbc8c Kill buffer_type and extra_text_type by Casey Dahlin · 9 years ago
  46. 98a544b Remove parse_helpers.cpp/h/unit tests by Casey Dahlin · 9 years ago
  47. 2b2879b Don't include . in IDENTIFIER characters by Casey Dahlin · 9 years ago
  48. 59401da Put parcelable members behind getters by Casey Dahlin · 9 years ago
  49. fb7da2e Put AidlInterface members behind methods by Casey Dahlin · 9 years ago
  50. 72877ac Add ImportResolver class by Christopher Wiley · 9 years ago
  51. 3c6df36 Parse package names in parser not lexer by Casey Dahlin · 9 years ago
  52. 0559875 Do generic parsing in parser, not lexer by Casey Dahlin · 9 years ago
  53. f7a421c Use parser to find array brackets by Casey Dahlin · 9 years ago
  54. f4a9311 Put data in AidlMethod behind getters and setters by Casey Dahlin · 9 years ago
  55. 5c69deb Replace method_type with AidlMethod by Casey Dahlin · 9 years ago
  56. fd6fb48 Fold in/out/inout differentiation in to parser by Casey Dahlin · 9 years ago
  57. 030977a Remove usage of malloc in favor of new by Casey Dahlin · 9 years ago
  58. b211686 Revert "Remove usage of malloc in favor of new" by Christopher Wiley · 9 years ago
  59. b992b45 Remove usage of malloc in favor of new by Casey Dahlin · 9 years ago
  60. f690be5 Minor cleanup of aidl.cpp by Christopher Wiley · 9 years ago
  61. e250749 Kill psGlobal and g_callbacks by Casey Dahlin · 9 years ago
  62. 1aa158e Make lexer output proper Bison location info by Casey Dahlin · 9 years ago
  63. d17fed3 Remove unused extern declaration by Casey Dahlin · 9 years ago
  64. fdeb0f4 Abstract away file IO when writing generated code by Christopher Wiley · 9 years ago
  65. 07b9dde Revert change to win32 isatty stub by Casey Dahlin · 9 years ago
  66. fd2e08a Convert to C++ Bison output by Casey Dahlin · 9 years ago
  67. dd69181 First pass on reentrant C++-ish parser by Casey Dahlin · 9 years ago
  68. 88868fc Remove RPC interface Type by Casey Dahlin · 9 years ago
  69. ffa1686 Revert "Move frameworks/base/tools/ to frameworks/tools/" by Adam Lesinski · 10 years ago
  70. be35481 Move frameworks/base/tools/ to frameworks/tools/ by Mike Lockwood · 11 years ago
  71. 6013d20 Enhance AIDL to take an explicit id for methods by Maurice Chu · 12 years ago
  72. 4135a7d Support custom flattenable types for RPC. by Joe Onorato · 13 years ago
  73. c596cfe Checkpoint adding @home RPC support to aidl by Joe Onorato · 13 years ago
  74. 46c012c Initial Contribution by The Android Open Source Project · 16 years ago