This website requires JavaScript.
Explore
Help
Sign In
boost
/
log
Watch
2
Star
0
Fork
0
You've already forked log
mirror of
https://github.com/boostorg/log.git
synced
2026-02-02 08:52:14 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
f843088e791d44f5a092bee294c000b1cb899bdf
log
/
test
History
Andrey Semashev
8e2d26e577
Refs
#8730
. The once_flag doesn't have initializer now when defined by the BOOST_LOG_ONCE_BLOCK macro. This is done in order to guarantee it is initialized at static initialization stage even on (theoretical) compilers that would not do so if the initializer is present. The BOOST_LOG_ONCE_BLOCK_FLAG macro has been fixed so that it actually uses the flag variable specified in its argument. The flag itself is now a single byte internally in order to minimize the chance of reading an inaccurate value at the fast path. The test robustness improved.
...
[SVN r84918]
2013-06-30 13:29:25 +00:00
..
common
Boost.Log merged to trunk.
2013-04-13 12:30:25 +00:00
compile
Boost.Log merged to trunk.
2013-04-13 12:30:25 +00:00
compile_fail
Boost.Log merged to trunk.
2013-04-13 12:30:25 +00:00
performance
Added SIMD versions of dump manipulator. Fixed performance tests compilation.
2013-05-05 21:11:20 +00:00
run
Refs
#8730
. The once_flag doesn't have initializer now when defined by the BOOST_LOG_ONCE_BLOCK macro. This is done in order to guarantee it is initialized at static initialization stage even on (theoretical) compilers that would not do so if the initializer is present. The BOOST_LOG_ONCE_BLOCK_FLAG macro has been fixed so that it actually uses the flag variable specified in its argument. The flag itself is now a single byte internally in order to minimize the chance of reading an inaccurate value at the fast path. The test robustness improved.
2013-06-30 13:29:25 +00:00
Jamfile.v2
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.
2013-04-20 11:15:36 +00:00