Skip to content

libbase v1.1.0

Choose a tag to compare

@RippeR37 RippeR37 released this 13 Apr 14:05
· 16 commits to master since this release

Updated version to v1.1.0

Changelog

  • [#41] Implemented simple networking stack (as a separate optional module) on top of libcurl
    • base::net::SimpleUrlLoader provides simplified API to start request and get single response once it finishes
    • base::net::UrlRequest provides more granular control over request's state and allows processing response data chunks as they come
  • [#39] Implemented optional 3rd-party integration modules with examples for:
    • WinAPI
    • wxWidgets
  • Implemented new threading/post-tasking utilities such as:
    • base::BindToCurrentSequence that ensures callback will be executed on current sequence
    • base::RunLoop that allows to run tasks and post-task to/from current thread even if it's not a base::Thread[Pool]
  • Other smaller bugfixes and improvements

Full Changelog: v1.0.1...v1.1.0