mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
Updated Jamfile.v2 with new macros for Doxygen and update changelog.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"])].
|
||||
|
||||
Reference in New Issue
Block a user