Skip to content

kblib is a general utility library for C++14 and C++17, intended to provide performant high-level abstractions and more expressive ways to do simple things.

License

Notifications You must be signed in to change notification settings

killerbee13/kblib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kblib

kblib is a header-only general utility library for C++14 and C++17, intended to provide performant high-level abstractions and more expressive ways to do simple things.

Documentation (to the extent that it has been written) can be found on my website.

Being header-only, there is no build process unless you want to build the tests. To install it, simply copy the 'kblib' folder into your include path. No special feature flags are required to use kblib, but the language standard must be at least C++14.

The build system for the tests is currently qmake, which is used by Qt Creator and not much else.

About

kblib is a general utility library for C++14 and C++17, intended to provide performant high-level abstractions and more expressive ways to do simple things.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages