Skip to content

Release 1.0.12

Compare
Choose a tag to compare
@sadko4u sadko4u released this 19 Mar 13:20
· 208 commits to master since this release
  • Updated the implementation of io::StdioFile::size() method for Windows.
  • Fixed ipc::Library::get_module_file function for Windows.
  • Added test build for Windows using MSYS2.
  • Added lsp::to_lower and lsp::to_upper character conversion routines
    (system locale independent support of Latin and Cyrillic characters).
  • Implemented io::InSharedMemoryStream class for shared access to the data.
  • Deprecated io::IOutStream::writeb() function, use io::IOutStream::write_byte() instead.
  • Added possibility to create temporary files for io::NativeFile and io::OutFileStream.
  • The io::InMemoryStream::take() now releases data associated with io::OutMemoryStream.
  • Added possibility to attach automatically managed user data to mm::IInAudioStream
    and mm::IOutAudioStream.
  • Added support of SFZ file format parsing.
  • Updated build scripts.
  • Updated module versions in dependencies.