Vicente J. Botet Escriba
|
d6178b3139
|
Thread: update thread_guard to make it a template parameterized by thread functors
[SVN r81079]
|
2012-10-29 00:36:06 +00:00 |
|
Vicente J. Botet Escriba
|
ec1241a6d8
|
Thread: Added thread_joiner
[SVN r81074]
|
2012-10-28 17:55:32 +00:00 |
|
Vicente J. Botet Escriba
|
ae819901ab
|
Thread: Added scoped_thread
[SVN r81073]
|
2012-10-28 17:53:42 +00:00 |
|
Vicente J. Botet Escriba
|
3c0294cf3a
|
Thread: added first version of synchronized_value
[SVN r81072]
|
2012-10-28 17:43:40 +00:00 |
|
Vicente J. Botet Escriba
|
a3098b5dfd
|
Thread: Added BOOST_THREAD_DONT_PROVIDE_THREAD_EQ, BOOST_THREAD_DONT_USE_DATETIME and forbid their use when defined + Added BOOST_THREAD_PROVIDES_FUTURE_CONTINUATION and future<>::then + Go towards don't throwing from the cpp files (refactor start_thread, join + Added #define BOOST_THREAD_VERSION 2 for the tests that runs only with version 2
[SVN r81023]
|
2012-10-20 14:05:32 +00:00 |
|
Vicente J. Botet Escriba
|
e9217d02f0
|
Thread: remove some minor warnings
[SVN r80854]
|
2012-10-04 21:57:18 +00:00 |
|
Vicente J. Botet Escriba
|
8604ca1b85
|
Thread: Fix bug with gcc4.4, prepare change to v3 by default
[SVN r80824]
|
2012-10-03 05:45:35 +00:00 |
|
Vicente J. Botet Escriba
|
16ad9c868e
|
Thread: make the code of tests set_rvalue and make_future more portable
[SVN r80789]
|
2012-09-30 17:33:56 +00:00 |
|
Vicente J. Botet Escriba
|
4d84fb97c9
|
Thread: constrain make_future example to run when rvalues references are supported.
[SVN r80763]
|
2012-09-29 20:54:24 +00:00 |
|
Vicente J. Botet Escriba
|
18d4a8a0f8
|
Thread: Added missing file
[SVN r80756]
|
2012-09-29 16:36:19 +00:00 |
|
Vicente J. Botet Escriba
|
51530e03a5
|
Thread: Added possible missing vector file in some platforms
[SVN r79185]
|
2012-06-30 09:59:57 +00:00 |
|
Vicente J. Botet Escriba
|
e09105de98
|
Thread: fix TIME_UTC, WINVER, constexpr for tags, and don't use local files
[SVN r78802]
|
2012-06-03 18:11:52 +00:00 |
|
Vicente J. Botet Escriba
|
fffc5ddd1f
|
Thread: Added some traces to catch spourious issue
[SVN r78279]
|
2012-04-30 16:05:24 +00:00 |
|
Vicente J. Botet Escriba
|
f0a6e49984
|
Thread: Try to fix some errors with vacpp
[SVN r78222]
|
2012-04-27 22:24:17 +00:00 |
|
Vicente J. Botet Escriba
|
3487d05fac
|
Thread: Fix typo
[SVN r77929]
|
2012-04-12 08:06:13 +00:00 |
|
Vicente J. Botet Escriba
|
031186a8e6
|
Thread: Add some macros to simplify the conditional code in particular the one related to mmove semantics+ fix some minor regression issues
[SVN r77928]
|
2012-04-11 23:42:26 +00:00 |
|
Vicente J. Botet Escriba
|
f970c9fddc
|
Thread: remove some warnings + rename BOOST_EXPLICIT_MOVE by BOOST_THREAD_MAKE_RV_REF
[SVN r77918]
|
2012-04-11 17:16:45 +00:00 |
|
Vicente J. Botet Escriba
|
19aed55e52
|
Thread: Fix type
[SVN r77841]
|
2012-04-08 20:56:34 +00:00 |
|
Vicente J. Botet Escriba
|
59265265d9
|
Thread: 6342: Adapt the one_flag and call_once to the c++11 interface
[SVN r77767]
|
2012-04-04 20:01:11 +00:00 |
|
Vicente J. Botet Escriba
|
08ed4c4201
|
Thread: Added shared mutex upwards conversion + configuration macros
[SVN r77704]
|
2012-04-01 21:52:47 +00:00 |
|
Vicente J. Botet Escriba
|
3a8e04cac6
|
Thread: Make test names shorter + Added some examples of shared mutex and tests
[SVN r77378]
|
2012-03-18 18:21:45 +00:00 |
|
Anthony Williams
|
13db35cbf5
|
Undo commit from r49977 which added extraneous throw to thread example
[SVN r49978]
|
2008-11-28 11:01:21 +00:00 |
|
Anthony Williams
|
0f2d480e3c
|
Added test for making std::thread work with std::vector
[SVN r49977]
|
2008-11-28 10:57:12 +00:00 |
|
Anthony Williams
|
6e1a866b13
|
Fix for issue #1657
[SVN r44424]
|
2008-04-14 21:04:33 +00:00 |
|
Beman Dawes
|
5e0b2d7370
|
Get rid of .cvsignore files
[SVN r41107]
|
2007-11-15 15:20:27 +00:00 |
|
Vladimir Prus
|
ea3e297175
|
Remove V1 Jamfiles
[SVN r38516]
|
2007-08-08 19:02:26 +00:00 |
|
Roland Schwarz
|
72e4794f5b
|
Removed the "intentional memory leak" of the TSS implementation
[SVN r35426]
|
2006-09-29 19:24:19 +00:00 |
|
Hartmut Kaiser
|
1cb08ff60c
|
Changed Boost.Thread to use the Boost license.
[SVN r35115]
|
2006-09-14 23:02:29 +00:00 |
|
Vladimir Prus
|
86072f95ac
|
Update libs/thread/example/Jamfile.v2
[SVN r32271]
|
2006-01-10 08:14:25 +00:00 |
|
Rene Rivera
|
baa9b396d9
|
Fix some compilation problems on Win32 platforms because of inconsistent line-endings.
[SVN r23663]
|
2004-07-17 04:33:59 +00:00 |
|
Michael Glassford
|
c2bcd08168
|
Merge minor changes from thread_dev branch.
[SVN r22322]
|
2004-02-19 01:16:06 +00:00 |
|
Dave Abrahams
|
61ab2754d2
|
Use the import rule
[SVN r19968]
|
2003-09-08 17:38:49 +00:00 |
|
William E. Kempf
|
ff5d3b49ca
|
Updated format (removed tabs) and added missing copyrights
[SVN r17214]
|
2003-02-04 23:23:02 +00:00 |
|
William E. Kempf
|
c918b66199
|
Switched to a DLL implementation
[SVN r16742]
|
2003-01-03 21:03:43 +00:00 |
|
William E. Kempf
|
c77500c15a
|
Updated Jamfile to remove unused code
[SVN r16725]
|
2002-12-30 23:14:30 +00:00 |
|
Vladimir Prus
|
5a7377acda
|
Made Boost.Thread compile with V2.
[SVN r15969]
|
2002-10-23 13:22:56 +00:00 |
|
William E. Kempf
|
cfce0892e0
|
Added tutorial sources. Changed tabs to spaces.
[SVN r15179]
|
2002-09-06 15:34:48 +00:00 |
|
William E. Kempf
|
78480e7951
|
Removed subdirectories
[SVN r14870]
|
2002-08-15 01:39:07 +00:00 |
|
William E. Kempf
|
4cb9c412e8
|
Added examples from documentation
[SVN r14869]
|
2002-08-15 01:22:29 +00:00 |
|
Dave Abrahams
|
99109ab78b
|
respect <sysinclude>
[SVN r13995]
|
2002-05-21 16:24:07 +00:00 |
|
William E. Kempf
|
b99cc044f3
|
Updated Jamfile
[SVN r13095]
|
2002-03-05 16:27:46 +00:00 |
|
William E. Kempf
|
b1d1f7d8f1
|
Jamfile modifications
[SVN r13001]
|
2002-03-01 23:10:11 +00:00 |
|
William E. Kempf
|
24bec05b86
|
Added .cvsignore and updated Jam stuff
[SVN r12944]
|
2002-02-26 21:02:13 +00:00 |
|
William E. Kempf
|
5aab32bc1a
|
More Jamfile changes.
[SVN r12857]
|
2002-02-18 23:04:25 +00:00 |
|
William E. Kempf
|
e152a1c6f2
|
Updated Jamfiles for new Boost.Build system
[SVN r12856]
|
2002-02-18 23:02:38 +00:00 |
|
William E. Kempf
|
a5239c820b
|
Fixed tabs in files
[SVN r12622]
|
2002-02-01 17:31:46 +00:00 |
|
Mac Murrett
|
aa0d3adf1d
|
*** empty log message ***
[SVN r12486]
|
2002-01-24 17:26:13 +00:00 |
|
William E. Kempf
|
6bc82a8580
|
Added Mac Carbon implementation to Boost.Threads.
[SVN r12480]
|
2002-01-24 16:32:23 +00:00 |
|
William E. Kempf
|
c4c2e5d3a2
|
Fixed bug in notify_one that caused deadlock.
[SVN r12178]
|
2001-12-31 17:18:46 +00:00 |
|
William E. Kempf
|
f3af804ddb
|
Removed semaphores. Fixed some reported bugs. Switched to CRITICAL_SECTION implementations.
[SVN r11501]
|
2001-11-01 16:18:57 +00:00 |
|
William E. Kempf
|
1ce93426a4
|
Fixed Jamfile.
[SVN r11396]
|
2001-10-16 22:10:45 +00:00 |
|
Beman Dawes
|
b7f8f8867c
|
merge branch "thread-initial" into main trunk
[SVN r11243]
|
2001-09-25 00:04:45 +00:00 |
|
Beman Dawes
|
4c816b66a3
|
file jamfile was initially added on branch thread-initial.
[SVN r10340]
|
2001-06-15 15:42:43 +00:00 |
|