Skip to content

Third party libraries

mathius edited this page Mar 26, 2013 · 8 revisions

To be added.

GAlib

TinyXML

TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs. It reads XML and creates C++ objects representing the XML document. The objects can be manipulated, changed, and saved again as XML.

It was created by Lee Thomason and distributed under the zlib/libpng License (full licence included in the project). For further details, documentation and examples see project's website or project's SourceForge site.

CATCH

CATCH is a C++ Automated Test Cases in Headers and is a multi-paradigm automated test framework for C, C++ and Objective-C. It is implemented entirely in a set of headers, but is packaged up as a single header for extra convenience.

It is distributed under Boost Software License (full licence included in the project). For further details, documentation and examples see project's GitHub page.

Clone this wiki locally