mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
* Fixes to make SizeVerifier work. In particular change all the places in the Flatbuffers library and generated code that were using `Verifier` to instead use `VerifierTemplate<TrackBufferSize>` and wrap them all inside `template <bool TrackBufferSize = false>`. Also add unit tests for SizeVerifier. * Format using `sh scripts/clang-format-git.sh` * Use `B` rather than `TrackBufferSize` for the name of the template parameter. * Update generated files. |
||
|---|---|---|
| .. | ||
| evolution | ||
| offset64_test.cpp | ||
| offset64_test.h | ||
| test_64bit.afb | ||
| test_64bit.bfbs | ||
| test_64bit.bin | ||
| test_64bit.fbs | ||
| test_64bit.json | ||
| test_64bit_bfbs_generated.h | ||
| test_64bit_generated.h | ||