list --profile argument#15697
Merged
Merged
Conversation
AbrilRBS
approved these changes
Feb 20, 2024
AbrilRBS
left a comment
Member
There was a problem hiding this comment.
Don't think that having -s -o helps in the face of the package query
Member
Author
Not in the package query, but as addition to the profile? |
czoido
approved these changes
Feb 23, 2024
AbrilRBS
approved these changes
Feb 26, 2024
This was referenced Feb 27, 2024
memsharded
added a commit
to memsharded/conan
that referenced
this pull request
Mar 3, 2024
* list --profile argument * filtering
czoido
pushed a commit
that referenced
this pull request
Mar 13, 2024
* wip * wip * wip * wip * wip * wip * package_id config_mode * test * wip * trying auto * wip * fix conan_server timestamp truncation * fix test * wip * wip * lockfiles * Update conan/cli/commands/config.py Co-authored-by: Francisco Ramírez <franchuti688@gmail.com> * Update conans/client/graph/graph_binaries.py Co-authored-by: Francisco Ramírez <franchuti688@gmail.com> * Update conans/test/functional/command/config_install_test.py Co-authored-by: Francisco Ramírez <franchuti688@gmail.com> * Fix `conan profile show --format=json` for profiles with scoped confs (#15747) Fix conan profile show --format=json for profiles with scopd confs * review * fix issues and improve CMakeToolchain.preprocessor (#15756) * fix issues and improve CMakeToolchain.preprocessor * fix test * list --profile argument (#15697) * list --profile argument * filtering * fix PkgConfigDeps in build context (#15763) fix PkgConfigDeps * [CMakeToolchain]Adding visibility flag to CONAN_C_FLAGS (#15762) Adding visibility flags to C flags too * PkgConfigDeps refactor (#15771) * allow self.name/self.version for build_folder_vars (#15705) * wip * wip * wip * wip --------- Co-authored-by: Francisco Ramírez <franchuti688@gmail.com> Co-authored-by: Rubén Rincón Blanco <rubenrb@jfrog.com>
This was referenced Mar 14, 2024
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
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.
Changelog: Feature: Add
conan list --filter-xxxarguments to list package binaries that match settings+options.Docs: conan-io/docs#3647
Close #15686
Close #5431