Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-21 | Expose deno.exit() and add test. | Ryan Dahl | |
2018-08-20 | Enable http server for tests. | Ryan Dahl | |
2018-08-18 | Rename :all target to :default | Ryan Dahl | |
2018-08-18 | build: don't clobber rust depfile mtime when fixing its paths | Bert Belder | |
This avoids ninja unnecessarily rebuilding rust targets. Add a check for problems like these to be run on appveyor. | |||
2018-08-17 | Add yarn.lock to third_party | Ryan Dahl | |
Prevents upgrades with running tools/sync_third_party.py | |||
2018-08-17 | chore: download clang-format from google storage | Yoshiya Hinosawa | |
2018-08-17 | chore: format files in tests/ | Yoshiya Hinosawa | |
2018-08-17 | import sys since sys.exit(1) used | mervynzhang | |
2018-08-10 | Support wildcard matching of output in tests | Kitson Kelly | |
2018-08-09 | Adds js/unit_tests.ts (#448) | Ryan Dahl | |
2018-08-08 | Remove RUSTFMT_FLAGS | Ryan Dahl | |
2018-08-08 | Change rustfmt flags. For v0.8.2. | Ryan Dahl | |
2018-08-08 | Print output even when test failed. | Ryan Dahl | |
2018-08-08 | Remove yarn.lock | Ryan Dahl | |
Fixes #393. | |||
2018-08-03 | Improve rust build docs | Ryan Dahl | |
2018-08-02 | Add 005_more_imports.ts | Ryan Dahl | |
And run check_output_test in order. | |||
2018-08-02 | util: make symlink() work on older Windows versions | Bert Belder | |
2018-08-02 | tools/setup: avoid running `gn gen` twice in the same output directory | Bert Belder | |
2018-08-02 | tools: fix `tools/clang` symlink on startup | Bert Belder | |
2018-07-29 | Install sysroot on linux. | Ryan Dahl | |
2018-07-29 | Rename run_hooks.py to setup.py | Ryan Dahl | |
Moves 'gn gen' into setup.py Make tools/build.py more ergonomic. | |||
2018-07-27 | Ignore any generated TypeScript files | Kitson Kelly | |
2018-07-26 | Simplify run_rustc.py output. | Ryan Dahl | |
2018-07-25 | Remove msg_generated hack (#409) | Kitson Kelly | |
2018-07-25 | Clean up and fix tools | Bert Belder | |
* Make sync_third_party work in general * Un-break build.py and run_hooks.py on windows * Partially fix format.py on windows * Reduce code duplication between run_hooks and sync_third_party | |||
2018-07-24 | Add tools/build.py (#398) | Ryan Dahl | |
To allow better tab completion for ./tools/build.py mv build_third_party.py sync_third_party.py | |||
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-24 | Fix recursive globbing in tools/format.py | Ryan Dahl | |
And use third_party/depot_tools/gn. | |||
2018-07-22 | Make check_output_test.py tolerate CRLF line endings in test output | Bert Belder | |
2018-07-21 | Add tools/test.py test runner. (#384) | Ryan Dahl | |
2018-07-21 | Fix symlink creation on windows | Bert Belder | |
2018-07-21 | Add deno_third_party as git submodule. | Ryan Dahl | |
2018-07-20 | Use 2 space indent. | Ryan Dahl | |
Apologies for the churn, but my screen is small. rustfmt assumes big monitors. | |||
2018-07-20 | Wrap rust at 80 columns. | Ryan Dahl | |
2018-07-19 | Link rust_test targets with external linker, fix handlers_test linkage | Bert Belder | |
2018-07-18 | Use Cargo to install rust deps into //third_party/rust_crates (#383) | robbym | |
2018-07-18 | Reduce unnecessary build output. | Ryan Dahl | |
2018-07-13 | gclient sync should be shallow | Ryan Dahl | |
2018-07-10 | Remove -f option from rustfmt. (#356) | Ryan Dahl | |
And add support for RUSTFMT_FLAGS (Some people might need -f option) | |||
2018-07-09 | Fix rust depfile problem. | Ryan Dahl | |
Fixes #316. | |||
2018-07-09 | chore: use local prettier | Yoshiya Hinosawa | |
2018-07-08 | tools: fix windows | Bert Belder | |
This fixes most things, but format.py doesn't work yet, because yapf is broken due to some depot_tools shimming python. | |||
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-08 | tools: generate third_party dir and symlinks from the script. (#346) | Yoshiya Hinosawa | |
Everyone needs to run ./tools/build_third_party.py after this commit. | |||
2018-07-08 | Rewrite tools/lint.sh in python (#343) | Hao Li | |
2018-07-06 | Further gn/rust cleanups | Ryan Dahl | |
Move rust.gni and deno.gni into build_extra/ Removes rust_library which was only an action. This instead defines rust_component, which is an action plus a gn "component" target to expose the resulting object file. This simplifies link code in rust.gni. Support rust modules that can be linked into C++. | |||
2018-07-06 | Rename deno.cc to binding.cc and other renames (#339) | Faris Amali Alis | |
Fixes #336 | |||
2018-07-05 | chore: clean up build_third_party.py | Yoshiya Hinosawa | |
2018-07-04 | Replace protobufs with flatbuffers | Ryan Dahl | |
2018-07-04 | Add tools/build_third_party.py (#328) | Yoshiya Hinosawa | |
Fixes #312 |