mirror of
https://github.com/boostorg/website.git
synced 2026-01-28 19:52:14 +00:00
Merge pull request #266 from olk/patch-9
notice about missing bug fixes
This commit is contained in:
@@ -48,11 +48,15 @@
|
||||
targets.
|
||||
|
||||
* [phrase library..[@/libs/context/ Context]:]
|
||||
* call/cc supports ucontext-API (swapcontext)
|
||||
* call/cc supports Windows-Fiber-API
|
||||
* call/cc supports on demand growing (segmented/split) stacks
|
||||
* [ticket 12719]: context test cases and examples segmentation fault when built with mingw-w64 toolchain
|
||||
* #52: Failing to build callcc test with g++-4.9
|
||||
* Improvements:
|
||||
* call/cc supports ucontext-API (swapcontext)
|
||||
* call/cc supports Windows-Fiber-API
|
||||
* call/cc supports on demand growing (segmented/split) stacks
|
||||
* Bugfixes:
|
||||
* [ticket 12719]: context test cases and examples segmentation fault when built with mingw-w64 toolchain
|
||||
* #52: Failing to build callcc test with g++-4.9
|
||||
* important:
|
||||
* required bug fix [@https://github.com/boostorg/context/commit/420554fe9ac01482990e8ae314f4f7ba81010c9a 420554fe9ac01482990e8ae314f4f7ba81010c9a] not included in 1.65
|
||||
|
||||
* [phrase library..[@/libs/config/ Config]:]
|
||||
* Added `BOOST_NO_CXX11_POINTER_TRAITS`, `BOOST_NO_CXX17_FOLD_EXPRESSIONS`,
|
||||
@@ -75,16 +79,20 @@
|
||||
* [phrase library..[@/libs/dll/ DLL]:]
|
||||
* Fix PE parsing on non Windows platforms.
|
||||
|
||||
* [phrase library..[@/libs/fiber/ Fiber]:]
|
||||
* hardware transactional memory (Intel TSX) supported
|
||||
* NUMA supported
|
||||
* ucontext-API (swapcontext) supported
|
||||
* Windows-Fiber-API supported
|
||||
* on demand growing stacks
|
||||
* #121: failing to build static lib with GCC 4.8 and C++11
|
||||
* #123: assertion failure in schedule_from_remote
|
||||
* #125: erratic crashes in testsuite
|
||||
* #126: incorrect std::memory_order value in compare_exchange_strong?
|
||||
* [phrase library..[@/libs/fiber/ Fiber]:]
|
||||
* Improvements:
|
||||
* hardware transactional memory (Intel TSX) supported
|
||||
* NUMA supported
|
||||
* ucontext-API (swapcontext) supported
|
||||
* Windows-Fiber-API supported
|
||||
* on demand growing stacks
|
||||
* Bugfixes:
|
||||
* #121: failing to build static lib with GCC 4.8 and C++11
|
||||
* #123: assertion failure in schedule_from_remote
|
||||
* #125: erratic crashes in testsuite
|
||||
* #126: incorrect std::memory_order value in compare_exchange_strong?
|
||||
* important:
|
||||
* required bug fix [@https://github.com/boostorg/fiber/commit/63f1041f0e484e64dec437a0fa780ea2463abda2 63f1041f0e484e64dec437a0fa780ea2463abda2] not included in 1.65
|
||||
|
||||
* [phrase library..[@/libs/fusion/ Fusion]:]
|
||||
* MSVC 14.1 supports variadic containers, such as `fusion::vector`, `fusion::deque`, `fusion::map`, `fusion::set`, and `fusion::tuple`. ([ticket 12986])
|
||||
|
||||
Reference in New Issue
Block a user