Published July 13, 2022
| Version 0.2.0
Software
Open
ptc-print
Creators
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
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
- Is supplement to
- https://github.com/JustWhit3/ptc-print/tree/v0.2.0 (URL)