The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.3.0

  • prevent MSWin "clone" hangs: prevent installation on Windows with SJLJ compiler (because perl breaks C++ exceptions in this case - perl just hangs on next "croak" after C++ exception)
  • refactor memory pools' thread_local implementation (use C++11 features)
  • full refactor of panda::string: panda::basic_string<...>, panda::string, panda::wstring, panda::u16_string, panda::u32_string
  • added std::string_view if c++ < 17
  • added std::from_chars, std::to_chars if c++ < 17
  • added panda::[unordered_]string_[multi](map|set) to support passing string_view to some methods for string keys

Modules

Collection of useful functions and classes with Perl and C interface.