summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-03-12pre-tag version bump for 1.12v1.12.0Wouter van Oortmerssen1-1/+1
2019-12-23Fixed struct initialization error on older versions of C#Wouter van Oortmerssen2-2/+2
2019-09-23Java: Added access object for vector of struct and vector of tables. (#5233)Kulikov Alexey1-2/+1
2019-09-10Add element size parameter to __vector_as_arraysegment [c#] (#5512)Kevin Fort1-3/+10
2019-06-24Set C# Struct/Table visibility to public (#5381) (#5416)Vladimir Glavnyy2-2/+2
2019-06-24Don't check ForceDefaults when adding Offfset values (#5415)Bryan Furia1-2/+2
2019-06-17Add FLATBUFFERS_COMPATIBILITY string (#5381)Vladimir Glavnyy2-6/+20
2019-05-31Break internal Java/C# APIsWouter van Oortmerssen1-5/+5
2019-05-31Enforce matching version in Java and C#.Wouter van Oortmerssen1-0/+8
2019-05-30[C#] add FlatBuffersBuilder.CreateSharedString (#5372)mugisoba1-0/+30
2019-02-21Remove byte* property in ByteBufferAllocator (#5191)Eric Erhardt1-152/+163
2019-02-21Added .net core project (#5187)Efe Burak1-0/+19
2018-12-03[net] Fix issue #5036 when write a double value into bytebuffer at big endian...Simon.S.King1-1/+1
2018-10-29Revert "Convert net/FlatBuffers project to be compatible with netstandard (#4...Wouter van Oortmerssen2-9/+99
2018-09-20[C#] Fix compile issue when compiling with older versions of C# (#4938)Christopher Cifra1-1/+4
2018-08-23C# support for directly reading and writting to memory other than byte[]. Fo...Christopher Cifra4-123/+454
2018-08-20Mono Fix for Unsafe Mode (#4887)Derek Bailey3-4/+182
2018-08-20Revert "Performance Increase of Vector of Structures using .NET BlockCopy (#4...Wouter van Oortmerssen3-180/+4
2018-07-26Performance Increase of Vector of Structures using .NET BlockCopy (#4830)Derek Bailey3-4/+180
2018-07-16Convert net/FlatBuffers project to be compatible with netstandard (#4811)Damien Pontifex2-101/+8
2018-05-03Delete ByteBuffer.exe (#4721)iceboy1-0/+0
2018-03-12Java/C#/Python prefixed size support (#4445)Robert Schmidtke6-59/+211
2017-11-06Text files should not have executable bit set (#4480)Sergey Avseyev1-0/+0
2017-08-24Trimmed vtables of trailing zeroes.Wouter van Oortmerssen1-3/+7
2016-09-19Added IFlatbufferObject.cs file to project for .net.FTT\kimsin1-0/+1
2016-09-12Allow access to underlying ByteBufferAlberto Fernández1-0/+2
2016-08-31Switched C# accessors from classes to structsWouter van Oortmerssen5-29/+55
2016-08-26Merge pull request #3978 from TGIshib/keyWouter van Oortmerssen2-1/+57
2016-08-26Fix lookupByKey, improve compareStringsTGIshib1-11/+9
2016-08-24Merge pull request #2133 from evolutional/cs-bounds-checkWouter van Oortmerssen1-5/+17
2016-08-22Improve `LookupByKey` , update docsTGIshib1-0/+22
2016-08-14UpdateTGIshib1-11/+31
2016-08-13Merge remote-tracking branch 'refs/remotes/google/master' into keyTGIshib1-0/+2
2016-08-10Clarified in the docs how to get to the serialized bytes.Wouter van Oortmerssen1-0/+2
2016-08-03RemakeTGIshib2-7/+23
2016-05-23Removed BOM marker from some files.Wouter van Oortmerssen5-9/+9
2016-04-08Remove unnecessary condition in AssertOffsetAndLength.Wojciech Jaszczak1-2/+1
2016-01-20Implemented ForceDefaults option on C# FlatBufferBuilder.Oli Wilkinson1-13/+116
2016-01-19Revamping the FlatBuffers docs.Mark Klara1-11/+128
2015-12-14C# added BYTEBUFFER_NO_BOUNDS_CHECK #defineOli Wilkinson1-5/+17
2015-12-14Merge pull request #2090 from evolutional/cs-perf-stringWouter van Oortmerssen2-11/+15
2015-12-12C# performance optimization to Pad/Prep methodsOli Wilkinson2-5/+10
2015-12-11Performance tweak to FlatBufferBuilder.CreateString method to remove the unne...Oli Wilkinson1-6/+5
2015-12-07Merge pull request #288 from mfcollins3/csharp-byte-bufferWouter van Oortmerssen1-0/+15
2015-12-07Merge pull request #776 from belldon/bytebuffer_pos_fixWouter van Oortmerssen1-5/+0
2015-12-07Extend C# ByteBuffer Put method fix to unsafe methodsbelldon1-5/+0
2015-12-07Update C# FlatBufferBuilder to reuse vtable arraybelldon1-12/+27
2015-12-04Add Get Bytes Method Generator for C#Michael Collins1-0/+15
2015-11-10(C#) Add ByteBuffer property to TableShuhei Taunma1-0/+2
2015-08-07rebased forkMaor Itzkovitch4-5/+70