2
0
mirror of https://github.com/boostorg/sync.git synced 2026-01-19 16:52:11 +00:00

9 Commits

Author SHA1 Message Date
Andrey Semashev
f26e448703 Added support for modular b2.
This adds explicit specification of all library dependencies, which is
necessary for modular b2 builds and also for tracking usage requirements
from the dependencies.

This also introduces a new boost_sync_with_support target, which
provides a dependency on the main Boost.Sync library, as well as any
additional dependencies that are needed for support headers.
2025-08-27 18:05:46 +03:00
Andrey Semashev
7df0b2f16c Removed linking with Boost.System.
Since Boost.System is now header-only, remove linking with the library.
2019-01-14 20:23:16 +03:00
Andrey Semashev
ffd2a86d5f Ported tests to lightweight_test.hpp.
This will allow to work around compilation warnings and errors on
MinGW coming from Boost.Test.
2019-01-03 21:22:44 +03:00
Andrey Semashev
58988bffcc Nonessential. 2018-11-13 22:01:39 +03:00
Andrey Semashev
b6e25c6d10 Fixed compilation on Windows.
[SVN r86391]
2013-10-22 14:04:00 +00:00
Andrey Semashev
8825ea4463 Completed Windows CV, ported test utils to Boost.Sync primitives.
[SVN r86212]
2013-10-09 14:11:50 +00:00
Andrey Semashev
3ea72f8b28 Bug fixes. Preliminary test for mutex added.
[SVN r85794]
2013-09-19 20:27:08 +00:00
Andrey Semashev
009a37c3dc Removed use of the deprecated test_exec_monitor.
[SVN r85792]
2013-09-19 19:27:41 +00:00
Tim Blechmann
a2a837e785 sync: add semaphore implementation
[SVN r85673]
2013-09-15 10:46:54 +00:00