1. 04 Feb, 2015 1 commit
    • Alex Ames's avatar
      Added new Android build target and makefile utils. · ff1ac8ab
      Alex Ames authored
      Previously Android.mk only had a rule for the Flatbuffers test. There
      is now an empty module definition so that flatbuffers can be included
      as an Android module in other projects.
      
      Additionally, android/jni/include.mk has been added which contains
      some utility functions that can be used by projects using Flatbuffers
      to generate header build rules and set up dependencies.
      
      A sample project has been added to the samples directory to
      demonstrate how to use flatbuffers with Android.
      
      Tested by compiling Android project on Linux.
      
      Change-Id: I25d6da40f6531777b22f7371187e0a2f4e903ad4
      ff1ac8ab
  2. 26 Jan, 2015 7 commits
  3. 21 Jan, 2015 1 commit
  4. 16 Jan, 2015 5 commits
  5. 08 Jan, 2015 1 commit
  6. 07 Jan, 2015 10 commits
  7. 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
  8. 09 Dec, 2014 13 commits
  9. 19 Nov, 2014 1 commit