-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
build,src: sync /src/
files with node.gyp
#24505
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
@refack sadly an error occured when I tried to trigger a build :( |
/CC @nodejs/build-files |
A second review on this one would be nice. /ping @danbev @addaleax @bnoordhuis @indutny @jasnell |
There was a problem hiding this 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', |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
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>
903aa1c
to
4b08614
Compare
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>
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>
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>
Add missing files. Sort
.cpp
and.h
blocks.Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes