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
8e4cd877ab
Nonessential changes for testing.
2015-11-15 17:23:52 +03:00
Andrey Semashev
34e68c7b5a
Ported from std::random_shuffle and std::rand to Boost.Random and custom random_shuffle implementation.
2015-03-29 20:12:58 +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
313a5b69cd
Merged recent changes from trunk.
...
[SVN r85657]
2013-09-12 17:17:07 +00:00
Andrey Semashev
39d32b3a1c
Added SIMD versions of dump manipulator. Fixed performance tests compilation.
...
[SVN r84155]
2013-05-05 21:11:20 +00:00
Andrey Semashev
a7c4e0e319
Boost.Log merged to trunk.
...
[SVN r83860]
2013-04-13 12:30:25 +00:00