aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/flatbuffers/code_generators.h
Commit message (Collapse)AuthorAgeFilesLines
* executor: move flatbuffers from vendor to executorTaras Madan2024-05-081-234/+0
|
* vendor: vendor flatbuffers headersDmitry Vyukov2024-05-031-0/+234
Attempt to use distro provided libflatbuffers-dev failed for at least 2 reason: 1. Older distros (old-env) don't provide fresh enough package, even Ubuntu 22.04 has only v1.12.0. 2. We cross-compile to NetBSD using the canned toolchain and it knows nothing about host packages. This was manually vendored using the commands in README.md.