SaneCppLibraries icon indicating copy to clipboard operation
SaneCppLibraries copied to clipboard

Sane C++ Libraries

Results 7 SaneCppLibraries issues
Sort by recently updated
recently updated
newest added

Hello. Is it possible add a database access module abstraction. Similar to JDBC or golang database/sql?

enhancement

Threading library really needs to be complete, with the addition of a semaphore and a scoped mutex lock / unlock class.

enhancement
good first issue
Library-Threading

Currently `SC::Atomic` only supports `bool` and `int32_t`. Support for more types should be added and also we need some way of adding real tests or at least validations that the...

enhancement
Library-Threading

Useful algorithms could be: - Unique - Better Sort (Insertion ?) - Min / Max - Min / Max Element - Rotate - Count / Count If

enhancement
Library-Algorithms

Sockets library only supports TCP so far and adding UDP support would be great 😀

Library-Sockets

Hey! Really loving the direction of this library so far. I see in Platform.h that web/emscripten/wasi support is "planned" and that there are a few references to it throughout the...

Hello, great project you've got going on here. Are there any plans or intentions to make the libraries easy to install with any popular package managers? Like vcpkg? Installation could...