This library is free, and will stay free but needs your support to sustain its development. There are lots of new features and maintenance to do. If you work for a company using doctest or have the means to do so, please consider financial support.
Planned features for future releases - order changes constantly...
mainly what is in the landing page (add link to overload) - https://accu.org/var/uploads/journals/Overload137.pdf
make a gif showing how code is written, compiled and executed
graphs in the benchmarks page instead of tables? generate graph from data
https://github.com/jch/html-pipeline/blob/master/lib/html/pipeline/sanitization_filter.rb#L45-L48
fork()
for UNIX and this for Windowsstd::string
and whatever else comes from the standard - no more hand rolled traits and classesBitwise()
class that has overloaded operators for comparison - to be used to check objects bitwise against each other<typeinfo>
and libcxxabi for demangling so users don't have to use TYPE_TO_STRING()
CHECK(foo() == 1 || bar() == 2);
wchar
strings???__DATE__
and __TIME__
- stored in some filedetail
namespace also in a nested anonymous namespace to make them with internal linkage