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