Commit Graph

  • fd6b2aba36 Refs #8585. Fixed typos in docs and comments. Andrey Semashev 2013-05-18 13:00:19 +0000
  • 2695027b14 Updated changelog, corrected comments. Andrey Semashev 2013-05-17 20:16:41 +0000
  • d9c960e60f Corrected comments. Andrey Semashev 2013-05-17 20:13:30 +0000
  • 37e354401d Updated changelog. Andrey Semashev 2013-05-17 20:12:21 +0000
  • 2f57812ac4 Boost.Log merged to release. Andrey Semashev 2013-05-17 19:51:12 +0000
  • b500966f92 Corrected reference to the built docs. Andrey Semashev 2013-05-17 19:44:46 +0000
  • 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. Andrey Semashev 2013-05-15 19:09:30 +0000
  • de9cd15875 Renamed tests to avoid the problem with Windows Server 2012 requiring elevated priviledges for running programs with 'patch' in their names. Andrey Semashev 2013-05-13 09:25:58 +0000
  • 57e995d967 Renamed tests to avoid the problem with Windows Server 2012 requiring elevated priviledges for running programs with 'patch' in their names. Andrey Semashev 2013-05-13 09:20:37 +0000
  • 406f7f65c7 Renamed tests to avoid the problem with Windows Server 2012 requiring elevated priviledges for running programs with 'patch' in their names. Andrey Semashev 2013-05-13 09:19:57 +0000
  • 897b1990a7 Corrected comment. Andrey Semashev 2013-05-10 16:42:35 +0000
  • 99eea535ed Fixed compilation with BOOST_LOG_USE_COMPILER_TLS defined. Andrey Semashev 2013-05-10 16:25:44 +0000
  • 4c84194bc7 A little cleanup in the Jamfile. Updated notes for supported compilers and platforms. Andrey Semashev 2013-05-10 15:14:07 +0000
  • 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. Andrey Semashev 2013-05-10 12:31:12 +0000
  • 46f470b0dc Minor changes. Andrey Semashev 2013-05-09 18:26:23 +0000
  • e6586258cc Hotfix to work around Boost.Build problem (it does not detect compiler version). Andrey Semashev 2013-05-09 17:37:26 +0000
  • e0c97bbdc5 Implemented AVX2 version of dump. Andrey Semashev 2013-05-09 16:53:02 +0000
  • bc15f9c668 Corrected formatting. Andrey Semashev 2013-05-08 22:34:20 +0000
  • 0909b67b12 Added an entry about LNK1123 error. Andrey Semashev 2013-05-08 20:54:22 +0000
  • 124c8035e3 Added a note about minimal supported 32 bit x86 CPU. Andrey Semashev 2013-05-08 20:05:05 +0000
  • 3e1aa6987b Worked around MSVC 10 compilation error. The compiler fails to resolve overloaded add_value functions when the attribute value is a string literal. Andrey Semashev 2013-05-08 19:43:27 +0000
  • bb0c444a95 Disabled syslog sink when neither Boost.ASIO nor native syslog API are available. Andrey Semashev 2013-05-08 19:04:58 +0000
  • 6a3e1397c7 Fixed compilation with compilers not supporting AVX2. Andrey Semashev 2013-05-08 18:57:17 +0000
  • 58c0b947a9 Fixed compilation with compilers not supporting AVX2. Andrey Semashev 2013-05-08 18:40:38 +0000
  • 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. Andrey Semashev 2013-05-07 23:03:54 +0000
  • c5816b077d Resolved signed/unsigned comparison mismatch. Andrey Semashev 2013-05-06 21:02:12 +0000
  • d35f454569 Fixed incorrect target buffer alignment and filling. Andrey Semashev 2013-05-06 20:48:52 +0000
  • 3d484de717 Worked around Boost.Build failure in 32 bit MSVC builds. Andrey Semashev 2013-05-06 19:26:18 +0000
  • 1e08b8cb63 Added comment. Andrey Semashev 2013-05-06 14:37:07 +0000
  • dd7a0aaa4a Removed /arch:SSE2 for 64 bit MSVC as it's not needed. Andrey Semashev 2013-05-05 22:20:58 +0000
  • 39d32b3a1c Added SIMD versions of dump manipulator. Fixed performance tests compilation. Andrey Semashev 2013-05-05 21:11:20 +0000
  • 8f03520b70 Corrected comment in the example. Andrey Semashev 2013-05-03 18:21:50 +0000
  • cc99f35c1a Added a new dump manipulator. Andrey Semashev 2013-05-03 18:19:32 +0000
  • 6ea9b962fb Corrected comment. Andrey Semashev 2013-05-02 19:39:12 +0000
  • 86497e89a2 Added a workaround for MSVC that allows to prevent conversion to void*. Andrey Semashev 2013-05-02 19:37:32 +0000
  • 5028bbede6 Updated modification date. Andrey Semashev 2013-05-02 17:45:25 +0000
  • 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). Andrey Semashev 2013-05-02 17:28:27 +0000
  • 8a1e14bd5c Fix MinGW errors. Steven Watanabe 2013-04-24 14:29:54 +0000
  • ec0aa50f22 Removed more deprecated macros and worked around one more broken link in the generated docs. Andrey Semashev 2013-04-21 07:32:08 +0000
  • 37a4ecde6a Added tests for unhandled_exception_count. Andrey Semashev 2013-04-20 21:39:47 +0000
  • e2336b77d4 Fixed linking problems with MSVC. Andrey Semashev 2013-04-20 15:00:11 +0000
  • 47ae97f681 Added workarounds to eliminate broken links in the generated docs. Andrey Semashev 2013-04-20 12:07:39 +0000
  • 0d3b89dc54 Removed deprecated macros usage. Andrey Semashev 2013-04-20 11:42:26 +0000
  • 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. Andrey Semashev 2013-04-20 11:15:36 +0000
  • de668a3cf8 Fixing linking the tests against the library. Andrey Semashev 2013-04-17 19:37:57 +0000
  • 7ab7527719 Fixing linking the tests against the library. Andrey Semashev 2013-04-17 18:08:40 +0000
  • eea0d19999 Resolved name clashes with Apple macros. Removed Boost version check. Andrey Semashev 2013-04-17 18:00:56 +0000
  • 73cad9e7e4 The images are now copied to the built documentstion. Updated automatic redirection link. Andrey Semashev 2013-04-17 17:45:29 +0000
  • c65f5952bb Removed obsolete files. Andrey Semashev 2013-04-16 19:15:04 +0000
  • e4fd3a75df Fixes for better docs generation. Andrey Semashev 2013-04-13 16:27:49 +0000
  • 5952306430 Fixed a broken link. Andrey Semashev 2013-04-13 13:55:56 +0000
  • 0be5080954 Corrected exception type when an unsupported placeholder is found in the file name pattern when scanning the filesystem. Andrey Semashev 2013-04-13 12:43:44 +0000
  • 6a032b633e Boost.Log merged to trunk. Andrey Semashev 2013-04-13 12:30:25 +0000
  • a7c4e0e319 Boost.Log merged to trunk. Andrey Semashev 2013-04-13 12:30:25 +0000