Skip to content

Release 1.0.7

Compare
Choose a tag to compare
@sadko4u sadko4u released this 04 Sep 21:21
· 308 commits to master since this release
  • Added system::get_time_millis() function.
  • Got rid of the <windows.h> plague header in header files.
  • Fixed integer overflow in system::time_t data structure for 32-bit systems
    by extending the size of seconds field up to 64 bit.
  • Added system::get_volume_info() and system:: free_volume_info() functions
    for obtaining list of mounted volumes in the system.
  • Added URL-decoding of the name of the link for QT5 bookmarks.
  • Fixed improper size tracking in io::OutMemoryStream::writeb() method.
  • Fixed several bugs in LSPString class implementation.
  • Added support of reading *.lnk files as bookmarks.
  • Fixed memory leakage in lsp::obj::PullParser::wrap() method.
  • Fixed bug in io::Path::canonicalize() method that could issue reads outside
    of allocated memory.
  • Fixed improper usage of sf_open function of libsndfile in mm::InAudioFileStream.
  • Updated build scripts.