Skip to content

andreimaximov/bits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This project contains a collection of standalone programming "bits". Most of these were done to learn something. Meson is used for C++ builds.

Build Status

Dependencies

Building

You will need Meson and Ninja to build. The basic steps are:

meson build && cd build && ninja

Some special targets are provided:

  • test: Runs unit tests, don't forget to meson configure -Db_sanitize=address
  • benchmark: Runs benchmarks, don't forget to meson configure -Dbuildtype=release
  • format: Runs clang-format on the source

About

bits of interesting C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published