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
Reorg source tree #349
Merged
Merged
Reorg source tree #349
Conversation
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
daviddrysdale
added a commit
to daviddrysdale/oss-fuzz
that referenced
this pull request
Sep 11, 2020
Upstream c-ares/c-ares#349 re-organized the c-ares source tree, so update build.sh to find things in their new places. Also remove the CFLAGS workaround, which seems to be no longer needed (and also seems to result in a malformed test/Makefile being generated).
daviddrysdale
added a commit
to daviddrysdale/oss-fuzz
that referenced
this pull request
Sep 11, 2020
Upstream c-ares/c-ares#349 re-organized the c-ares source tree, so update build.sh to find things in their new places. Also remove the CFLAGS workaround, which seems to be no longer needed (and also seems to result in a malformed test/Makefile being generated). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=25566
daviddrysdale
added a commit
to daviddrysdale/oss-fuzz
that referenced
this pull request
Sep 11, 2020
Upstream c-ares/c-ares#349 re-organized the c-ares source tree, so update build.sh to find things in their new places. Also remove the CFLAGS workaround, which seems to be no longer needed (and also seems to result in a malformed test/Makefile being generated). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=25566
inferno-chromium
pushed a commit
to google/oss-fuzz
that referenced
this pull request
Sep 11, 2020
* [c-ares] Update build script for upstream changes Upstream c-ares/c-ares#349 re-organized the c-ares source tree, so update build.sh to find things in their new places. Also remove the CFLAGS workaround, which seems to be no longer needed (and also seems to result in a malformed test/Makefile being generated). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=25566 * [c-ares] Disable dataflow config Has link errors due to #3388
apolcyn
added a commit
to apolcyn/grpc
that referenced
this pull request
Apr 12, 2021
BethGriggs
added a commit
to BethGriggs/node
that referenced
this pull request
Aug 3, 2021
c-ares refactored their source tree in 1.17.0 which we did not apply in our update to 1.17.1. This commit syncs our source with their new structure for easier maintenance going forward. Refs: c-ares/c-ares#349 Refs: nodejs#36207
BethGriggs
added a commit
to BethGriggs/node
that referenced
this pull request
Aug 4, 2021
c-ares refactored their source tree in 1.17.0 which we did not apply in our update to 1.17.1. This commit syncs our source with their new structure for easier maintenance going forward. Refs: c-ares/c-ares#349 Refs: nodejs#36207
BethGriggs
added a commit
to BethGriggs/node
that referenced
this pull request
Aug 5, 2021
c-ares refactored their source tree in 1.17.0 which we did not apply in our update to 1.17.1. This commit syncs our source with their new structure for easier maintenance going forward. cares.gyp is updated accordingly. Refs: c-ares/c-ares#349 Refs: nodejs#36207
nodejs-github-bot
pushed a commit
to nodejs/node
that referenced
this pull request
Aug 6, 2021
PR-URL: #39653 Refs: c-ares/c-ares#349 Refs: #36207 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
nodejs-github-bot
pushed a commit
to nodejs/node
that referenced
this pull request
Aug 6, 2021
c-ares refactored their source tree in 1.17.0 which we did not apply in our update to 1.17.1. This commit syncs our source with their new structure for easier maintenance going forward. cares.gyp is updated accordingly. Refs: c-ares/c-ares#349 Refs: #36207 PR-URL: #39653 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
foxxyz
pushed a commit
to foxxyz/node
that referenced
this pull request
Oct 18, 2021
PR-URL: nodejs#39653 Refs: c-ares/c-ares#349 Refs: nodejs#36207 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
foxxyz
pushed a commit
to foxxyz/node
that referenced
this pull request
Oct 18, 2021
c-ares refactored their source tree in 1.17.0 which we did not apply in our update to 1.17.1. This commit syncs our source with their new structure for easier maintenance going forward. cares.gyp is updated accordingly. Refs: c-ares/c-ares#349 Refs: nodejs#36207 PR-URL: nodejs#39653 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
sergepetrenko
pushed a commit
to tarantool/c-ares
that referenced
this pull request
Jul 29, 2022
Originally started by Daniel Stenberg (@bagder) with c-ares#123, this patch reorganizes the c-ares source tree to have a more modern layout. It also fixes out of tree builds for autotools, and automatically builds the tests if tests are enabled. All tests are passing which tests each of the supported build systems (autotools, cmake, nmake, mingw gmake). There may be some edge cases that will have to be caught later on for things I'm not aware of. Fix By: Brad House (@bradh352)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
@bagder started a project a couple of years ago to reorganize the source tree. I've now attempted to do this myself. There should be quite a few similarities with #123