2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
Submodule flatbuffers updated 98 files
- BUILD.bazel-1
- CMake/CMakeLists_legacy.cmake.in-778
- CMake/PackageDebian.cmake+2-16
- CMake/PackageRedhat.cmake+1-1
- CMakeLists.txt+16-36
- LICENSE
- android/app/src/main/cpp/flatbuffers/CMakeLists.txt-1
- benchmarks/CMakeLists.txt+5-4
- include/flatbuffers/base.h+1-1
- include/flatbuffers/code_generator.h+8-1
- include/flatbuffers/flatc.h+5-35
- include/flatbuffers/idl.h+62-26
- include/flatbuffers/stl_emulation.h+11-8
- package.json-12
- readme.md+1-1
- samples/sample_binary.py+6-6
- src/BUILD.bazel+2
- src/annotated_binary_text_gen.cpp+88-75
- src/annotated_binary_text_gen.h+3
- src/bfbs_gen.h+6-7
- src/bfbs_gen_lua.cpp+47-6
- src/bfbs_gen_lua.h+2-2
- src/bfbs_gen_nim.cpp+51-6
- src/bfbs_gen_nim.h+2-2
- src/binary_annotator.cpp+55-37
- src/binary_annotator.h+13-6
- src/flatc.cpp+93-123
- src/flatc_main.cpp+69-158
- src/idl_gen_binary.cpp+9
- src/idl_gen_cpp.cpp+27-20
- src/idl_gen_csharp.cpp+9
- src/idl_gen_dart.cpp+9
- src/idl_gen_fbs.cpp+225-10
- src/idl_gen_go.cpp+9
- src/idl_gen_java.cpp+9
- src/idl_gen_json_schema.cpp+8
- src/idl_gen_kotlin.cpp+8
- src/idl_gen_lobster.cpp+9
- src/idl_gen_lua.cpp+9
- src/idl_gen_php.cpp+9
- src/idl_gen_python.cpp+8
- src/idl_gen_rust.cpp+8
- src/idl_gen_swift.cpp+10-1
- src/idl_gen_text.cpp+59
- src/idl_gen_text.h+7-21
- src/idl_gen_ts.cpp+7
- src/idl_parser.cpp+60-32
- tests/BUILD.bazel+15-6
- tests/annotated_binary/annotated_binary.afb+200-200
- tests/annotated_binary/tests/invalid_root_offset.afb+3-3
- tests/annotated_binary/tests/invalid_root_table_too_short.afb+4-4
- tests/annotated_binary/tests/invalid_root_table_vtable_offset.afb+5-5
- tests/annotated_binary/tests/invalid_string_length.afb+198-198
- tests/annotated_binary/tests/invalid_string_length_cut_short.afb+66-66
- tests/annotated_binary/tests/invalid_struct_array_field_cut_short.afb+60-60
- tests/annotated_binary/tests/invalid_struct_field_cut_short.afb+57-57
- tests/annotated_binary/tests/invalid_table_field_offset.afb+65-65
- tests/annotated_binary/tests/invalid_table_field_size.afb+56-56
- tests/annotated_binary/tests/invalid_union_type_value.afb+197-197
- tests/annotated_binary/tests/invalid_vector_length_cut_short.afb+94-94
- tests/annotated_binary/tests/invalid_vector_scalars_cut_short.afb+123-123
- tests/annotated_binary/tests/invalid_vector_strings_cut_short.afb+103-103
- tests/annotated_binary/tests/invalid_vector_structs_cut_short.afb+95-95
- tests/annotated_binary/tests/invalid_vector_tables_cut_short.afb+136-136
- tests/annotated_binary/tests/invalid_vector_union_type_value.afb+198-198
- tests/annotated_binary/tests/invalid_vector_unions_cut_short.afb+136-136
- tests/annotated_binary/tests/invalid_vtable_field_offset.afb+189-189
- tests/annotated_binary/tests/invalid_vtable_ref_table_size.afb+201-201
- tests/annotated_binary/tests/invalid_vtable_ref_table_size_short.afb+200-200
- tests/annotated_binary/tests/invalid_vtable_size.afb+5-5
- tests/annotated_binary/tests/invalid_vtable_size_short.afb+5-5
- tests/fuzz_test.cpp+1-1
- tests/monster_test.afb+4.3k-4.3k
- tests/monsterdata_test.afb+26-26
- tests/proto_test.cpp+243-124
- tests/proto_test.h+17-3
- tests/prototest/GenerateProtoGoldens.sh+13-6
- tests/prototest/non-positive-id.proto+9
- tests/prototest/test.golden.fbs
- tests/prototest/test.proto+3-2
- tests/prototest/test_id.golden.fbs+87
- tests/prototest/test_include.golden.fbs
- tests/prototest/test_include_id.golden.fbs+85
- tests/prototest/test_suffix.golden.fbs
- tests/prototest/test_suffix_id.golden.fbs+87
- tests/prototest/test_union.golden.fbs
- tests/prototest/test_union_id.golden.fbs+89
- tests/prototest/test_union_include.golden.fbs
- tests/prototest/test_union_include_id.golden.fbs+87
- tests/prototest/test_union_suffix.golden.fbs
- tests/prototest/test_union_suffix_id.golden.fbs+89
- tests/prototest/twice-id.proto+10
- tests/prototest/use-reserved-id.proto+10
- tests/test.cpp-2
- tests/ts/TypeScriptTest.py+3-1
- tsconfig.json+2-2
- tsconfig.mjs.json+2-2
- yarn.lock+1-1
0 commit comments