Updated Jamfile.v2 with new macros for Doxygen and update changelog.

This commit is contained in:
Ion Gaztañaga
2014-07-31 23:43:44 +02:00
parent 58019f0d9a
commit 3fc54a9b59
2 changed files with 13 additions and 3 deletions

View File

@@ -32,15 +32,17 @@ doxygen autodoc
<doxygen:param>EXPAND_ONLY_PREDEF=YES
<doxygen:param>MACRO_EXPANSION=YES
<doxygen:param>"PREDEFINED=\"BOOST_INTERPROCESS_DOXYGEN_INVOKED\" \\
\"BOOST_CONTAINER_NOEXCEPT_IF(a)=\" \\
\"BOOST_CONTAINER_NOEXCEPT=\" \\
\"BOOST_INTERPROCESS_NOEXCEPT_IF(a)=\" \\
\"BOOST_INTERPROCESS_NOEXCEPT=\" \\
\"BOOST_INTERPROCESS_IMPDEF(T)=implementation_defined\" \\
\"BOOST_INTERPROCESS_SEEDOC(T)=see_documentation\" \\
\"BOOST_INTERPROCESS_ENABLE_MOVE_EMULATION(a)= \" \\
\"BOOST_RV_REF(a)=a &&\" \\
\"BOOST_RV_REF_BEG=\" \\
\"BOOST_RV_REF_END=&&\" \\
\"BOOST_FWD_REF(a)=a &&\""
<xsl:param>"boost.doxygen.reftitle=Boost.Interprocess Reference"
<xsl:param>"boost.doxygen.reftitle=Boost.Interprocess Header Reference"
;
xml interprocess : interprocess.qbk

View File

@@ -6732,6 +6732,14 @@ thank them:
[section:release_notes Release Notes]
[section:release_notes_boost_1_57_00 Boost 1.57 Release]
* Fixed bugs:
* [@https://svn.boost.org/trac/boost/ticket/10262 Trac #10262 (['"AIX 6.1 bug with variable definition hz"])].
* [@https://svn.boost.org/trac/boost/ticket/10262 Trac #10229 (['"Compiling errors in interprocess\detail\os_file_functions.hpp"])].
#:
[endsect]
[section:release_notes_boost_1_56_00 Boost 1.56 Release]
* Fixed bugs:
* [@https://svn.boost.org/trac/boost/ticket/9221 Trac #9221 (['"message_queue deadlock on linux"])].