Revision c9a92d10a14be7e7bb15c2b54253fb973009a3c2 authored by Dmitri Naumov on 18 May 2021, 19:23:40 UTC, committed by Dmitry Yu. Naumov on 03 June 2021, 16:34:25 UTC
Replacing different two different access types, one
through a getPolygon() member function, another through
direct data member _node_polygon access.
1 parent c97479d
Raw File
ReadMe.md
# Third-party libraries #

## RapidXML ##

Is used for XML-IO. Is integrated directly.

## tclap ##

Command line option parser. Is integrated directly.

## zlib ##

Compression algorithms. Is integrated directly.

## gtest ##

Google testing framework for unit tests. Is integrated directly.

## autocheck ##

Is integrated as a submodule.

## nlohmann/json ##

Header only c++ json parser. Directly integrated because the benchmarks and
tests are too large.

## exprtk ##

Header only c++ mathematical expression parsing and evaluation library

## spdlog ##

Very fast, header-only/compiled, C++ logging library.
back to top