1. 52ca755 Switched C# accessors from classes to structs by Wouter van Oortmerssen · 8 years ago
  2. 49ee30a Merge pull request #3978 from TGIshib/key by Wouter van Oortmerssen · 8 years ago
  3. 7c69c5d Fix lookupByKey, improve compareStrings by TGIshib · 8 years ago
  4. 79d127c Merge pull request #2133 from evolutional/cs-bounds-check by Wouter van Oortmerssen · 8 years ago
  5. 9f16090 Improve `LookupByKey` , update docs by TGIshib · 8 years ago
  6. 8fdced4 Update by TGIshib · 8 years ago
  7. 9031597 Merge remote-tracking branch 'refs/remotes/google/master' into key by TGIshib · 8 years ago
  8. 18d67ed Clarified in the docs how to get to the serialized bytes. by Wouter van Oortmerssen · 8 years ago
  9. dc7f5bc Remake by TGIshib · 8 years ago
  10. 8c0d56d Removed BOM marker from some files. by Wouter van Oortmerssen · 8 years ago
  11. c837d29 Remove unnecessary condition in AssertOffsetAndLength. by Wojciech Jaszczak · 9 years ago
  12. fff4590 Implemented ForceDefaults option on C# FlatBufferBuilder. by Oli Wilkinson · 9 years ago
  13. 69a31b8 Revamping the FlatBuffers docs. by Mark Klara · 9 years ago
  14. 4802e8a C# added BYTEBUFFER_NO_BOUNDS_CHECK #define by Oli Wilkinson · 9 years ago
  15. 2ce5d6c Merge pull request #2090 from evolutional/cs-perf-string by Wouter van Oortmerssen · 9 years ago
  16. be11d2b C# performance optimization to Pad/Prep methods by Oli Wilkinson · 9 years ago
  17. b8187e5 Performance tweak to FlatBufferBuilder.CreateString method to remove the unnecessary byte buffer allocation by Oli Wilkinson · 9 years ago
  18. 96cd275 Merge pull request #288 from mfcollins3/csharp-byte-buffer by Wouter van Oortmerssen · 9 years ago
  19. 42b48bd Merge pull request #776 from belldon/bytebuffer_pos_fix by Wouter van Oortmerssen · 9 years ago
  20. 8db90f5 Extend C# ByteBuffer Put method fix to unsafe methods by belldon · 9 years ago
  21. d5a113e Update C# FlatBufferBuilder to reuse vtable array by belldon · 9 years ago
  22. e083e46 Add Get Bytes Method Generator for C# by Michael Collins · 9 years ago
  23. b98f526 (C#) Add ByteBuffer property to Table by Shuhei Taunma · 9 years ago
  24. b062af4 rebased fork by Maor Itzkovitch · 9 years ago
  25. 3a74c33 removed console print from code by Maor Itzkovitch · 9 years ago
  26. e4c3bf3 fixed C# bytebuffer put methods by Maor Itzkovitch · 9 years ago
  27. e24afd8 extended scalar mutator support by Maor Itzkovitch · 9 years ago
  28. 588564d Base type safety in C#. Clear FlatBufferBuilder in C#. by RevenantX · 9 years ago
  29. 221193e Union accessors in C# should use generic type for the table by Mormegil · 10 years ago
  30. 0ee1b99 [BREAKING CHANGE] Field accessors should use property getters in C# by Mormegil · 9 years ago
  31. f7818d8 Changed C# ByteBuffer to use bit shifts instead of BitConverter by Wouter van Oortmerssen · 10 years ago
  32. 7ef2fc2 Regenerated test code + fixed typo in C# FlatBufferBuilder by Wouter van Oortmerssen · 10 years ago
  33. 432f3f2 Added Copyright headers by loverszhaokai · 10 years ago
  34. 71e97b7 Fixed C# Table.cs to work with Mono. by Grégoire Astruc · 10 years ago
  35. 4fb5a76 Support for booleans in the Java/C# API by Wouter van Oortmerssen · 10 years ago
  36. e568f17 Fixed C# SizedByteArray copying leading bytes of ByteBuffer. by Wouter van Oortmerssen · 10 years ago
  37. 4390254 C#: Allow ByteBuffer to use faster unsafe mode by Jon Simantov · 10 years ago
  38. 517c964 Support for required fields. by Wouter van Oortmerssen · 10 years ago
  39. 557c88c Refactored the Java and C# code generators into one. by Wouter van Oortmerssen · 10 years ago
  40. 9a1f7be Initial commit of .NET port of FlatBuffers by evolutional · 10 years ago