summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-02-23Revert "[C#] Fix truncated ArraySegment<byte> if elementSize != 1 (#6462)" (#...Derek Bailey1-2/+2
2021-02-23[C#] Fix truncated ArraySegment<byte> if elementSize != 1 (#6462)Björn Harrtell1-2/+2
2020-10-30[C#] Optional Scalars (#6217)Derek Bailey1-0/+89
2020-10-26Empties the sharedString map on reset on go and csharp (#6187)mustiikhalil1-0/+4
2020-09-28[C#] Fix and improve project files (#6142)Conan Chen4-74/+82
2020-09-25SpanT is available in .Net Standard 2.0. (#6137)春条3-29/+53
2020-09-23[C#]Change to ENABLE_SPAN_T that doesn't require UNSAFE_BYTEBUFFER. (#6073)春条2-43/+70
2020-09-23Revert "[C#] Fix and improve project files (#6116)" (#6130)Derek Bailey3-72/+69
2020-09-21[C#] Fix and improve project files (#6116)Conan Chen3-69/+72
2020-07-27[Feature] Checks for Nullable strings (#6050)mustiikhalil1-0/+9
2020-05-07[C#] Thread safe reads of Double and Float values from a ByteBuffer (#5900)Derek Bailey1-20/+22
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