aboutsummaryrefslogtreecommitdiff
path: root/hidl-gen_l.ll
AgeCommit message (Expand)Author
2018-05-18hidl-gen: understand doc commentsSteven Moreland
2018-02-20unique_ptr to pass file from Coordinator to parseSteven Moreland
2018-02-20Remove 'extern' reference to function parseFile.Steven Moreland
2018-02-20Import fails if parsing fails.Steven Moreland
2018-02-20Enable experimental in hidl-gen.Steven Moreland
2017-09-11Make spacing consistent in hidl-gen_l.ll.Steven Moreland
2017-09-11Fix bad character being disallowed in .hal files.Steven Moreland
2017-08-31Add parent to every typeTimur Iskhakov
2017-07-21Moving hidl-gen parser stack outside of ASTTimur Iskhakov
2017-06-19Error message for incorrect FQNames.Steven Moreland
2017-02-06Add -Werror.Steven Moreland
2017-01-12Do not allow package with missing versionYifan Hong
2016-12-29Add FmqType to templatize MQDescriptorHridya Valsaraju
2016-12-22Add (un)linkToDeath to generated interfaces.Martijn Coenen
2016-12-05Add a bitfield type.Yifan Hong
2016-12-02memory -> hidl_memory and pointer -> hidl_pointerMartijn Coenen
2016-11-14move read/writeEmbedded[References]From/ToParcel outYifan Hong
2016-11-04hidl-gen: some error recovery.Yifan Hong
2016-11-03Fix array size orders.Yifan Hong
2016-10-25Add MQDescriptorUnsync as a predefined HIDL type.Hridya Valsaraju
2016-10-06Remove opaque type from hidl.Steven Moreland
2016-09-29Pointer support and embedded types in HIDL.Yifan Hong
2016-09-26Use colon syntax for FQNames for enum values.Yifan Hong
2016-09-13Ignoring deprecated register only in flex.Steven Moreland
2016-09-06Line numbers now properly counted when there are comments.Steven Moreland
2016-08-26Adds (C)opyright headers everywhere.Andreas Huber
2016-08-19Improved name lookup in order to allow partial names to refer to externalAndreas Huber
2016-08-18Switch to 'glr' skeleton parser, better diagnostics through location tracking.Andreas Huber
2016-08-18Remove support for "const" in hidl.Andreas Huber
2016-08-18Merge "'char' is no longer an acceptable hidl type. Use int8_t or uint8_t ins...Andreas Huber
2016-08-17'char' is no longer an acceptable hidl type. Use int8_t or uint8_t instead.Andreas Huber
2016-08-16parsing major operators.Yifan Hong
2016-08-16hidl-gen: accept oneway methodsIliyan Malchev
2016-08-09Interface methods can now be annotated.Andreas Huber
2016-08-06RefType is no more, 1) simplify, 2) repeatAndreas Huber
2016-08-06generate C++ interface header, proxy and stub headers and sources.Andreas Huber
2016-08-06by popular demand: enum SomeEnum { FIRST, SECOND = 10, THIRD = SECOND + 5, };Andreas Huber
2016-08-06better error-handling, importing entire packages. Cache now keyed by FQNameAndreas Huber
2016-08-06No more "version" keyword, new syntax is "package foo.bar.baz@3.4;"Andreas Huber
2016-08-06major revamp, fully qualified names (FQName) used throughout lexer/parser.Andreas Huber
2016-08-06initial commit of reimplementation of hidl-genAndreas Huber