History log of /fuchsia/zircon/system/utest/fidl/fidl_coded_types.h
Revision Date Author Comments
# f479a0e8 26-Mar-2018 Jeff Brown <jeffbrown@google.com>

[fidl] Include declared names in FIDL tables.

This enables the name of a FIDL type to be formatted at runtime
using fidl_format_type_name(). Handy for debugging.

The strings are always generated today but they could be omitted
in the future, if desired.

Change-Id: I0cb0d2ab6e3c00a2a4b8f609d563c4bde2d6f98c


# 51da239b 14-Mar-2018 James Robinson <jamesr@google.com>

[fidl] Move public fidl headers to match naming convention

The fidl library provides headers intended for general use, so the
include path should be spelled <lib/fidl/foo.h> as per
https://fuchsia.googlesource.com/docs/+/master/development/languages/c-cpp/naming.md.
This moves the headers into the proper location and updates includes to
match.

Change-Id: I9db162c3fd40170d63730bc9b7079c7e7e950982


# 379a42fe 06-Mar-2018 George Kulakowski <kulakowski@google.com>

[fidl] Fix coding of vectors with boring payloads

Boring types don't make it into the coding tables. A uint32 struct
member is elided. So is an array of them. Things that aren't boring
(maybe transitively) have pointers or handles to check.

Vectors of boring things are semi-boring. We need the payload bounds,
but can skip looking at the contents.

Change-Id: I7f4d256d770406040baf17919bb5ab48d595fb5e


# d46dd4d8 01-Nov-2017 George Kulakowski <kulakowski@google.com>

[fidl] Rewrite encoding tests to separate out to-be-generated data

Also format all fidl-related code with a 100 column limit.

Change-Id: I1b7b66ab3ac1a1b88dc1217d50904249a9539000