Skip to content

Release 1.0.3

Compare
Choose a tag to compare
@sadko4u sadko4u released this 03 May 15:49
· 388 commits to master since this release
  • Updated grammar in several text comments.
  • Added system::sleep_msec function for millisecond-precise sleeps.
  • Fixed typo in Wavefront Object File Format name.
  • Renamed method OutBitStream::writeb to OutBitStream::bwrite to not to clash with the parent IOutStream class.
  • Added LSPString::ends_with_ascii and LSPString::ends_with_ascii_nocase methods.