index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
setup.py
Age
Commit message (
Expand
)
Author
2020-01-05
Replace libdeno with rusty_v8 (#3556)
Ry Dahl
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-10-28
Move prebuilt binaries to third_party (#3227)
Ry Dahl
2019-09-24
tools: fix cc_wrapper in setup.py (#3017)
Christian Moritz
2019-09-19
Remove test.py, use cargo test as test frontend (#2967)
Ryan Dahl
2019-09-15
Move GN root into //core/libdeno (#2943)
Christian Moritz
2019-09-15
tools: clean up third_party.py, and merge prebuilt.py into it (#2950)
Bert Belder
2019-09-11
Upgrade pylint (#2917)
Ryan Dahl
2019-09-06
Remove tools/build.py (#2865)
Ryan Dahl
2019-06-08
make tests quieter (#2468)
Andy Hayden
2019-05-30
tools/setup: don't download sccache if --no-binary-download is passed
Christian Moritz
2019-03-31
Publish rust crate on crates.io (#2024)
Bert Belder
2019-03-15
Add --no-binary-download option to setup.py (#1916)
Ryan Dahl
2019-03-04
tools: remove fix_symlinks() function
Bert Belder
2019-03-01
Add Deno.version.gnArgs (#1845)
Yoshiya Hinosawa
2019-01-21
chore: update license lines (#1557)
Yoshiya Hinosawa
2018-12-18
travis: Set CARGO_HOME to third_party/rust_crates (#1370)
Ryan Dahl
2018-12-18
Load sccache from S3 on CI
Ryan Dahl
2018-12-18
Remove prebuilt v8 support
Bert Belder
2018-12-18
Enable jumbo build in release. (#1362)
Ryan Dahl
2018-11-30
Use pylint.
Ryan Dahl
2018-11-29
Make //build a git submodule
Ryan Dahl
2018-11-27
gitignore vim .swp files
Ryan Dahl
2018-10-26
Disable treat_warnings_as_errors on windows when sccache is in use
Bert Belder
2018-10-19
Add missing copyrights (#1024)
ztplz
2018-10-15
Fix a binary size regression
Jinho Bang
2018-09-26
tools/setup: detect sccache presence and use it to cache rustc targets
Bert Belder
2018-09-26
build: do not quote cc_wrapper on windows
Bert Belder
2018-09-26
tools/setup: add gn_string() utility function
Bert Belder
2018-09-24
tools: make color output work 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-08-29
Fix lastchange rebuild problem.
Ryan Dahl
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-25
Build: make it possible to use ccache/sccache on windows
Bert Belder
2018-08-17
chore: download clang-format from google storage
Yoshiya Hinosawa
2018-08-17
import sys since sys.exit(1) used
mervynzhang
2018-08-02
tools/setup: avoid running `gn gen` twice in the same output directory
Bert Belder
2018-07-29
Install sysroot on linux.
Ryan Dahl
2018-07-29
Rename run_hooks.py to setup.py
Ryan Dahl