1. 16 Jan, 2015 2 commits
  2. 08 Jan, 2015 1 commit
  3. 07 Jan, 2015 10 commits
  4. 06 Jan, 2015 1 commit
    • Jon Simantov's avatar
      C#: Allow ByteBuffer to use faster unsafe mode · 4390254e
      Jon Simantov authored
      If your C# runtime environment supports unsafe mode, you can use
      the #define UNSAFE_BYTEBUFFER setting and build the FlatBuffers assembly
      in unsafe mode for greatly increased performance.
      
      Tested: Tested FlatBuffersTest on Windows using VS2010 with both safe
      and unsafe versions. Added ByteBufferTest to test the byte reversing
      functions.
      
      Change-Id: I21334468b339334f9abf4317e6291b648b97f57b
      4390254e
  5. 09 Dec, 2014 13 commits
  6. 19 Nov, 2014 4 commits
  7. 08 Nov, 2014 1 commit
  8. 07 Nov, 2014 2 commits
  9. 29 Oct, 2014 1 commit
  10. 28 Oct, 2014 1 commit
  11. 24 Oct, 2014 3 commits
  12. 22 Oct, 2014 1 commit
    • Wouter van Oortmerssen's avatar
      Fixed big-endian issue. · d426890b
      Wouter van Oortmerssen authored
      Noticed a memory read that isn't big-endian safe. Was somewhat
      benign in that it would have simply caused vtable duplication
      when constructing a FlatBuffer on a big-endian machine.
      
      Change-Id: I5de3a2bb3ce6912fdd845ed40668719794920cac
      d426890b