This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
forked from nodejs/node-v0.x-archive
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: refactor engine switch and process.jsEngine
These changes are mostly proposed by Alexis Campailla (orangemocha). build: Change the specific node_use_chakra flag to more general node_engine variable. common.gypi: Add node_engine_include_dir variable for clients that need v8 headers (debugger-agent.gyp and node-gyp addon.gypi). Define NODE_ENGINE symbol and NODE_ENGINE_V8/NODE_ENGINE_CHAKRA flags respectively, used in node.cc. node.cc: Add runtime property process.jsEngine and use everywhere js engine check is needed. chakrashim.gyp: add WIN10 requirement. js2c.py: replace "-chakra" flag to more general "--namespace=..." switch. node-gyp: add --node_engine switch, default to process.jsEngine and fall back to "v8". Reviewed-By: orangemocha PR-URL: [#15](https://github.com/Microsoft/node-msft/pull/15)
- Loading branch information
Jianchun Xu
committed
May 7, 2015
1 parent
d1bf0be
commit 3d035d0
Showing
12 changed files
with
77 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters