Skip to content

Tags: harsszegi/conan

Tags

2.5.0

Toggle 2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
copy .conan config and profiles fixed (conan-io#16595)

* copy .conan config and profiles fixed

* Update test/integration/command/runner_test.py

Co-authored-by: Carlos Zoido <[email protected]>

* Update test/integration/command/runner_test.py

Co-authored-by: Carlos Zoido <[email protected]>

---------

Co-authored-by: Carlos Zoido <[email protected]>

2.4.1

Toggle 2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove find_package generation on test_package of cmake_lib template (c…

…onan-io#16451)

* Remove find_package generation on test_package of cmake_lib template

On test_package/CMakeLists.txt should not appear any find_package of
transitive dependencies (dependencies of the currently tested package)
Delegate on conan cmake generators to find dependencies.

Also, ordered optional requirements and build_requirement methods on
template

* Conan 2.4.1

---------

Co-authored-by: czoido <[email protected]>

2.4.0

Toggle 2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix back migration of default compatibility.py (conan-io#16405)

2.3.2

Toggle 2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix cppstd compat (conan-io#16346)

2.3.1

Toggle 2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix lockfile-overrides-bug (conan-io#16235)

* solved bad merge

* wip

* fix tests

* fix

* wip

* wip

* fixes

* review

* new test with replace_requires

* wip

* avoid duplicated depends in build-order

1.64.1

Toggle 1.64.1's commit message
Conan 1.64.1

2.3.0

Toggle 2.3.0's commit message
Conan 2.3.0

2.2.3

Toggle 2.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix to_apple_archs method when using architectures from settings_user (

…conan-io#16090)

* fix to_apple_archs

* Conan 2.2.3

1.64.0

Toggle 1.64.0's commit message
Conan 1.64.0

2.2.2

Toggle 2.2.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix handling of `tools.build:defines` for multiconfig CMake (conan-io…

…#15921) (conan-io#15924)

* Fix handling of `tools.build:defines` for multiconfig CMake (conan-io#15921)

* add test checks

* fix

* fix test

---------

Co-authored-by: memsharded <[email protected]>