Vicente J. Botet Escriba
|
e5a633cc41
|
Thread: Try to fix #6418 - error: 'X(X&&)' cannot be defaulted
[SVN r76558]
|
2012-01-17 18:31:03 +00:00 |
|
Vicente J. Botet Escriba
|
3724d847cf
|
Thread: Try to fix #6419 - Error: PTHREAD_STACK_MIN is not always defined when PTHREADS are used
[SVN r76557]
|
2012-01-17 18:28:46 +00:00 |
|
Vicente J. Botet Escriba
|
b6063b5c60
|
* [@http://svn.boost.org/trac/boost/ticket/2741 #2741] Proposal to manage portable and non portable thread attributes.
* [@http://svn.boost.org/trac/boost/ticket/6195 #6195] c++11 compliance: Provide the standard time related interface using Boost.Chrono.
* [@http://svn.boost.org/trac/boost/ticket/6224 #6224] c++11 compliance: Add the use of standard noexcept on compilers supporting them.
* [@http://svn.boost.org/trac/boost/ticket/6226 #6226] c++11 compliance: Add explicit bool conversion from locks.
* [@http://svn.boost.org/trac/boost/ticket/6230 #6230] c++11 compliance: Follows the exception reporting mechanism as defined in the c++11.
* [@http://svn.boost.org/trac/boost/ticket/6272 #6272] c++11 compliance: Add thread::id hash specialization.
* [@http://svn.boost.org/trac/boost/ticket/6273 #6273] c++11 compliance: Add cv_status enum class and use it on the conditions wait functions.
* [@http://svn.boost.org/trac/boost/ticket/6194 #6194] Adapt to Boost.Move.
Fixed Bugs:
* [@http://svn.boost.org/trac/boost/ticket/2575 #2575] Bug- Boost 1.36.0 on Itanium platform.
* [@http://svn.boost.org/trac/boost/ticket/4921 #4921] BOOST_THREAD_USE_DLL and BOOST_THREAD_USE_LIB are crucial and need to be documented.
* [@http://svn.boost.org/trac/boost/ticket/5013 #5013] documentation: boost:🧵 pthreas_exit causes terminate().
* [@http://svn.boost.org/trac/boost/ticket/5351 #5351] interrupt a future get boost::unknown_exception.
* [@http://svn.boost.org/trac/boost/ticket/5516 #5516] Upgrade lock is not acquired when previous upgrade lock releases if another read lock is present.
* [@http://svn.boost.org/trac/boost/ticket/5990 #5990] shared_future<T>::get() has wrong return type.
* [@http://svn.boost.org/trac/boost/ticket/6174 #6174] packaged_task doesn't correctly handle moving results.
[SVN r76543]
|
2012-01-16 17:32:08 +00:00 |
|
Vicente J. Botet Escriba
|
09362f0eac
|
Thread: merge from trunk to fix #6141, #5594, #5040 and #5502.
[SVN r76346]
|
2012-01-07 20:52:57 +00:00 |
|
Vicente J. Botet Escriba
|
32b3f3f569
|
Thread: Fix typo on auto_ptr
[SVN r76345]
|
2012-01-07 20:15:14 +00:00 |
|
Vicente J. Botet Escriba
|
0d08362291
|
Thread: Added new v2 files
[SVN r76300]
|
2012-01-03 22:31:11 +00:00 |
|
Vicente J. Botet Escriba
|
9f120a80a7
|
Thread: Updated Jamfiles to take care of Boost.Chrono, Boost.System and the new tests
[SVN r76298]
|
2012-01-03 21:50:37 +00:00 |
|
Vicente J. Botet Escriba
|
2eb6fd754e
|
Thread: Added doc related to a lot of tickets mainly the time related #6195, noexcept #6224, exceptions #6230, cv_status #6273
[SVN r76297]
|
2012-01-03 21:45:31 +00:00 |
|
Vicente J. Botet Escriba
|
9f4a8973d0
|
Thread: Added test related to tickets
[SVN r76296]
|
2012-01-03 21:25:58 +00:00 |
|
Vicente J. Botet Escriba
|
a4d9355060
|
Threads: Added a lot of unit tests
[SVN r76295]
|
2012-01-03 21:23:11 +00:00 |
|
Vicente J. Botet Escriba
|
5a7545afbd
|
Thread Towards #6273 - Add cv_status enum class and use it on the conditions wait functions
[SVN r76294]
|
2012-01-03 21:12:59 +00:00 |
|
Vicente J. Botet Escriba
|
8affa33718
|
Thread fixed Bugs:
* [@http://svn.boost.org/trac/boost/ticket/2309 #2309] Lack of g++ symbol visibility support in Boost.Thread.
* [@http://svn.boost.org/trac/boost/ticket/2639 #2639] documentation should be extended(defer_lock, try_to_lock, ...).
* [@http://svn.boost.org/trac/boost/ticket/3639 #3639] Boost.Thread doesn't build with Sun-5.9 on Linux.
* [@http://svn.boost.org/trac/boost/ticket/3762 #3762] Thread can't be compiled with winscw (Codewarrior by Nokia).
* [@http://svn.boost.org/trac/boost/ticket/3885 #3885] document about mix usage of boost.thread and native thread api.
* [@http://svn.boost.org/trac/boost/ticket/3975 #3975] Incorrect precondition for promise::set_wait_callback().
* [@http://svn.boost.org/trac/boost/ticket/4048 #4048] thread::id formatting involves locale
* [@http://svn.boost.org/trac/boost/ticket/4315 #4315] gcc 4.4 Warning: inline ... declared as dllimport: attribute ignored.
* [@http://svn.boost.org/trac/boost/ticket/4480 #4480] OpenVMS patches for compiler issues workarounds.
* [@http://svn.boost.org/trac/boost/ticket/4819 #4819] boost.thread's documentation misprints.
* [@http://svn.boost.org/trac/boost/ticket/5423 #5423] thread issues with C++0x.
* [@http://svn.boost.org/trac/boost/ticket/5617 #5617] boost:🧵:id copy ctor.
* [@http://svn.boost.org/trac/boost/ticket/5739 #5739] set-but-not-used warnings with gcc-4.6.
* [@http://svn.boost.org/trac/boost/ticket/5826 #5826] threads.cpp: resource leak on threads creation failure.
* [@http://svn.boost.org/trac/boost/ticket/5839 #5839] thread.cpp: ThreadProxy leaks on exceptions.
* [@http://svn.boost.org/trac/boost/ticket/5859 #5859] win32 shared_mutex constructor leaks on exceptions.
* [@http://svn.boost.org/trac/boost/ticket/6100 #6100] Compute hardware_concurrency() using get_nprocs() on GLIBC systems.
* [@http://svn.boost.org/trac/boost/ticket/6168 #6168] recursive_mutex is using wrong config symbol (possible typo).
* [@http://svn.boost.org/trac/boost/ticket/6175 #6175] Compile error with SunStudio.
* [@http://svn.boost.org/trac/boost/ticket/6200 #6200] patch to have condition_variable and mutex error better handle EINTR.
* [@http://svn.boost.org/trac/boost/ticket/6207 #6207] shared_lock swap compiler error on clang 3.0 c++11.
* [@http://svn.boost.org/trac/boost/ticket/6208 #6208] try_lock_wrapper swap compiler error on clang 3.0 c++11.
[SVN r76291]
|
2012-01-03 17:31:50 +00:00 |
|
Vicente J. Botet Escriba
|
4d25ea1760
|
Thread: protect of threading=single by forcing threading=multi
[SVN r76283]
|
2012-01-02 22:08:02 +00:00 |
|
Vicente J. Botet Escriba
|
6ec8e2ccec
|
Thread: Fix error following last commit 76277 for #6141
[SVN r76280]
|
2012-01-02 17:48:18 +00:00 |
|
Vicente J. Botet Escriba
|
97d0ae6527
|
Thread: #6141 - Compilation error when boost.thread and boost.move are used together
[SVN r76277]
|
2012-01-02 17:12:01 +00:00 |
|
Vicente J. Botet Escriba
|
50a74d0eda
|
Thread: Try to solve #6341 Boost.Thread defines boost::move which conflicts with Boost.Move
[SVN r76268]
|
2012-01-02 00:33:32 +00:00 |
|
Vicente J. Botet Escriba
|
f9e03b5eaa
|
Thread: Notify shread_cond when state.exclusive_waiting_blocked=false in shared_mutex::timed_lock to resolve #5502
[SVN r76084]
|
2011-12-20 21:13:22 +00:00 |
|
Vicente J. Botet Escriba
|
ad571bd898
|
Thread: Fix error returning in constructor
[SVN r76078]
|
2011-12-20 12:42:45 +00:00 |
|
Vicente J. Botet Escriba
|
de8ef9aee4
|
Thread: reverse part of commit r76040 which breaks msvc-10.0
[SVN r76075]
|
2011-12-19 23:50:03 +00:00 |
|
Vicente J. Botet Escriba
|
21f75da2f6
|
Thread: don't overload move when BOOST_NO_RVALUE_REFERENCES is not defined
[SVN r76074]
|
2011-12-19 23:22:08 +00:00 |
|
Vicente J. Botet Escriba
|
233dbf8075
|
Thread: dont use thread_move_t when BOOST_NO_RVALUE_REFERENCES is not defined
[SVN r76073]
|
2011-12-19 23:20:31 +00:00 |
|
Vicente J. Botet Escriba
|
d8f1ba9b3d
|
Thread: added move definition when BOOST_NO_RVALUE_REFERENCES is not defined
[SVN r76040]
|
2011-12-18 14:34:09 +00:00 |
|
Vicente J. Botet Escriba
|
1241f18215
|
Thread: replace BOOST_HAS_RVALUE_REFS by BOOST_NO_RVALUE_REFERENCES and protect uses of thread_move_t
[SVN r76039]
|
2011-12-18 14:31:36 +00:00 |
|
Vicente J. Botet Escriba
|
b6604882eb
|
Thread: Added BOOST_THREAD_VERSION so that we can add backward incompatible features
[SVN r76037]
|
2011-12-18 13:37:37 +00:00 |
|
Vicente J. Botet Escriba
|
a9c9d5c499
|
Thread: #4048 thread::id formatting: use ios_flags_saver
[SVN r76011]
|
2011-12-17 09:02:10 +00:00 |
|
Vicente J. Botet Escriba
|
9a827d937e
|
Thread: #4921 BOOST_THREAD_USE_DLL and BOOST_THREAD_USE_LIB are crucial and need to be documented
[SVN r75905]
|
2011-12-11 18:16:07 +00:00 |
|
Vicente J. Botet Escriba
|
38594f889a
|
Thread: #5013 - documentation: boost:🧵 pthreas_exit causes terminate()
[SVN r75904]
|
2011-12-11 18:12:55 +00:00 |
|
Vicente J. Botet Escriba
|
04c17e45b3
|
Thread: #5594 boost::shared_mutex not fully compatible with Windows CE.
[SVN r75903]
|
2011-12-11 15:43:13 +00:00 |
|
Vicente J. Botet Escriba
|
730a8de024
|
Thread: #5040 future.hpp in boost::thread does not compile with /clr
[SVN r75901]
|
2011-12-11 13:32:41 +00:00 |
|
Vicente J. Botet Escriba
|
7eac2fe3e4
|
Thread: Fix auto_ptr error
[SVN r75886]
|
2011-12-10 14:59:43 +00:00 |
|
Vicente J. Botet Escriba
|
267243d959
|
Thread: Fix typo
[SVN r75885]
|
2011-12-10 14:51:16 +00:00 |
|
Vicente J. Botet Escriba
|
f587262c8e
|
Thread: Added compliance matrix
[SVN r75884]
|
2011-12-10 11:56:45 +00:00 |
|
Vicente J. Botet Escriba
|
ebf458dbd0
|
Thread: update fixed tickets for 1.49
[SVN r75883]
|
2011-12-10 11:54:36 +00:00 |
|
Vicente J. Botet Escriba
|
f64b5559dd
|
Thread: #6200-mutex error better handle EINTR
[SVN r75882]
|
2011-12-10 10:55:53 +00:00 |
|
Vicente J. Botet Escriba
|
2ddcd5f678
|
Thread: #6200-mutex error better handle EINTR
[SVN r75860]
|
2011-12-07 23:15:20 +00:00 |
|
Vicente J. Botet Escriba
|
cac715937a
|
Thread: boost thread unit test module bug on Microsoft Visual Studio debug mode
[SVN r75858]
|
2011-12-07 21:08:52 +00:00 |
|
Vicente J. Botet Escriba
|
39f43feb11
|
Thread: Added more fixed tickets
[SVN r75807]
|
2011-12-05 00:27:46 +00:00 |
|
Vicente J. Botet Escriba
|
58d65b17ea
|
Thread: #5859 win32 shared_mutex constructor leaks on exceptions
[SVN r75806]
|
2011-12-04 23:06:24 +00:00 |
|
Vicente J. Botet Escriba
|
4314f0cac3
|
Thread: #3762 Thread can't be compiled with winscw (Codewarrior by Nokia) (win part)
[SVN r75802]
|
2011-12-04 15:18:32 +00:00 |
|
Vicente J. Botet Escriba
|
d4da369930
|
Thread: 6207/6208 shared_lock/try_lock_wrapper swap compiler error on clang 3.0 c++11
[SVN r75801]
|
2011-12-04 14:58:08 +00:00 |
|
Vicente J. Botet Escriba
|
6f1876b618
|
Thread: #6100 Compute hardware_concurrency() using get_nprocs() on GLIBC systems
[SVN r75800]
|
2011-12-04 14:33:08 +00:00 |
|
Vicente J. Botet Escriba
|
c6e872ceb0
|
Thread: #2309 - Lack of g++ symbol visibility support in Boost.Thread
[SVN r75799]
|
2011-12-04 10:36:34 +00:00 |
|
Vicente J. Botet Escriba
|
72d809819f
|
Thread: #3639 Boost.Thread doesn't build with Sun-5.9 on Linux
[SVN r75798]
|
2011-12-04 09:35:34 +00:00 |
|
Vicente J. Botet Escriba
|
dd09ef3362
|
Thread: 4315 gcc 4.4 Warning: inline ... declared as dllimport: attribute ignored
[SVN r75791]
|
2011-12-03 17:56:38 +00:00 |
|
Vicente J. Botet Escriba
|
aa7941fae2
|
Thread: 2639 documentation should be extended(defer_lock, try_to_lock, ...) + 3885 document about mix usage of boost.thread and native thread api. + 3975 Incorrect precondition for promise::set_wait_callback() + 4819 boost.thread's documentation misprints.
[SVN r75790]
|
2011-12-03 14:28:17 +00:00 |
|
Vicente J. Botet Escriba
|
35af4a8f35
|
Thread: 3762 Thread can't be compiled with winscw (Codewarrior by Nokia) (pthread part)
[SVN r75789]
|
2011-12-03 14:11:02 +00:00 |
|
Vicente J. Botet Escriba
|
a01fd3dd76
|
Thread: 4480 (move part) + 6175 Compile error with SunStudio
[SVN r75788]
|
2011-12-03 14:06:32 +00:00 |
|
Vicente J. Botet Escriba
|
d220da89d1
|
Thread: 4480 OpenVMS patches for compiler issues workarounds (only sleep part)
[SVN r75787]
|
2011-12-03 13:57:06 +00:00 |
|
Vicente J. Botet Escriba
|
55c75e9299
|
Thread: 5423 thread issues with C++0x
[SVN r75786]
|
2011-12-03 13:50:40 +00:00 |
|
Vicente J. Botet Escriba
|
616ea87a0a
|
Thread: 5739 set-but-not-used warnings with gcc-4.6
[SVN r75785]
|
2011-12-03 13:25:55 +00:00 |
|