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-01 08:32:15 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
c1e1112575fe78566ea5ab9fe01e581de6ea577f
log
/
config
History
Andrey Semashev
e5d5c66683
Changed the AVX2 flag for Intel compilers to -xCORE-AVX2. This flag is said to be supported since Intel Compiler 13 and is supposed to be better than -march=core-avx2 since it does not set the target architecture, which may be set by the user.
2016-04-14 19:32:03 +03:00
..
message-compiler
Cleaned up the Jamfile and added a config macro for disabling IPC queues. Removed -march compiler flags where possible as they may override the user's choice. Removed the log-api feature as it no longer makes sense (the library is configured by enabling/disabling the particular sinks). Some renaming and cleanup.
2016-04-14 19:32:03 +03:00
pthread-mutex-robust
Implemented interprocess queue creation and opening.
2016-04-14 19:32:03 +03:00
visibility
Added a workaround for MSVC not failing the check for visibility support.
2015-03-25 01:39:20 +03:00
x86-ext
Changed the AVX2 flag for Intel compilers to -xCORE-AVX2. This flag is said to be supported since Intel Compiler 13 and is supposed to be better than -march=core-avx2 since it does not set the target architecture, which may be set by the user.
2016-04-14 19:32:03 +03:00