-
Notifications
You must be signed in to change notification settings - Fork 8
Third party libraries
To be added.
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 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.