cmakerc
- Ebuilds: 1, Stable: 2.0.1_p20230724 Description:
CMakeRC is a resource compiler provided in a single CMake script that can
easily be included in another project.
Homepage:https://github.com/vector-of-bool/cmrc License: MIT
cs_libguarded
- Ebuilds: 1, Stable: 1.4.1 Description:
The CsLibGuarded library is a standalone header only library for
multithreaded programming.
This library provides templated classes which prevent race conditions by
controlling access to shared data. Existing multithreading primitives like
mutexes and locks are only bound to the protected data by conventions. This
makes it very easy to introduce bugs in your code by forgetting to use the
right locks before accessing a block of data. The idea of this library is to
tie the data and the locks in a type safe interface that only allows correct
usage.
Homepage:https://github.com/copperspice/cs_libguarded License: BSD-2
frozen
- Ebuilds: 1, Stable: 1.1.1 Description:
Header-only library that provides 0 cost initialization for immutable
containers, fixed-size containers, and various algorithms.
Homepage:https://github.com/serge-sans-paille/frozen License: BSD-2