Fix help message in command remove --outdated - #8350
Merged
Merged
Conversation
czoido
approved these changes
Jan 18, 2021
memsharded
pushed a commit
to memsharded/conan
that referenced
this pull request
Jan 18, 2021
memsharded
added a commit
that referenced
this pull request
Jan 18, 2021
* working in msvc new settings * preliminary support for msvc compiler * fix migration * adding msvc for msbuild toolchain * changing to version 19.1, 19.11, etc * working on static/dynamic runtime * extracting toolchain checkers to use in CMake * removed unused import * adding checks * adding check * first proposal * msvc proposal for runtime * fix migration test * fixing tests * binary compatibility * command conan new generates files with new toolchains * removed conanfile * removed files * msbuild working for msvc * fixing tests * fixing tests * refactors * Update conan/tools/microsoft/toolchain.py Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> * Update conan/tools/microsoft/toolchain.py Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> * Fix #7715, in rpath_flags use host OS instead of build OS to determine -rpath separator (#7716) * Fix #7715, in rpath_flags use host OS instead of build OS to determine the separator for the ld -rpath flag which is neccessary for cross-compiling to Mac OS * For #7715, don't pass os_host to rpath_flags but extract from settings, pass os_build again and only set rpath_separator to , if compiling for Mac OS from Linux or Mac OS via GCC_LIKE * Fix test_compiler_args for cross-compiling Mac OS X -> Linux * Update conans/client/build/compiler_flags.py Co-authored-by: SSE4 <tomskside@gmail.com> * Update conans/client/build/compiler_flags.py Co-authored-by: SSE4 <tomskside@gmail.com> * Update conans/test/unittests/client/generators/compiler_args_test.py * Update conans/client/build/compiler_flags.py * Use -rpath, in all tests for all platforms * fixing tests Co-authored-by: James <james@conan.io> Co-authored-by: SSE4 <tomskside@gmail.com> * modernizing tests (#8340) * extracting some common code to base class (#8341) * modernizing tests (#8345) * Fix help message in command remove --outdated (#8350) * [test] Add test creating a target without namespaces (CMake) (#8338) * use target without namespace * add marks * use target from the build-module * remove line * build-module per generator * revert changes in build_info * make it explicit it is PATH * even without build-type, compiler.runtime is different for Release/Debug * use x64 for Windows generator * update tests (#8354) * added integration test for msbuild Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> Co-authored-by: Niklas Gürtler <Erlkoenig90@users.noreply.github.com> Co-authored-by: SSE4 <tomskside@gmail.com> Co-authored-by: Daniel <danimanzaneque@gmail.com> Co-authored-by: Javier G. Sogo <jgsogo@gmail.com>
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: Fix: Fixed help message in command
conan remove --outdatedwith reference or patternDocs: conan-io/docs#1988
developbranch, documenting this one.Note: By default this PR will skip the slower tests and will use a limited set of python versions. Check here how to increase the testing level by writing some tags in the current PR body text.