upp11
Boost
Our great sponsors
- SonarCloud - Analyze your C and C++ projects with just one click.
- Revelo Payroll - Free Global Payroll designed for tech teams
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
upp11 | Boost | |
---|---|---|
0 | 9 | |
8 | 6,022 | |
- | 1.0% | |
0.0 | 9.5 | |
about 7 years ago | 7 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
-
The Future of Boost by Vinnie Falco
git clone https://github.com/boostorg/boost.git -b ${{ inputs.branch }} "${{ inputs.boost-dir }}" --depth 1 git submodule update --depth 1 -q --init tools/boostdep python tools/boostdep/depinst/depinst.py --include library_i_want"
-
Boost – a new open-source desktop app for managing Spring Boot microservices
Any thoughts on why it has exactly the same name as a popular source available project that's been around since the 1990s?
earliest archive: https://web.archive.org/web/19991011120524/http://www.boost....
latest commit (today): https://github.com/boostorg/boost/commit/7727baea944c6365301...
naming in 2023: "The Boost project provides free peer-reviewed portable C++ source libraries"
naming in 1999: "The Boost web site provides a repository for free C++ libraries"
-
Introducing Boost - a new open source desktop app for managing Spring Boot microservices
Hmm...
- Boost: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.
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, LV2 and AAX audio plug-ins.
EASTL - Obsolete repo, please go to: https://github.com/electronicarts/EASTL
Seastar - High performance server-side application framework
Loki - Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.
OpenFrameworks - openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
BDE - Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.
KmTest - Kernel-mode C++ unit testing framework in BDD-style
trompeloeil - Header only C++14 mocking framework