..
FlatBuffers.Benchmarks
Remove byte* property in ByteBufferAllocator ( #5191 )
2019-02-21 23:36:55 +01:00
FlatBuffers.Benchmarks.swift
[swift] Implements union strings ( #6589 )
2021-04-24 14:47:24 +03:00
FlatBuffers.Test
Revert "[C#] Fix truncated ArraySegment<byte> if elementSize != 1 ( #6462 )" ( #6488 )
2021-02-23 11:30:07 -08:00
FlatBuffers.Test.Swift
[swift] Implements union strings ( #6589 )
2021-04-24 14:47:24 +03:00
MyGame
[Lua] manipulate byte array as string ( #6624 )
2021-05-07 22:57:13 -07:00
cpp17
Rust structz ( #6539 )
2021-03-29 19:56:45 -04:00
docker
[Rust] Add support for fixed size arrays ( #6548 )
2021-04-16 11:15:59 -04:00
evolution_test
Add Array initialization from struct constructor ( #5865 ) ( #6147 )
2020-10-12 12:24:18 -07:00
fuzzer
[fuzzer] Add `monster_debug` target ( #6513 )
2021-03-18 10:56:28 -07:00
include_test
Mark endian_scalar as unsafe. ( #6588 )
2021-04-26 09:18:58 -04:00
my-game
[TS] Add Build TS to CI jobs ( #6524 )
2021-04-12 10:41:59 -07:00
namespace_test
[TS] Remove wrong and obsolete NS prefix use ( #6604 )
2021-05-03 12:04:34 -07:00
optional_scalars
[TS] Add Build TS to CI jobs ( #6524 )
2021-04-12 10:41:59 -07:00
prototest
(Optionally) add an additional suffix namespace to generated fbs files. ( #5698 )
2020-01-06 10:00:59 -08:00
rust_usage_test
Rust Remove SafeSliceAccess for Arrays, and fix miri. ( #6592 )
2021-04-26 19:28:25 -04:00
union_vector
[TS] Add Build TS to CI jobs ( #6524 )
2021-04-12 10:41:59 -07:00
BUILD.bazel
[CI] fixes buildkite ( #6544 )
2021-04-05 12:34:42 +03:00
DartTest.sh
Fix up scripts, fix generated enum value for strong mode, regenerate files ( #6389 )
2021-01-07 14:51:52 -08:00
GoTest.sh
[go] tests/GoTest.sh: Fix flags.Parse location to work on new go SDKs. ( #6388 )
2021-01-07 11:54:00 -08:00
JavaScriptFlexBuffersTest.js
[TS/JS] New gen TS code gen ( #6302 )
2021-01-19 12:51:13 -08:00
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
Fixed vector of unions crash in java ( #5190 )
2019-02-21 19:50:13 +01:00
JavaTest.java
[Java] Implement optional scalars ( #6212 )
2020-10-26 17:46:50 -07:00
JavaTest.sh
[Java] Implement optional scalars ( #6212 )
2020-10-26 17:46:50 -07:00
KotlinTest.kt
Kotlin test optional enum ( #6201 )
2020-10-22 13:36:02 -07:00
KotlinTest.sh
[Kotlin] Fix Access to union of vector element ( #5994 )
2020-06-22 17:08:35 -07:00
LuaTest.bat
[Lua] Add LuaJIT support ( #6584 )
2021-04-30 10:38:16 -07:00
LuaTest.sh
Added support for Lua 5.1, 5.2 and 5.4 ( #6606 )
2021-05-05 16:36:49 -07:00
PythonTest.sh
Better python generated code naming ( #6336 )
2021-01-28 12:35:37 -08:00
RustTest.bat
Rust Flexbuffers ( #5669 )
2020-05-07 14:11:26 -07:00
RustTest.sh
Rust Remove SafeSliceAccess for Arrays, and fix miri. ( #6592 )
2021-04-26 19:28:25 -04:00
TestAll.sh
[TS/JS] New gen TS code gen ( #6302 )
2021-01-19 12:51:13 -08: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
arrays_test.bfbs
Add advance feature indicators to reflection ( #6546 )
2021-04-27 10:10:59 -04:00
arrays_test.fbs
Fix incorrect padding in arrays of structs (Issue #5484 ) ( #5491 )
2019-08-23 10:46:47 -07:00
arrays_test.golden
Fix incorrect padding in arrays of structs (Issue #5484 ) ( #5491 )
2019-08-23 10:46:47 -07:00
arrays_test.schema.json
JSON schema - tailing double quotes for maximum ( #6452 )
2021-02-10 11:45:34 -08:00
arrays_test_generated.h
[C++] Switch `flatc` to `--cpp-std c++11` C++ code generator ( #6306 )
2020-12-07 11:19:36 -08:00
arrays_test_generated.rs
Mark endian_scalar as unsafe. ( #6588 )
2021-04-26 09:18:58 -04:00
generate_code.bat
[Rust] Add support for fixed size arrays ( #6548 )
2021-04-16 11:15:59 -04:00
generate_code.sh
[Rust] Add support for fixed size arrays ( #6548 )
2021-04-16 11:15:59 -04:00
go_test.go
[go] tests/GoTest.sh: Fix flags.Parse location to work on new go SDKs. ( #6388 )
2021-01-07 11:54:00 -08:00
gold_flexbuffer_example.bin
Rust Flexbuffers ( #5669 )
2020-05-07 14:11:26 -07:00
javatest.bin
Fixed warnings generated by recent JSON sorting feature.
2019-10-17 15:16:40 -07:00
lobstertest.lobster
Kotlin test optional enum ( #6201 )
2020-10-22 13:36:02 -07:00
luatest.lua
[Lua] manipulate byte array as string ( #6624 )
2021-05-07 22:57:13 -07:00
monster_extra.fbs
[Dart] Fix deprecated field support, inf/nan ( #5724 )
2020-01-23 14:53:58 -08:00
monster_extra_generated.h
[C++] Switch `flatc` to `--cpp-std c++11` C++ code generator ( #6306 )
2020-12-07 11:19:36 -08:00
monster_extra_my_game_generated.dart
[Dart] Fix deprecated field support, inf/nan ( #5724 )
2020-01-23 14:53:58 -08:00
monster_test.bfbs
Rust structz ( #6539 )
2021-03-29 19:56:45 -04:00
monster_test.fbs
Rust structz ( #6539 )
2021-03-29 19:56:45 -04:00
monster_test.grpc.fb.cc
[grpc] Support latest version of grpc PoC ( #6338 )
2021-03-25 12:12:35 -07:00
monster_test.grpc.fb.h
[grpc] Support latest version of grpc PoC ( #6338 )
2021-03-25 12:12:35 -07:00
monster_test.schema.json
Rust structz ( #6539 )
2021-03-29 19:56:45 -04:00
monster_test_bfbs_generated.h
Rust structz ( #6539 )
2021-03-29 19:56:45 -04:00
monster_test_generated.h
Rust structz ( #6539 )
2021-03-29 19:56:45 -04:00
monster_test_generated.lobster
Rust structz ( #6539 )
2021-03-29 19:56:45 -04:00
monster_test_generated.rs
Mark endian_scalar as unsafe. ( #6588 )
2021-04-26 09:18:58 -04:00
monster_test_grpc.d.ts
[TS] Commit the generated tests code ( #6579 )
2021-04-22 11:15:18 -07:00
monster_test_grpc.js
[TS] Commit the generated tests code ( #6579 )
2021-04-22 11:15:18 -07:00
monster_test_my_game.example2_generated.dart
CI check generate code ( #4998 )
2018-10-22 15:41:12 -07:00
monster_test_my_game.example_generated.dart
Rust structz ( #6539 )
2021-03-29 19:56:45 -04:00
monster_test_my_game_generated.dart
…
monsterdata_extra.json
Extend the test of MonsterExtra ( #5428 )
2019-07-08 11:22:56 -07:00
monsterdata_go_wire.mon.sp
[go] tests/GoTest.sh: Fix flags.Parse location to work on new go SDKs. ( #6388 )
2021-01-07 11:54:00 -08:00
monsterdata_python_wire.mon
Python: Added support for file_identifiers ( #5123 )
2019-07-26 11:06:25 -07:00
monsterdata_test.golden
Support nested_flatbuffer attribute when parsing bfbs schema ( #5448 )
2019-07-26 09:13:11 -07:00
monsterdata_test.json
[C++, JSON] Fix nullptr access when reading a key with a default value. ( #6375 )
2021-01-07 11:24:59 -08:00
monsterdata_test.mon
[C++, JSON] Fix nullptr access when reading a key with a default value. ( #6375 )
2021-01-07 11:24:59 -08:00
more_defaults.fbs
Default-empty vectors of enums ( #6505 )
2021-04-06 07:23:45 -04:00
more_defaults_generated.rs
Mark endian_scalar as unsafe. ( #6588 )
2021-04-26 09:18:58 -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
Kotlin test optional enum ( #6201 )
2020-10-22 13:36:02 -07:00
optional_scalars_generated.h
[C++] Switch `flatc` to `--cpp-std c++11` C++ code generator ( #6306 )
2020-12-07 11:19:36 -08:00
optional_scalars_generated.lobster
Kotlin test optional enum ( #6201 )
2020-10-22 13:36:02 -07:00
optional_scalars_generated.rs
Mark endian_scalar as unsafe. ( #6588 )
2021-04-26 09:18:58 -04:00
package.json
[TS] Add Build TS to CI jobs ( #6524 )
2021-04-12 10:41:59 -07:00
phpTest.php
Go - Use Go bool type for bool fields ( #4962 )
2018-10-15 16:55:59 -07:00
phpUnionVectorTest.php
…
phpUnionVectorTest.sh
…
py_flexbuffers_test.py
Implement flexbuffers in python ( #5880 )
2020-05-07 14:26:33 -07:00
py_test.py
Better python generated code naming ( #6336 )
2021-01-28 12:35:37 -08:00
test.cpp
Fix reverse iterators for Vector and Array ( #6626 )
2021-05-10 09:07:56 -07:00
test_assert.cpp
Added --filename-suffix and --filename-ext to flatc ( #5778 )
2020-03-02 10:15:23 -08:00
test_assert.h
wrap multiple statements in do {} while(!IsConstTrue(true)) ( #5655 )
2019-12-13 10:14:14 -08:00
test_builder.cpp
Added --filename-suffix and --filename-ext to flatc ( #5778 )
2020-03-02 10:15:23 -08:00
test_builder.h
Add flatc '--cpp_std' switch ( #5656 )
2019-12-23 12:13:48 -08:00
tsconfig.json
[TS] Remove wrong and obsolete NS prefix use ( #6604 )
2021-05-03 12:04:34 -07:00
unicode_test.json
Fixed JSON parser not sorting vectors of tables/structs with key.
2019-10-10 15:25:39 -07:00
unicode_test.mon
[TS] Add Build TS to CI jobs ( #6524 )
2021-04-12 10:41:59 -07:00