2
0
mirror of https://github.com/boostorg/winapi.git synced 2026-02-23 16:22:08 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
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
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