conan-package-tools

Conan Package Tools. Helps with massive package creation and CI integration (Travis CI, Appveyor...)

MIT License

Downloads
12.5K
Stars
165
Committers
43

Bot releases are hidden (Show)

conan-package-tools - 0.22.2 (19-Dec-2018)

Published by lasote almost 6 years ago

  • Compatibility with Conan 1.11
conan-package-tools - 0.21.1 (4-Dec-2018)

Published by lasote almost 6 years ago

  • Fixed several bugs operating with Conan 1.10.0
conan-package-tools - 0.21.0

Published by lasote almost 6 years ago

  • Adjusted compatibility to Conan 1.10.0
conan-package-tools - 0.20.2 (5-Nov-2018)

Published by lasote almost 6 years ago

0.20.2

conan-package-tools - 0.20.1 (2-Nov-2018)

Published by lasote almost 6 years ago

conan-package-tools - 0.20.0 (2-Nov-2018)

Published by lasote almost 6 years ago

conan-package-tools - 0.19.9 (30-Oct-2018)

Published by lasote almost 6 years ago

  • Ready to work with Conan 1.9
conan-package-tools - 0.19.8 (19-Oct-2018)

Published by lasote almost 6 years ago

0.19.8

  • Bugfix: With the new python 3 images for conan-docker-tools no sudo is used inside the container because using pyenv it is not needed.
conan-package-tools - 0.19.7 (17-Oct-2018)

Published by lasote about 6 years ago

conan-package-tools - 0.19.6 (15-Oct-2018)

Published by lasote about 6 years ago

  • Fix: Discard only spaces env var values.
conan-package-tools - 0.19.5 (15-Oct-2018)

Published by lasote about 6 years ago

  • Fix: An empty env var like CONAN_GCC_VERSIONS means "no gcc versions", if the variable is not defined, it will use default gcc versions. The same for the rest of default configuration environment variables.
conan-package-tools - 0.19.4 (9-Oct-2018)

Published by lasote about 6 years ago

  • Feature: Compatibility with Conan 1.8.X
conan-package-tools - 0.19.3 (26-Sept-2018)

Published by lasote about 6 years ago

  • Feature: CONAN_IGNORE_SKIP_CI env var to ignore the [skip_ci] commit message.
  • Bugfix: For a package with dependencies the upload was failing because of taking the first installed binary package instead of the first binary package for the created package.
conan-package-tools - 0.19.2 (12-Sept-2018)

Published by lasote about 6 years ago

  • Upload restricted to created packages.
  • Quoted -v in docker command
  • Added tests
conan-package-tools - 0.19.1 (6-Sep-2018)

Published by lasote about 6 years ago

  • Bugfix: The conanfile.py is now loaded using the loader from the conan_api to avoid errors when using python requires.
conan-package-tools - 0.19.0 (5-Sep-2018)

Published by lasote about 6 years ago

  • Feature: Build types 'RelWithDebInfo', 'MinSizeRel' support for Visual Studio. Thanks to @birsoyo
conan-package-tools - 0.18.7 (5-Sep-2018)

Published by lasote about 6 years ago

  • Fixed bug with recipes using new python requires failing while parsing the conanfile class.
conan-package-tools - 0.18.5 (28-Aug-2018)

Published by lasote about 6 years ago

  • Compatibility with Conan 1.7.0
conan-package-tools - 0.18.1 (14-June-2018)

Published by lasote over 6 years ago

  • Fix: Forced idna==2.6 to avoid unknown issues in OSX with pip installing 2.7.
conan-package-tools - 0.18.0 (13-June-2018)

Published by lasote over 6 years ago

0.18.0

  • Feature: Support for docker windows containers (thanks @solvingj)
  • Feature: Custom test folder can be specified in case "test_package" folder is not in the same folder than conanfile.py (thanks @uilianries)