Changes between Version 19 and Version 20 of SoC2014


Ignore:
Timestamp:
Feb 8, 2014, 5:04:26 PM (9 years ago)
Author:
Niall Douglas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoC2014

    v19 v20  
    271271* USB for Boost.Asio
    272272* Extension/reflection library (http://boost-extension.redshoelace.com/docs/boost/extension/index.html)
    273 * std::packaged_task scheduler (like Intel TBB's with task stealing) for Boost.Thread
     273* std::packaged_task scheduler (like Intel TBB's with task stealing) for Boost.Thread. Note proposed Boost.AFIO already implements this.
    274274* Filesystem abstraction + path cleanup (http://thread.gmane.org/gmane.comp.lib.boost.devel/238103)
    275275* Hardware random number generator for Boost.Random
     
    277277* Protocol implementations for Boost.Asio
    278278* Factories for Boost.Flyweight (http://tinyurl.com/bktkc3s)
     279* Replace all uses of CAS spinlocks in all Boost libraries with memory transactions via BOOST_BEGIN_MEMORY_TRANSACTION. See https://svn.boost.org/trac/boost/ticket/9615.
    279280
    280281=== Algorithms ===