Changes between Version 19 and Version 20 of SoC2014
- Timestamp:
- Feb 8, 2014, 5:04:26 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoC2014
v19 v20 271 271 * USB for Boost.Asio 272 272 * 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. 274 274 * Filesystem abstraction + path cleanup (http://thread.gmane.org/gmane.comp.lib.boost.devel/238103) 275 275 * Hardware random number generator for Boost.Random … … 277 277 * Protocol implementations for Boost.Asio 278 278 * 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. 279 280 280 281 === Algorithms ===