- 054afbd Change C++ output to match make expectations by Christopher Wiley · 9 years ago
- 685a8ed Remove dead Java AST code by Christopher Wiley · 9 years ago
- ce776cf Add support for missing basic types to AIDL by Casey Dahlin · 9 years ago
- b23149d Mark client constructor as explicit by Christopher Wiley · 9 years ago
- 05f4f89 Make server source compileable by Christopher Wiley · 9 years ago
- fd51d60 Fix server header guard by Christopher Wiley · 9 years ago
- 3bb6bc1 Make interface header usable in generated code by Christopher Wiley · 9 years ago
- cdbbc8c Kill buffer_type and extra_text_type by Casey Dahlin · 9 years ago
- 98a544b Remove parse_helpers.cpp/h/unit tests by Casey Dahlin · 9 years ago
- 2b2879b Don't include . in IDENTIFIER characters by Casey Dahlin · 9 years ago
- 624358c Revert "Revert "Remove AidlImport::GetDocument"" by Casey Dahlin · 9 years ago
- 42727f8 Parse only one interface, only Parcelables are lists by Casey Dahlin · 9 years ago
- ba52a2b Merge "Revert "Parse only one interface, only Parcelables are lists"" by Christopher Wiley · 9 years ago
- 2d0179a Revert "Parse only one interface, only Parcelables are lists" by Christopher Wiley · 9 years ago
- c819f23 Revert "Remove AidlImport::GetDocument" by Christopher Wiley · 9 years ago
- 71184a1 Remove AidlImport::GetDocument by Casey Dahlin · 9 years ago
- e6af226 Parse only one interface, only Parcelables are lists by Casey Dahlin · 9 years ago
- 15d8066 Merge "Put parcelable members behind getters" by Casey Dahlin · 9 years ago
- 59401da Put parcelable members behind getters by Casey Dahlin · 9 years ago
- 36570f4 Generate client source code by Christopher Wiley · 9 years ago
- f9688b0 Add C++ ConstructImpl AST Node by Christopher Wiley · 9 years ago
- ade4b45 Change existing argument lists to ArgList by Christopher Wiley · 9 years ago
- f094d58 Make BpInterface destructor virtual and default by Christopher Wiley · 9 years ago
- f59c499 Silence unused parameter warnings in generate_cpp.cpp by Christopher Wiley · 9 years ago
- ad33927 Generate server side .cpp file by Christopher Wiley · 9 years ago
- 2328526 Add Assignment, MethodCall, ArgList AST Nodes by Christopher Wiley · 9 years ago
- 2729141 Merge changes Id9b35f56,Ib367a918,I7295add8,I678a0028 by Casey Dahlin · 9 years ago
- 5ac9020 Use reinterpret_cast where appropriate by Casey Dahlin · 9 years ago
- fb7da2e Put AidlInterface members behind methods by Casey Dahlin · 9 years ago
- 1ae2bc5 Convert document item structs to classes by Casey Dahlin · 9 years ago
- 0edf342 Replace import_info struct with AidlInfo class by Casey Dahlin · 9 years ago
- da69599 Add classes for generating method implementations by Christopher Wiley · 9 years ago
- ea6e382 Mock file system dependencies in end to end tests by Christopher Wiley · 9 years ago
- 72877ac Add ImportResolver class by Christopher Wiley · 9 years ago
- 4a2884b Read all files through IoDelegate by Christopher Wiley · 9 years ago
- 3c6df36 Parse package names in parser not lexer by Casey Dahlin · 9 years ago
- 308f9d4 Remove buffer_type from signature of AidlArgument by Casey Dahlin · 9 years ago
- 0559875 Do generic parsing in parser, not lexer by Casey Dahlin · 9 years ago
- f7a421c Use parser to find array brackets by Casey Dahlin · 9 years ago
- f4a9311 Put data in AidlMethod behind getters and setters by Casey Dahlin · 9 years ago
- f2d23f7 Kill comments token in AidlMethod by Casey Dahlin · 9 years ago
- 2cc9316 Introduce load_aidl_for_test in C++ tests by Casey Dahlin · 9 years ago
- 5c69deb Replace method_type with AidlMethod by Casey Dahlin · 9 years ago
- 70078e6 Kill AidlType->array_token by Casey Dahlin · 9 years ago
- 0ee3758 Replace type_type struct with AidlType class by Casey Dahlin · 9 years ago
- fd6fb48 Fold in/out/inout differentiation in to parser by Casey Dahlin · 9 years ago
- 1dd458d Generate IInterface.cpp file by Christopher Wiley · 9 years ago
- 31aedd8 Pass type_type as a pointer inside the parser by Casey Dahlin · 9 years ago
- d127b50 Don't store AidlArgument name buffer_type by Casey Dahlin · 9 years ago
- b6d3c8d Use unified diff because it isn't 1991 by Casey Dahlin · 9 years ago
- c378c99 Stop storing the direction buffer by Casey Dahlin · 9 years ago
- 0c732db Generate Binder IInterface.h file by Christopher Wiley · 9 years ago
- a7a5c10 Add Enum C++ AST class by Christopher Wiley · 9 years ago
- e3550c6 Use C++ TypeNamespace when generating code by Christopher Wiley · 9 years ago
- dff80e5 Remove interface_item_type by Casey Dahlin · 9 years ago
- e8b614c Merge "Remove usage of malloc in favor of new" by Casey Dahlin · 9 years ago
- 030977a Remove usage of malloc in favor of new by Casey Dahlin · 9 years ago
- df03d97 Remove trivial destructors and constructors from Java AST by Christopher Wiley · 9 years ago
- a8a2dc0 Add C++ TypeNamespace and basic primtive types by Christopher Wiley · 9 years ago
- f944e79 Move C++ generation code into C++ namespace by Christopher Wiley · 9 years ago
- db154a5 Move Java related code into a java namespace by Christopher Wiley · 9 years ago
- bc7a50a Turn arg_type into a class called AIDLArgument by Casey Dahlin · 9 years ago
- b211686 Revert "Remove usage of malloc in favor of new" by Christopher Wiley · 9 years ago
- 3eb4a42 Merge "Remove typedefs from structs" by Casey Dahlin · 9 years ago
- fb4b22d Explicitly create container types by Christopher Wiley · 9 years ago
- 0a2f8be Remove typedefs from structs by Casey Dahlin · 9 years ago
- b992b45 Remove usage of malloc in favor of new by Casey Dahlin · 9 years ago
- a834dd4 Generate client-side headers by Casey Dahlin · 9 years ago
- 6c6e427 Merge "Make creating container types more explicit" by Christopher Wiley · 9 years ago
- 4582ecb Make creating container types more explicit by Christopher Wiley · 9 years ago
- 89d4484 Add parsing of in-memory strings by Casey Dahlin · 9 years ago
- 60b02ae Remove *_TYPE global variables. by Christopher Wiley · 9 years ago
- 8b2d3ee Remove NAMES global type namespace by Christopher Wiley · 9 years ago
- a2f516d Exit immediately when input is not an interface by Christopher Wiley · 9 years ago
- 84c1eac Use TypeNamespace instances in aidl.cpp by Christopher Wiley · 9 years ago
- 8f3e0f5 Add unit test coverage for compound parcelables by Christopher Wiley · 9 years ago
- 281d6f0 Forbid arguments from starting with _aidl by Casey Dahlin · 9 years ago
- 214c916 Revert "Use TypeNamespace instances in aidl.cpp" by Christopher Wiley · 9 years ago
- d03b54f Use TypeNamespace instances in aidl.cpp by Christopher Wiley · 9 years ago
- 8f6816e Don't allow non-const pointers to Type instances by Christopher Wiley · 9 years ago
- 3637a4d Make all possible Type methods const by Christopher Wiley · 9 years ago
- 775fa1f Rename Type.* to type_java.* by Christopher Wiley · 9 years ago
- b7d0f7f Convert C++ AST to unique_ptr by Casey Dahlin · 9 years ago
- e6dee91 clang-format Type.h and Type.cpp by Christopher Wiley · 9 years ago
- 4ebfae6 Don't segfault on missing package statement by Christopher Wiley · 9 years ago
- 082f1d1 Implement code generation for server header by Casey Dahlin · 9 years ago
- 9a8e1d9 Generate .cpp/.h files with aidl-cpp by Christopher Wiley · 9 years ago
- 4432ccf Calculate C++ output file names from commandline args by Christopher Wiley · 9 years ago
- 413e042 Move logic to write to stdout into CodeWriter by Christopher Wiley · 9 years ago
- 88924d6 Add method AST node for C++ by Casey Dahlin · 9 years ago
- 60a4916 Introduce AST node for classes by Casey Dahlin · 9 years ago
- 34b8610 Rejigger C++ AST to be more general by Casey Dahlin · 9 years ago
- eb1acc1 Refactor compile_aidl flow to support compiling C++ by Christopher Wiley · 9 years ago
- c16e5e7 Simplify the logic in compile_aidl_to_java() by Christopher Wiley · 9 years ago
- 3a9d158 Run clang-format against compile_aidl_to_java() by Christopher Wiley · 9 years ago
- 9980181 Make RunParser return consistent/consistently used by Casey Dahlin · 9 years ago
- 5b86980 Fix segfault on missing package statement by Christopher Wiley · 9 years ago
- f690be5 Minor cleanup of aidl.cpp by Christopher Wiley · 9 years ago
- 865781f Merge "Kill psGlobal and g_callbacks" by Casey Dahlin · 9 years ago
- e250749 Kill psGlobal and g_callbacks by Casey Dahlin · 9 years ago