- Oct 12, 2016
-
-
Wouter van Oortmerssen authored
Change-Id: Ifb977411b65f8721cf9db891d7a62798bd593c0c
-
Wouter van Oortmerssen authored
These are useful for streaming FlatBuffers. The functionality ensures proper alignment of the whole buffer. Tested: on OS X. Bug: 27123865 Change-Id: Ic7d75a618c1bb470ea44c4dcf202ff71f2b3f4f1 Signed-off-by:
Wouter van Oortmerssen <wvo@google.com>
-
Wouter van Oortmerssen authored
This allows hashed string fields to be used for lookup of any C++ objects, a pointer to which are then stored in the object besides the original hash for easy access. Change-Id: I2247a13c349b905f1c54660becde2c818ad23e97 Tested: on Linux. Bug: 30204449
-
- Oct 07, 2016
-
-
Baptiste Lepilleur authored
flatc java generator: namespace_test2.fbs is missing namespace prefix for referToA2() return type (#4040) * Fix flatc generating incorrect java/c# code for namespace_test2.fbs. In code for TableInC, method referToA2() returned type SecondTableInA instead of NamespaceA.SecondTableInA. * Updated generated code. * Fixed indendation.
-
- Oct 03, 2016
-
-
jbrads authored
* Generate type traits for unions to map a type to the corresponding union enum value. * Fixed break with union enum type traits when type is in a namespace. * Fixed spacing and variable names in type traits generation to match style guidelines. * Fixed spacing in type traits generation to match style guidelines. * Regenerated test schema header.
-
- Sep 15, 2016
-
-
Xun Liu authored
-
- Sep 12, 2016
-
-
Alberto Fernández authored
-
- Sep 06, 2016
-
-
Romain Gilles authored
Use the find -exec instead of find ... | xargs otherwise when there is error log in the output of the build.
-
- Sep 01, 2016
-
-
Romain Gilles authored
Remove commented line. Add a last step that remove the target folder after the build and the tests execution.
-
Wouter van Oortmerssen authored
-
- Aug 30, 2016
-
-
Romain Gilles authored
-
- Aug 29, 2016
-
-
Romain Gilles authored
It is a common practice to put all the compiled classes into a dedicated folder in order to: - avoid to mix the code and the complied classes - to allow a simple way to remove the complied classes Add log of java version in order to make it explicit to the end user.
-
- Aug 26, 2016
-
-
Wouter van Oortmerssen authored
Change-Id: Ice94f09197235cf71b41a22d0767bd7b119284e1
-
Wouter van Oortmerssen authored
This was causing class loader errors on Java 1.6. Change-Id: Id1d9e7e369aad639115664c43a867c4d3a82f9f1 Tested: on Linux.
-
Wouter van Oortmerssen authored
Tested: on Linux. Change-Id: Iea336f75a3b6e722743563813c3c9ed9db4d02fe
-
TGIshib authored
-
- Aug 25, 2016
-
-
Romain Gilles authored
It is a common practice to put all the compiled classes into a dedicated folder in order to: - void to mixing the code and the complied classes - to allow a simple way to remove the complied classes
-
- Aug 22, 2016
-
-
TGIshib authored
-
- Aug 21, 2016
-
-
rw authored
Fixes #3986
-
- Aug 18, 2016
-
-
Ben Hamilton authored
-
- Aug 16, 2016
-
-
Artem Kazakov authored
-
- Aug 14, 2016
-
-
TGIshib authored
-
- Aug 12, 2016
-
-
Wouter van Oortmerssen authored
They were overloaded, but also had default arguments, so would become ambiguous when used with few arguments. Change-Id: Ifac7f3ea3a6391d971dfeda8e33129c8c38d6f12 Tested: on Linux.
-
- Aug 10, 2016
-
-
Wouter van Oortmerssen authored
Change-Id: I9a4f90889c311c454a9c19e78c7db3c79800b44e Tested: on Linux.
-
- Aug 08, 2016
-
-
Wouter van Oortmerssen authored
Change-Id: Ie2f1f65be451979d9f8d4da999b1c10737e867af
-
Wouter van Oortmerssen authored
Change-Id: Ib283eade157a436e0f3ca0e68d74e7dc6c51c65b
-
- Aug 03, 2016
-
-
TGIshib authored
-
- Aug 02, 2016
-
-
gonzaloserrano authored
Enums are not fixed because depending on they have comments or not they will be aligned alogn the asssignment character.
-
- Aug 01, 2016
-
-
Ben Hamilton authored
-
- Jul 27, 2016
-
-
Michael Paulson authored
This is a port of the tests found in test.cpp
-
- Jul 26, 2016
-
-
Michael Paulson authored
-
Kazuki Sakamoto authored
Tested: on Darwin
-
- Jul 25, 2016
-
-
Wouter van Oortmerssen authored
Also updated generated_code.sh to prevent this from happening in the future. Change-Id: Ib282e9b6c762a79d4b4e09bee06b14781cd2a4c1
-
- Jul 21, 2016
-
-
Wouter van Oortmerssen authored
-
Wouter van Oortmerssen authored
-
Wouter van Oortmerssen authored
Change-Id: I1dfc867e6df5932ab61dad431eb3cb02f15d04df Tested: on Linux. Bug: 30202327
-
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
-
- Jul 20, 2016
-
-
Wouter van Oortmerssen authored
Change-Id: If927f3ea3fb3723088fa287f24bdd1ad43c8d1d1 Tested: on Linux.
-