-
Notifications
You must be signed in to change notification settings - Fork 911
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
7b10157
Updated submodules to the latest in 5.x (#696)
asenyaev 3336f67
Run pipelines on 4.x and 5.x branches (#697)
asenyaev 5aad8e1
Fix path to opencv 5.x for haarcascades
asenyaev 230bdff
Merge pull request #698 from asenyaev/asen/5.x_pipelines
asmorkalov 3d0b585
Scheduled rolling workflows (#699)
asenyaev f9c4021
macOS x86_64 runner change to macos-11 (#701)
asenyaev 27cca18
Merge pull request #705 from asenyaev/asen/update_5.x
asmorkalov 710c89e
Adapted rolling releases to workflow_dispatch event (#709)
asenyaev c9a96a6
Defined 5.x branch for submodules (#710)
asenyaev ebd7b5a
Remove source packages for rolling packages (#712)
asenyaev ec5c8b5
Build zlib from the source on Linux with the latest version (#715) (#…
asenyaev 66bbd9d
Build x64 macOS wheels for 10.13 build target (#716)
joeyballentine b0b7f9f
Bump numpy version to 1.21.4 for macOS builds (#720)
asenyaev 8a47bfa
Merge pull request #722 from asenyaev/asen/update_5.x_with_4.x
asenyaev 2d2d5ae
Merge branch '4.x' into 5.x-merge-4.x
asmorkalov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
[submodule "opencv"] | ||
path = opencv | ||
url = https://github.com/opencv/opencv.git | ||
branch = 5.x | ||
[submodule "opencv_contrib"] | ||
path = opencv_contrib | ||
url = https://github.com/opencv/opencv_contrib.git | ||
branch = 5.x | ||
[submodule "multibuild"] | ||
path = multibuild | ||
url = https://github.com/multi-build/multibuild.git | ||
[submodule "opencv_extra"] | ||
path = opencv_extra | ||
url = https://github.com/opencv/opencv_extra.git | ||
branch = 5.x |
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
Submodule opencv
updated
2881 files
Submodule opencv_contrib
updated
1240 files
Submodule opencv_extra
updated
328 files
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
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
Oops, something went wrong.
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.
5.x merge 4.x and submodules update #1050
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