Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-26 | Remove flatbuffers (#2818) | Ryan Dahl | |
2019-02-15 | remove unnecessary build opt (#1783) | Yoshiya Hinosawa | |
2019-01-21 | chore: update license lines (#1557) | Yoshiya Hinosawa | |
2018-12-23 | Use flatbuffers from crates.io (#1400) | Ryan Dahl | |
2018-10-31 | Upgrade Flatbuffers. (#1127) | Ryan Dahl | |
Use msg_generated.rs as mod instead of crate. | |||
2018-09-24 | build: always enable clang color output | Bert Belder | |
2018-09-03 | Upgrade flatbuffers | Ryan Dahl | |
2018-08-30 | Fix warnings. | Ryan Dahl | |
Ref #374 | |||
2018-08-16 | Upgrade Rust Flatbuffers | Ryan Dahl | |
2018-08-13 | s/rust_component/rust_crate/ | Ryan Dahl | |
2018-07-29 | spelling | Ryan Dahl | |
2018-07-24 | Remove 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-21 | Fix some warnings (#379) | Yoshiya Hinosawa | |
2018-07-08 | Clean 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-07 | Move flatbuffers gn files to //build_extra/flatbuffers | Ryan Dahl | |
Fixes #342. |