Merged
Conversation
alalek
reviewed
Sep 17, 2022
24913f1 to
f842f06
Compare
Member
|
There are linker failures from MSVS 2015 configuration (1 2 3): Update: Build with MSVS 2017 looks good. Update 2: Build with MSVS 2019 are broken too. |
Contributor
Author
|
it seems the PCH change unmasks some structural issues regarding the tests. I would suggest to just revert to the old PCH code for MSVC, as I lack the insight to fix the tests right now. |
Member
|
Looks like in this case compilation with PCH ignores some compilation flags (PCH file can't handle multiple sets of them). Patch is validated here: https://pullrequest.opencv.org/buildbot/builders/precommit_windows64/builds/100140 |
Merged
This file contains hidden or 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
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.Suggestion cannot be applied right now. Please check back later.
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.