1. fff4590 Implemented ForceDefaults option on C# FlatBufferBuilder. by Oli Wilkinson · 9 years ago
  2. 69a31b8 Revamping the FlatBuffers docs. by Mark Klara · 9 years ago
  3. 2ce5d6c Merge pull request #2090 from evolutional/cs-perf-string by Wouter van Oortmerssen · 9 years ago
  4. be11d2b C# performance optimization to Pad/Prep methods by Oli Wilkinson · 9 years ago
  5. b8187e5 Performance tweak to FlatBufferBuilder.CreateString method to remove the unnecessary byte buffer allocation by Oli Wilkinson · 9 years ago
  6. 96cd275 Merge pull request #288 from mfcollins3/csharp-byte-buffer by Wouter van Oortmerssen · 9 years ago
  7. 42b48bd Merge pull request #776 from belldon/bytebuffer_pos_fix by Wouter van Oortmerssen · 9 years ago
  8. 8db90f5 Extend C# ByteBuffer Put method fix to unsafe methods by belldon · 9 years ago
  9. d5a113e Update C# FlatBufferBuilder to reuse vtable array by belldon · 9 years ago
  10. e083e46 Add Get Bytes Method Generator for C# by Michael Collins · 9 years ago
  11. b98f526 (C#) Add ByteBuffer property to Table by Shuhei Taunma · 9 years ago
  12. b062af4 rebased fork by Maor Itzkovitch · 9 years ago
  13. 3a74c33 removed console print from code by Maor Itzkovitch · 9 years ago
  14. e4c3bf3 fixed C# bytebuffer put methods by Maor Itzkovitch · 9 years ago
  15. e24afd8 extended scalar mutator support by Maor Itzkovitch · 9 years ago
  16. 588564d Base type safety in C#. Clear FlatBufferBuilder in C#. by RevenantX · 9 years ago
  17. 221193e Union accessors in C# should use generic type for the table by Mormegil · 10 years ago
  18. 0ee1b99 [BREAKING CHANGE] Field accessors should use property getters in C# by Mormegil · 10 years ago
  19. f7818d8 Changed C# ByteBuffer to use bit shifts instead of BitConverter by Wouter van Oortmerssen · 10 years ago
  20. 7ef2fc2 Regenerated test code + fixed typo in C# FlatBufferBuilder by Wouter van Oortmerssen · 10 years ago
  21. 432f3f2 Added Copyright headers by loverszhaokai · 10 years ago
  22. 71e97b7 Fixed C# Table.cs to work with Mono. by Grégoire Astruc · 10 years ago
  23. 4fb5a76 Support for booleans in the Java/C# API by Wouter van Oortmerssen · 10 years ago
  24. e568f17 Fixed C# SizedByteArray copying leading bytes of ByteBuffer. by Wouter van Oortmerssen · 10 years ago
  25. 4390254 C#: Allow ByteBuffer to use faster unsafe mode by Jon Simantov · 10 years ago
  26. 517c964 Support for required fields. by Wouter van Oortmerssen · 10 years ago
  27. 557c88c Refactored the Java and C# code generators into one. by Wouter van Oortmerssen · 10 years ago
  28. 9a1f7be Initial commit of .NET port of FlatBuffers by evolutional · 10 years ago