- 28 Jul, 2015 3 commits
- 22 Jul, 2015 9 commits
-
-
Wouter van Oortmerssen authored
Change-Id: I05e2f8fd06026645a8e5da1703d757ad9de10b4f Tested: on Linux.
-
Wouter van Oortmerssen authored
Change-Id: I60f6da32fb2a30557fcf842624f68ca184f65e1f Tested: on Linux.
-
Wouter van Oortmerssen authored
Add optional root table to SetString and ResizeVector, when your Flatbuffer isn't the schema's root type.
-
Jon Simantov authored
-
Jon Simantov authored
Was previously using table name, but no reason not to just let the calling code worry about getting the object.
-
Wouter van Oortmerssen authored
Add a libflatbuffers for other projects to use
-
Wouter van Oortmerssen authored
Change-Id: I4081160a8281939ab282d7914ae396276c767882 Tested: on Linux.
-
Martell Malone authored
-
Jon Simantov authored
This allows you to use these functions with a flatbuffer whose root table type does't correspond with the root table type of the schema. If you don't specify the table name, it will use the root table from the schema by default (mimicing the current behavior).
-
- 13 Jul, 2015 5 commits
-
-
Wouter van Oortmerssen authored
fix for parameter name clash in generated structs
-
aeneid authored
-
Maor Itzkovitch authored
-
Wouter van Oortmerssen authored
Change-Id: Ia6b976f0eb6a99d710bcd09cb56339580ff69f5b
-
Maor Itzkovitch authored
-
- 12 Jul, 2015 2 commits
- 09 Jul, 2015 1 commit
-
-
Wouter van Oortmerssen authored
Change-Id: I140e1322fc1bfb3ab8012e00d8f3006ee2e7ce95
-
- 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 1 commit
-
-
Wouter van Oortmerssen authored
-