Skip to content

Commit ecab427

Browse files
committed
[flatbuffers] Update to flatbuffers v23.5.26
Only required some minor changes. We could support v1.12 with a couple of pretty simple #if blocks. Should fix issue #37
1 parent ce03799 commit ecab427

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

third-party/TARGETS

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,36 +165,46 @@ runtime.cxx_binary(
165165
"flatbuffers/grpc/src/compiler/python_generator.cc",
166166
"flatbuffers/grpc/src/compiler/swift_generator.cc",
167167
"flatbuffers/grpc/src/compiler/ts_generator.cc",
168+
"flatbuffers/src/annotated_binary_text_gen.cpp",
169+
"flatbuffers/src/bfbs_gen_lua.cpp",
170+
"flatbuffers/src/bfbs_gen_nim.cpp",
171+
"flatbuffers/src/binary_annotator.cpp",
172+
"flatbuffers/src/code_generators.cpp",
173+
"flatbuffers/src/file_binary_writer.cpp",
174+
"flatbuffers/src/file_name_saving_file_manager.cpp",
175+
"flatbuffers/src/file_writer.cpp",
176+
"flatbuffers/src/flatc.cpp",
168177
"flatbuffers/src/flatc_main.cpp",
178+
"flatbuffers/src/idl_gen_binary.cpp",
169179
"flatbuffers/src/idl_gen_cpp.cpp",
170180
"flatbuffers/src/idl_gen_csharp.cpp",
171181
"flatbuffers/src/idl_gen_dart.cpp",
182+
"flatbuffers/src/idl_gen_fbs.cpp",
172183
"flatbuffers/src/idl_gen_go.cpp",
173184
"flatbuffers/src/idl_gen_grpc.cpp",
174185
"flatbuffers/src/idl_gen_java.cpp",
175-
"flatbuffers/src/idl_gen_js_ts.cpp",
176186
"flatbuffers/src/idl_gen_json_schema.cpp",
177187
"flatbuffers/src/idl_gen_kotlin.cpp",
178188
"flatbuffers/src/idl_gen_lobster.cpp",
179-
"flatbuffers/src/idl_gen_lua.cpp",
180189
"flatbuffers/src/idl_gen_php.cpp",
181190
"flatbuffers/src/idl_gen_python.cpp",
182191
"flatbuffers/src/idl_gen_rust.cpp",
183192
"flatbuffers/src/idl_gen_swift.cpp",
184193
"flatbuffers/src/idl_gen_text.cpp",
194+
"flatbuffers/src/idl_gen_ts.cpp",
195+
"flatbuffers/src/idl_parser.cpp",
196+
"flatbuffers/src/reflection.cpp",
185197
"flatbuffers/src/util.cpp",
186198
],
187199
include_directories = [
188200
"flatbuffers/grpc",
189201
"flatbuffers/include",
190202
],
191203
raw_headers = [
192-
"flatbuffers/grpc/src/compiler/config.h",
193204
"flatbuffers/grpc/src/compiler/cpp_generator.h",
194205
"flatbuffers/grpc/src/compiler/go_generator.h",
195206
"flatbuffers/grpc/src/compiler/java_generator.h",
196207
"flatbuffers/grpc/src/compiler/python_generator.h",
197-
"flatbuffers/grpc/src/compiler/python_private_generator.h",
198208
"flatbuffers/grpc/src/compiler/schema_interface.h",
199209
"flatbuffers/grpc/src/compiler/swift_generator.h",
200210
"flatbuffers/grpc/src/compiler/ts_generator.h",

third-party/flatbuffers

Submodule flatbuffers updated 1636 files

0 commit comments

Comments
 (0)