2
0
mirror of https://github.com/boostorg/log.git synced 2026-02-13 12:32:14 +00:00
Commit Graph

63 Commits

Author SHA1 Message Date
Andrey Semashev
f35fd5eecf Merged changes from trunk.
[SVN r85713]
2013-09-16 18:58:52 +00:00
Andrey Semashev
313a5b69cd Merged recent changes from trunk.
[SVN r85657]
2013-09-12 17:17:07 +00:00
Andrey Semashev
38432e1788 Added Format parameter to the table of syslog and event log parameters.
[SVN r85490]
2013-08-27 18:49:16 +00:00
Andrey Semashev
4540657c64 Worked around compilation problem with clang. Renamed parsers tests to avoid alarming Windows UAC. Fixes #9050.
[SVN r85477]
2013-08-26 18:44:47 +00:00
Andrey Semashev
5204873fa9 Merged latest changes from trunk.
[SVN r85461]
2013-08-25 14:20:22 +00:00
Andrey Semashev
cdd85fc887 Merged recent changes from trunk. Fixes #8730.
[SVN r85093]
2013-07-20 18:09:32 +00:00
Andrey Semashev
1720f79e9a Removed unused forward declaration.
[SVN r84867]
2013-06-21 18:16:47 +00:00
Andrey Semashev
c26eb04d13 Raised template instantiation limit for darwin toolset.
[SVN r84829]
2013-06-18 17:39:33 +00:00
Andrey Semashev
6cef0658be Merged changes from trunk. Fixes #8703.
[SVN r84818]
2013-06-17 21:20:22 +00:00
Andrey Semashev
5d313d5383 Added a note regarding setlocale bug in Windows XP with MinGW.
[SVN r84780]
2013-06-14 17:26:17 +00:00
Andrey Semashev
ae40a3b3ef Merged changes from trunk. Fixes #8614.
[SVN r84677]
2013-06-07 17:37:04 +00:00
Andrey Semashev
b9a24cd46c Fixes #8585. Fixed typos in docs and comments.
[SVN r84352]
2013-05-18 14:21:26 +00:00
Andrey Semashev
2695027b14 Updated changelog, corrected comments.
[SVN r84336]
2013-05-17 20:16:41 +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