This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
1.0.0 (first official release)
Updates
- Added support to
std::chrono::duration
printing. - Added support to
wchar_t
printing. Closed the related issue. - Added function
StringConverter
to convertchar
intowchar_t
. - Added support to container adaptors (
std::stack
andstd::priority_queue
). - Added two methods:
setPattern()
andgetPattern()
to set a specific pattern to be repeated for eachptc::print
argument. - Added executable size studies.
- Added utils tests.
- Added compilation time improvements preprocessor directive:
PTC_DISABLE_STD_TYPES_PRINTING
. - Generic performance improvements.
- Benchmarking studies have been made more stable.
- Added date to plots.
- Added structs to select
cout
objects in case ofchar
orwchar_t
usage. - Removed unuseful
is_null_str()
method and all the corresponding attributes. - Documentation update.