just::thread C++0x Thread Library V1.4.1 Released
Monday, 09 August 2010
I am pleased to announce that version 1.4.1
of just::thread,
our C++0x Thread Library
has just been released.
Thisis an improvement over V1.4.0 in a number of areas:
- Both /Zc:wchar_t and /Zc:wchar_t- are supported with MSVC
-
std::chrono::high_resolution_clocktypedef added - Added support for shared libraries on Linux
- Faster mutex locking and unlocking on contended mutexes on Linux
- Faster blocking/unblocking for condition variables on Linux
- Support for tracking clock changes when waiting on
a
std::chrono::system_clocktime withstd::condition_variableon Linux with kernels >= 2.6.31 - Support for floating-point durations
- Faster time retrieval with
std::chrono::monotonic_clock::now()on Windows - Added support for Microsoft Visual Studio 2005
As usual, existing customers are entitled to a free upgrade to V1.4.1 from all earlier versions.
Posted by Anthony Williams
[/ news /] permanent link
Tags: multithreading, concurrency, C++0x
Stumble It!
| Submit to Reddit
| Submit to DZone ![]()
If you liked this post, why not subscribe to the RSS feed
or Follow me on Twitter? You can also subscribe to this blog by email using the form on the left.
Design and Content Copyright © 2005-2025 Just Software Solutions Ltd. All rights reserved. | Privacy Policy
No Comments