Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.c++ > #5568
| Message-ID | <87d3j6bg7p.fsf@justsoftwaresolutions.co.uk> (permalink) |
|---|---|
| Newsgroups | comp.lang.c++, comp.lang.c++.moderated |
| From | Anthony Williams <anthony@justsoftwaresolutions.co.uk> |
| Subject | ANNOUNCE: V1.6.0 of just::thread C++0x Thread Library Released |
| Organization | CNNTP |
| Date | 2011-05-25 19:03 -0600 |
Cross-posted to 2 groups.
I am pleased to announce that version 1.6 (the FDIS edition) of
just::thread, our C++0x Thread Library has just been released.
Changes include:
* Support for gcc 4.6 on Ubuntu Natty (using the packages from the
Ubuntu Toolchain PPA) and Fedora 15.
* Support for thread-local variables with non-trivial constructors and
destructors using the JSS_THREAD_LOCAL macro in place of the new
thread_local keyword (which is not supported in any current
compilers).
* The std::hash<std::thread::id> specialization has been added.
* The new constexpr and noexcept keywords are used where supported (gcc
4.6 in -std=c++0x mode.)
* The return type of lambda functions is correctly deduced in std::async
in both gcc 4.5 and 4.6 and MSVC 2010.
* Various optimizations, including reduction in thread creation code and
the overhead of std::async.
* Added std::chrono::system_clock::from_time_t in place of
std::chrono::system_clock::to_time_point.
Purchase your copy from http://www.stdthread.co.uk/order.html and get
started with the C++0x thread library NOW.
As usual, existing customers are entitled to a free upgrade to V1.6.0
from all earlier versions.
Anthony
--
Author of C++ Concurrency in Action http://www.stdthread.co.uk/book/
just::thread C++0x thread library http://www.stdthread.co.uk
Just Software Solutions Ltd http://www.justsoftwaresolutions.co.uk
15 Carrallack Mews, St Just, Cornwall, TR19 7UL, UK. Company No. 5478976
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
Back to comp.lang.c++ | Previous | Next | Find similar
ANNOUNCE: V1.6.0 of just::thread C++0x Thread Library Released Anthony Williams <anthony@justsoftwaresolutions.co.uk> - 2011-05-25 19:03 -0600
csiph-web