summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-05-08Union accessors in C# should use generic type for the tableMormegil1-1/+1
2015-05-06[BREAKING CHANGE] Field accessors should use property getters in C#Mormegil3-17/+16
2015-03-13Changed C# ByteBuffer to use bit shifts instead of BitConverterWouter van Oortmerssen1-42/+63
2015-03-13Regenerated test code + fixed typo in C# FlatBufferBuilderWouter van Oortmerssen1-2/+2
2015-03-11Added Copyright headersloverszhaokai2-3/+35
2015-02-23Fixed C# Table.cs to work with Mono.Grégoire Astruc1-1/+1
2015-01-26Support for booleans in the Java/C# APIWouter van Oortmerssen1-0/+7
2015-01-16Fixed C# SizedByteArray copying leading bytes of ByteBuffer.Wouter van Oortmerssen2-5/+2
2015-01-06C#: Allow ByteBuffer to use faster unsafe modeJon Simantov1-2/+213
2014-09-22Support for required fields.Wouter van Oortmerssen1-0/+13
2014-09-18Refactored the Java and C# code generators into one.Wouter van Oortmerssen4-37/+107
2014-09-15Initial commit of .NET port of FlatBuffersevolutional8-0/+727