Skip to content

barrpet/pbcpp

Repository files navigation

pbcpp

pbcpp is a collection of C++11 utilities (functions, utility classes, data structures, etc..) that I have written for my own use over time. It can be installed as a header only library.

Installation

Clone the directory, create a build directory, run cmake, and install

$ git clone https://github.com/barrpet/pbcpp.git
$ cd pbcpp
$ mkdir build && cd build
$ cmake ..
$ make install

Testing

After creating the build directory and running cmake

$ make check

Documentation

TODO

Usage

TODO

Author

Peter Barr - email - github

Version

0.1

Todo

See TODO.md

License

MIT

About

A header only C++11 library of utilities that I have written for my own use over time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors