vibe.d 0.7.17 released

Sönke Ludwig sludwig at outerproduct.org
Mon Sep 9 01:03:30 PDT 2013


Major changes:

  - Compiles on DMD 2.063.2 and DMD HEAD

  - Deprecates/removes a lot of non-conforming parts of the API (resp.
    naming convention)

  - New TaskLocal!T for more efficient and type safe task local storage

  - New TaskPipe class for stream based inter-fiber communication (can
    be used to connect classic blocking I/O with asynchronous I/O using a
    separate thread)

  - New SyslogLogger class by Jens Mueller

  - A bunch of smaller fixes/additions


Full change log:

   http://vibed.org/blog/posts/vibe-release-0.7.17

Download:

   http://vibed.org/download

GitHub:

   https://github.com/rejectedsoftware/vibe.d


More information about the Digitalmars-d-announce mailing list