LongYinan
94e0ac548c
1.0.0-alpha.0
2020-12-02 23:45:27 +08:00
LongYinan
7767b83222
refactor(cli): init yarn workspace, move napi-rs package => @napi-rs/cli
2020-12-02 22:34:39 +08:00
LongYinan
1a3621b727
feat(napi): major upgrades for napi@1
...
1. inline everything
2. change `check_status` and `type_of` to macro
3. provide #[module_exports] macro
4. remove debug and repr[transparent] for ffi struct
2020-11-26 11:31:49 +08:00
LongYinan
fc0ec0b378
refactor(napi-sys): remove bindgen
2020-11-10 17:52:59 +08:00
adumbidiot
cab8fcc3a6
Remove use of global node.lib cache
2020-10-30 20:58:28 -07:00
adumbidiot
e25ef3a3d8
Seperate build setup script into seperate files to fix formatting
2020-10-30 20:11:10 -07:00
adumbidiot
7739cf5dc3
Respect CARGO_CFG_TARGET_ARCH env var
2020-10-30 20:00:16 -07:00
adumbidiot
5364458366
Avoid running entire napi_build::setup twice
2020-10-30 18:29:08 -07:00
adumbidiot
b062c0fd6e
Respect NPM_CONFIG_DISTURL env var
2020-10-30 18:17:06 -07:00
adumbidiot
7862726e84
Use ureq to download node.lib
2020-10-30 17:57:28 -07:00
LongYinan
d1d6a5b963
refactor(build): use node to download .lib file on Windows
2020-10-10 13:04:42 +08:00
dependabot-preview[bot]
027d6d35e7
build(deps): update cfg-if requirement from 0.1 to 1.0
...
Updates the requirements on [cfg-if](https://github.com/alexcrichton/cfg-if ) to permit the latest version.
- [Release notes](https://github.com/alexcrichton/cfg-if/releases )
- [Commits](https://github.com/alexcrichton/cfg-if/compare/0.1.1...1.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-07 05:54:00 +00:00
Flux Xu
595bf69a43
refactor: build on Windows without admin privilege.
2020-09-19 12:28:02 -04:00
LongYinan
c4aaf2156e
chore(release): publish
...
- napi-build@0.2.1
2020-08-26 17:59:46 +08:00
LongYinan
c229b26fa7
fix(build): add -Wl rustc-cdylib-link-arg on macOS
2020-08-26 17:59:00 +08:00
LongYinan
f5d8d14089
chore: bump napi-build
2020-07-15 01:36:02 +08:00
LongYinan
6489c11185
doc: update git repo url
2020-07-15 01:23:23 +08:00
LongYinan
f4a331cfe2
feat(napi): provide execute function to run Future on libuv
2020-07-07 11:57:32 +08:00
LongYinan
0d5f03f845
feat: move napi version features setup to build package
2020-07-02 00:40:36 +08:00
LongYinan
1a280aa30f
refactor(napi): async and lifetime span
2020-05-09 14:13:25 +08:00
LongYinan
81adb5ceab
chore: version patch
2020-04-26 19:57:31 +08:00
LongYinan
090e7d6fb3
chore: prepare for release
2020-03-16 14:30:54 +08:00
LongYinan
e0e85502af
feat: upgrade to std-future
2020-02-18 21:09:17 +08:00