- Jan 07, 2015
-
-
Leander Bessa Beernaert authored
When FLATBUFFERS_BUILD_FLATC is set to OFF, the flatbuffer compiler and tests will not be build. Change-Id: I42b87b71daab4cb9c06605c813e7e4b62d6bf67a
-
Wouter van Oortmerssen authored
Bug: 18908613 Change-Id: Ifed8a33b6b976b64eed9d190d930b08de1d5f41e Tested: on Linux.
-
Wouter van Oortmerssen authored
Previously, obtaining the buffer was unclear and required multiple casts. Change-Id: I18e01c9e669886ac250e83aad10623cbddd629b6 Tested: on Linux.
-
Wouter van Oortmerssen authored
* changes: non-generic version of CreateUninitializedVector for c ffi cast literal to csize to fix error
-
Jon Simantov authored
-
dyu authored
Change-Id: Id7618e53797a158b82e7e480a6507887db3528bc
-
dyu authored
Change-Id: Ieddc3c5cd4f7c97a9739ae3046b8a1b328180ae1
-
dyu authored
Change-Id: I531c26572fca7fca9805178971d7e110d44627d8
-
Wouter van Oortmerssen authored
Change-Id: I7dc4bb3bbe32c6fe83a013790391fba0df8f4888
-
- Jan 06, 2015
-
-
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
-
- Dec 09, 2014
-
-
Wouter van Oortmerssen authored
-
Wouter van Oortmerssen authored
-
Wouter van Oortmerssen authored
-
Wouter van Oortmerssen authored
-
Wouter van Oortmerssen authored
-
Wouter van Oortmerssen authored
-
Wouter van Oortmerssen authored
Change-Id: Ie187065698dfb6ba9d989e9d2c48bdd7cb870e89
-
Wouter van Oortmerssen authored
Change-Id: Ie62096f7337a476bee7a6d46d652e594fb3124d2 Tested: on Linux. Bug: 18201051
-
Wouter van Oortmerssen authored
Change-Id: I458249d95e6d65ac039e84d947d2fdf4fd1c3809 Tested: on Linux.
-
Wouter van Oortmerssen authored
Change-Id: I9787ab88e5bd4846d92995e2bb05d0c2121113ca Tested: on Linux.
-
Lars Magnusson authored
Change-Id: I6ee09cf1e86a41b73bb3aa79b68871afb1a4e34f
-
Wouter van Oortmerssen authored
Change-Id: Ibc2bd88a636f3b4abf82a7c2722fc1e354dab848 Tested: on Linux.
-
Robert Segal authored
Change-Id: I72aa590a0dc13771ca2f17857824f8b6fd76c78f
-
- Nov 19, 2014
-
-
Wouter van Oortmerssen authored
People sometimes accidentally inherit from these types. Bug: 18224703 Change-Id: Ia09489a834ac4941f9b4a46f240cbdcf456f03a1 Tested: on Windows and Linux.
-
Wouter van Oortmerssen authored
This is such that if you mis-spell an attribute, it doesn't get silently ignored. Bug: 18294628 Change-Id: I10013f5b2a21048b7daba2e9410678f528e09761 Tested: on Linux.
-
Wouter van Oortmerssen authored
Change-Id: Ib36ec71aab02fc66d2a6d0c916ebfa4dd1d0d02f
-
Jon Simantov authored
Change-Id: I5333d45ac43cbba61473bd8ba5b44aedb696a25c Tested: FlatBuffersTest now builds on Android under Windows.
-
- Nov 08, 2014
-
-
Zbigniew Mandziejewicz authored
Change-Id: I5ab692ceb6809493720c1bff69a2e3210efd4618
-
- Nov 07, 2014
-
-
Wouter van Oortmerssen authored
Added extra check to ensure memcmp gets called with a size that is guaranteed within range of the buffer. This wasn't a real problem, but stops address sanitizer from complaining. See: https://github.com/google/flatbuffers/issues/88 https://github.com/joker-eph/flatbuffers/commit/517506b4e105814e0823353c3d6561085c26a1ab#commitcomment-8265231 Change-Id: I7de24da2d36d973e154f92eeb3e093070886037f Tested: on Linux
-
Wouter van Oortmerssen authored
Reported by: https://github.com/google/flatbuffers/issues/99 Change-Id: Ia26da95bbac189836c257fa85f3bec1b153b6207 Tested: on Linux.
-
- Oct 29, 2014
-
-
Luna authored
Change-Id: Iac5894fd8f56da7e420714558a94d63d4fea2d72
-
- Oct 28, 2014
-
-
Wouter van Oortmerssen authored
Change-Id: I85e8a6bf2fd1ce04271e8afc5083fd47502e5075
-
- Oct 24, 2014
-
-
Wouter van Oortmerssen authored
This is helpful working with zero-copy use cases. Bug: 15779698 Change-Id: I7097651ca9a432b5021b4e024da86398d1413ec7 Tested: on Linux and Windows.
-
Wouter van Oortmerssen authored
By replacing DIRECTORY by PATH: http://www.cmake.org/cmake/help/v3.0/command/get_filename_component.html Change-Id: I6f5802deeda53dea443b255294235e43e7bb5389 Tested: on Linux.
-
Wouter van Oortmerssen authored
Change-Id: Iacea45ae0f602f49e46de472286a7a77ee20c301
-
- Oct 22, 2014
-
-
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
-
Wouter van Oortmerssen authored
Change-Id: I3480de9157fd6d0eeb123e77e448bd57c75c74ad Tested: on OS X
-
- Oct 16, 2014
-
-
Wouter van Oortmerssen authored
Change-Id: I504915c6b5367e8c05dc056463158b8420ad8c5e Tested: on Linux.
-
Wouter van Oortmerssen authored
Bug: 15777858 Change-Id: Iabef9b8c8044e593bb89510feebdee00d2f1840b Tested: on Linux and Windows.
-
- Sep 25, 2014
-
-
Wouter van Oortmerssen authored
Also fixed Go unit tests not being up to date with recent schema changes. Change-Id: I42e619f9c5ea05f6f937c68a5c8a92462c46bce3 Tested: on Linux and Windows.
-