Andrey Semashev
26c93dc061
Replaced Boost.Thread synchronization primitives with std equivalents.
...
This replaces boost::thread and most mutexes and condition variables with
std equivalents. It also adds support for std lock types to the strictest_lock
type trait.
This significantly, although not completely, reduces the dependency on
Boost.Thread.
Refs https://github.com/boostorg/log/issues/232 .
2024-08-16 20:01:18 +03:00
Andrey Semashev
68d38321b3
Updated deprecated uses of boost::bind to silence warnings.
2020-03-04 00:44:23 +03:00
Andrey Semashev
5bb604ee39
Updated copyright dates.
2015-01-25 17:32:33 +03:00
Andrey Semashev
a21d096e4a
Updated copyright notes to 2014.
2014-01-19 18:46:09 +04:00
Andrey Semashev
cdd85fc887
Merged recent changes from trunk. Fixes #8730 .
...
[SVN r85093]
2013-07-20 18:09:32 +00:00
Andrey Semashev
e2336b77d4
Fixed linking problems with MSVC.
...
[SVN r83986]
2013-04-20 15:00:11 +00:00
Andrey Semashev
1380b8dc35
Made tests build in multithreaded environment by default (this can still be changed by specifying threading=single in the command line). The util_once_block test updated to be usable in singlethreaded builds.
...
[SVN r83977]
2013-04-20 11:15:36 +00:00
Andrey Semashev
a7c4e0e319
Boost.Log merged to trunk.
...
[SVN r83860]
2013-04-13 12:30:25 +00:00