summaryrefslogtreecommitdiff
path: root/third_party/flatbuffers/flatbuffer.gni
AgeCommit message (Collapse)Author
2018-10-19Upgrade cratesRyan Dahl
2018-10-19Upgrade node_modules.Ryan Dahl
2018-10-16First pass at http benchmark.Ryan Dahl
2018-10-15Update to TypeScript 3.1 and ts-simple-ast 17 (#980)Kitson Kelly
2018-10-11Replace globals.d.ts with lib.deno_runtime.d.tsKitson Kelly
2018-10-10Upgrade hyper-rustlsRyan Dahl
This removes tokio-core, which was deprecated.
2018-10-05Upgrade FlatbuffersRyan Dahl
2018-10-03Upgrade other JS deps.Ryan Dahl
2018-10-03Upgrade TS to 3.0.3Ryan Dahl
We need this specific version because ts-simple-ast depends on it. See https://github.com/denoland/deno/pull/729#issuecomment-426352887
2018-09-27third_party: gitignore depot_tools/.cipd_client temporary filesBert Belder
2018-09-17Remove unused .gclient_entries file.Ryan Dahl
2018-09-17Upgrade V8 to 7.0.276.15Ryan Dahl
2018-09-17Upgrade rust crates.Ryan Dahl
2018-09-16Add the 'dirs' crate, enable the required 'winapi' featuresKevin (Kun) "Kassimo" Qian
2018-09-04Upgrade Flatbuffers (now using master)Ryan Dahl
2018-09-03Upgrade flatbuffersRyan Dahl
2018-08-30Support https imports.Ryan Dahl
Adds hyper-rustls to the build. Use ring for sha1 instead of "ssh1" crate. Fixes #528.
2018-08-30Downgrading tokio to registry version.Ryan Dahl
Prep for rustls.
2018-08-27Update V8 to 7.0.247Ryan Dahl
2018-08-24Upgrade flatbuffersRyan Dahl
https://github.com/rw/flatbuffers/commit/83a71543f8ccbf230ac27cb523831bfafb9c84d7
2018-08-20Add hyper dependenciesThomas Ghysels
2018-08-17Upgrade fbs to latest.Ryan Dahl
Reduces numbers of warnings.
2018-08-17Add yarn.lock to third_partyRyan Dahl
Prevents upgrades with running tools/sync_third_party.py
2018-08-16Upgrade Rust FlatbuffersRyan Dahl
2018-08-09Add TextEncoder/TextDecoder support.Ryan Dahl
Fixes #470 This commit increases size: out/release/gen/bundle/main.js 7.3M -> 7.9M out/release/gen/bundle/main.js.map 11M -> 12M out/release/gen/snapshot_deno.bin 34M -> 37M out/release/deno 49M -> 53M Note the amount in the JS code added is quite small: 4.0K node_modules/text-encoding/index.js 4.0K node_modules/@types/text-encoding/index.d.ts 4.0K js/text_encoding.ts Unclear to me what is causing the jump in snapshot size.
2018-08-09Make 'tokio' build on windows, add windows depsBert Belder
2018-08-09Add 'tokio' and dependenciesRobby Madruga
Use tokio from git.
2018-08-08Remove yarn.lockRyan Dahl
Fixes #393.
2018-08-07Remove //third_party/v8/third_party/depot_toolsRyan Dahl
It was a duplicate of //third_party/depot_tools
2018-08-01Add base64-js to third_party.Ryan Dahl
It's a dependency of js/v8_source_maps.ts.
2018-07-31Upgrade TypeScript (3.0.1)Kitson Kelly
Update runtime to use lib.deno.d.ts Add proper console declaration Upgrade prettier (There was an issue formatting lib.deno.d.ts)
2018-07-29Add winapi crate, make 'rand' and 'tempfile' workBert Belder
2018-07-29Add sha1 and tempfile crates.Ryan Dahl
2018-07-22Update third_party submoduleRyan Dahl
2018-07-21Add deno_third_party as git submodule.Ryan Dahl
2018-07-07Move flatbuffers gn files to //build_extra/flatbuffersRyan Dahl
Fixes #342.
2018-07-07Merge flatbuffer.gni and ts_flatbuffer.gniRyan Dahl
2018-07-04Replace protobufs with flatbuffersRyan Dahl