flatbuffers/tests
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
..
FlatBuffers.Test [BREAKING CHANGE] Field accessors should use property getters in C# 2015-05-06 11:55:07 -07:00
MyGame/Example [BREAKING CHANGE] Field accessors should use property getters in C# 2015-05-06 11:55:07 -07:00
prototest Generate appropriate schema doc comments from .proto files 2015-04-01 17:17:39 -07:00
go_test.go Add byte slice accessor to Go code 2015-04-06 11:44:22 -07:00
GoTest.sh Fixed bug in convenient constructors for Java/C# 2014-09-25 15:53:56 -07:00
include_test1.fbs
include_test2.fbs
JavaTest.bat
JavaTest.java Support for booleans in the Java/C# API 2015-01-26 13:08:44 -08:00
JavaTest.sh Added Copyright headers 2015-03-11 17:27:38 -07:00
monster_test.fbs Added namespaced way to refer to types in schemas. 2015-05-08 16:21:53 -07:00
monster_test_generated.h Initial support for propagating namespaces from schema files to generated code 2015-05-05 17:10:53 -07:00
monsterdata_test.golden Added the hash attribute to ints and longs. 2015-02-17 14:10:18 -08:00
monsterdata_test.json Added the hash attribute to ints and longs. 2015-02-17 14:10:18 -08:00
monsterdata_test.mon Added the hash attribute to ints and longs. 2015-02-17 14:10:18 -08:00
test.cpp Added accessor for file_extension in generated code. 2015-05-04 13:38:20 -07:00