-
Notifications
You must be signed in to change notification settings - Fork 7.4k
[libarchive+tesseract+opencv] add missing libarchiveConfig.cmake, fix tesseract downstream and unblock opencv CI #15089
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
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
b1e2474
[tesseract] add missing reference for downstream projects
cenit 44ec359
[tesseract] restore ci, fix many regressions that are uncovered by that
cenit 3dbba14
Update ports/opencv2/CONTROL
cenit ee71778
[opencv] fix regressions on uwp, accept failure on arm64 for now
cenit dd15b9e
Merge branch 'dev/cenit/tesseract_lz4' of https://github.com/cenit/vc…
cenit 9867a38
Apply suggestions from code review
cenit e40a093
[opencv4] allow failures on all arm windows targets, both win32 and uwp
cenit 68e8bcd
adopts hints from #15180
cenit 16e1def
[libarchive] bump control version
cenit 69debb5
[libarchive] use vcpkg-cmake-wrapper instead of a custom libarchiveCo…
cenit 5948420
enable features to be visible in parent scope
cenit d82d626
apply documentation fix from CI
cenit 8ea2dd0
[libarchive] remove unnecessary lines in portfile
cenit 6d1ad94
Merge branch 'dev/cenit/tesseract_lz4' of https://github.com/cenit/vc…
cenit 83f8070
Merge branch 'master' into dev/cenit/tesseract_lz4
cenit 2fad58d
Merge branch 'master' into dev/cenit/tesseract_lz4
cenit 3319115
fix regressions
cenit 439ef2a
Merge branch 'master' into dev/cenit/tesseract_lz4
cenit 400f7a3
Update ports/gdcm/CONTROL
NancyLi1013 17848a8
Merge branch 'dev/cenit/tesseract_lz4' of https://github.com/cenit/vc…
cenit 1924559
Merge branch 'master' into dev/cenit/tesseract_lz4
cenit 7e70099
use more compact logic syntax
cenit e6c32d3
Merge branch 'master' into dev/cenit/tesseract_lz4
cenit 9d3ae54
add new versions to baseline
cenit 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
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
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
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
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
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
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,9 +1,9 @@ | ||
| Source: dmlc | ||
| Version: 2019-08-12-4 | ||
| Version: 2019-08-12 | ||
| Port-Version: 5 | ||
| Homepage: https://github.com/dmlc/dmlc-core | ||
| Description: DMLC-Core is the backbone library to support all DMLC projects, offers the bricks to build efficient and scalable distributed machine learning libraries. | ||
| Default-Features: openmp | ||
| Supports: !uwp | ||
|
|
||
| Feature: openmp | ||
| Description: Build with openmp | ||
| Description: Build with openmp |
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,6 +1,7 @@ | ||
| Source: gdcm | ||
| Version: 3.0.7 | ||
| Port-Version: 1 | ||
| Homepage: https://github.com/malaterre/GDCM | ||
| Description: Grassroots DICOM library | ||
| Build-Depends: zlib, expat, openjpeg | ||
| Supports: !uwp | ||
| Supports: !uwp&!(windows&(arm|arm64)) | ||
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
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.
Uh oh!
There was an error while loading. Please reload this page.