Commit Graph

265 Commits

Author SHA1 Message Date
Peter Dimov
f2784b098c Merge [57958] to release. Fixes #3378.
[SVN r58069]
2014-06-09 20:46:33 +04:00
Peter Dimov
195cd84e7b Merged 43316, 43317, 43318, 43733, 43782, 43873, 43888, 43916, 43950, 44055, 44056, 44058, 44073, 44074, 44132, 44137, 44138, 44140, 44344 from trunk to release
[SVN r47339]
2014-06-09 20:46:33 +04:00
Beman Dawes
4faebf3eaa config, detail, filesystem, system, tools, at 41278.
[SVN r41316]
2014-06-09 20:46:33 +04:00
Peter Dimov
ea6ee9bd6f Windows CE patch by Michael Fink
[SVN r33986]
2014-06-09 20:46:33 +04:00
Anthony Williams
1202be7810 Win32 implementation of boost::timed_mutex
[SVN r33272]
2014-06-09 20:46:33 +04:00
Anthony Williams
23f349906e Moved BOOST_INTERLOCKED_READ stuff into its own header
[SVN r31098]
2014-06-09 20:46:33 +04:00
Anthony Williams
e46b817b2d Removed :: qualification on _Interlocked functions
[SVN r31097]
2014-06-09 20:46:32 +04:00
Anthony Williams
0a9c3b04f2 Added BOOST_INTERLOCKED_EXCHANGE_POINTER in all branches of the #if
[SVN r31012]
2014-06-09 20:46:32 +04:00
Anthony Williams
452aebbef5 Added InterlockedExchangePointer
[SVN r31010]
2014-06-09 20:46:32 +04:00
Anthony Williams
6c0287959f InterlockedCompareExchangePointer is only intrinsic on 64 bit platforms, otherwise it's just a synonym for InterlockedCompareExchange
[SVN r30951]
2014-06-09 20:46:32 +04:00
Anthony Williams
096ecd3ec3 Added interlocked compare/exchange for pointers, and interlocked_read for values and pointers
[SVN r30941]
2014-06-09 20:46:32 +04:00
Anthony Williams
86c50368d3 New version of call_once for win32
[SVN r30847]
2014-06-09 20:46:32 +04:00
Peter Dimov
73c5a1f285 <intrin.h> appears broken.
[SVN r27737]
2014-06-09 20:46:32 +04:00
Peter Dimov
7fccf74af7 Split sp_counted_base into no threads (nt), win32 lock-free (w32) and pthreads (pt)
[SVN r27729]
2014-06-09 20:46:32 +04:00
Peter Dimov
55a2d62b8a Merged revision(s) 85994 from trunk: Add BOOST_USE_INTRIN_H support; remove #pragma intrinsic, not needed and not supported on Intel. Refs #6646. Refs #7318. Refs #9174.
[SVN r86416]
2014-06-09 20:45:26 +04:00
Andrey Semashev
cd36d69908 Merged latest changes from trunk.
[SVN r85988]
2014-06-09 20:45:26 +04:00
Peter Dimov
b6e43d7f15 Merged revision(s) [80935] from trunk: Fix the _WIN32_WCE >= 0x600 case.
[SVN r80960]
2014-06-09 20:45:26 +04:00
Vicente J. Botet Escriba
1ed1f3b566 Thread: Updated from trunk 1.52
[SVN r80473]
2014-06-09 20:45:26 +04:00
Peter Dimov
5f5cb52596 Merge [75396] to release. Fixes #4678.
[SVN r75757]
2014-06-09 20:45:26 +04:00
Anthony Williams
9fae0b6683 Merged fix for issue #4849 from trunk (fix boost.thread on mingw64) (authorized by rene)
[SVN r72657]
2014-06-09 20:45:26 +04:00
Peter Dimov
3a2106d3c5 Merge [57958] to release. Fixes #3378.
[SVN r58069]
2014-06-09 20:45:26 +04:00
Peter Dimov
1ef867fa41 Merged 43316, 43317, 43318, 43733, 43782, 43873, 43888, 43916, 43950, 44055, 44056, 44058, 44073, 44074, 44132, 44137, 44138, 44140, 44344 from trunk to release
[SVN r47339]
2014-06-09 20:45:26 +04:00
Beman Dawes
ad201f0ebf config, detail, filesystem, system, tools, at 41278.
[SVN r41316]
2014-06-09 20:45:26 +04:00
Peter Dimov
8a64cb9c29 Windows CE patch by Michael Fink
[SVN r33986]
2014-06-09 20:45:26 +04:00
Anthony Williams
8242ff02a3 Win32 implementation of boost::timed_mutex
[SVN r33272]
2014-06-09 20:45:26 +04:00
Anthony Williams
5a9103ee89 Moved BOOST_INTERLOCKED_READ stuff into its own header
[SVN r31098]
2014-06-09 20:45:26 +04:00
Anthony Williams
403b485061 Removed :: qualification on _Interlocked functions
[SVN r31097]
2014-06-09 20:45:25 +04:00
Anthony Williams
1d16486f4e Added BOOST_INTERLOCKED_EXCHANGE_POINTER in all branches of the #if
[SVN r31012]
2014-06-09 20:45:25 +04:00
Anthony Williams
aa210beab8 Added InterlockedExchangePointer
[SVN r31010]
2014-06-09 20:45:25 +04:00
Anthony Williams
6c05a414fa InterlockedCompareExchangePointer is only intrinsic on 64 bit platforms, otherwise it's just a synonym for InterlockedCompareExchange
[SVN r30951]
2014-06-09 20:45:25 +04:00
Anthony Williams
025615c08a Added interlocked compare/exchange for pointers, and interlocked_read for values and pointers
[SVN r30941]
2014-06-09 20:45:25 +04:00
Anthony Williams
a26b79fd98 New version of call_once for win32
[SVN r30847]
2014-06-09 20:45:25 +04:00
Peter Dimov
9ced4f8c73 <intrin.h> appears broken.
[SVN r27737]
2014-06-09 20:45:25 +04:00
Peter Dimov
6dc3bdb175 Split sp_counted_base into no threads (nt), win32 lock-free (w32) and pthreads (pt)
[SVN r27729]
2014-06-09 20:45:25 +04:00
Andrey Semashev
953e786b02 Merge branch 'develop'
Conflicts:
	include/boost/detail/winapi/system.hpp
	include/boost/detail/winapi/time.hpp
2014-06-05 23:16:40 +04:00
Andrey Semashev
490aa17c8f Fixed INT_PTR_ spelling.
[SVN r86536]
2014-06-05 23:13:40 +04:00
Andrey Semashev
eca2865002 Removed RegisterWaitForSingleObjectEx as it is not present in all Windows SDK versions.
[SVN r86474]
2014-06-05 23:13:40 +04:00
Andrey Semashev
3fc27e1602 Added missing using declarations.
[SVN r86455]
2014-06-05 23:13:40 +04:00
Andrey Semashev
b0bea02703 Added missing using declarations.
[SVN r86454]
2014-06-05 23:13:40 +04:00
Andrey Semashev
1d75624976 Added Windows 8.1 (aka Blue) version constant.
[SVN r86409]
2014-06-05 23:13:40 +04:00
Andrey Semashev
1fd0759e00 According to the discussion on the ML, changed the default WinAPI back to XP.
[SVN r86403]
2014-06-05 23:13:40 +04:00
Andrey Semashev
c4c8b9d347 Changed the default WinAPI version to Vista.
[SVN r86389]
2014-06-05 23:13:40 +04:00
Andrey Semashev
3166f42628 Added support for WinAPI version specification.
[SVN r86307]
2014-06-05 23:13:40 +04:00
Andrey Semashev
e63817b413 Fixed WinAPI compilation. Ported timed mutex to waitable timer. Windows time points are now aligned with FILETIME to reduce conversion overhead when used with waitable timers.
[SVN r86192]
2014-06-05 23:13:40 +04:00
Andrey Semashev
97434b9537 Boost.Sync: Added preliminary implementation of a waitable timer for fixed time point waits. Updated WinAPI functions to contain the required APIs.
[SVN r86179]
2014-06-05 23:13:39 +04:00
Andrey Semashev
c259781ffd Finished POSIX condition_variable, working on Windows.
[SVN r86007]
2014-06-05 23:13:39 +04:00
Andrey Semashev
6d8081d030 To avoid name clashes with Boost.Thread, renamed boost::detail::win32 namespace to winapi. Also renamed the directory with headers accordingly. Adjusted Boost.Chrono and Boost.Sync to reflect the changes.
[SVN r85791]
2014-06-05 23:13:39 +04:00
Steve Gates
595d85472b Updating macro for detecting the Windows Runtime based on accepted changes adding a Boost.Predef. 2014-06-05 23:13:03 +04:00
Steve Gates
5babaa7388 Updating macro for detecting WinRT to BOOST_WINDOWS_RUNTIME based on code review feedback. 2014-06-05 23:13:03 +04:00
Steve Gates
9248717ebf Removing MSOT copyright, replacing with Microsoft. 2014-06-05 23:13:03 +04:00