Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

1.0.0 (first official release)

Compare
Choose a tag to compare
@JustWhit3 JustWhit3 released this 07 Sep 16:52
· 112 commits to main since this release

Updates

  • Added support to std::chrono::duration printing.
  • Added support to wchar_t printing. Closed the related issue.
  • Added function StringConverter to convert char into wchar_t.
  • Added support to container adaptors (std::stack and std::priority_queue).
  • Added two methods: setPattern() and getPattern() to set a specific pattern to be repeated for each ptc::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 of char or wchar_t usage.
  • Removed unuseful is_null_str() method and all the corresponding attributes.
  • Documentation update.