- 17 Oct, 2016 1 commit
-
-
Wouter van Oortmerssen authored
Change-Id: I945890ce667a2f5a6c0495e78fd5326ed33b9914 Tested: on Linux. Bug: 30135763
-
- 12 Oct, 2016 8 commits
-
-
Wouter van Oortmerssen authored
Change-Id: I2cab7a1f68b8e643c1057e0a366572421a94ed41 Tested: on Linux.
-
Wouter van Oortmerssen authored
Change-Id: I814008b6eeffec9bd4b8810e4b29db9ea6218bb8
-
Wouter van Oortmerssen authored
Change-Id: Ifb977411b65f8721cf9db891d7a62798bd593c0c
-
-
Wouter van Oortmerssen authored
Bug: 30736848 Signed-off-by:
Wouter van Oortmerssen <wvo@google.com>
-
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
Change-Id: I4c27892c249527980d8f52a2cca801dace70289f
-
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
-
- 07 Oct, 2016 1 commit
-
-
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.
-
- 05 Oct, 2016 1 commit
-
-
Andrew Hundt authored
Resolves #4038 Related to https://github.com/ruslo/hunter/pull/529
-
- 03 Oct, 2016 1 commit
-
-
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.
-
- 21 Sep, 2016 1 commit
-
-
Wouter van Oortmerssen authored
serialize fully qualified struct & enum name in schema binary
-
- 19 Sep, 2016 2 commits
-
-
Wouter van Oortmerssen authored
Added IFlatbufferObject.cs file to project for .net.
-
FTT\kimsin authored
Before edition, IFlatbufferObject.cs file wasn't in the project and building the project throwed error.
-
- 15 Sep, 2016 2 commits
-
-
Jason Sanmiya authored
-
Xun Liu authored
-
- 14 Sep, 2016 2 commits
-
-
Wouter van Oortmerssen authored
(mirrored from cl 133146933) Change-Id: I61385289728777cae83139fef0229001d92382ca
-
Wouter van Oortmerssen authored
Remove extra semicolon
-
- 13 Sep, 2016 1 commit
-
-
mogemimi authored
-
- 12 Sep, 2016 2 commits
-
-
Wouter van Oortmerssen authored
Allow access to underlying ByteBuffer in C#
-
Alberto Fernández authored
-
- 10 Sep, 2016 1 commit
-
-
Wouter van Oortmerssen authored
Return error when full string cannot be parsed into int
-
- 09 Sep, 2016 4 commits
-
-
Sahil Jain authored
-
Wouter van Oortmerssen authored
option to build shared library,defeault off
-
Wouter van Oortmerssen authored
Isolate the complied Java classes into a target folder.
-
Jason Sanmiya authored
Cmake issued a warning when the variable is in quotation marks in an if statement. Visual Studio upgrades constants to int and issues a truncation warning, so inserted a cast. Change-Id: I60cdcb5c2565cd5e97f80b9c2ff1e6abc32b1deb Tested: Builds without warning on VS2015.
-
- 07 Sep, 2016 1 commit
-
-
Wouter van Oortmerssen authored
Switched C# accessors from classes to structs
-
- 06 Sep, 2016 2 commits
-
-
Romain Gilles authored
Use the find -exec instead of find ... | xargs otherwise when there is error log in the output of the build.
-
changnet authored
-
- 01 Sep, 2016 2 commits
-
-
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
-
- 30 Aug, 2016 1 commit
-
-
Romain Gilles authored
-
- 29 Aug, 2016 1 commit
-
-
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.
-
- 26 Aug, 2016 6 commits
-
-
Wouter van Oortmerssen authored
lookupByKey corrections
-
TGIshib authored
-
TGIshib authored
-
TGIshib authored
# Conflicts: # src/idl_gen_general.cpp
-
Wouter van Oortmerssen authored
Change-Id: Ice94f09197235cf71b41a22d0767bd7b119284e1
-
TGIshib authored
-