Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-10 | tools/setup: on windows, make env vars not affect gn gen output | Bert Belder | |
2018-09-10 | tools/format: don't format files in third_party on Windows | Bert Belder | |
2018-09-08 | tools/setup: replace generated args.gn unless handcrafted | Bert Belder | |
2018-09-08 | build: override host_toolchain on windows to use sccache with v8 | Bert Belder | |
2018-09-06 | Move installer to its own repo. | Ryan Dahl | |
https://github.com/denoland/deno_install 1. This allows the installer to use a more aggressive CI build matrix with different version of python. 2. Running the installer during tools/test.py artificially inflates our download stats. 3. Running the installer during tools/test.py makes the test script dependent on having an internet connection. 4. Running the installer during tools/test.py introduces a race condition during release - where it tries and fails to download the latest release in build process that should be uploading that release. | |||
2018-09-05 | Add --reload to JS unit tests. | Ryan Dahl | |
Fixes #677 | |||
2018-09-05 | tools/build: skip build path detection when given '-C «dir»' ninja arg | Bert Belder | |
2018-09-03 | Format. | Ryan Dahl | |
2018-09-01 | Refactor release_url to take platform as an argument | Andy Hayden | |
2018-09-01 | Avoid using temporary directory in install.py | Andy Hayden | |
2018-08-31 | Add release installer (#639) | Mirko Jotic | |
2018-08-31 | Implemented deno.env and refactored flags.rs | Aaron Power | |
2018-08-29 | Fix lastchange rebuild problem. | Ryan Dahl | |
lastchange.py is causing a full rebuild on every commit. This is a temporary workaround. | |||
2018-08-29 | tools: make sha256sum.py more generic and move it to 'tools' | Bert Belder | |
2018-08-28 | tools/setup: don't overwrite existing args.gn | Bert Belder | |
2018-08-28 | format | Bert Belder | |
2018-08-27 | Run lastchange.py during setup.py | Ryan Dahl | |
2018-08-27 | Add ability to unit test by permissions. | Ryan Dahl | |
2018-08-27 | allow_reuse_address for test http server. | Ryan Dahl | |
2018-08-26 | tools/format: fix clang-format glob pattern | Bert Belder | |
2018-08-25 | Build: make it possible to use ccache/sccache on windows | Bert Belder | |
Also auto-detect the availability of sccache in setup.py. | |||
2018-08-23 | First pass at HTTP imports | Ryan Dahl | |
Implement --reload Integrate hyper errors into DenoError In collaboration with Tommy Savaria <tommy.savaria@protonmail.ch> | |||
2018-08-22 | Implement writeFileSync | Ryan Dahl | |
In collaboration with Tommy Savaria <tommy.savaria@protonmail.ch> | |||
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. |