wishlist icon indicating copy to clipboard operation
wishlist copied to clipboard

This repo is to propose libraries, frameworks, and code in general that users would like to have in conan

Results 78 wishlist issues
Sort by recently updated
recently updated
newest added

Many developers are now on vs code and it's ruling IDE market according to stackoverflow survey 2019. I wish there would be conan extension for vs code. https://insights.stackoverflow.com/survey/2019#technology-_-most-popular-development-environments

IUP is a bare-bones native widget GUI library for C/++ that is cross-platform. In particular it works with Unix-like (Linux, MacOSX) and Windows. Website: https://www.tecgraf.puc-rio.br/iup/ Building Guide: https://www.tecgraf.puc-rio.br/iup/en/guide.html#buildlib Because it...

Apache pulsar is new generation pub sub. https://pulsar.apache.org/ There is cmake base c+= client package that should be published to conan. https://pulsar.apache.org/docs/latest/clients/Cpp/ https://github.com/apache/pulsar/tree/master/pulsar-client-cpp

A bit of a work in progress, but a very interesting project. https://bitbucket.org/chromiumembedded/cef

Vulkan is a graphics API similar to OpenGL and DirectX. Available here: https://vulkan.lunarg.com/sdk/home Sadly only provides installers but perhaps the installation could be triggered through conan?

ongoing work

https://pagure.io/libaio It's a requirement for Folly 2019.05.xx

Pretty solid logging library: http://baical.net/p7.html Also there is CMake port on github: https://github.com/CMakePorts/libp7-baical

magic_get - std::tuple like methods for user defined types without any macro or boilerplate code https://github.com/apolukhin/magic_get

https://include-what-you-use.org/ https://github.com/include-what-you-use/include-what-you-use/blob/master/docs/WhyIWYU.md This is an interesting project, probably useful as an optional build_requires for enterprise organizations. Last year, they stopped providing pre-compiled binaries: > NOTE: From now on we will...

NOTE: requires ccc-analyzer and c++-analyzer from `libexec` folder Related issue: https://github.com/include-what-you-use/include-what-you-use/issues/802 Proof-of-concept https://github.com/blockspacer/llvm_tools (MIT license)