flatbuffers/net/FlatBuffers
Wouter van Oortmerssen ac1015e3c4 Trimmed vtables of trailing zeroes.
This is something the format supports, but none of the builders
were doing. Can save 10-20% on FlatBuffer binary size!

Also fixed the Go tests.

Change-Id: I616c56ce9bbcfcaee23aa24f0532fcb60b6a8c75
Tested: on Linux.
2017-08-24 09:35:54 -07:00
..
Properties Removed BOM marker from some files. 2016-05-23 12:24:44 -07:00
ByteBuffer.cs Merge pull request #2133 from evolutional/cs-bounds-check 2016-08-24 09:26:06 -07:00
FlatBufferBuilder.cs Trimmed vtables of trailing zeroes. 2017-08-24 09:35:54 -07:00
FlatBufferConstants.cs Removed BOM marker from some files. 2016-05-23 12:24:44 -07:00
FlatBuffers.csproj Added IFlatbufferObject.cs file to project for .net. 2016-09-19 16:16:15 +09:00
IFlatbufferObject.cs Allow access to underlying ByteBuffer 2016-09-12 09:35:08 +02:00
Offset.cs Switched C# accessors from classes to structs 2016-08-31 17:34:51 -07:00
Struct.cs Switched C# accessors from classes to structs 2016-08-31 17:34:51 -07:00
Table.cs Switched C# accessors from classes to structs 2016-08-31 17:34:51 -07:00