- 22 Jul, 2015 3 commits
-
-
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
-
- 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 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 2 commits
-
-
Wouter van Oortmerssen authored
Tested: on OS X.
-
Wouter van Oortmerssen authored
Tested: on Linux. Change-Id: I8f7bccf9b1ad87fea788f85e23fa69435758feca
-