Skip to content
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,src: sync /src/ files with node.gyp #24505

Merged
merged 1 commit into from
Nov 26, 2018
Merged

Conversation

refack
Copy link
Contributor

@refack refack commented Nov 20, 2018

Add missing files. Sort .cpp and .h blocks.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@nodejs-github-bot
Copy link
Collaborator

@refack sadly an error occured when I tried to trigger a build :(

@nodejs-github-bot nodejs-github-bot added the build Issues and PRs related to build files or the CI. label Nov 20, 2018
@refack
Copy link
Contributor Author

refack commented Nov 20, 2018

@refack refack added c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. labels Nov 20, 2018
@refack refack self-assigned this Nov 20, 2018
@refack
Copy link
Contributor Author

refack commented Nov 26, 2018

/CC @nodejs/build-files

@refack refack requested a review from danbev November 26, 2018 00:58
@refack refack added the gyp Issues and PRs related to the GYP tool and .gyp build files label Nov 26, 2018
@Trott
Copy link
Member

Trott commented Nov 26, 2018

A second review on this one would be nice. /ping @danbev @addaleax @bnoordhuis @indutny @jasnell

Copy link
Member

@indutny indutny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with a question.

@@ -583,6 +597,8 @@
'src/node_crypto.h',
'src/node_crypto_bio.h',
'src/node_crypto_clienthello.h',
'src/node_crypto_clienthello-inl.h',
'src/node_crypto_groups.h',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are headers really necessary here at all?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sort of... they are added as dependencies for MSBuild and ninja. Also they are added to the MSVS GUI + intellisense + static analysis.
image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe also relevant for XCode, and compile_commands.json

PR-URL: nodejs#24505
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
@refack refack merged commit 4b08614 into nodejs:master Nov 26, 2018
@refack refack deleted the sync-src-file branch November 26, 2018 21:41
targos pushed a commit that referenced this pull request Nov 27, 2018
PR-URL: #24505
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
rvagg pushed a commit that referenced this pull request Nov 28, 2018
PR-URL: #24505
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
@BridgeAR BridgeAR mentioned this pull request Dec 5, 2018
4 tasks
refack added a commit to refack/node that referenced this pull request Jan 14, 2019
PR-URL: nodejs#24505
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
@refack refack removed their assignment Mar 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. c++ Issues and PRs that require attention from people who are familiar with C++. gyp Issues and PRs related to the GYP tool and .gyp build files lib / src Issues and PRs related to general changes in the lib or src directory.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants