..
Ability.cs
C#: Added <autogenerated> in cs generator file header comment ( #4291 )
2017-05-16 14:28:34 -07:00
Ability.go
Support binary search for struct in cpp ( #4245 )
2017-03-29 09:51:12 -07:00
Ability.java
Support binary search for struct in cpp ( #4245 )
2017-03-29 09:51:12 -07:00
Ability.lua
Lua (5.3) Language addition ( #4804 )
2018-07-05 15:55:57 -07:00
Ability.php
Support binary search for struct in cpp ( #4245 )
2017-03-29 09:51:12 -07:00
Ability.py
Support binary search for struct in cpp ( #4245 )
2017-03-29 09:51:12 -07:00
Any.cs
C#: Added <autogenerated> in cs generator file header comment ( #4291 )
2017-05-16 14:28:34 -07:00
Any.go
go: give enums their own scalar types
2018-07-26 16:46:35 -07:00
Any.java
clang formating cpp code generator and add missing generated classes
2016-07-15 16:08:59 +02:00
Any.lua
Lua (5.3) Language addition ( #4804 )
2018-07-05 15:55:57 -07:00
Any.php
Allow unions of table types with the same name but from different namespaces.
2016-06-20 11:47:04 -07:00
Any.py
Allow unions of table types with the same name but from different namespaces.
2016-06-20 11:47:04 -07:00
Color.cs
C#: Added <autogenerated> in cs generator file header comment ( #4291 )
2017-05-16 14:28:34 -07:00
Color.go
go: give enums their own scalar types
2018-07-26 16:46:35 -07:00
Color.java
clang formating cpp code generator and add missing generated classes
2016-07-15 16:08:59 +02:00
Color.lua
Lua (5.3) Language addition ( #4804 )
2018-07-05 15:55:57 -07:00
Color.php
sharing the Flatbuffers warning
2016-05-26 15:26:58 +02:00
Color.py
sharing the Flatbuffers warning
2016-05-26 15:26:58 +02:00
Monster.cs
C# support for directly reading and writting to memory other than byte[]. For example, ByteBuffer can be initialized with a custom allocator which uses shared memory / memory mapped files. ( #4886 )
2018-08-23 10:05:31 -07:00
Monster.go
Support attribute "cpp_ptr_type" on table elements marked as "hash" ( #4643 )
2018-03-05 08:40:55 -08:00
Monster.java
Java/C#/Python prefixed size support ( #4445 )
2018-03-12 11:30:46 -07:00
Monster.lua
Lua (5.3) Language addition ( #4804 )
2018-07-05 15:55:57 -07:00
Monster.php
Support attribute "cpp_ptr_type" on table elements marked as "hash" ( #4643 )
2018-03-05 08:40:55 -08:00
Monster.py
[BREAKING CHANGE] Python: handle bool table fields properly. ( #4736 )
2018-05-14 13:30:10 -07:00
MonsterStorageGrpc.java
The asserts replaced by FLATBUFFERS_ASSERT. ( #4701 )
2018-04-16 08:57:59 -07:00
MonsterStorage_grpc.go
Issue #4799 fixed. Generator for KeyCompareWithValue is extracted. ( #4802 )
2018-07-05 09:23:40 -07:00
Referrable.cs
Fix broken Java/C# codegen
2018-03-05 16:37:04 -08:00
Referrable.go
Added missing generated code files.
2018-03-05 15:47:16 -08:00
Referrable.java
Fix broken Java/C# codegen
2018-03-05 16:37:04 -08:00
Referrable.lua
Lua (5.3) Language addition ( #4804 )
2018-07-05 15:55:57 -07:00
Referrable.php
Added missing generated code files.
2018-03-05 15:47:16 -08:00
Referrable.py
Added missing generated code files.
2018-03-05 15:47:16 -08:00
Stat.cs
C# support for directly reading and writting to memory other than byte[]. For example, ByteBuffer can be initialized with a custom allocator which uses shared memory / memory mapped files. ( #4886 )
2018-08-23 10:05:31 -07:00
Stat.go
Add a generic way to deserialize a flatbuffer in Go.
2016-08-23 16:38:22 +02:00
Stat.java
Java + C#, reuse object in lookup_by_key ( #4648 )
2018-03-02 15:22:46 -08:00
Stat.lua
Lua (5.3) Language addition ( #4804 )
2018-07-05 15:55:57 -07:00
Stat.php
sharing the Flatbuffers warning
2016-05-26 15:26:58 +02:00
Stat.py
Python: return None for missing strings. ( #4733 )
2018-05-10 10:34:20 -07:00
Test.cs
C#: Added <autogenerated> in cs generator file header comment ( #4291 )
2017-05-16 14:28:34 -07:00
Test.go
Add a generic way to deserialize a flatbuffer in Go.
2016-08-23 16:38:22 +02:00
Test.java
Switched C# accessors from classes to structs
2016-08-31 17:34:51 -07:00
Test.lua
Lua (5.3) Language addition ( #4804 )
2018-07-05 15:55:57 -07:00
Test.php
sharing the Flatbuffers warning
2016-05-26 15:26:58 +02:00
Test.py
sharing the Flatbuffers warning
2016-05-26 15:26:58 +02:00
TestSimpleTableWithEnum.cs
Add C#/Java generator behaviour for 'private' attribute ( #4882 )
2018-08-16 15:25:33 -07:00
TestSimpleTableWithEnum.go
Add a generic way to deserialize a flatbuffer in Go.
2016-08-23 16:38:22 +02:00
TestSimpleTableWithEnum.java
Add C#/Java generator behaviour for 'private' attribute ( #4882 )
2018-08-16 15:25:33 -07:00
TestSimpleTableWithEnum.lua
Lua (5.3) Language addition ( #4804 )
2018-07-05 15:55:57 -07:00
TestSimpleTableWithEnum.php
sharing the Flatbuffers warning
2016-05-26 15:26:58 +02:00
TestSimpleTableWithEnum.py
Emit GetRootAs methods for all types in Go and Python
2016-06-14 18:41:33 -04:00
TypeAliases.cs
C# support for directly reading and writting to memory other than byte[]. For example, ByteBuffer can be initialized with a custom allocator which uses shared memory / memory mapped files. ( #4886 )
2018-08-23 10:05:31 -07:00
TypeAliases.go
Add scalar type aliases for int8, uint8, ..., f32, f64 ( #4400 )
2017-08-02 08:07:43 -07:00
TypeAliases.java
Java + C#, reuse object in lookup_by_key ( #4648 )
2018-03-02 15:22:46 -08:00
TypeAliases.lua
Lua (5.3) Language addition ( #4804 )
2018-07-05 15:55:57 -07:00
TypeAliases.php
Add scalar type aliases for int8, uint8, ..., f32, f64 ( #4400 )
2017-08-02 08:07:43 -07:00
TypeAliases.py
Add scalar type aliases for int8, uint8, ..., f32, f64 ( #4400 )
2017-08-02 08:07:43 -07:00
Vec3.cs
C#: Added <autogenerated> in cs generator file header comment ( #4291 )
2017-05-16 14:28:34 -07:00
Vec3.go
Add a generic way to deserialize a flatbuffer in Go.
2016-08-23 16:38:22 +02:00
Vec3.java
Switched C# accessors from classes to structs
2016-08-31 17:34:51 -07:00
Vec3.lua
Lua (5.3) Language addition ( #4804 )
2018-07-05 15:55:57 -07:00
Vec3.php
sharing the Flatbuffers warning
2016-05-26 15:26:58 +02:00
Vec3.py
sharing the Flatbuffers warning
2016-05-26 15:26:58 +02:00
__init__.py
Port FlatBuffers to Python.
2015-05-12 15:40:29 -07:00