Skip to content
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

Add recipe for the bmx library provided by the BBC #23955

Merged
merged 21 commits into from
Jun 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
20d814a
Add recipe for the bmx library provided by the BBC
irieger May 10, 2024
212bf98
Add libcurl flag to conanfile
irieger May 10, 2024
2b286d3
Add version ranges for expat & libcurl and remove fixed target C++ ve…
irieger May 10, 2024
93784ed
Switch linking of CURL to public as otherwise on Linux there is a ton…
irieger May 10, 2024
2bcf4ec
Add patch source for compatibility patch
irieger May 10, 2024
a89734a
Merge remote-tracking branch 'cci-origin/master' into bmx/add-recipe
irieger May 11, 2024
d27895d
Merge branch 'master' into bmx/add-recipe
AbrilRBS May 12, 2024
7c88047
Fix all the deps to not use their own CXX standard override
irieger May 13, 2024
6afb600
Bump the CCI tagged release build to the latest commit which integrat…
irieger May 13, 2024
70efc6f
Merge remote-tracking branch 'cci/master' into bmx/add-recipe
irieger May 13, 2024
3a93aad
Remove unused import
irieger May 13, 2024
8533171
Remove -O2 flag & bump cci-version to current master with upstream ch…
irieger May 17, 2024
4c130cc
Merge remote-tracking branch 'cci/master' into bmx/add-recipe
irieger May 17, 2024
b2a0db1
Merge branch 'master' into bmx/add-recipe
AbrilRBS May 22, 2024
f4e1354
Add the target_compile_features as applied by https://github.com/bbc/…
irieger May 22, 2024
2c10f67
Enforce minimum CXX11 for test package too
irieger May 22, 2024
181a3d4
Merge branch 'master' into bmx/add-recipe
AbrilRBS May 23, 2024
a0c5cfb
Merge branch 'master' into bmx/add-recipe
irieger May 30, 2024
31ce667
Merge remote-tracking branch 'cci/master' into bmx/add-recipe
irieger Jun 15, 2024
4535a55
Deactivate windows shared library building
irieger Jun 15, 2024
97e76c5
Add a descriptive comment for the restriction to disallow shared buil…
irieger Jun 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add patch source for compatibility patch
  • Loading branch information
irieger committed May 10, 2024
commit 2bcf4ecb728b12ac7628b51df0a9f6124c9878e7
2 changes: 2 additions & 0 deletions recipes/bmx/all/conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ patches:
- patch_file: "patches/1.2-fix-cpp20.patch"
patch_description: "Fix a compilation problem with C++20"
patch_type: "portability"
patch_source: "https://github.com/bbc/bmx/pull/69"
"cci.20240510":
- patch_file: "patches/1.2-cmake-fixes.patch"
patch_description: "Ensure project builds correctly with Conan (don't pick up disabled dependencies from the system, fix different spelling of libraries)"
patch_type: "conan"
- patch_file: "patches/1.2-fix-cpp20.patch"
patch_description: "Fix a compilation problem with C++20"
patch_type: "portability"
patch_source: "https://github.com/bbc/bmx/pull/69"