-
Notifications
You must be signed in to change notification settings - Fork 371
Review for multiple missing items #4065
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
Conversation
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
czoido
approved these changes
Apr 15, 2025
czoido
pushed a commit
that referenced
this pull request
Apr 15, 2025
* adding proxies confs information * adding information of CMakeToolchain find_paths block * deployer-package negations * adding system_requirements() section for build-time * clarify auto_generate=True argument for VirtualBuildEnv * add package-type for header-only libraries * adding transitive_headers in the tutorial
This was referenced Apr 15, 2025
czoido
added a commit
that referenced
this pull request
Apr 21, 2025
* Review for multiple missing items (#4065) * adding proxies confs information * adding information of CMakeToolchain find_paths block * deployer-package negations * adding system_requirements() section for build-time * clarify auto_generate=True argument for VirtualBuildEnv * add package-type for header-only libraries * adding transitive_headers in the tutorial * Document the Github Action: setup-conan (#4069) * Add github action Signed-off-by: Uilian Ries <[email protected]> * Simplify description Signed-off-by: Uilian Ries <[email protected]> * Use folder path instead of recipe name Co-authored-by: James <[email protected]> * Use conan audit scan only Signed-off-by: Uilian Ries <[email protected]> * Add link to GitHub secrets Signed-off-by: Uilian Ries <[email protected]> * Fix marketplace link Co-authored-by: Carlos Zoido <[email protected]> * Rename example * Fix typo Co-authored-by: Carlos Zoido <[email protected]> * Remove list audit provider from example Co-authored-by: Carlos Zoido <[email protected]> * Remove list audit provider from example Co-authored-by: Carlos Zoido <[email protected]> * Fix missing underline Signed-off-by: Uilian Ries <[email protected]> * Clarify building package --------- Signed-off-by: Uilian Ries <[email protected]> Co-authored-by: James <[email protected]> Co-authored-by: Carlos Zoido <[email protected]> --------- Signed-off-by: Uilian Ries <[email protected]> Co-authored-by: James <[email protected]> Co-authored-by: Uilian Ries <[email protected]> Co-authored-by: James <[email protected]>
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.
Close #3914
Close #4062
Close #4004
Close #3985
Close #3975
Close #3915
Also, adding
package_type = "header-library"
in the tutorial for header-library packages.Small PR to the examples repo: conan-io/examples2#180