Skip to content

Release 0.5.7

Compare
Choose a tag to compare
@sadko4u sadko4u released this 22 Feb 02:20
· 539 commits to master since this release
  • Added system::get_localtime function.
  • Refactored test directory tree.
  • Added instrumentComponent tag support for Hydrogen.
  • Added io::Path::rename and io::File::rename functions.
  • Added mark() and reset() methods to io::IInSequence interface.
  • Added support of mark() and reset() methods by io::InStringSequence class.
  • Added io::InMarkSequence class to allow mark() and reset() for input data.
  • Fixed bug in io::InStringSequence::read method which could overflow
    the output buffer.
  • Added get_ext() and get_noext() methods to the io::Path class.