- 01 Aug, 2016 1 commit
-
-
Ben Hamilton authored
-
- 29 Jul, 2016 2 commits
-
-
Wouter van Oortmerssen authored
Change-Id: Ia78dd3b0f213e9ffa49dcec699dcbb21fe6517da Tested: on Linux.
-
Wouter van Oortmerssen authored
-
- 28 Jul, 2016 6 commits
-
-
Caleb Epstein authored
-
https://github.com/google/flatbuffersCaleb Epstein authored
* 'master' of https://github.com/google/flatbuffers: Added AppVeyor CI. Removed pre-made VS2010 and XCode projects.
-
Caleb Epstein authored
-
Wouter van Oortmerssen authored
Change-Id: I01cf630026e25382b585785b471bad21153338f6
-
-
Wouter van Oortmerssen authored
CMake is now required on all platforms. Change-Id: Iad81d9244a05ed70ce8b8860d6b729a873f137c1 Tested: on Windows and OS X.
-
- 27 Jul, 2016 4 commits
-
-
Wouter van Oortmerssen authored
Fix docs for object API usage
-
Michael Paulson authored
This is a port of the tests found in test.cpp
-
Caleb Epstein authored
-
-
- 26 Jul, 2016 5 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
-
Michael Paulson authored
-
Michael Paulson authored
This is just the initial commit to start the conversation on adding mutation to javascript.
-
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
-