flatbuffers/include/flatbuffers
Wouter van Oortmerssen b8aaccee82 Disable parsing of nested_flatbuffers as bytes by default
Parsing as bytes produces buffers that are unsafe to access unless passed thru a verifier,
whereas users could reasonably assume that any JSON parsed without errors is safe to access.
Users that still have legacy JSON files with such bytes in it will get a helpful error point them
to the option to turn on to have it work again.
2021-12-15 10:41:29 -08:00
..
pch
allocator.h [C++] Split flatbuffers.h into separate files (#6868) 2021-11-10 22:26:09 -08:00
array.h [C++] Split flatbuffers.h into separate files (#6868) 2021-11-10 22:26:09 -08:00
base.h Bumping to Version 2.0.5 (#6967) 2021-12-09 10:31:57 -08:00
bfbs_generator.h Lua Generator using IR. (#6940) 2021-12-02 21:29:19 -08:00
buffer.h [C++] Split flatbuffers.h into separate files (#6868) 2021-11-10 22:26:09 -08:00
buffer_ref.h [C++] Split flatbuffers.h into separate files (#6868) 2021-11-10 22:26:09 -08:00
code_generators.h [TS/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
default_allocator.h [C++] Split flatbuffers.h into separate files (#6868) 2021-11-10 22:26:09 -08:00
detached_buffer.h Removal of support for FLATBUFFERS_CPP98_STL (#6918) 2021-11-12 14:01:11 -08:00
flatbuffer_builder.h Restore FlatBufferBuilder::kFileIdentifierLength. (#6960) 2021-11-30 23:06:19 -08:00
flatbuffers.h clang-all (#6941) 2021-11-19 17:01:48 -08:00
flatc.h Refractor Flatc Options (#6987) 2021-12-13 13:56:47 -08:00
flexbuffers.h Added alignment checking to FlexBuffers verifier 2021-12-14 11:20:23 -08:00
grpc.h [C++] Fix memory leak when using grpc (#6896) (#6897) 2021-10-18 11:24:52 -07:00
hash.h
idl.h Disable parsing of nested_flatbuffers as bytes by default 2021-12-15 10:41:29 -08:00
minireflect.h
reflection.h Removed test/generate_code.{sh|bat} (#6873) 2021-11-30 23:13:24 -08:00
reflection_generated.h Prevent shadow with _{{FIELD_NAME}} (#6991) 2021-12-13 21:27:36 -08:00
registry.h Removal of support for FLATBUFFERS_CPP98_STL (#6918) 2021-11-12 14:01:11 -08:00
stl_emulation.h Removal of support for FLATBUFFERS_CPP98_STL (#6918) 2021-11-12 14:01:11 -08:00
string.h [C++] Split flatbuffers.h into separate files (#6868) 2021-11-10 22:26:09 -08:00
struct.h [C++] Split flatbuffers.h into separate files (#6868) 2021-11-10 22:26:09 -08:00
table.h [C++] Split flatbuffers.h into separate files (#6868) 2021-11-10 22:26:09 -08:00
util.h Removal of support for FLATBUFFERS_CPP98_STL (#6918) 2021-11-12 14:01:11 -08:00
vector.h Removal of support for FLATBUFFERS_CPP98_STL (#6918) 2021-11-12 14:01:11 -08:00
vector_downward.h Vector Downward GetSize optimization (#6925) 2021-11-22 19:50:42 -08:00
verifier.h Made FlexBuffers reuse tracker track types 2021-12-14 11:20:23 -08:00