Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85032 - trunk/libs/log/doc
From: andrey.semashev_at_[hidden]
Date: 2013-07-14 07:36:57


Author: andysem
Date: 2013-07-14 07:36:57 EDT (Sun, 14 Jul 2013)
New Revision: 85032
URL: http://svn.boost.org/trac/boost/changeset/85032

Log:
Added a changelog entry about BOOST_LOG_WITHOUT_DEFAULT_FACTORIES.

Text files modified:
   trunk/libs/log/doc/changelog.qbk | 6 ++++++
   1 files changed, 6 insertions(+), 0 deletions(-)

Modified: trunk/libs/log/doc/changelog.qbk
==============================================================================
--- trunk/libs/log/doc/changelog.qbk Sun Jul 14 07:31:19 2013 (r85031)
+++ trunk/libs/log/doc/changelog.qbk 2013-07-14 07:36:57 EDT (Sun, 14 Jul 2013) (r85032)
@@ -9,6 +9,12 @@
 
 [section:changelog Changelog]
 
+[heading 2.2, Boost 1.55]
+
+[*General changes:]
+
+* Added a new configuration macro `BOOST_LOG_WITHOUT_DEFAULT_FACTORIES`. By defining this macro the user can disable compilation of the default filter and formatter factories used by settings parsers. This can substantially reduce binary sizes while still retaining support for settings parsers. Note that when this macro is defined the user will have to register _all_ attributes in the library.
+
 [heading 2.1, Boost 1.54]
 
 [*Breaking changes:]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk