Commit graph

59 commits

Author SHA1 Message Date
Antoine du Hamel 00082352e9 doc: update TS and V8 version in README file
Refs: https://github.com/denoland/deno/pull/980
Refs: https://github.com/denoland/deno/pull/1041
2018-10-25 16:40:22 -07:00
Ryan Dahl b5d7e38f9b Add Docs.md
Remove stuff from Roadmap that has been implemented.
2018-10-19 21:36:07 -04:00
Amos Lim 15590a0cde Specify deno_dir location with env var DENO_DIR (#970)
(Use C:\deno instead of c:\deno in appveyor config because it's cloned to c:\ by clone_folder variable in .appveyor.yml. On the other hand, build directory is pointed to C:\ by $(APPVEYOR_BUILD_FOLDER) so that test targets are placed on separated partitions.)
2018-10-15 12:08:19 -04:00
Bert Belder 04b625054a
readme: fix formatting error 2018-10-05 20:31:16 +02:00
Yingbo (Max) Wang 1023202634
Update instructions on using ./tools/format.py in README 2018-10-04 02:16:54 -07:00
Bert Belder b9cdf088e7
format 2018-10-04 02:03:29 -07:00
Bert Belder 8ca082c508
tools/format: format markdown files with prettier 2018-10-04 02:02:23 -07:00
Eric Lewis f51903f773 Add top-level await issue link to readme (#860) 2018-09-30 11:01:08 -04:00
Nisheet Sinvhal 50b8935a1f
Better build instructions for windows
Fixes #802.
2018-09-27 17:34:20 -07:00
Ryan Dahl ef41a1ab2b Add benchmark descriptions. 2018-09-27 05:00:23 -04:00
Ryan Dahl 7a4ad045b1
Update README and Roadmap. (#799) 2018-09-22 08:43:44 -04:00
Yoshiya Hinosawa 8020f5fc0b docs: add contributing guide 2018-09-09 12:08:40 -04:00
Ryan Dahl 7784b0e17e Move installer to its own repo.
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-06 10:22:15 -04:00
Ryan Dahl 32f0c37a42 Format 2018-09-05 22:27:47 -04:00
Mirko Jotic 3d063223cc Add release installer (#639) 2018-08-31 20:55:04 -04:00
Mohammed Salman 131a44f559 typo 2018-08-29 10:34:03 +02:00
Ryan Dahl 1cf4bc5ca1 Show mac in build table. 2018-08-27 17:51:24 -04:00
Ryan Dahl 1355803849 Update Readme with link to releases. 2018-08-23 19:03:35 +02:00
C. K. Tang 8aa0408671 Readme: specify build deps more carefully (#547) 2018-08-19 15:25:09 -04:00
Ryan Dahl 81b042c8db
Rename :all target to :default 2018-08-18 01:09:48 +02:00
Ryan Dahl 2830023f65 Fix badges
Add gitter link.
2018-08-03 10:28:02 -04:00
Ryan Dahl d63e03a8e7 Use build.py -j2 on travis.
Avoids OOM during rollup.
2018-08-02 23:12:49 -04:00
Ryan Dahl d8b68648d1 Update repo links to denoland. 2018-08-02 23:12:49 -04:00
Ryan Dahl 3e5e07289e Update README 2018-08-02 17:16:24 -04:00
Karl Horky 2adc9bd580 Update protobuf link to flatbuffer
Ref: https://github.com/ry/deno/pull/330
2018-08-01 14:59:37 -04:00
Kitson Kelly 36fa1cea4a Upgrade TypeScript (3.0.1)
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-31 20:47:49 -04:00
Ryan Dahl db65c723ae Rename run_hooks.py to setup.py
Moves 'gn gen' into setup.py

Make tools/build.py more ergonomic.
2018-07-29 00:24:16 -04:00
Ryan Dahl 0875411267
Add tools/build.py (#398)
To allow better tab completion for ./tools/build.py
mv build_third_party.py sync_third_party.py
2018-07-24 13:42:23 -04:00
Ryan Dahl 5d1cb54261 Add deno_third_party as git submodule. 2018-07-21 13:04:11 -04:00
Mike Reinstein ed9acaec7d update v8 version in readme to match reality 2018-07-14 21:40:25 -04:00
Ryan Dahl bcdd917d79 Fix command in README 2018-07-07 17:40:59 -04:00
Ryan Dahl 41328d796e Improve README 2018-07-06 10:46:30 -04:00
Yoshiya Hinosawa 2060bc939d Add tools/build_third_party.py (#328)
Fixes #312
2018-07-04 15:04:59 +02:00
Yoshiya Hinosawa 6f7ca760b8 move v8 to third_party/v8 (#322) 2018-07-03 10:15:32 +02:00
Yoshiya Hinosawa ea35281d63 chore: move //src/js to //js
refs: #285
2018-07-01 17:22:36 +02:00
Yoshiya Hinosawa 6830370c3e reorg: Move GN files to root (#309)
refs: #285
2018-07-01 13:47:28 +02:00
Mike Reinstein c2deb54daf explicitly add rust as an install dependency 2018-06-28 21:23:11 +02:00
Matias Insaurralde fc328e0095 README: update build instructions (#292) 2018-06-27 11:39:28 +02:00
Kevin (Kun) "Kassimo" Qian a2064ca89c Update README to reflect on Go removal; Improve compile instructions (#283) 2018-06-23 01:19:58 +02:00
Tristan Marion 3b595253a2 Move deno2 folder to src (#277) 2018-06-22 15:30:35 +02:00
Ryan Dahl 86354a29a4
Delete go implementation (#276)
The go prototype will remain at https://github.com/ry/deno/tree/golang
2018-06-22 14:23:42 +02:00
Ryan Dahl e7d071b750 Start roadmap document. 2018-06-17 13:51:13 +02:00
Joshua Chaitin-Pollak 69868c2b0e Add note about github noise (#244) 2018-06-11 20:28:33 +02:00
Zearin c977cba123 Minor tweaks to README.md (#173) 2018-06-08 10:38:47 +02:00
Sam Saccone 8e211ea685 📝 Update install instructions around known error (#110)
Even though the readme told me there was going to be an error, I was still confused about this error, as it looked unrelated to fetching the sources.

To clarify this update the readme to spell out the expected error.

Fixes #109
2018-06-04 09:41:51 +02:00
Ryan Dahl b6062ae662 Link to jsconf slides. 2018-06-04 09:10:54 +02:00
Ryan Dahl a315d1ef97 Add submodule instructions. 2018-06-04 08:46:23 +02:00
ULIVZ 942daac1da Add reference links and enhance README's format 2018-05-31 23:32:02 +02:00
Kitson Kelly 4dce562333 Improve compile instructions in README 2018-05-31 16:04:06 +02:00
Ryan Dahl 4319a0e681 Improve README 2018-05-30 17:11:15 +02:00