There is a newer version of the record available.

Published July 13, 2022 | Version 0.2.0
Software Open

ptc-print

Description

Updates
  • Added operator () overload for string initialization:
    std::string msg = ptc::print( ptc::mode::str, "I am a", "string!" )
    
  • Added a corresponding enum class mode to deal with string initialization.
  • The whole library has been moved into the include directory.
  • Benchmarking studies have been moved into the studies/benchmarking directory.
  • operator () redefiniton has been generally updated in order to deal with correct outpu rendering in case of ANSI escape sequences usage.
  • Destructor has been reset.
  • Added clang compiler support and tests.
  • Improvements in the is_escape function.
  • Generic tests improvements: added cppcheck tool and threading tests.
  • Documentation update.

Notes

If you use this software, please cite it as below.

Files

JustWhit3/ptc-print-v0.2.0.zip

Files (59.2 kB)

Name Size Download all
md5:fccbf4c49a42aac54354234e7176c40f
59.2 kB Preview Download

Additional details

Related works