upp11
Boost
Our great sponsors
upp11 | Boost | |
---|---|---|
0 | 4 | |
8 | 4,971 | |
- | 1.0% | |
0.0 | 9.8 | |
almost 6 years ago | 5 days ago | |
C++ | HTML | |
GNU General Public License v3.0 only | Boost Software License 1.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
upp11
We haven't tracked posts mentioning upp11 yet.
Tracking mentions began in Dec 2020.
Boost
-
Boost v1.79.0 released
If you are using cmake, clone https://github.com/boostorg/boost and as a a sub directory - or I’ve had pretty good luck using the fetch content cmake stuff to just grab and build boost with my code.
set(BOOST_INCLUDE_LIBRARIES system thread) # enabled libraries set(BOOST_ENABLE_CMAKE ON) # CMake support FetchContent_Declare(boost GIT_REPOSITORY https://github.com/boostorg/boost.git ...
-
Easy to use, fast, git sourced based, statically linked C/C++ package manager.
In fact, boost has cmake files now — pretty recent addition and I haven’t got around to testing, but no reason to think it doesn’t work. https://github.com/boostorg/boost. Also, boost is getting more modular with every release — more and more libraries can be pulled independently with mostly only depending on boost.core. Asio has been like this forever, but Boost.math is a recent example to the bandwagon. You can find an independent release package for math on GitHub now.
-
Is there a uniform boost release download url?
Do you build boost from sources? If so, maybe get the tar balls from their Github repository?
What are some alternatives?
abseil-cpp - Abseil Common Libraries (C++)
Folly - An open-source C++ library developed and used at Facebook.
Qt - Qt Base (Core, Gui, Widgets, Network, ...)
Dlib - A toolkit for making real world machine learning and data analysis applications in C++
JUCE - JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, RTAS and AAX audio plug-ins.
EASTL - Obsolete repo, please go to: https://github.com/electronicarts/EASTL
Seastar - High performance server-side application framework
OpenFrameworks - openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
Loki - Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.
Cinder - Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.
BDE - Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.
trompeloeil - Header only C++14 mocking framework