Commit Graph

64 Commits

Author SHA1 Message Date
Andrey Semashev
ae40a3b3ef Merged changes from trunk. Fixes #8614.
[SVN r84677]
2013-06-07 17:37:04 +00:00
Andrey Semashev
34e7b55f48 To resolve problems with some testers that have non-numeric toolset versions compiler checks for SSSE3/AVX2 support have been reworked. The checks now use configure framework instead of relying on compiler version checks.
[SVN r84291]
2013-05-15 19:09:30 +00:00
Andrey Semashev
4c84194bc7 A little cleanup in the Jamfile. Updated notes for supported compilers and platforms.
[SVN r84225]
2013-05-10 15:14:07 +00:00
Andrey Semashev
13c45c5e97 Removed override of the default 32 bit x86 instruction sets as it is not needed since Boost.Build now defaults to i686. Also removed log-api propagation as it seems to break the build sometimes.
[SVN r84222]
2013-05-10 12:31:12 +00:00
Andrey Semashev
e6586258cc Hotfix to work around Boost.Build problem (it does not detect compiler version).
[SVN r84207]
2013-05-09 17:37:26 +00:00
Andrey Semashev
e0c97bbdc5 Implemented AVX2 version of dump.
[SVN r84204]
2013-05-09 16:53:02 +00:00
Andrey Semashev
ab97ab66d9 Added a check for availability of Message Compiler (mc) on Windows. This should simplify building the library on MinGW, Cygwin and MSVC Express and fix MinGW tests.
[SVN r84186]
2013-05-07 23:03:54 +00:00
Andrey Semashev
3d484de717 Worked around Boost.Build failure in 32 bit MSVC builds.
[SVN r84174]
2013-05-06 19:26:18 +00:00
Andrey Semashev
dd7a0aaa4a Removed /arch:SSE2 for 64 bit MSVC as it's not needed.
[SVN r84156]
2013-05-05 22:20:58 +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
cc99f35c1a Added a new dump manipulator.
[SVN r84126]
2013-05-03 18:19:32 +00:00
Steven Watanabe
8a1e14bd5c Fix MinGW errors.
[SVN r84039]
2013-04-24 14:29:54 +00:00
Andrey Semashev
de668a3cf8 Fixing linking the tests against the library.
[SVN r83943]
2013-04-17 19:37:57 +00:00
Andrey Semashev
a7c4e0e319 Boost.Log merged to trunk.
[SVN r83860]
2013-04-13 12:30:25 +00:00