- 12 Aug, 2015 3 commits
-
-
Wouter van Oortmerssen authored
This is just a start, will need to be extended. Change-Id: I5a9ad671911942dcb83fdd2bae537deed751cbfd
-
Wouter van Oortmerssen authored
Change-Id: I800119d8fe19f4c3e95772aba629ef8b2deb9e4b
-
Wouter van Oortmerssen authored
[Issue 252] Add type cast for default enum values in C#
-
- 11 Aug, 2015 1 commit
-
-
Mormegil authored
When creating a CreateXxx(...) method for a simple table type, enum-type fields with a non-zero default must have an explicit cast for the respective argument default value, because in C#, there is an implicit cast from int to an enum only for 0. Also, added an example of such type into the example monster_test type, so that we test this feature.
-
- 06 Aug, 2015 1 commit
-
-
Wouter van Oortmerssen authored
Change-Id: I45362806df6d4eff0b0b7521b7caf42c2ec0515c
-
- 05 Aug, 2015 4 commits
-
-
Jon Simantov authored
Causing SetAnyValueS to treat all scalars as integers. Change-Id: Ib467b255e7f32a1478180a91e65def31676399eb
-
Wouter van Oortmerssen authored
Clarified the use of the deprecated flatc --gen-includes flag.
-
Wouter van Oortmerssen authored
Change-Id: I7df2b0172f5de6f7bdbd8778361794004cd06062 Tested: on Linux.
-
Stewart Miles authored
Also, removed the flag from the Android makefile. Tested: Verified flatc builds successfully on Linux and regenerated the docs. Change-Id: I7140daa10b7cb9a29b5ffd63c6b20489e72a5899
-
- 04 Aug, 2015 2 commits
-
-
Wouter van Oortmerssen authored
Tested: on Windows.
-
Wouter van Oortmerssen authored
Also made the Xcode project link. Tested: on OS X.
-
- 03 Aug, 2015 1 commit
-
-
Wouter van Oortmerssen authored
e.g. support generic reading/writing from structs/vectors etc. Change-Id: I2eb6e24db088a72da444d5c8df7e506e53d5bc2d Tested: on Linux. Bug: 22660837
-
- 31 Jul, 2015 2 commits
-
-
Wouter van Oortmerssen authored
Change-Id: I6e9e66c3d7d67c54617bc892f612b7341bebd7e0
-
Wouter van Oortmerssen authored
As part of the reflection support. Change-Id: Ie0a8e233bca7dffa4cff7e564660035d97ff8902 Tested: on Linux. Bug:22637258
-
- 29 Jul, 2015 1 commit
-
-
Wouter van Oortmerssen authored
[BREAKING CHANGE] Base type safety in C#. Clear FlatBufferBuilder in C#.
-
- 28 Jul, 2015 3 commits
- 22 Jul, 2015 9 commits
-
-
Wouter van Oortmerssen authored
Change-Id: I05e2f8fd06026645a8e5da1703d757ad9de10b4f Tested: on Linux.
-
Wouter van Oortmerssen authored
Change-Id: I60f6da32fb2a30557fcf842624f68ca184f65e1f Tested: on Linux.
-
Wouter van Oortmerssen authored
Add optional root table to SetString and ResizeVector, when your Flatbuffer isn't the schema's root type.
-
Jon Simantov authored
-
Jon Simantov authored
Was previously using table name, but no reason not to just let the calling code worry about getting the object.
-
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
-
Jon Simantov authored
This allows you to use these functions with a flatbuffer whose root table type does't correspond with the root table type of the schema. If you don't specify the table name, it will use the root table from the schema by default (mimicing the current behavior).
-
- 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 1 commit
-
-
aeneid authored
added #include <stdio.h>
-