flatbuffers/tests
Will Hughes 5a13f622cf
Correctly parse lists of enums in Dart generated code (#7157)
* Correctly parse lists of enums in Dart generated code

* Add a test for #6869

* Commit generated code

* Fixed missing newline-at-eof
2022-03-22 21:56:14 -07:00
..
FlatBuffers.Benchmarks Remove byte* property in ByteBufferAllocator (#5191) 2019-02-21 23:36:55 +01:00
FlatBuffers.Benchmarks.swift Improves documentation, and adding DocC (#6784) 2021-09-27 20:59:19 +02:00
FlatBuffers.Test Fix 64-bit numeric enum values in typescript (#7135) 2022-03-04 21:57:48 -08:00
FlatBuffers.Test.Swift Fix 64-bit numeric enum values in typescript (#7135) 2022-03-04 21:57:48 -08:00
KeywordTest [C#] Use @ for keyword escaping (#6834) 2021-09-09 10:29:27 -07:00
MyGame Fix 64-bit numeric enum values in typescript (#7135) 2022-03-04 21:57:48 -08:00
annotated_binary Annotated Flatbuffer Binary (#7174) 2022-03-18 14:08:05 -07:00
arrays_test Implement Serialize on generated rust types (#7022) 2022-01-30 19:29:18 -05:00
cpp17 Fix 64-bit numeric enum values in typescript (#7135) 2022-03-04 21:57:48 -08:00
docker Removed test/generate_code.{sh|bat} (#6873) 2021-11-30 23:13:24 -08:00
evolution_test Added verifier alignment checking to table fields (#7018) 2022-01-14 14:39:15 -08:00
fuzzer Fixed FlexBuffers verifier fuzzer timing out 2022-02-14 12:01:52 -08:00
include_test Rework how Rust generated files are laid out (#6731) 2021-07-22 19:02:28 -04:00
include_test1 Implement Serialize on generated rust types (#7022) 2022-01-30 19:29:18 -05:00
include_test2 Implement Serialize on generated rust types (#7022) 2022-01-30 19:29:18 -05:00
keyword_test Implement Serialize on generated rust types (#7022) 2022-01-30 19:29:18 -05:00
monster_test Fix 64-bit numeric enum values in typescript (#7135) 2022-03-04 21:57:48 -08:00
monster_test_serialize Fix 64-bit numeric enum values in typescript (#7135) 2022-03-04 21:57:48 -08:00
more_defaults Implement Serialize on generated rust types (#7022) 2022-01-30 19:29:18 -05:00
my-game [TS] Add single-file ts codegen & bazel rule for typescript (#7161) 2022-03-10 10:08:13 -08: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 Implement Serialize on generated rust types (#7022) 2022-01-30 19:29:18 -05:00
nested_namespace_test [C#] Using 'global::' as qualifying_start_ within BaseGenerator (#6767) 2021-09-15 16:57:29 -05:00
optional-scalars Replaced ToDasherCase with ConvertCase (#7131) 2022-02-23 22:31:40 -06:00
optional_scalars Go optional scalars (#7104) 2022-02-16 15:02:54 -05:00
prototest update proto tests with alaised enum (#7121) 2022-02-22 01:03:46 -06:00
rust_serialize_test Implement Serialize on generated rust types (#7022) 2022-01-30 19:29:18 -05:00
rust_usage_test Fix 64-bit numeric enum values in typescript (#7135) 2022-03-04 21:57:48 -08:00
test_dir Move flatbuffer_ts_library to typescript.bzl (#7183) 2022-03-22 21:41:39 -07:00
union_vector Remove @ExperimentalUnsignedTypes annotation from kotlin code generator. (#7092) 2022-02-13 20:29:36 -08:00
BUILD.bazel Move flatbuffer_ts_library to typescript.bzl (#7183) 2022-03-22 21:41:39 -07:00
DartTest.sh Correctly parse lists of enums in Dart generated code (#7157) 2022-03-22 21:56:14 -07:00
GoTest.sh Go optional scalars (#7104) 2022-02-16 15:02:54 -05:00
JavaScriptFlexBuffersTest.js [TS/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
JavaScriptTest.js [TS/JS] BigInt implementation (#6998) 2022-01-06 20:35:37 -06: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] lookup by byteArray is giving back wrong entry (#6915) 2021-11-15 11:16:45 -08: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 Generator using IR. (#6940) 2021-12-02 21:29:19 -08:00
LuaTest.sh Lua Generator using IR. (#6940) 2021-12-02 21:29:19 -08:00
MutatingBool.fbs Fixed default value of bool in struct for Swift (#7072) 2022-02-02 23:39:19 +03:00
PythonTest.sh Enable --gen-onefile in Python (#6953) 2021-12-09 15:47:09 -08:00
RustTest.bat attempt to remove appveyor (#7056) 2022-01-31 21:52:15 -08:00
RustTest.sh Implement Serialize on generated rust types (#7022) 2022-01-30 19:29:18 -05:00
TableA.lua Change Rust generated file defaults (#7101) 2022-02-15 11:48:42 -05:00
TableAT.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
TestAll.sh [TS/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
TypeScriptTest.bat [TS/JS] BigInt implementation (#6998) 2022-01-06 20:35:37 -06:00
TypeScriptTest.sh [TS] Add single-file ts codegen & bazel rule for typescript (#7161) 2022-03-10 10:08:13 -08:00
arrays_test.bfbs Lua Generator using IR. (#6940) 2021-12-02 21:29:19 -08: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++] Support C++ object copies and moves (#5988) 2022-01-29 14:24:24 -08:00
go_test.go Go optional scalars (#7104) 2022-02-16 15:02:54 -05:00
gold_flexbuffer_example.bin Rust Flexbuffers (#5669) 2020-05-07 14:11:26 -07:00
include_build_test.cc Add deps attribute to flatbuffer_cc_library (#7107) 2022-02-21 22:33:47 -06:00
included_test.fbs Add deps attribute to flatbuffer_cc_library (#7107) 2022-02-21 22:33:47 -06:00
includer_test.fbs Add deps attribute to flatbuffer_cc_library (#7107) 2022-02-21 22:33:47 -06:00
javatest.bin Fixed warnings generated by recent JSON sorting feature. 2019-10-17 15:16:40 -07:00
keyword_test.fbs [C#] Use @ for keyword escaping (#6834) 2021-09-09 10:29:27 -07:00
lobstertest.lobster [Lobster] file_identifier support 2022-03-08 15:39:12 -08: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 Include a SizePrefixed..HasIdentifier for c++. (#6871) 2022-01-28 20:52:32 -08:00
monster_extra_my_game_generated.dart Fix 64-bit numeric enum values in typescript (#7135) 2022-03-04 21:57:48 -08:00
monster_test.bfbs Fix 64-bit numeric enum values in typescript (#7135) 2022-03-04 21:57:48 -08:00
monster_test.fbs Fix 64-bit numeric enum values in typescript (#7135) 2022-03-04 21:57:48 -08: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 Fix 64-bit numeric enum values in typescript (#7135) 2022-03-04 21:57:48 -08:00
monster_test.ts [TS] Generate entry point module (#6674) 2021-06-01 09:09:55 -07:00
monster_test_bfbs_generated.h Fix 64-bit numeric enum values in typescript (#7135) 2022-03-04 21:57:48 -08:00
monster_test_generated.grpc.fb.cc missing generated files (#6966) 2021-12-03 11:23:58 -08:00
monster_test_generated.grpc.fb.h missing generated files (#6966) 2021-12-03 11:23:58 -08:00
monster_test_generated.h Fix 64-bit numeric enum values in typescript (#7135) 2022-03-04 21:57:48 -08:00
monster_test_generated.lobster [Lobster] support unsigned integer reads 2022-03-08 15:13:34 -08:00
monster_test_generated.py Fix 64-bit numeric enum values in typescript (#7135) 2022-03-04 21:57:48 -08: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 - add Packable interface (#6846) 2021-09-28 13:23:30 -07:00
monster_test_my_game.example_generated.dart Correctly parse lists of enums in Dart generated code (#7157) 2022-03-22 21:56:14 -07:00
monster_test_my_game_generated.dart dart - add Packable interface (#6846) 2021-09-28 13:23:30 -07:00
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 fixed comparator for native_inline (#7076) 2022-02-02 23:44:43 -08:00
monsterdata_test.mon fixed comparator for native_inline (#7076) 2022-02-02 23:44:43 -08:00
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++] Add GetMutableSizePrefixedRoot and generate GetMutableSizePrefixedXxx functions (#6815) 2021-08-30 15:34:42 -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 clang-all (#6941) 2021-11-19 17:01:48 -08:00
optional_scalars.fbs Kotlin test optional enum (#6201) 2020-10-22 13:36:02 -07:00
optional_scalars.ts Replaced ToDasherCase with ConvertCase (#7131) 2022-02-23 22:31:40 -06:00
optional_scalars_generated.h Include a SizePrefixed..HasIdentifier for c++. (#6871) 2022-01-28 20:52:32 -08:00
optional_scalars_generated.lobster [Lobster] support unsigned integer reads 2022-03-08 15:13:34 -08: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 Vector of unions for TS/JS and PHP (#4404) 2017-08-11 09:24:36 -07:00
phpUnionVectorTest.sh Vector of unions for TS/JS and PHP (#4404) 2017-08-11 09:24:36 -07:00
py_flexbuffers_test.py Implement flexbuffers in python (#5880) 2020-05-07 14:26:33 -07:00
py_test.py Enable --gen-onefile in Python (#6953) 2021-12-09 15:47:09 -08:00
test.cpp Implement a config based name manager and use it in Rust codegen (#7144) 2022-03-05 20:43:57 -05:00
test_assert.cpp Added --filename-suffix and --filename-ext to flatc (#5778) 2020-03-02 10:15:23 -08:00
test_assert.h Removal of support for FLATBUFFERS_CPP98_STL (#6918) 2021-11-12 14:01:11 -08:00
test_builder.cpp Removal of support for FLATBUFFERS_CPP98_STL (#6918) 2021-11-12 14:01:11 -08:00
test_builder.h test: fix undefined order of functio parameters. (#6946) 2021-11-22 12:14:31 -08:00
tsconfig.json [TS] Add single-file ts codegen & bazel rule for typescript (#7161) 2022-03-10 10:08:13 -08:00
typescript_keywords.fbs [TS] Add single-file ts codegen & bazel rule for typescript (#7161) 2022-03-10 10:08:13 -08: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