- 27 Jul, 2016 2 commits
-
-
Caleb Epstein authored
-
-
- 26 Jul, 2016 3 commits
-
-
Jason Sanmiya authored
The new line in the set(CMAKE_CXX_FLAGS...) line was getting insert verbatim into the Makefile. Makefiles don't like new lines in their assignment operators. The newline escape fix works for CMake 3.0 and above, but since we support 2.x, we need to use the legacy solution, which is to split into two separate statements. Tested: cmake -G"Unix Makefiles" works now on Mac. Change-Id: I6f4655981b85087c4760c3d26ed0c97c4469ba93
-
Robert authored
Add EnumNames to Go code
-
Kazuki Sakamoto authored
Tested: on Darwin
-
- 25 Jul, 2016 4 commits
-
-
Wouter van Oortmerssen authored
Change-Id: I4a587102db8c435b739c92b6c464c94c4ea1fe42
-
Wouter van Oortmerssen authored
It would write 64bits offsets instead of 32bit ones, and update the vtable pointer before the fields were processed. Change-Id: I0c0fa942bbd3b42839294f5653ba8fa048612624 Tested: on Linux.
-
Wouter van Oortmerssen authored
Also updated generated_code.sh to prevent this from happening in the future. Change-Id: Ib282e9b6c762a79d4b4e09bee06b14781cd2a4c1
-
Wouter van Oortmerssen authored
Add @namespace annotation to namespaces in javascript
-
- 22 Jul, 2016 2 commits
-
-
Wouter van Oortmerssen authored
-
Robert authored
Emit GetRootAs methods for all types in Go and Python
-
- 21 Jul, 2016 8 commits
-
-
Wouter van Oortmerssen authored
-
Wouter van Oortmerssen authored
-
Wouter van Oortmerssen authored
Change-Id: I1dfc867e6df5932ab61dad431eb3cb02f15d04df Tested: on Linux. Bug: 30202327
-
Wouter van Oortmerssen authored
-
Wouter van Oortmerssen authored
Change-Id: I7a2576c6f366b89ef3e1f83941f90294ca7a07fd
-
Wouter van Oortmerssen authored
Change-Id: I9d738e84ab2e01ec117c825ade44cc865cf5f1c2
-
-
Wouter van Oortmerssen authored
Minimal, in the sense that this will only allow flatbuffers.h + generated code to work. Everything else (tests, parsing, reflection etc.) may still not compile with stlport. Functionality has been reduced, some utility functions are not available. Tested: on Linux (no stlport), Android (stlport). Change-Id: I3f8b6a88258c07d78964dd455fb9f99f65266301
-
- 20 Jul, 2016 8 commits
-
-
Wouter van Oortmerssen authored
Change-Id: If927f3ea3fb3723088fa287f24bdd1ad43c8d1d1 Tested: on Linux.
-
Wouter van Oortmerssen authored
(Go) Add setter methods for scalar values.
-
Wouter van Oortmerssen authored
-
Wouter van Oortmerssen authored
-
Muhammed Thanish authored
-
Wouter van Oortmerssen authored
fixed ArrayOutOfBoundsException in java example
-
Wouter van Oortmerssen authored
[PHP] Fix typo
-
Yakir Buskilla authored
-
- 19 Jul, 2016 2 commits
-
-
Wouter van Oortmerssen authored
Fix typo
- 18 Jul, 2016 3 commits
-
-
Wouter van Oortmerssen authored
Create a maven like project structure for java development + OSGi + generation for test
-
Wouter van Oortmerssen authored
clang formating header and code generators for cpp, general, js, php
-
Wouter van Oortmerssen authored
Fix link to CONTRIBUTING
-
- 16 Jul, 2016 1 commit
-
-
Morton Fox authored
-
- 15 Jul, 2016 4 commits
-
-
lakedaemon authored
-
lakedaemon authored
-
Romain Gilles authored
This allow jar generated with maven to be used in OSGi environment.
-
Romain Gilles authored
-
- 14 Jul, 2016 3 commits
-
-
Wouter van Oortmerssen authored
Verifier computes the buffersize, useful when streaming multiple flatbuffers
-
Wouter van Oortmerssen authored
Fixed bug with negative hex constants (2).
-
BogDan Vatra authored
-