flatbuffers/tests
Kamil Rojewski 124654ffc4
fixed packing structs (#6530)
* fixed packing structs in nested buffers

* fixed packing structs
2021-03-25 10:25:00 -07:00
..
cpp17 [C++17] Add compile-time reflection for fields. (#6324) 2021-03-05 10:01:40 -08:00
docker [CI] Adds Code Generation tests on Github Actions (#6482) 2021-02-23 08:51:39 +03:00
evolution_test
FlatBuffers.Benchmarks
FlatBuffers.Benchmarks.swift Updates license date to 2021 (#6378) 2021-01-02 11:46:46 +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 Bump grpc to 1.0.0 (#6507) 2021-03-09 10:56:06 +03:00
fuzzer [fuzzer] Add monster_debug target (#6513) 2021-03-18 10:56:28 -07:00
include_test Rust: remove inner attributes (#6410) 2021-01-26 11:09:29 -05:00
my-game fixed packing structs (#6530) 2021-03-25 10:25:00 -07:00
MyGame Revert "[C#] Fix truncated ArraySegment<byte> if elementSize != 1 (#6462)" (#6488) 2021-02-23 11:30:07 -08:00
namespace_test fixed packing structs (#6530) 2021-03-25 10:25:00 -07:00
optional_scalars fixed invalid TS call and added test files (#6495) 2021-03-04 12:12:44 -08:00
prototest
rust_usage_test [rust] Remove debug code (#6475) 2021-02-24 13:00:18 -05:00
ts fixed packing structs (#6530) 2021-03-25 10:25:00 -07:00
union_vector fixed invalid TS call and added test files (#6495) 2021-03-04 12:12:44 -08:00
arrays_test.bfbs
arrays_test.fbs
arrays_test.golden
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
BUILD.bazel [CMake] Renames BUILD files (#6457) 2021-02-11 10:16:57 -08:00
DartTest.sh Fix up scripts, fix generated enum value for strong mode, regenerate files (#6389) 2021-01-07 14:51:52 -08:00
generate_code.bat Add --cpp-static-reflection to generate_code.bat. (#6502) 2021-03-06 22:28:27 +07:00
generate_code.sh [C++17] Add compile-time reflection for fields. (#6324) 2021-03-05 10:01:40 -08: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
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/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
JavaScriptUnionVectorTest.js [TS/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
JavaTest.bat
javatest.bin
JavaTest.java
JavaTest.sh
KotlinTest.kt
KotlinTest.sh
lobstertest.lobster
LuaTest.bat
luatest.lua
LuaTest.sh
monster_extra.fbs
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
monster_test.bfbs Unset FieldDef.optional if its key (#6402) 2021-01-12 14:06:43 -05:00
monster_test.fbs Unset FieldDef.optional if its key (#6402) 2021-01-12 14:06:43 -05:00
monster_test.grpc.fb.cc
monster_test.grpc.fb.h
monster_test.schema.json JSON schema - tailing double quotes for maximum (#6452) 2021-02-10 11:45:34 -08:00
monster_test_bfbs_generated.h Unset FieldDef.optional if its key (#6402) 2021-01-12 14:06:43 -05:00
monster_test_generated.h [C++, JSON] Fix nullptr access when reading a key with a default value. (#6375) 2021-01-07 11:24:59 -08:00
monster_test_generated.js [C++, JSON] Fix nullptr access when reading a key with a default value. (#6375) 2021-01-07 11:24:59 -08:00
monster_test_generated.lobster [C++, JSON] Fix nullptr access when reading a key with a default value. (#6375) 2021-01-07 11:24:59 -08:00
monster_test_generated.rs [idl_parser] Track included files by hash (#6434) 2021-03-01 12:34:01 -08:00
monster_test_grpc.d.ts fixed invalid TS call and added test files (#6495) 2021-03-04 12:12:44 -08:00
monster_test_my_game.example2_generated.dart
monster_test_my_game.example_generated.dart Fix up scripts, fix generated enum value for strong mode, regenerate files (#6389) 2021-01-07 14:51:52 -08:00
monster_test_my_game_generated.dart
monsterdata_extra.json
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
monsterdata_test.golden
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 strings and vectors: Parser + Rust support (#6421) 2021-02-12 09:41:10 -05:00
more_defaults_generated.rs Default strings and vectors: Parser + Rust support (#6421) 2021-02-12 09:41:10 -05: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_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
optional_scalars_generated.rs Implement Rust object API defaults (#6444) 2021-02-07 16:51:33 -05:00
package.json [TS/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
phpTest.php
phpUnionVectorTest.php
phpUnionVectorTest.sh
py_flexbuffers_test.py
py_test.py Better python generated code naming (#6336) 2021-01-28 12:35:37 -08:00
PythonTest.sh Better python generated code naming (#6336) 2021-01-28 12:35:37 -08:00
RustTest.bat
RustTest.sh disable clippy (#6494) 2021-03-01 13:51:22 -08:00
test.cpp [C++] #6501 - Problem when mapping a native type multiple times (#6514) 2021-03-18 11:01:50 -07:00
test_assert.cpp
test_assert.h
test_builder.cpp
test_builder.h
TestAll.sh [TS/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
tsconfig.json [TS/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
TypeScriptTest.bat [TS/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
TypeScriptTest.sh [TS/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
unicode_test.json