2
0
mirror of https://github.com/boostorg/winapi.git synced 2026-02-24 04:32:09 +00:00
Commit Graph

34 Commits

Author SHA1 Message Date
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
Kirk Shoop (MS OPEN TECH)
63ad54b71b detail changes for WinRT support 2014-06-05 23:13:03 +04:00
Andrey Semashev
03654bd137 Fixed INT_PTR_ spelling.
[SVN r86536]
2014-06-05 23:13:03 +04:00
Andrey Semashev
ce3587e779 Removed RegisterWaitForSingleObjectEx as it is not present in all Windows SDK versions.
[SVN r86474]
2014-06-05 23:13:03 +04:00
Andrey Semashev
2e697fcc24 Added missing using declarations.
[SVN r86455]
2014-06-05 23:13:03 +04:00
Andrey Semashev
98faebe057 Added missing using declarations.
[SVN r86454]
2014-06-05 23:13:03 +04:00
Andrey Semashev
e9ca529c42 Added Windows 8.1 (aka Blue) version constant.
[SVN r86409]
2014-06-05 23:13:03 +04:00
Andrey Semashev
1dcabc8e64 According to the discussion on the ML, changed the default WinAPI back to XP.
[SVN r86403]
2014-06-05 23:13:03 +04:00
Andrey Semashev
e920e7778c Changed the default WinAPI version to Vista.
[SVN r86389]
2014-06-05 23:13:03 +04:00
Andrey Semashev
9af9952652 Added support for WinAPI version specification.
[SVN r86307]
2014-06-05 23:13:03 +04:00
Andrey Semashev
32f2c24d70 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:03 +04:00
Andrey Semashev
a536b8abe3 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:03 +04:00
Andrey Semashev
c65e5f10d9 Finished POSIX condition_variable, working on Windows.
[SVN r86007]
2014-06-05 23:13:03 +04:00
Andrey Semashev
6e6667f1fc 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:03 +04:00
Andrey Semashev
d046c9791b Added .gitattributes and license to readme. 2014-06-05 23:12:08 +04:00
Peter Dimov
8fea479e16 Initial commit 2014-06-04 21:33:00 +03:00