flatbuffers/include/flatbuffers
Advait Jain f28c2b2936
Avoid implicit conversion from float to double. (#7003)
https://github.com/tensorflow/tflite-micro makes use of flatbuffers with
a variety of DSP toolchains.

Without the change from this PR, we can get a double-promotion warning
with some of these DSP toolchains:
```
flatbuffers/include/flatbuffers/util.h:104:11: error: implicit conversion increases floating-point precision: 'std::numeric_limits<float>::_Ty' (aka 'float') to 'double' [-Werror,-Wdouble-promotion]
  T eps = std::numeric_limits<float>::epsilon();
    ~~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
2021-12-23 20:31:30 -06:00
..
pch [CMake] : Add precompiled header support with FLATBUFFERS_ENABLE_PCH (#5827) 2020-03-27 08:35:44 -07:00
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 [C++] Refactor to conform to Google C++ style guide (#5608) 2019-11-07 12:22:54 -08:00
idl.h Disable parsing of nested_flatbuffers as bytes by default 2021-12-15 10:41:29 -08:00
minireflect.h Minireflect fixed array (#6129) 2020-09-22 17:57:01 -07:00
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 Avoid implicit conversion from float to double. (#7003) 2021-12-23 20:31:30 -06: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