0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05:00
deno/src
Bert Belder ec17239f46
cargo: build in Cargo's out dir if DENO_BUILD_PATH is not set
Plus some minor improvements and clean-ups:

* Resolve DENO_BUILD_PATH to an absolute path if necessary.
* Rename DENO_BUILD_PATH to GN_OUT_DIR in places where it is supposed to
  be set by the build system (and not a user configuration variable).
* Output Cargo `rerun-if-*-changed` instructions first, so even if the
  build itself fails, configuration changes will still trigger a re-run
  of build.rs.
* Remove TODOs that are impossible.
* Re-run build.rs when the flatbuffer definition file changes.
2018-11-01 14:18:18 +01:00
..
deno_dir.rs Separate source map from output code. 2018-10-29 08:16:35 -07:00
eager_unix.rs fix typos (#1083) 2018-10-24 08:54:34 -07:00
errors.rs Rename BadFileDescriptor 2018-10-10 12:21:01 -04:00
flags.rs Remove broken feature: --deps 2018-10-26 13:07:33 -07:00
fs.rs Add missing copyrights (#1024) 2018-10-19 15:25:29 -04:00
http_util.rs Enforce media types 2018-10-23 04:48:00 -07:00
isolate.rs Ergonomics: Prompt TTY for permission escalation (#1081) 2018-10-27 06:11:39 -07:00
libdeno.rs Add libdeno.shared global shared ArrayBuffer. 2018-10-24 14:52:38 -07:00
main.rs Support cargo check (#1128) 2018-10-31 11:11:10 -07:00
msg.fbs Rename FetchReq op to Fetch. 2018-10-30 17:42:19 -07:00
msg.rs cargo: build in Cargo's out dir if DENO_BUILD_PATH is not set 2018-11-01 14:18:18 +01:00
ops.rs Rename FetchReq op to Fetch. 2018-10-30 17:42:19 -07:00
permissions.rs Ergonomics: Prompt TTY for permission escalation (#1081) 2018-10-27 06:11:39 -07:00
resources.rs Add resources op (#1119) 2018-10-30 12:58:55 -07:00
snapshot.cc libdeno: deno_new should take a snapshot parameter. 2018-10-24 14:52:38 -07:00
snapshot.rs libdeno: deno_new should take a snapshot parameter. 2018-10-24 14:52:38 -07:00
tokio_util.rs Add missing copyrights (#1024) 2018-10-19 15:25:29 -04:00
tokio_write.rs Allow partial writes. 2018-10-20 12:39:56 -07:00
version.rs v0.1.10 2018-10-27 08:13:28 -07:00