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

90 Commits

Author SHA1 Message Date
Andrey Semashev
b8e2ad5eb5 Changed the defaul target API to XP for MSVC8 as its Windows SDK fore not support Vista. 2015-06-29 21:37:16 +03:00
Andrey Semashev
cadb4b5ba6 Fixed CreateMutexW signature. 2015-06-28 13:33:45 +03:00
Andrey Semashev
1f4fd300f6 Changed the default target Windows API version to Vista. 2015-06-21 19:15:23 +03:00
Andrey Semashev
bea461e692 Compilation fixes. Added tests to verify headers correctness. 2015-06-21 18:37:37 +03:00
Andrey Semashev
0a3294283d Fixing WinAPI declarations. 2015-06-20 22:11:43 +03:00
Andrey Semashev
bc6b350aa9 Fixing WinAPI declarations. 2015-06-18 00:26:17 +03:00
Andrey Semashev
924d5226c8 Fixing WinAPI declarations. 2015-06-15 22:01:18 +03:00
Andrey Semashev
cd1f9ce236 Fixing WinAPI declarations. 2015-06-13 21:26:28 +03:00
Andrey Semashev
4a5ce10300 Fixing WinAPI declarations. 2015-06-12 21:30:40 +03:00
Andrey Semashev
f8c705e179 Fixing WinAPI declarations. 2015-06-10 00:12:27 +03:00
Andrey Semashev
8e220c516d Fixing WinAPI declarations. 2015-06-08 22:42:57 +03:00
Andrey Semashev
f2e7ac34fc Fixing WinAPI declarations. 2015-06-07 23:57:26 +03:00
Andrey Semashev
753adfa76c Merge pull request #3 from apolukhin/develop
Fix a typo in type name
boost-1.59.0 boost-1.58.0 boost-1.57.0
2014-10-01 20:40:51 +04:00
Anton Polukhin
78b242be76 Fix a typo in type name (this fix is related to https://github.com/boostorg/uuid/pull/2) 2014-10-01 20:08:28 +04:00
Andrey Semashev
e7c3a828a9 Use intrin.h for MSVC 8. Restore #pragma intrinsic for MSVC 7.1.
Also removed some code duplication.
2014-08-23 19:19:22 +04:00
Andrey Semashev
9c454e0866 Merge pull request #1 from apolukhin/develop
Added some of the Crypt functions
2014-07-28 15:06:43 +04:00
Antony Polukhin
9b46b0cf1a Add CryptEnumProvidersA 2014-07-28 14:49:05 +04:00
Antony Polukhin
4bd4195072 Added some of the Crypt functions 2014-07-28 14:43:28 +04:00
Andrey Semashev
63de4980b5 Merge branch 'develop' boost-1.56.0 2014-06-09 20:46:53 +04:00
Peter Dimov
8587d8cda6 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:46:33 +04:00
Andrey Semashev
567d9a5a11 Merged latest changes from trunk.
[SVN r85988]
2014-06-09 20:46:33 +04:00
Peter Dimov
3a0381e73e Merged revision(s) [80935] from trunk: Fix the _WIN32_WCE >= 0x600 case.
[SVN r80960]
2014-06-09 20:46:33 +04:00
Vicente J. Botet Escriba
0ddb49b7d4 Thread: Updated from trunk 1.52
[SVN r80473]
2014-06-09 20:46:33 +04:00
Peter Dimov
b17e65edbe Merge [75396] to release. Fixes #4678.
[SVN r75757]
2014-06-09 20:46:33 +04:00
Anthony Williams
5efc0d5191 Merged fix for issue #4849 from trunk (fix boost.thread on mingw64) (authorized by rene)
[SVN r72657]
2014-06-09 20:46:33 +04:00
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