summaryrefslogtreecommitdiff
path: root/build_extra/flatbuffers
AgeCommit message (Collapse)Author
2018-07-29spellingRyan Dahl
2018-07-24Remove handlers crate target.Ryan Dahl
- Add build scripts for Rust flatbuffers. - Rewrites some reply.cc methods in Rust. - Changes some struct elements to table in msg.fbs (rust flatbuffers lacks support currently) - Renames handlers_test to test_rs. - This reorg is needed to make progress on the code cache handler.
2018-07-21Fix some warnings (#379)Yoshiya Hinosawa
2018-07-08Clean up tools/Ryan Dahl
- Factor out tools/util.py - Move js/*.py to tools. - Rewrite tools/format.sh in python. - Run lint first in travis.
2018-07-07Move flatbuffers gn files to //build_extra/flatbuffersRyan Dahl
Fixes #342.