-
Notifications
You must be signed in to change notification settings - Fork 0
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
Discuss non-framework libraries #13
Comments
👍 for |
butt boost::format? |
I also propose CPR - a C++14-isation of |
I agree with CPR - it looks nice. Let's decide whether we put CPR or casablanca - obviously we won't just put two competing libraries into the list |
They are not competing, looks like. |
Actually, it's not obvious. let's just say I'd rather not put two competing libraries, and that at some point we should decide which is awesomer. People look at this list to pick a library, so if you leave two of them, then they still have to continue searching. Just my 0.02$ |
@nabijaczleweli ok, boost::format is slow, but we still need to agree that cppformat is better :) |
Casablanca:
A.k.a. it's (a) a framework, and (b) an all-container. CPR, however is just a C++14 wrapper around |
👍 for cppformat. |
I nominate Niebler's ranges library. |
A list of the small yet cool libraries that I starred and that might be worthy of official awesomeness:
All of them are "modern" C++ libraries and much thought was put in their design. |
👍 the date library collection and sqlpp11 |
pugixml ? |
Posting here so I won't forget: |
I hereby propose: @milleniumbug, how's docopt treating yeh? |
We still don't have any discussion for libraries too small to be considered frameworks. The kind of utility libraries that are often small, header-only, and dedicated to solving specific tasks. Without too much thought about it, I would nominate cppformat which seems more than decent.
The text was updated successfully, but these errors were encountered: