flatbuffers/tests
mustiikhalil 4e79d129cb
[Swift] Rebuild the way swift handles structs from scratch (#6326)
* Rebuild the way swift handles structs from scratch

* Updates docs, and sample binary

* Replaces InMemory to Mutable

* Migrates docs from inmemory

* use inline for some functions

* Renamed Mutable objects

* Updates documentation
2020-12-17 14:55:32 -08:00
..
cpp17 Added required-nested-flatbuffer to monster_test and fixed rust (#6236) 2020-11-05 13:58:06 -08:00
docker [JS/TS] Modernize TypeScript / JavaScript flatbuffers support (#6095) 2020-09-17 12:21:14 -07:00
evolution_test Add Array initialization from struct constructor (#5865) (#6147) 2020-10-12 12:24:18 -07:00
FlatBuffers.Benchmarks
FlatBuffers.Benchmarks.swift [Swift] Rebuild the way swift handles structs from scratch (#6326) 2020-12-17 14:55:32 -08:00
FlatBuffers.GRPC.Swift [Swift] Adds a format file and reformats the swift project (#6250) 2020-11-16 19:52:38 +03:00
FlatBuffers.Test [C#] Optional Scalars (#6217) 2020-10-30 13:18:59 -07:00
FlatBuffers.Test.Swift [Swift] Rebuild the way swift handles structs from scratch (#6326) 2020-12-17 14:55:32 -08:00
fuzzer [fuzzer] Rename fuzzing dictionaries for oss-fuzz (#6318) 2020-12-10 14:02:01 -08:00
include_test Rust Flatbuffers Verifier (#6269) 2020-12-07 18:37:51 -05:00
MyGame Add vectorNumElements attribute to Builder for simpler vector creation. (#6328) 2020-12-14 12:00:28 -08:00
namespace_test [Python] Commit some orphan python genfile diffs. (#6325) 2020-12-10 16:43:40 -08:00
optional_scalars Generate nullable properties in C# object-based API for optional scalars. (without -gen-mutable) (#6273) 2020-12-10 16:50:30 -08:00
prototest
rust_usage_test Rust Flatbuffers Verifier (#6269) 2020-12-07 18:37:51 -05:00
union_vector [C++] Switch flatc to --cpp-std c++11 C++ code generator (#6306) 2020-12-07 11:19:36 -08:00
arrays_test.bfbs Optional-ness in reflection (#6097) 2020-09-11 14:20:32 -07:00
arrays_test.fbs
arrays_test.golden
arrays_test.schema.json idl_gen_json_schema.cpp: Changed generation of array element types (#6253) 2020-11-19 16:17:03 -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 Kotlin test optional enum (#6201) 2020-10-22 13:36:02 -07:00
DartTest.sh
generate_code.bat Generate nullable properties in C# object-based API for optional scalars. (without -gen-mutable) (#6273) 2020-12-10 16:50:30 -08:00
generate_code.sh Generate nullable properties in C# object-based API for optional scalars. (without -gen-mutable) (#6273) 2020-12-10 16:50:30 -08:00
go_test.go Support size-prefixed buffers and add tests for size-prefixed messages (#6232) 2020-11-05 11:23:56 -08:00
gold_flexbuffer_example.bin
GoTest.sh
JavaScriptFlexBuffersTest.js [JS] FlexBuffers Fix for wrong type of offset and length values (#6107) 2020-09-10 12:36:37 -07:00
JavaScriptTest.js [Feature] Checks for Nullable strings (#6050) 2020-07-27 09:57:50 -07:00
JavaScriptTest.sh [JS] Add getFullyQualifiedName() (#6119) 2020-09-17 12:19:07 -07:00
JavaScriptUnionVectorTest.js
JavaTest.bat
javatest.bin
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
lobstertest.lobster Kotlin test optional enum (#6201) 2020-10-22 13:36:02 -07:00
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 Added required-nested-flatbuffer to monster_test and fixed rust (#6236) 2020-11-05 13:58:06 -08:00
monster_test.fbs Added required-nested-flatbuffer to monster_test and fixed rust (#6236) 2020-11-05 13:58:06 -08:00
monster_test.grpc.fb.cc
monster_test.grpc.fb.h
monster_test.schema.json idl_gen_json_schema.cpp: Changed generation of array element types (#6253) 2020-11-19 16:17:03 -08:00
monster_test_bfbs_generated.h Added required-nested-flatbuffer to monster_test and fixed rust (#6236) 2020-11-05 13:58:06 -08:00
monster_test_generated.h [C++] Switch flatc to --cpp-std c++11 C++ code generator (#6306) 2020-12-07 11:19:36 -08:00
monster_test_generated.js Added required-nested-flatbuffer to monster_test and fixed rust (#6236) 2020-11-05 13:58:06 -08:00
monster_test_generated.lobster Added required-nested-flatbuffer to monster_test and fixed rust (#6236) 2020-11-05 13:58:06 -08:00
monster_test_generated.rs Rust Flatbuffers Verifier (#6269) 2020-12-07 18:37:51 -05:00
monster_test_generated.ts Added required-nested-flatbuffer to monster_test and fixed rust (#6236) 2020-11-05 13:58:06 -08:00
monster_test_grpc.d.ts [TS] GRPC Implementation (#6141) 2020-10-07 09:56:30 -07:00
monster_test_grpc.js [TS] GRPC Implementation (#6141) 2020-10-07 09:56:30 -07:00
monster_test_my_game.example2_generated.dart
monster_test_my_game.example_generated.dart Added required-nested-flatbuffer to monster_test and fixed rust (#6236) 2020-11-05 13:58:06 -08:00
monster_test_my_game_generated.dart
monsterdata_extra.json
monsterdata_python_wire.mon
monsterdata_test.golden
monsterdata_test.json
monsterdata_test.mon
native_type_test.fbs
native_type_test_generated.h [C++] Switch flatc to --cpp-std c++11 C++ code generator (#6306) 2020-12-07 11:19:36 -08:00
native_type_test_impl.cpp
native_type_test_impl.h
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.js optional scalars for ts/js (#6215) 2020-10-28 09:45:23 -07:00
optional_scalars_generated.lobster Kotlin test optional enum (#6201) 2020-10-22 13:36:02 -07:00
optional_scalars_generated.rs Rust Flatbuffers Verifier (#6269) 2020-12-07 18:37:51 -05:00
optional_scalars_generated.ts optional scalars for ts/js (#6215) 2020-10-28 09:45:23 -07:00
phpTest.php
phpUnionVectorTest.php
phpUnionVectorTest.sh
py_flexbuffers_test.py
py_test.py Add vectorNumElements attribute to Builder for simpler vector creation. (#6328) 2020-12-14 12:00:28 -08:00
PythonTest.sh
RustTest.bat
RustTest.sh
test.cpp Renaming infinity variables in test.cpp (#6340) 2020-12-17 13:08:23 -08:00
test_assert.cpp
test_assert.h
test_builder.cpp
test_builder.h
TestAll.sh Optional-ness in reflection (#6097) 2020-09-11 14:20:32 -07:00
TypeScriptTest.sh [JS/TS] Modernize TypeScript / JavaScript flatbuffers support (#6095) 2020-09-17 12:21:14 -07:00
unicode_test.json