flatbuffers/tests/MyGame/Example
Frank Benkstein 91fe9ba93f make unions with type aliases more usable (#5019)
Some generic C++ and Rust code is not generated when unions use type
aliases because of potential ambiguity. Actually check for this
ambiguity and only disable offending code only if it is found.
2018-11-01 12:51:25 -07:00
..
__init__.py
Ability.cs
Ability.go Use standard header for generated Go files (#4961) 2018-10-03 11:19:40 -07:00
Ability.java Add @javax.annotation.Generated to generated flatbuffer Java types (#4986) 2018-10-08 15:29:22 -07:00
Ability.lua Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
Ability.php
Ability.py
Any.cs
Any.go Use standard header for generated Go files (#4961) 2018-10-03 11:19:40 -07:00
Any.java Add @javax.annotation.Generated to generated flatbuffer Java types (#4986) 2018-10-08 15:29:22 -07:00
Any.lua Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
Any.php
Any.py
AnyAmbiguousAliases.cs make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
AnyAmbiguousAliases.go make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
AnyAmbiguousAliases.java make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
AnyAmbiguousAliases.lua make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
AnyAmbiguousAliases.php make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
AnyAmbiguousAliases.py make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
AnyUniqueAliases.cs make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
AnyUniqueAliases.go make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
AnyUniqueAliases.java make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
AnyUniqueAliases.lua make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
AnyUniqueAliases.php make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
AnyUniqueAliases.py make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
Color.cs
Color.go Use standard header for generated Go files (#4961) 2018-10-03 11:19:40 -07:00
Color.java Add @javax.annotation.Generated to generated flatbuffer Java types (#4986) 2018-10-08 15:29:22 -07:00
Color.lua Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
Color.php
Color.py
Monster.cs make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
Monster.go make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
Monster.java make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
Monster.lua make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
Monster.php make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
Monster.py make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
MonsterStorage_grpc.go Use stdlib context in generated Go files (#4904) 2018-10-22 16:28:58 -07:00
MonsterStorageGrpc.java Bumped version to 1.10.1 for all languages. 2018-10-03 12:48:47 -07:00
Referrable.cs Fix broken Java/C# codegen 2018-03-05 16:37:04 -08:00
Referrable.go Use standard header for generated Go files (#4961) 2018-10-03 11:19:40 -07:00
Referrable.java Add @javax.annotation.Generated to generated flatbuffer Java types (#4986) 2018-10-08 15:29:22 -07: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 Use standard header for generated Go files (#4961) 2018-10-03 11:19:40 -07:00
Stat.java Add @javax.annotation.Generated to generated flatbuffer Java types (#4986) 2018-10-08 15:29:22 -07:00
Stat.lua Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
Stat.php
Stat.py Python: return None for missing strings. (#4733) 2018-05-10 10:34:20 -07:00
Test.cs
Test.go Use standard header for generated Go files (#4961) 2018-10-03 11:19:40 -07:00
Test.java Add @javax.annotation.Generated to generated flatbuffer Java types (#4986) 2018-10-08 15:29:22 -07:00
Test.lua Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
Test.php
Test.py
TestSimpleTableWithEnum.cs Add C#/Java generator behaviour for 'private' attribute (#4882) 2018-08-16 15:25:33 -07:00
TestSimpleTableWithEnum.go Use enum types in generated read/mutate methods for Go (#4978) 2018-10-08 14:25:37 -07:00
TestSimpleTableWithEnum.java Add @javax.annotation.Generated to generated flatbuffer Java types (#4986) 2018-10-08 15:29:22 -07:00
TestSimpleTableWithEnum.lua Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
TestSimpleTableWithEnum.php
TestSimpleTableWithEnum.py
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 Use standard header for generated Go files (#4961) 2018-10-03 11:19:40 -07:00
TypeAliases.java Add @javax.annotation.Generated to generated flatbuffer Java types (#4986) 2018-10-08 15:29:22 -07: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
Vec3.go Use enum types in generated read/mutate methods for Go (#4978) 2018-10-08 14:25:37 -07:00
Vec3.java Add @javax.annotation.Generated to generated flatbuffer Java types (#4986) 2018-10-08 15:29:22 -07:00
Vec3.lua Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
Vec3.php
Vec3.py