flatbuffers/tests/MyGame/Example
Marc Butler 93f74c0363 Generate FlagsAttribute for Csharp (#5370)
For schema enums with the bit_flags attribute, generate the
corresponding System.FlagsAttribute in generated Csharp code.
2019-05-30 15:57:41 -07:00
..
Ability.cs C#: Added <autogenerated> in cs generator file header comment (#4291) 2017-05-16 14:28:34 -07:00
Ability.go Use standard header for generated Go files (#4961) 2018-10-03 11:19:40 -07:00
Ability.java Fixed vector of unions crash in java (#5190) 2019-02-21 19:50:13 +01: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] Make enums into real types, add String() (#5235) 2019-05-17 12:41:39 -07:00
Any.java Fixed missing code from @javax.annotation PR. 2018-11-02 11:40:21 -07:00
Any.lua Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
Any.php Changing array to be an associative array so that the Name function can work with non-sequential enums as well as those beginning at something other than zero. (#5151) 2019-02-04 23:33:57 +01:00
Any.py Allow unions of table types with the same name but from different namespaces. 2016-06-20 11:47:04 -07:00
AnyAmbiguousAliases.cs make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
AnyAmbiguousAliases.go [Go] Make enums into real types, add String() (#5235) 2019-05-17 12:41:39 -07:00
AnyAmbiguousAliases.java Fixed missing code from @javax.annotation PR. 2018-11-02 11:40:21 -07:00
AnyAmbiguousAliases.lua make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
AnyAmbiguousAliases.php Changing array to be an associative array so that the Name function can work with non-sequential enums as well as those beginning at something other than zero. (#5151) 2019-02-04 23:33:57 +01: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 [Go] Make enums into real types, add String() (#5235) 2019-05-17 12:41:39 -07:00
AnyUniqueAliases.java Fixed missing code from @javax.annotation PR. 2018-11-02 11:40:21 -07:00
AnyUniqueAliases.lua make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
AnyUniqueAliases.php Changing array to be an associative array so that the Name function can work with non-sequential enums as well as those beginning at something other than zero. (#5151) 2019-02-04 23:33:57 +01:00
AnyUniqueAliases.py make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
Color.cs Generate FlagsAttribute for Csharp (#5370) 2019-05-30 15:57:41 -07:00
Color.go [Go] Make enums into real types, add String() (#5235) 2019-05-17 12:41:39 -07:00
Color.java Fixed missing code from @javax.annotation PR. 2018-11-02 11:40:21 -07:00
Color.lua Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
Color.php Changing array to be an associative array so that the Name function can work with non-sequential enums as well as those beginning at something other than zero. (#5151) 2019-02-04 23:33:57 +01:00
Color.py sharing the Flatbuffers warning 2016-05-26 15:26:58 +02:00
Monster.cs Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00
Monster.go [Go] Change two more sites to use enum types (#5359) 2019-05-20 14:46:36 -07:00
Monster.java Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00
Monster.lua Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00
Monster.php Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00
Monster.py Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00
MonsterStorageGrpc.java Update GRPC Java generated file. 2019-04-24 12:34:42 -07:00
MonsterStorage_grpc.go Fix Java generator bug that ignores bidi streaming attribute (#5063) 2018-11-29 10:33:17 -08: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 Java: Calculation of vtable and vtable size moved to the __init method. (#5210) 2019-02-25 23:45:29 +01: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 Java: Calculation of vtable and vtable size moved to the __init method. (#5210) 2019-02-25 23:45:29 +01: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 Use standard header for generated Go files (#4961) 2018-10-03 11:19:40 -07:00
Test.java Fixed vector of unions crash in java (#5190) 2019-02-21 19:50:13 +01: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 Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00
TestSimpleTableWithEnum.go [Go] Change two more sites to use enum types (#5359) 2019-05-20 14:46:36 -07:00
TestSimpleTableWithEnum.java Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00
TestSimpleTableWithEnum.lua Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00
TestSimpleTableWithEnum.php Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00
TestSimpleTableWithEnum.py Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07: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 [Go] Add mutation functions for vector elements (#5221) 2019-03-05 21:16:26 -08:00
TypeAliases.java Java: Calculation of vtable and vtable size moved to the __init method. (#5210) 2019-02-25 23:45:29 +01:00
TypeAliases.lua Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
TypeAliases.php Performance improvement to generated+supporting PHP (#5080) 2018-12-20 16:10:20 -08:00
TypeAliases.py Add scalar type aliases for int8, uint8, ..., f32, f64 (#4400) 2017-08-02 08:07:43 -07:00
Vec3.cs Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00
Vec3.go [Go] Change two more sites to use enum types (#5359) 2019-05-20 14:46:36 -07:00
Vec3.java Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00
Vec3.lua Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00
Vec3.php Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00
Vec3.py Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00
__init__.py Port FlatBuffers to Python. 2015-05-12 15:40:29 -07:00