..
arrays_test
Rework how Rust generated files are laid out ( #6731 )
2021-07-22 19:02:28 -04:00
cpp17
[C++] Use nullptr instead of 0 in generated headers ( #6762 )
2021-08-02 13:41:15 -07:00
docker
[Rust] Add support for fixed size arrays ( #6548 )
2021-04-16 11:15:59 -04:00
evolution_test
[C++] Use nullptr instead of 0 in generated headers ( #6762 )
2021-08-02 13:41:15 -07:00
FlatBuffers.Benchmarks
FlatBuffers.Benchmarks.swift
Implements verifier and code gen for swift ( #6373 )
2021-05-14 20:59:28 +03:00
FlatBuffers.Test
[C#] Add Union Constructor Utility for ObjectAPI. ( #6105 )
2021-07-26 10:01:41 -07:00
FlatBuffers.Test.Swift
Implements verifier and code gen for swift ( #6373 )
2021-05-14 20:59:28 +03:00
fuzzer
[fuzzer] Add monster_debug target ( #6513 )
2021-03-18 10:56:28 -07:00
include_test
Rework how Rust generated files are laid out ( #6731 )
2021-07-22 19:02:28 -04:00
include_test1
Rework how Rust generated files are laid out ( #6731 )
2021-07-22 19:02:28 -04:00
include_test2
Rework how Rust generated files are laid out ( #6731 )
2021-07-22 19:02:28 -04:00
monster_test
Rework how Rust generated files are laid out ( #6731 )
2021-07-22 19:02:28 -04:00
more_defaults
Rework how Rust generated files are laid out ( #6731 )
2021-07-22 19:02:28 -04:00
my-game
[TS] Add Build TS to CI jobs ( #6524 )
2021-04-12 10:41:59 -07:00
MyGame
[C#] Add Union Constructor Utility for ObjectAPI. ( #6105 )
2021-07-26 10:01:41 -07:00
name_clash_test
[idl_parser] Check structs and enums do not clash in a namespace ( #6562 )
2021-05-14 13:56:52 -07:00
namespace_test
[C++] Use nullptr instead of 0 in generated headers ( #6762 )
2021-08-02 13:41:15 -07:00
optional_scalars
Rework how Rust generated files are laid out ( #6731 )
2021-07-22 19:02:28 -04:00
prototest
rust_usage_test
Store vtables sorted in Rust builder ( #6765 )
2021-08-03 12:31:45 -07:00
union_vector
[C#] Add Union Constructor Utility for ObjectAPI. ( #6105 )
2021-07-26 10:01:41 -07:00
arrays_test.bfbs
Replace filenames in reflection with filenames+includes. ( #6703 )
2021-06-19 19:21:33 -04:00
arrays_test.fbs
arrays_test.golden
arrays_test.schema.json
arrays_test_generated.h
[C++] Use nullptr instead of 0 in generated headers ( #6762 )
2021-08-02 13:41:15 -07:00
BUILD.bazel
[idl_parser] Check structs and enums do not clash in a namespace ( #6562 )
2021-05-14 13:56:52 -07:00
DartTest.sh
Dart 2.0 release prep ( #6759 )
2021-08-02 13:31:36 -07:00
generate_code.bat
[C++] Fix union type handling on object api in C++17 ( #6745 )
2021-07-25 16:20:34 +07:00
generate_code.sh
[C++] Fix union type handling on object api in C++17 ( #6745 )
2021-07-25 16:20:34 +07:00
go_test.go
gold_flexbuffer_example.bin
GoTest.sh
JavaScriptFlexBuffersTest.js
JavaScriptTest.js
[TS] Add Build TS to CI jobs ( #6524 )
2021-04-12 10:41:59 -07:00
JavaScriptUnionVectorTest.js
[TS] Add Build TS to CI jobs ( #6524 )
2021-04-12 10:41:59 -07:00
JavaTest.bat
javatest.bin
JavaTest.java
[Java] ObjectAPI implementation ( #6521 ) ( #6582 )
2021-06-03 14:17:40 -07:00
JavaTest.sh
KotlinTest.kt
KotlinTest.sh
lobstertest.lobster
LuaTest.bat
[Lua] Add LuaJIT support ( #6584 )
2021-04-30 10:38:16 -07:00
luatest.lua
[Lua] manipulate byte array as string ( #6624 )
2021-05-07 22:57:13 -07:00
LuaTest.sh
Added support for Lua 5.1, 5.2 and 5.4 ( #6606 )
2021-05-05 16:36:49 -07:00
monster_extra.fbs
monster_extra_generated.h
Improve generated comparisons for tables ( #6486 )
2021-06-21 11:37:56 -07:00
monster_extra_my_game_generated.dart
Dart - make vTable fixed size (expect the number of fields when creating) ( #6735 )
2021-07-19 11:27:01 -07:00
monster_test.bfbs
Replace filenames in reflection with filenames+includes. ( #6703 )
2021-06-19 19:21:33 -04:00
monster_test.fbs
Rust structz ( #6539 )
2021-03-29 19:56:45 -04:00
monster_test.grpc.fb.cc
[C++/grpc] added hiding of unused variables in the generated code ( #6677 )
2021-06-06 17:40:56 +07:00
monster_test.grpc.fb.h
[C++/grpc] added hiding of unused variables in the generated code ( #6677 )
2021-06-06 17:40:56 +07:00
monster_test.js
[TS] Generate entry point module ( #6674 )
2021-06-01 09:09:55 -07:00
monster_test.schema.json
Jsonschema add prop comments ( #6617 )
2021-06-21 11:42:07 -07:00
monster_test.ts
[TS] Generate entry point module ( #6674 )
2021-06-01 09:09:55 -07:00
monster_test_bfbs_generated.h
Replace filenames in reflection with filenames+includes. ( #6703 )
2021-06-19 19:21:33 -04:00
monster_test_generated.h
[C++] Use nullptr instead of 0 in generated headers ( #6762 )
2021-08-02 13:41:15 -07:00
monster_test_generated.lobster
Rust structz ( #6539 )
2021-03-29 19:56:45 -04:00
monster_test_grpc.d.ts
[TS/JS] Updates the grpc ( #6654 )
2021-05-20 11:34:17 -07:00
monster_test_grpc.js
[TS/JS] Updates the grpc ( #6654 )
2021-05-20 11:34:17 -07:00
monster_test_my_game.example2_generated.dart
Dart - make vTable fixed size (expect the number of fields when creating) ( #6735 )
2021-07-19 11:27:01 -07:00
monster_test_my_game.example_generated.dart
Dart - make writeString() argument non-nullable ( #6737 )
2021-07-20 07:54:48 -07:00
monster_test_my_game_generated.dart
Dart - make vTable fixed size (expect the number of fields when creating) ( #6735 )
2021-07-19 11:27:01 -07:00
monsterdata_extra.json
monsterdata_go_wire.mon.sp
monsterdata_python_wire.mon
monsterdata_test.golden
monsterdata_test.json
monsterdata_test.mon
more_defaults.fbs
Default-empty vectors of enums ( #6505 )
2021-04-06 07:23:45 -04:00
native_type_test.fbs
[C++] #6501 - Problem when mapping a native type multiple times ( #6514 )
2021-03-18 11:01:50 -07:00
native_type_test_generated.h
[C++] #6501 - Problem when mapping a native type multiple times ( #6514 )
2021-03-18 11:01:50 -07:00
native_type_test_impl.cpp
[C++] #6501 - Problem when mapping a native type multiple times ( #6514 )
2021-03-18 11:01:50 -07:00
native_type_test_impl.h
[C++] #6501 - Problem when mapping a native type multiple times ( #6514 )
2021-03-18 11:01:50 -07:00
optional_scalars.fbs
optional_scalars.ts
Rework how Rust generated files are laid out ( #6731 )
2021-07-22 19:02:28 -04:00
optional_scalars_generated.h
Improve generated comparisons for tables ( #6486 )
2021-06-21 11:37:56 -07:00
optional_scalars_generated.lobster
package.json
[TS] Add Build TS to CI jobs ( #6524 )
2021-04-12 10:41:59 -07:00
phpTest.php
phpUnionVectorTest.php
phpUnionVectorTest.sh
py_flexbuffers_test.py
py_test.py
PythonTest.sh
RustTest.bat
RustTest.sh
Rust Remove SafeSliceAccess for Arrays, and fix miri. ( #6592 )
2021-04-26 19:28:25 -04:00
TableAT.java
[Java] ObjectAPI implementation ( #6521 ) ( #6582 )
2021-06-03 14:17:40 -07:00
test.cpp
[C++] add make_span for Array<T,N> ( #6663 )
2021-06-28 10:22:02 -07:00
test_assert.cpp
test_assert.h
test_builder.cpp
test_builder.h
TestAll.sh
tsconfig.json
[TS] Generate entry point module ( #6674 )
2021-06-01 09:09:55 -07:00
TypeScriptTest.bat
[TS] Add Build TS to CI jobs ( #6524 )
2021-04-12 10:41:59 -07:00
TypeScriptTest.sh
[TS] Add Build TS to CI jobs ( #6524 )
2021-04-12 10:41:59 -07:00
unicode_test.json
unicode_test.mon
[TS] Add Build TS to CI jobs ( #6524 )
2021-04-12 10:41:59 -07:00