-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[request] some of most relevant c++ libraries in github (by number of stars) #621
Comments
I like it! Usually I check https://github.com/trending/c++?since=daily |
maybe extend the table with a checkbox which shows the already existing ones? |
I have updated the table to show the ones that are already merged in conan center index. |
nlohmann json is here |
rocksdb #410 |
Nice initiative! This is also interesting https://github.com/fffaraz/awesome-cpp From top 5, deps not in CCI (i'm looking at bincrafters recipies):
|
@Hopobcn , I am working now on packaging a new tesseract version (4.1.1) for CCI and Bincrafters. A previous version 4.0.0 from bincrafters/conan-tesseract cannot be ported easily to CCI. Unfortunately, Tesseract changes their build files and even build systems (CPPAN, SW, cmake, pkg-config) very often and it is not very easy to track them. For the new version pkg-config is not needed and therefore pkg-config_installer because a pure cmake solution is used. @ericLemanissier , by the way, I saw your commits on testing/4.1.0 regarding pkg-config. I think we can focus on my branch testing/4.1.1 instead (that includes your work too, of course). |
Simdjson #704 |
draco #725 |
As far as I understand for all libraries from this issue I shall not create issue-request-for-adding, right? Should I create issues for libraries which are not listed in this issue, but listed in awesome-cpp repository (honestly I think it will a waste of our time and a lot of noise)? |
Btw, for now I'm thinking about some sort of automatization for one annoying (at least for me) issue: requesting creating a release for a library which would be packaged in Conan. Any suggestions/ideas/anything else? :) |
yes, it is not necessary to add additional issues for the libraries listed here unless you want to discuss a specific issue about any of them. For the release request issue, I think automating something like that could be annoying for library authors and might generate some push back in the end. I'd prefer to keep it personal and write to the authors when needed |
stb: #784 |
entt is available in cci |
paho.mqtt.c is now available |
msix: #6475 |
FreeImage: #9243 |
I would like to request also qpdf as a library here: |
Another interesting library: the Chromium Embedded Framework It seems to be the only library that lets us integrate a browser into a native application. (Well, not the only one. There is also Qt with its WebEngine, but it's a pain to compile Qt plus his WebEngine using conan) https://github.com/chromiumembedded/cef 1570 stars Some work has been already done: |
OpenSubdiv: #11450 |
include-what-you-use: include-what-you-use clang plugin to analyze unused includes |
Linux Kernel: https://github.com/torvalds/linux I can't belive it has less stars than tensorflow! |
ghostscript: I was surprised that this is not mirrored to github, so no chance here to get meaningful impact eval in terms of github stars. Nevertheless this is a common cli (tool) and library packaged for every major Linux distribution and well known for its power-fullness und standard compliance for pdf and arbitrary print data handling. |
https://github.com/juce-framework/JUCE |
https://github.com/Jhuster/TLV/tree/master/cpp |
v-hacd: #14432 |
armadillo: #7334 |
Git #23601 |
Hi,
I'm updating this issue with a new table, that adds some more libraries and removes the ones that are already on conan-center-index. The old list of the recipes already added is here: #4813
Here are some relevant libraries not yet in conan-center-index:
The text was updated successfully, but these errors were encountered: