flatbuffers/src
Wouter van Oortmerssen 39833d7cf0 Added namespaced way to refer to types in schemas.
Also made proper namespacing work for enums.

You can now say namespace.MyTable as the type when declaring
a field that refers to a type in a different namespace.

Previously, it would work just referring to MyTable, however
with the recent commit fixing namespaced types this now
is ambiguous.

Change-Id: Ieaa3f4ac1662b8c4dc1f16e1898ea3cdb02e10fd
Tested: on Linux.
2015-05-08 16:21:53 -07:00
..
flatc.cpp Add missing newline in help text for flatc. 2015-05-07 10:30:34 -07:00
flathash.cpp Added the hash attribute to ints and longs. 2015-02-17 14:10:18 -08:00
idl_gen_cpp.cpp Initial support for propagating namespaces from schema files to generated code 2015-05-05 17:10:53 -07:00
idl_gen_fbs.cpp Generate appropriate schema doc comments from .proto files 2015-04-01 17:17:39 -07:00
idl_gen_general.cpp [BREAKING CHANGE] Field accessors should use property getters in C# 2015-05-06 11:55:07 -07:00
idl_gen_go.cpp Add byte slice accessor to Go code 2015-04-06 11:44:22 -07:00
idl_gen_text.cpp Add options to print build rule dependencies 2015-01-28 11:27:05 -08:00
idl_parser.cpp Added namespaced way to refer to types in schemas. 2015-05-08 16:21:53 -07:00