forked from conan-io/conan
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update fork #3
Merged
Merged
Update fork #3
Conversation
This file contains 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
* - add settings for clang-cl (clang on Windows) Signed-off-by: SSE4 <tomskside@gmail.com> * - add new VS toolsets for Clang
* toolchain without dump() * working * fixing tests
* try to reproduce error in lockfile * iterate build_order * package in requires and build_requires * rename test file * removing constraint multiple packages * minor improvements * first lock-recipe version working * working * working * working 75%, but revisions not managed * working * working * working... * allow no user/channel match in --build * build order * working * working * working * not working... * working * tests passing without revisions * working * review and patterns for rrevs * new tests * some fixes * more fixes * skip build-info * fix revision test msg * removed global activation of revisions * multiple br test * cli changes * working * new cli syntax * fixing tests * partial lockfiles * CI partial lock working * make sure partial lockfiles are used completely and from its root * version ranges and py_requires working * partial CI with python_requires * comment * tests passing * working * working in build_requires * CI for build-requires test * recovering conan_build_info tests * broken py27 * clean-modified, stricter locks * partial arranged * minor style fixes * compacting lockfile search for nodes * remove unnecessary --build=missing * processing --update * testing the --update necessary for revisions non matching * make the lockfile-out compulsory * fixed conan_build_info * forcing --lockfile-out * workspace change * Update conans/client/command.py Co-authored-by: Javier G. Sogo <jgsogo@gmail.com> * make lock_node.path relative * new tests and fixes * remove hardcoded os.environ * make lockfile-out required * fix test * fixing os.path.relpath in Win * more tests * fix test * fix test * checking --lockfile-out requires --lockfile * working * review * rename get_consumer * a partial lock can match more than 1 require * error msg * working * check that profile is not passed when using lockfiles * working * working * recover profile_build from lockfile * add new test for --update * make sure modified is propagated * with revisions * format * changed build-order order of output * update cmd line * review * Update conans/client/command.py Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> * Update conans/client/command.py Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> * Update conans/client/command.py Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> * forbidding version ranges when using lockfiles, in command line Co-authored-by: jgsogo <jgsogo@gmail.com> Co-authored-by: Carlos Zoido <mrgalleta@gmail.com>
* Support for components in pkg_config generator * capitalize * remove code not needed * use real pkg-config for tests * try without skip
* adds `filenames` to cpp_info Relates to [this issue](#7254) * use `filenames` attribute, not name, as prefix to global vars * `filenames` should fall back to `names`, not package name * removes debug statements * Makes `cmake_find_package_multi` work with `filenames` attribute * adds a test for the filename attribute * Update find_package generators to not use `filename` in global var names * change `name` used in cmake_find_package_test, since sharing them isn't possible now * Set both `{name}_FOUND` and `{filename}_FOUND` vars so code will work * reverts `filename` of `name` in some spots (danimtb feedback) * fixes bug in cmake_fine_package_multi_test * adds a test for changing filename in cmake_find_package_multi generator * use filename version of _FOUND in if statements... This allows CMake exported target namespaces to be shared. * set upper case version of _FOUND vars
* #7365 Add Conan version in search table Signed-off-by: Uilian Ries <uilianries@gmail.com> * #7365 Add Conan version in info graph Signed-off-by: Uilian Ries <uilianries@gmail.com> * #7365 Add shebang for python2.7 Signed-off-by: Uilian Ries <uilianries@gmail.com> * #7365 Use JS for current date Signed-off-by: Uilian Ries <uilianries@gmail.com> * #7365 Do not rename old tests Signed-off-by: Uilian Ries <uilianries@gmail.com> * #7365 Remove copyright symbol to allow py27 Signed-off-by: Uilian Ries <uilianries@gmail.com>
* Refactor filenames and simplify tests * fix * small fixes * review fix * rename variables * fix linux tests
* improve error msgs * better error msgs * minor fixes to error msgs and better checks
* fix message missing components * changed error message
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 | Fix | Bugfix): Describe here your pull request
Docs: https://github.com/conan-io/docs/pull/XXXX
develop
branch, 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.