[release] please add fiber to master
Hello admins, I'd like to ask you to add boost.fiber to the master branch so that it will become part of the next boost release (1.62). thank you in advance, Oliver
Quick question.. Is it expected that the tests only pass/run for GCC and
msvc14?
Otherwise the tests look ok to add it a release. I can probably get to add
it in the next 4 days unless someone else doesn't do it.
Rene.
On Jul 2, 2016 9:58 AM, "Oliver Kowalke"
Hello admins,
I'd like to ask you to add boost.fiber to the master branch so that it will become part of the next boost release (1.62).
thank you in advance, Oliver
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
016-07-02 18:15 GMT+02:00 Rene Rivera
Quick question.. Is it expected that the tests only pass/run for GCC and msvc14?
yes - I'm using the feature-check-macros in the unit-tests mscv: versions prior to msvc-14 seam not to support all required C++ features clang: on my Linux system clang 3.7 works, but for some installations the linker reports 'undefined reference to `__cxa_thread_atexit'' -> related to libc++ (see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192320) intel: same issue as for clang darwin: the people from Apple have removed the support for keyword thread_local, so code using thread_local will not compile on Mac OS X.
Otherwise the tests look ok to add it a release. I can probably get to add it in the next 4 days unless someone else doesn't do it.
would be nice Oliver
On 03 Jul 2016, at 08:19, Thomas Trummer
wrote: The next version of Xcode will have support for thread_local.
So for fun I tried Boost.Fiber with the Xcode 8 beta and it builds and runs the test suite without problems (except -Wpessimizing-move warnings). The same goes for GCC 6.1 (except some warnings in Boost.Function). Thomas
2016-07-03 9:19 GMT+02:00 Thomas Trummer
The next version of Xcode will have support for thread_local.
So for fun I tried Boost.Fiber with the Xcode 8 beta and it builds and runs the test suite without problems (except -Wpessimizing-move warnings). The same goes for GCC 6.1 (except some warnings in Boost.Function).
very nice, thank you for testing
On Sat, Jul 2, 2016 at 12:45 PM, Oliver Kowalke
016-07-02 18:15 GMT+02:00 Rene Rivera
: Otherwise the tests look ok to add it a release. I can probably get to add it in the next 4 days unless someone else doesn't do it.
would be nice
It's added to the git super-project now. Other additions, like global docs, or anything else it would be great if you could do a PR for those. -- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail
participants (3)
-
Oliver Kowalke
-
Rene Rivera
-
Thomas Trummer