• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

include/flatbuffers/11-Mar-2024-3,5972,307

README.mdD11-Mar-2024608 108

flatbuffers.mkD11-Mar-2024386 125

README.md

1This folder contains a modified version of the FlatBuffers implementation header
2file (flatbuffers.h) which customizes it for running in the CHRE environment.
3When upgrading to a newer FlatBuffers release, be sure to manually merge the
4changes described in the comment at the top of flatbuffers.h, and apply them to
5new additions as well (e.g. removal of std::string usage) to maintain support.
6The FlatBuffers IDL compiler (flatc) can be used without modification, but must
7match the version of the Flatbuffers library used here.
8
9The FlatBuffers project is hosted at https://github.com/google/flatbuffers/
10