- 78b38d1 Revert "Revert "Enforce minor version uprevs."" by Yifan Hong · 8 years ago
- 40404fe Update hidl-gen for vts spec generation. by Zhuoyao Zhang · 8 years ago
- 976ae89 Revert "Enforce minor version uprevs." by Steven Moreland · 8 years ago
- 2d20ae0 Enforce minor version uprevs. by Yifan Hong · 8 years ago
- c4e1060 Update hidl-gen for vts backend. by Zhuoyao Zhang · 8 years ago
- 7ae3d54 Move FQName to libhidl-gen-util. by Steven Moreland · 8 years ago
- 87ff823 Type resolution favor local types. by Yifan Hong · 8 years ago
- eefe4f2 Clean up hard-coded Bp/Bn/Bs/IHw prefixes. by Yifan Hong · 8 years ago
- 6ec2f0b BnFoo class cleanup. by Martijn Coenen · 8 years ago
- a47eef3 Allow method names, result names and argument names to be the same. by Yifan Hong · 8 years ago
- c893404 Hidlize IBase; use IBase instead of IBinder. by Yifan Hong · 8 years ago
- 40a373d Fix -Lmakefile LOCAL_JAVA_LIBRARIES does not include hierarchy. by Yifan Hong · 8 years ago
- 7b29524 Add atrace calls for systrace support. by Martijn Coenen · 8 years ago
- be627b3 hidl-gen: some error recovery. by Yifan Hong · 8 years ago
- 5708edf Revert "Revert "Don't show HIDL_GENERATED_ with -Lc++-impl."" by Steven Moreland · 8 years ago
- 119f521 Revert "Don't show HIDL_GENERATED_ with -Lc++-impl." by Martijn Coenen · 8 years ago
- 21247bf Don't show HIDL_GENERATED_ with -Lc++-impl. by Steven Moreland · 8 years ago
- a4b53d0 Add location info to named types. by Yifan Hong · 8 years ago
- ee88eed Get rid of duplicated #include code. by Steven Moreland · 8 years ago
- 9b1cbdf Enable profiling in passthrough mode. by Steven Moreland · 8 years ago
- 031ccf1 Fixed profiling so it records on current interface by Steven Moreland · 8 years ago
- 068c552 hidl-gen: clean up generateCpp.cpp and generateCppImpl.cpp by Yifan Hong · 8 years ago
- fe95aa2 cast functions for interfaces. by Yifan Hong · 8 years ago
- 964f72f Cleanup hidl-gen to use HidlInstrumentor. by Zhuoyao Zhang · 8 years ago
- 1977ea3 hidl-gen: Allow importing only one type from another hal. by Yifan Hong · 8 years ago
- 8f49294 Add instrumentation code on proxy side. by Zhuoyao Zhang · 8 years ago
- 019d21d Yet another backend for hidl-gen, this one generates a C-compatible header file by Andreas Huber · 8 years ago
- 67f67b4 Disallow null callbacks. by Steven Moreland · 8 years ago
- bf459bc Pointer support and embedded types in HIDL. by Yifan Hong · 8 years ago
- 7c5ddfb Allow struct, union and enum type declarations to be annotated. by Andreas Huber · 8 years ago
- 5e44a29 Avoid name conflicts in the generated C++ proxy code when arguments and results by Andreas Huber · 8 years ago
- f24fa85 Resolve constant expressions for external constants. by Yifan Hong · 8 years ago
- ae16eed Redefine fqname in hidl-gen_y.yy by Yifan Hong · 8 years ago
- 69e7c70 Oneway keyword behavior in passthrough mode. by Steven Moreland · 8 years ago
- d29724f Fix Java types.hal generation filtering by Andreas Huber · 8 years ago
- d537ab0 Remove dependency on libutils. by Steven Moreland · 8 years ago
- 9c38761 c++-impl: gen server stub boilerplate by Steven Moreland · 8 years ago
- 979e099 Added knowledge of namespacing into generation. by Steven Moreland · 8 years ago
- a7a421a Generalized cpp method generation. by Steven Moreland · 8 years ago
- ed0509b hidl-gen: expose the actually-used FQNames an AST depends on by Iliyan Malchev · 8 years ago
- 0fa9e39 Auto-generate java libraries for compatible packages. by Andreas Huber · 8 years ago
- 4078631 Split 'IFoo' into 'IFoo' and 'IHwFoo' by Steven Moreland · 8 years ago
- 1aec397 Adds (C)opyright headers everywhere. by Andreas Huber · 8 years ago
- 85eabdb The hidl-gen Java backend now supports structures (NOT unions) and types.hal by Andreas Huber · 8 years ago
- 80b217f Merge "Fix nested structure/union name handling." by Andreas Huber · 8 years ago
- 864c771 Enhanced hidl-gen support for generating vts files. by Zhuoyao Zhang · 8 years ago
- 9ed827c Fix nested structure/union name handling. by Andreas Huber · 8 years ago
- 39fa718 Improved name lookup in order to allow partial names to refer to external by Andreas Huber · 8 years ago
- 62c3d18 hidl-gen: enumerate interface methods in Bn classes by Iliyan Malchev · 8 years ago
- 0d0f9a2 Switch to 'glr' skeleton parser, better diagnostics through location tracking. by Andreas Huber · 8 years ago
- b3256a1 Merge "Introduce locals to be read from a parcel ahead of time" by Andreas Huber · 8 years ago
- e7ff228 Introduce locals to be read from a parcel ahead of time by Andreas Huber · 8 years ago
- 70a59e1 Validate upfront that an interface is compatible with our Java backend, by Andreas Huber · 8 years ago
- 5158db4 Extend hidl-gen to support generate vts file. by Zhuoyao Zhang · 8 years ago
- 2831d51 Initial commit of Java backend to hidl-gen. by Andreas Huber · 8 years ago
- 5bb1402 hidl-gen: multiple changes by Iliyan Malchev · 8 years ago
- 3599d92 Interface methods can now be annotated. by Andreas Huber · 8 years ago
- d2943e1 extends nuhidl-gen to optionally generate an Android.mk makefile that by Andreas Huber · 8 years ago
- 6cb08cf Support for inheritance of interfaces. by Andreas Huber · 8 years ago
- fd4afab RefType is no more, 1) simplify, 2) repeat by Andreas Huber · 8 years ago
- 5a54544 Better validation. Check that unions contain no fixup types and structs by Andreas Huber · 8 years ago
- 0e00de4 Simplify overly long fully specified type names by stripping out the current by Andreas Huber · 8 years ago
- 31629bc Saner determination of a declared type's name (now short + full name) by Andreas Huber · 8 years ago
- 867fcb6 bye bye, dump(), RefType no longer gets a name. by Andreas Huber · 8 years ago
- 737080b Keeping track of imported names, resolve enum storage types, some finetuning. by Andreas Huber · 8 years ago
- b82318c commandline option to specify output base directory. by Andreas Huber · 8 years ago
- 881227d generate C++ interface header, proxy and stub headers and sources. by Andreas Huber · 8 years ago
- a2723d2 Enforce naming conventions and allow empty (except for the header) types.hal files. by Andreas Huber · 8 years ago
- 5345ec2 Recursively parse imported .hal files and perform global type lookup. by Andreas Huber · 8 years ago
- da51b8e No more "version" keyword, new syntax is "package foo.bar.baz@3.4;" by Andreas Huber · 8 years ago
- 84f89de major revamp, fully qualified names (FQName) used throughout lexer/parser. by Andreas Huber · 8 years ago
- eb1081f some finetuning, version, package, some hacky support for imports by Andreas Huber · 8 years ago
- c9410c7 initial commit of reimplementation of hidl-gen by Andreas Huber · 8 years ago