- 08 Jul, 2015 1 commit
-
-
Wouter van Oortmerssen authored
included stdio.h in include/flatbuffers/hash.h
-
- 07 Jul, 2015 2 commits
- 06 Jul, 2015 1 commit
-
-
Wouter van Oortmerssen authored
Round up allocation size to avoid misalignment (issue #226)
-
- 05 Jul, 2015 2 commits
- 02 Jul, 2015 1 commit
-
-
Evan Wallace authored
Before this change, requesting a large initial allocation could cause the backing store to grow to an unaligned size. Since memory inside vector_downward is relative to the end of the buffer, this then caused all memory in the buffer to be misaligned and also misaligns any further loads and stores. Misaligned loads and stores are undefined behavior and don't work in environments such as emscripten (a JavaScript to C++ compiler).
-
- 01 Jul, 2015 1 commit
-
-
Jon Simantov authored
On Android builds, set FLATBUFFERS_FLATC_ARGS to change the arguments passed to the flatc cmdline. Do this in your Android makefile where you include the flatbuffers include.mk (before or after). For example FLATBUFFERS_FLATC_ARGS=--gen-mutable The default value is --gen-includes although since that is deprecated we could just make the default value blank. Change-Id: I79fb35f50c3e21bbef18ad40ad3559cb026ffe8e
-
- 29 Jun, 2015 6 commits
-
-
Wouter van Oortmerssen authored
Tested: on OS X.
-
Wouter van Oortmerssen authored
Change-Id: Ia2b7abc10bee52814e815befcad6a89697295d8f Tested: on Linux.
-
Wouter van Oortmerssen authored
Change-Id: Ief3f1507c003079eac90c2bb6c2abd64a80a0a34 Tested: on Linux.
-
Robert authored
Panic when nesting strings. Test panic scenarios.
-
gwvo authored
Fixed argument value to correct type
-
gwvo authored
Java/C-sharp docs: fix typo, clarify parser availability.
-
- 26 Jun, 2015 1 commit
-
-
Rafael Munitić authored
-
- 25 Jun, 2015 1 commit
-
-
John Belmonte authored
-
- 24 Jun, 2015 1 commit
-
-
rw authored
Also add a new `insideObject` boolean to the Builder to track whether an object is currently being constructed. This fixes a bug with objects that have zero fields.
-
- 22 Jun, 2015 1 commit
-
-
Wouter van Oortmerssen authored
Change-Id: I1842098a7ef461e2e92dd35d79d8ca303e814867 Tested: on Linux.
-
- 18 Jun, 2015 1 commit
-
-
Wouter van Oortmerssen authored
Change-Id: Ib30ffbbd140a8b82fe664129fa4e8c55836267f8 Tested: on Linux.
-
- 17 Jun, 2015 2 commits
-
-
Wouter van Oortmerssen authored
-
gwvo authored
option to generate one file for C#
-
- 16 Jun, 2015 6 commits
-
-
-
https://github.com/google/flatbuffersAmol Deshpande authored
Conflicts: src/flatc.cpp src/idl_gen_general.cpp
-
amoldeshpande authored
Merge pull request #2 from amoldeshpande/master
-
amoldeshpande authored
merge
-
Amol Deshpande authored
-
Wouter van Oortmerssen authored
-
- 15 Jun, 2015 5 commits
-
-
Wouter van Oortmerssen authored
Tested: on OS X.
-
Wouter van Oortmerssen authored
Tested: on Linux. Change-Id: I8f7bccf9b1ad87fea788f85e23fa69435758feca
-
Wouter van Oortmerssen authored
--gen-includes is now deprecate but still accepted. --no-includes can be used instead when needed. Change-Id: I2cd46d193032b9b7c31c76c6f655e9333d3a393a Tested: on Linux.
-
Wouter van Oortmerssen authored
Change-Id: Ie2cb42632f6a907a38e10b2c9be1536cf330b2fa Tested: on Linux.
-
gwvo authored
Fix for #218 - Check empty namespace in general generator
-
- 14 Jun, 2015 2 commits
-
-
Jeremie St-Amand authored
-
Jeremie St-Amand authored
If you have a schema with no namespace, the resulting C#/Java won't have an erroneous empty namespace keyword.
-
- 13 Jun, 2015 1 commit
-
-
Amol Deshpande authored
-
- 07 Jun, 2015 1 commit
-
-
Amol Deshpande authored
-
- 28 May, 2015 1 commit
-
-
Wouter van Oortmerssen authored
-
- 27 May, 2015 3 commits
-
-
Wouter van Oortmerssen authored
Normal behavior is to not output fields that happen to have the default value, since those will be reproduced anyway when turned into a FlatBuffer binary. This however can be problematic when using JSON to interop with other system since they might not know this default value. This flatc option (and also flag to GenerateText) will force those fields to be output anyway. Tested: on Linux.
-
Wouter van Oortmerssen authored
-
Wouter van Oortmerssen authored
Change-Id: Ib2b7aa8a5641cf73fa0d6f2000db7fdd1aabab66 Tested: on Linux.
-