max0x7ba / atomic_queue

C++ lockless queue.
MIT License
1.51k stars 180 forks source link

Available in Conan #71

Closed luizfeldmann closed 2 months ago

luizfeldmann commented 2 months ago

Hi, First of all, thanks for this library.

I wanted to share that it's now available as a package in conan. As you already mention vcpkg, it might be a good idea to also mention conan, as it makes the library more accessible to a wider range of users. Plus, you get to use a cool badge: Conan Center

Best regards,

max0x7ba commented 2 months ago

Thank you for your kind contribution.

Would you like to update the README with the badge and brief Conan instructions for new users like me, please?

Maxim

luizfeldmann commented 2 months ago

Sure, here's a PR.

Because conan has somewhat of a learning curve, I'm linking to the official tutorials instead of leaving explicit instructions.

max0x7ba commented 2 months ago

Thank you ever so much for your kind contributions, Luiz.

max0x7ba commented 2 months ago

I wonder what is the process to keep the Conan package updated whenever there is a new version of this library in github, please?

luizfeldmann commented 2 months ago

The packages are kept up-to-date by the community. You or anyone may submit a bump version pull request adding the new version to this file. More instructions here. The new PR will be approved according to these rules. There is a CI pipeline which will build and test the new version when the PR is submitted. Packages for multiple systems and compilers are generated and made available automatically.