Useful CMake Examples
-
Updated
Jun 30, 2021 - CMake
{{ message }}
Useful CMake Examples
HTTP and WebSocket built on Boost.Asio in C++11
Your standard library for metaprogramming
A C++ GPU Computing Library for OpenCL
Official repository of the SOCI - The C++ Database Access Library
std::tuple like methods for user defined types without any macro or boilerplate code
DI: C++14 Dependency Injection Library
UT: C++20 μ(micro)/Unit Testing Framework
SML: C++14 State Machine Library
Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++
multi-platform bittorrent client
A tool to unpack installers created by Inno Setup
Provides very lightweight outcome<T> and result<T> (non-Boost edition)
cross-platform coroutine library in c++
Two programs for idling Steam game hours and trading cards
A Javascript module to interface with LEGO Powered Up components.
Online examples from "Boost C++ Application Development Cookbook":
Return To The Roots (Settlers II(R) Clone)
Powerful multi-threaded coroutine dispatcher and parallel execution engine
Boost.Geometry - Generic Geometry Library | Requires C++14 since Boost 1.75
This is a set of simple programs that can be used to explore the features of a parallel platform.
This is the sample code for Boost library Guide.
C++ library for storing and printing backtraces.
Real Time Bidding (RTB) - Demand Side Platform framework
Fast multi-dimensional generalized histogram with convenient interface for C++14
Add a description, image, and links to the boost topic page so that developers can more easily learn about it.
To associate your repository with the boost topic, visit your repo's landing page and select "manage topics."
Summary:
The functions for the categorical distribution only accept a column vector, it would be great if it could accept also row vectors.
Description:
I use the categorical distribution to go over a matrix N_obs x N_probabilities, so it's more natural for me to use row vectors than column vectors.
Current functions:
real categorical_lpmf(ints y | vector theta)
real