-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: introduce configure --shared #6994
Closed
Closed
Commits on Jun 28, 2016
-
build: configure --shared/--no-v8-platform
Add configure flag for building shared library that could be used to embed node.js in some application (like Electron). This commit is esentially a merged and refined version of: * atom/node@289649a * atom/node@f76669f * atom/node@0828dfa
Configuration menu - View commit details
-
Copy full SHA for 3f68d0e - Browse repository at this point
Copy the full SHA 3f68d0eView commit details -
build: additions/fixes for shared library support
Added --no-bundled-v8 flag to separate header inclusion matters from --no-v8-platform. Compiling with ./configure --shared and make install should now work out of the box for Linux. Conflicts: src/node.cc
Configuration menu - View commit details
-
Copy full SHA for eeeeeaf - Browse repository at this point
Copy the full SHA eeeeeafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d027f6 - Browse repository at this point
Copy the full SHA 6d027f6View commit details -
* Spacing for Python code * Remove unneeded GYP dependencies
Configuration menu - View commit details
-
Copy full SHA for 66fd9d4 - Browse repository at this point
Copy the full SHA 66fd9d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9d4754 - Browse repository at this point
Copy the full SHA f9d4754View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f418f5 - Browse repository at this point
Copy the full SHA 8f418f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38acb90 - Browse repository at this point
Copy the full SHA 38acb90View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeb315b - Browse repository at this point
Copy the full SHA eeb315bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53c7adc - Browse repository at this point
Copy the full SHA 53c7adcView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.