6 projects tagged "c++11"
vsfplot is a 2D vector and scalar field plotter. It features Line Integral Convolution (LIC) on data, curvilinear scaled arrows following the flow lines, a mixed mode (scalar field map with overlaid vector field), handling of missing data to not interfere with the flow lines, generation of Scalable Vector Graphics (SVG) files (which are easily editable and convertible while preserving the best quality for inclusion in a PDF scientific article), and a color palette designed so the flows are uniformly readable when printed as greyscale.
cipra is a simple, TAP-compatible Unit Testing Framework for C++. It's written in 100% standard C++11 and is only a couple of header files, making it easy to include in your C++11 project. TAP, the Test Anything Protocol, is a standard output format for software unit test frameworks which was originally designed for Perl, but can serve other languages. It has a rich number of tools ("harnesses") which parse TAP-formatted output and do useful things with it. TAP, however, is equally human-readable. The name cipra (pronounced /ˈʃi.pɾaː/ "SHEE-prah") comes from the lojban phrase "lo cipra", which means "the test". It is properly written with an initial minuscule "c", even when at the start of a sentence.