Skip to content

G-API: Bump ADE to version 0.1.2#22396

Merged
asmorkalov merged 1 commit intoopencv:4.xfrom
dmatveev:dm/ade-012
Aug 18, 2022
Merged

G-API: Bump ADE to version 0.1.2#22396
asmorkalov merged 1 commit intoopencv:4.xfrom
dmatveev:dm/ade-012

Conversation

@dmatveev
Copy link
Copy Markdown
Contributor

There was a number of issues fixed in ADE recently, mainly about new compiler support + various build options were added.
Bumping ADE in OpenCV resolves #21109

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
  • The PR is proposed to the proper branch
  • There is a reference to the original bug report and related work
  • There is accuracy test, performance test and test data in opencv_extra repository, if applicable
    Patch to opencv_extra has the same branch name.
  • The feature is well documented and sample code can be built with the project CMake

@dmatveev dmatveev added this to the 4.7.0 milestone Aug 18, 2022
@dmatveev dmatveev self-assigned this Aug 18, 2022
Copy link
Copy Markdown
Contributor

@TolyaTalamanov TolyaTalamanov left a comment

Choose a reason for hiding this comment

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

Thank you. LGTM 👍

set(ade_md5 "b624b995ec9c439cbc2e9e6ee940d3a2")
set(ade_filename "v0.1.2.zip")
set(ade_subdir "ade-0.1.2")
set(ade_md5 "561c1e28ccf27ad0557a18e251c22226")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Have no clue how it works :(
Is it possible to find this checksum somewhere else to check if it matches?

@asmorkalov asmorkalov merged commit d8434e6 into opencv:4.x Aug 18, 2022
@alalek
Copy link
Copy Markdown
Member

alalek commented Aug 19, 2022

There are several build warnings after this patch: http://pullrequest.opencv.org/buildbot/builders/master-win64-vc14/builds/100006 (MSVS 2015)

@alalek alalek mentioned this pull request Aug 21, 2022
ShuangLiu1992 pushed a commit to ShuangLiu1992/opencv that referenced this pull request Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compile error with Clang 13: std::result_of is removed in C++20

4 participants