1
0
mirror of git://jb55.com/damus synced 2024-09-16 02:03:45 +00:00
damus/nostrdb/flatcc/reflection
William Casarin 6863e74c0f nostrdb: fix japanese profile names not loading
update flatcc, including the patch that fixes japanese usenames

Changelog-Fixed: Fix japanese profiles names not loading
2023-11-02 10:20:40 +09:00
..
flatbuffers_common_builder.h nostrdb: pull latest, adding flatcc and lmdb 2023-08-25 19:05:34 -07:00
flatbuffers_common_reader.h nostrdb: fix japanese profile names not loading 2023-11-02 10:20:40 +09:00
README nostrdb: pull latest, adding flatcc and lmdb 2023-08-25 19:05:34 -07:00
reflection_builder.h nostrdb: pull latest, adding flatcc and lmdb 2023-08-25 19:05:34 -07:00
reflection_reader.h nostrdb: pull latest, adding flatcc and lmdb 2023-08-25 19:05:34 -07:00
reflection_verifier.h nostrdb: pull latest, adding flatcc and lmdb 2023-08-25 19:05:34 -07:00

Generated by flatcc
 
Keep checked in - needed by flatcc to generate binary schema.

NOTE TO CONTRIBUTORS: DO NOT EDIT THESE FILES BY HAND

If you need to change anything here, it is done in the code generator,
possibly followed by running `reflection/generate_code.sh` from the
project root. But please only do this for testing do not include the
generated files in a pull request unless agreed otherwise, and if so,
do it in a separate commit.

Normally new reflection code is generated during a release which also
updates the version number in comments and there is no reason to update
reflection on every commit unless it breaks something fundamentally.

There is a build option `FLATCC_REFLECTION` to disable reflection which
is helpful while making changes that affect the content of these files
in a way that would prevent the flatcc compiler from building.