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
/
libdeno
/
BUILD.gn
Age
Commit message (
Collapse
)
Author
2019-01-30
Refactor libdeno ES module interface. (#1624)
Ryan Dahl
Allows for future asynchronous module loading. Add support for import.meta.url Fixes #1496
2019-01-30
libdeno: improve exception handling
Ryan Dahl
2019-01-21
chore: update license lines (#1557)
Yoshiya Hinosawa
2019-01-02
Add -glldb to clang flags for libdeno (#1446)
Kevin (Kun) "Kassimo" Qian
2018-12-23
Upgrade V8 to 7.2.502.16 (#1403)
Ryan Dahl
2018-12-20
build: fix mac linking problem
Bert Belder
2018-12-20
build: fold config("win_crt_agnostic") into config("deno_config")
Bert Belder
2018-12-19
build: make `cargo build` work
Bert Belder
2018-12-18
Remove prebuilt v8 support
Bert Belder
2018-12-11
build: snapshot doesn't need source_map
Ryan Dahl
Continuation of the work done in c113df.
2018-12-03
gn snapshot template's target_name should be target
Ryan Dahl
2018-11-29
Add prebuilt/win/v8_debug.lib (#1249)
Ryan Dahl
The windows debug build was broken due to libc link errors.
2018-11-29
Move libdeno build config to libdeno/BUILD.gn
Ryan Dahl