Introduction¶
The wide class library aims to be a small, easy to learn and use class library for C++. It is released under the GNU General Public License v3
The only module definded so far is wide::unittest. As the name suggests it is a module for unittesting.
Release notes¶
- 0.1.1 2012-10-24
- New multi_reporter class. Introduction of different output modes for the text_reporter class. Utility classes to simplify creation of test applications with command line argurments.
- 0.1.0 2012-07-25
- First public release.