1. e365c50 Java: Added access object for vector of struct and vector of tables. (#5233) by Kulikov Alexey · 5 years ago
  2. 2706381 Add element size parameter to __vector_as_arraysegment [c#] (#5512) by Kevin Fort · 5 years ago
  3. b701248 Set C# Struct/Table visibility to public (#5381) (#5416) by Vladimir Glavnyy · 5 years ago
  4. 92e9f33 Don't check ForceDefaults when adding Offfset values (#5415) by Bryan Furia · 5 years ago
  5. 0d2cebc Add FLATBUFFERS_COMPATIBILITY string (#5381) by Vladimir Glavnyy · 5 years ago
  6. b652fcc Break internal Java/C# APIs by Wouter van Oortmerssen · 5 years ago
  7. c978b9e Enforce matching version in Java and C#. by Wouter van Oortmerssen · 5 years ago
  8. 51dd733 [C#] add FlatBuffersBuilder.CreateSharedString (#5372) by mugisoba · 5 years ago
  9. 0cdacdf Remove byte* property in ByteBufferAllocator (#5191) by Eric Erhardt · 6 years ago
  10. 69d761d Added .net core project (#5187) by Efe Burak · 6 years ago
  11. 80d148b [net] Fix issue #5036 when write a double value into bytebuffer at big endian machine with unsafe mode. (#5076) by Simon.S.King · 6 years ago
  12. 705577d Revert "Convert net/FlatBuffers project to be compatible with netstandard (#4811)" by Wouter van Oortmerssen · 6 years ago
  13. ed03faa [C#] Fix compile issue when compiling with older versions of C# (#4938) by Christopher Cifra · 6 years ago
  14. d0321df C# support for directly reading and writting to memory other than byte[]. For example, ByteBuffer can be initialized with a custom allocator which uses shared memory / memory mapped files. (#4886) by Christopher Cifra · 6 years ago
  15. d8f49e1 Mono Fix for Unsafe Mode (#4887) by Derek Bailey · 6 years ago
  16. 1f5eae5 Revert "Performance Increase of Vector of Structures using .NET BlockCopy (#4830)" by Wouter van Oortmerssen · 6 years ago
  17. 7b50004 Performance Increase of Vector of Structures using .NET BlockCopy (#4830) by Derek Bailey · 6 years ago
  18. 72b05bc Convert net/FlatBuffers project to be compatible with netstandard (#4811) by Damien Pontifex · 6 years ago
  19. cc354ea Delete ByteBuffer.exe (#4721) by iceboy · 7 years ago
  20. 08cf50c Java/C#/Python prefixed size support (#4445) by Robert Schmidtke · 7 years ago
  21. 6eb031d Text files should not have executable bit set (#4480) by Sergey Avseyev · 7 years ago
  22. ac1015e Trimmed vtables of trailing zeroes. by Wouter van Oortmerssen · 7 years ago
  23. 4a43c2b Added IFlatbufferObject.cs file to project for .net. by FTT\kimsin · 8 years ago
  24. 02dfa64 Allow access to underlying ByteBuffer by Alberto Fernández · 8 years ago
  25. 52ca755 Switched C# accessors from classes to structs by Wouter van Oortmerssen · 8 years ago
  26. 49ee30a Merge pull request #3978 from TGIshib/key by Wouter van Oortmerssen · 8 years ago
  27. 7c69c5d Fix lookupByKey, improve compareStrings by TGIshib · 8 years ago
  28. 79d127c Merge pull request #2133 from evolutional/cs-bounds-check by Wouter van Oortmerssen · 8 years ago
  29. 9f16090 Improve `LookupByKey` , update docs by TGIshib · 8 years ago
  30. 8fdced4 Update by TGIshib · 8 years ago
  31. 9031597 Merge remote-tracking branch 'refs/remotes/google/master' into key by TGIshib · 8 years ago
  32. 18d67ed Clarified in the docs how to get to the serialized bytes. by Wouter van Oortmerssen · 8 years ago
  33. dc7f5bc Remake by TGIshib · 8 years ago
  34. 8c0d56d Removed BOM marker from some files. by Wouter van Oortmerssen · 8 years ago
  35. c837d29 Remove unnecessary condition in AssertOffsetAndLength. by Wojciech Jaszczak · 9 years ago
  36. fff4590 Implemented ForceDefaults option on C# FlatBufferBuilder. by Oli Wilkinson · 9 years ago
  37. 69a31b8 Revamping the FlatBuffers docs. by Mark Klara · 9 years ago
  38. 4802e8a C# added BYTEBUFFER_NO_BOUNDS_CHECK #define by Oli Wilkinson · 9 years ago
  39. 2ce5d6c Merge pull request #2090 from evolutional/cs-perf-string by Wouter van Oortmerssen · 9 years ago
  40. be11d2b C# performance optimization to Pad/Prep methods by Oli Wilkinson · 9 years ago
  41. b8187e5 Performance tweak to FlatBufferBuilder.CreateString method to remove the unnecessary byte buffer allocation by Oli Wilkinson · 9 years ago
  42. 96cd275 Merge pull request #288 from mfcollins3/csharp-byte-buffer by Wouter van Oortmerssen · 9 years ago
  43. 42b48bd Merge pull request #776 from belldon/bytebuffer_pos_fix by Wouter van Oortmerssen · 9 years ago
  44. 8db90f5 Extend C# ByteBuffer Put method fix to unsafe methods by belldon · 9 years ago
  45. d5a113e Update C# FlatBufferBuilder to reuse vtable array by belldon · 9 years ago
  46. e083e46 Add Get Bytes Method Generator for C# by Michael Collins · 9 years ago
  47. b98f526 (C#) Add ByteBuffer property to Table by Shuhei Taunma · 9 years ago
  48. b062af4 rebased fork by Maor Itzkovitch · 9 years ago
  49. 3a74c33 removed console print from code by Maor Itzkovitch · 9 years ago
  50. e4c3bf3 fixed C# bytebuffer put methods by Maor Itzkovitch · 9 years ago
  51. e24afd8 extended scalar mutator support by Maor Itzkovitch · 9 years ago
  52. 588564d Base type safety in C#. Clear FlatBufferBuilder in C#. by RevenantX · 9 years ago
  53. 221193e Union accessors in C# should use generic type for the table by Mormegil · 10 years ago
  54. 0ee1b99 [BREAKING CHANGE] Field accessors should use property getters in C# by Mormegil · 10 years ago
  55. f7818d8 Changed C# ByteBuffer to use bit shifts instead of BitConverter by Wouter van Oortmerssen · 10 years ago
  56. 7ef2fc2 Regenerated test code + fixed typo in C# FlatBufferBuilder by Wouter van Oortmerssen · 10 years ago
  57. 432f3f2 Added Copyright headers by loverszhaokai · 10 years ago
  58. 71e97b7 Fixed C# Table.cs to work with Mono. by Grégoire Astruc · 10 years ago
  59. 4fb5a76 Support for booleans in the Java/C# API by Wouter van Oortmerssen · 10 years ago
  60. e568f17 Fixed C# SizedByteArray copying leading bytes of ByteBuffer. by Wouter van Oortmerssen · 10 years ago
  61. 4390254 C#: Allow ByteBuffer to use faster unsafe mode by Jon Simantov · 10 years ago
  62. 517c964 Support for required fields. by Wouter van Oortmerssen · 10 years ago
  63. 557c88c Refactored the Java and C# code generators into one. by Wouter van Oortmerssen · 10 years ago
  64. 9a1f7be Initial commit of .NET port of FlatBuffers by evolutional · 10 years ago