flatbuffers/tests
Mormegil e3b432cba8 Enums use native enums in C#
Enums should not be (badly) emulated with classes in C# but should
use native C# enums instead. Java implementation made an explicit
choice not to use the (more complex) Java enums, but C# enums are
just light-weight syntactic coating over integral types.

Fixes issue #171.

Change-Id: I9f4d6ba5324400a1e52982e49b58603cb7d7cca7
2015-04-13 10:40:30 -07:00
..
FlatBuffers.Test Enums use native enums in C# 2015-04-13 10:40:30 -07:00
MyGame/Example Enums use native enums in C# 2015-04-13 10:40:30 -07:00
prototest Generate appropriate schema doc comments from .proto files 2015-04-01 17:17:39 -07:00
GoTest.sh Fixed bug in convenient constructors for Java/C# 2014-09-25 15:53:56 -07:00
JavaTest.bat Fixed a bugs in the Java runtime that could cause an index out of bounds exception. 2014-07-02 14:39:58 -07:00
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
go_test.go Add byte slice accessor to Go code 2015-04-06 11:44:22 -07:00
include_test1.fbs Schemas now support include files. 2014-08-19 16:44:14 -07:00
include_test2.fbs Referring to types from other namespaces in C++ now works correctly. 2014-08-19 17:20:08 -07:00
monster_test.fbs Unsigned types in Java now return bigger size signed types. 2015-03-23 17:01:33 -07:00
monster_test_generated.h Unsigned types in Java now return bigger size signed types. 2015-03-23 17:01:33 -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 Make FuzzTest2 fuzzier. 2015-03-11 17:27:39 -07:00