Commit Graph

654 Commits

Author SHA1 Message Date
Andrey Semashev
fd6b2aba36 Refs #8585. Fixed typos in docs and comments.
[SVN r84351]
2013-05-18 13:00:19 +00:00
Andrey Semashev
2695027b14 Updated changelog, corrected comments.
[SVN r84336]
2013-05-17 20:16:41 +00:00
Andrey Semashev
d9c960e60f Corrected comments.
[SVN r84335]
2013-05-17 20:13:30 +00:00
Andrey Semashev
37e354401d Updated changelog.
[SVN r84334]
2013-05-17 20:12:21 +00:00
Andrey Semashev
2f57812ac4 Boost.Log merged to release.
[SVN r84333]
2013-05-17 19:51:12 +00:00
Andrey Semashev
b500966f92 Corrected reference to the built docs.
[SVN r84332]
2013-05-17 19:44:46 +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
de9cd15875 Renamed tests to avoid the problem with Windows Server 2012 requiring elevated priviledges for running programs with 'patch' in their names.
[SVN r84265]
2013-05-13 09:25:58 +00:00
Andrey Semashev
57e995d967 Renamed tests to avoid the problem with Windows Server 2012 requiring elevated priviledges for running programs with 'patch' in their names.
[SVN r84264]
2013-05-13 09:20:37 +00:00
Andrey Semashev
406f7f65c7 Renamed tests to avoid the problem with Windows Server 2012 requiring elevated priviledges for running programs with 'patch' in their names.
[SVN r84263]
2013-05-13 09:19:57 +00:00
Andrey Semashev
897b1990a7 Corrected comment.
[SVN r84228]
2013-05-10 16:42:35 +00:00
Andrey Semashev
99eea535ed Fixed compilation with BOOST_LOG_USE_COMPILER_TLS defined.
[SVN r84226]
2013-05-10 16:25:44 +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
46f470b0dc Minor changes.
[SVN r84211]
2013-05-09 18:26:23 +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
bc15f9c668 Corrected formatting.
[SVN r84197]
2013-05-08 22:34:20 +00:00
Andrey Semashev
0909b67b12 Added an entry about LNK1123 error.
[SVN r84196]
2013-05-08 20:54:22 +00:00
Andrey Semashev
124c8035e3 Added a note about minimal supported 32 bit x86 CPU.
[SVN r84195]
2013-05-08 20:05:05 +00:00
Andrey Semashev
3e1aa6987b Worked around MSVC 10 compilation error. The compiler fails to resolve overloaded add_value functions when the attribute value is a string literal.
[SVN r84194]
2013-05-08 19:43:27 +00:00
Andrey Semashev
bb0c444a95 Disabled syslog sink when neither Boost.ASIO nor native syslog API are available.
[SVN r84193]
2013-05-08 19:04:58 +00:00
Andrey Semashev
6a3e1397c7 Fixed compilation with compilers not supporting AVX2.
[SVN r84192]
2013-05-08 18:57:17 +00:00
Andrey Semashev
58c0b947a9 Fixed compilation with compilers not supporting AVX2.
[SVN r84191]
2013-05-08 18:40:38 +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
c5816b077d Resolved signed/unsigned comparison mismatch.
[SVN r84177]
2013-05-06 21:02:12 +00:00
Andrey Semashev
d35f454569 Fixed incorrect target buffer alignment and filling.
[SVN r84176]
2013-05-06 20:48:52 +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
1e08b8cb63 Added comment.
[SVN r84169]
2013-05-06 14:37:07 +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
8f03520b70 Corrected comment in the example.
[SVN r84127]
2013-05-03 18:21:50 +00:00
Andrey Semashev
cc99f35c1a Added a new dump manipulator.
[SVN r84126]
2013-05-03 18:19:32 +00:00
Andrey Semashev
6ea9b962fb Corrected comment.
[SVN r84117]
2013-05-02 19:39:12 +00:00
Andrey Semashev
86497e89a2 Added a workaround for MSVC that allows to prevent conversion to void*.
[SVN r84116]
2013-05-02 19:37:32 +00:00
Andrey Semashev
5028bbede6 Updated modification date.
[SVN r84114]
2013-05-02 17:45:25 +00:00
Andrey Semashev
e143794692 basic_formatting_ostream no longer derives from std::basic_ostream, but rather reimplements its and its base classes interface closely. This solves problems with overloading operator<< for basic_formatting_ostream and user-defined types. This will break user's code if it relied on the inheritance from the standard stream types (such as passing basic_formatting_ostream object as an argument to a function receiving std::basic_ostream).
[SVN r84113]
2013-05-02 17:28:27 +00:00
Steven Watanabe
8a1e14bd5c Fix MinGW errors.
[SVN r84039]
2013-04-24 14:29:54 +00:00
Andrey Semashev
ec0aa50f22 Removed more deprecated macros and worked around one more broken link in the generated docs.
[SVN r83994]
2013-04-21 07:32:08 +00:00
Andrey Semashev
37a4ecde6a Added tests for unhandled_exception_count.
[SVN r83989]
2013-04-20 21:39:47 +00:00
Andrey Semashev
e2336b77d4 Fixed linking problems with MSVC.
[SVN r83986]
2013-04-20 15:00:11 +00:00
Andrey Semashev
47ae97f681 Added workarounds to eliminate broken links in the generated docs.
[SVN r83979]
2013-04-20 12:07:39 +00:00
Andrey Semashev
0d3b89dc54 Removed deprecated macros usage.
[SVN r83978]
2013-04-20 11:42:26 +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
de668a3cf8 Fixing linking the tests against the library.
[SVN r83943]
2013-04-17 19:37:57 +00:00
Andrey Semashev
7ab7527719 Fixing linking the tests against the library.
[SVN r83942]
2013-04-17 18:08:40 +00:00
Andrey Semashev
eea0d19999 Resolved name clashes with Apple macros. Removed Boost version check.
[SVN r83941]
2013-04-17 18:00:56 +00:00
Andrey Semashev
73cad9e7e4 The images are now copied to the built documentstion. Updated automatic redirection link.
[SVN r83940]
2013-04-17 17:45:29 +00:00
Andrey Semashev
c65f5952bb Removed obsolete files.
[SVN r83931]
2013-04-16 19:15:04 +00:00
Andrey Semashev
e4fd3a75df Fixes for better docs generation.
[SVN r83873]
2013-04-13 16:27:49 +00:00