Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Julio César Rocha 3d91e37629
Complete NAPI compatibility (#64)
* Add MakeNapiJsiRuntime calling conventions

* Work in progress

* Pop-Location on error

* Add temporary EOL exception to src/napi/js_native_ext_api_v8.cpp

* Add temporary EOL exception to src/napi/js_native_ext_api_v8.cpp

* Make .editorconfig LF

* Use napi_ext_env_attributes as bitset

* More temp adjustments to EOL

* Update editorconfig

* Removed compile.ps1

* Have napi_ext_create_env use napi_ext_env_settings* as firs arg

* Add flags to napi_ext_env_settings

* Make MakeNapiJsiRuntime __cdecl

* Clean up commented code

* Add __declspec

* Use napi_ext_env_settings in initialization

* Use settings.flags in NAPI tests

* Name _napi_ext_env_settings

Co-authored-by: Vladimir Morozov <vmorozov@microsoft.com>
2021-07-23 06:08:01 +00:00
Julio César Rocha ff17ddcc2b Rely on NuGet metadata to manage packages (#31)
* Add .editorconfig

* Use DirectoryInfo for folder paths

* Use non-interpolable literals in ValidateSet

* Add NuGet config and packages

* Add NuGet config and packages

* Obtain Boost version from packages.config'

* Add UseOldGn param.

* Drop old GN download
2020-10-28 21:37:56 -07:00