2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

Changelog for Boost 1.78 release

This commit is contained in:
Nikita Kniazev
2021-11-29 19:07:31 +03:00
parent 48c19a96ff
commit f0799e4e49
8 changed files with 32 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
% Reference Card for Boost.Spirit 2.5.8
% Reference Card for Boost.Spirit 2.5.9
% Copyright (c) 2014 Richard Thomson. May be freely distributed.
% Created Friday, October 31, 2014
% Updated Tuesday, July 12, 2016
@@ -221,7 +221,7 @@ are preserved on all copies.
% ************ TEXT STARTS HERE **************************
\title{Boost.Spirit 2.5.8 Reference Card}
\title{Boost.Spirit 2.5.9 Reference Card}
\section{Primitive Parsers}

View File

@@ -8,7 +8,7 @@
[article Spirit
[quickbook 1.5]
[version 2.5.8]
[version 2.59]
[authors [de Guzman, Joel], [Kaiser, Hartmut]]
[copyright 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 Joel de Guzman, Hartmut Kaiser]
[/ purpose Parser and Generator Library]
@@ -23,7 +23,7 @@
[/ Some links ]
[def __version__ V2.5.8]
[def __version__ V2.59]
[def __spirit__ [@http://boost-spirit.com Spirit]]
[def __spirit_list__ [@http://boost.2283326.n4.nabble.com/spirit-general-f2672582.html Spirit General List]]

View File

@@ -8,6 +8,18 @@
[section What's New]
[/////////////////////////////////////////////////////////////////////////////]
[section:spirit_2_5_9_boost_1_78 Spirit V2.5.9 (Boost V1.78.0)]
* Improved headers self-sufficiency. [gh 695]
* Removed unneeded `boost/foreach.hpp` include.
* Fortified against `min` and `max` macros. [gh_pr 697]
* Deprecated Phoenix V2 transition headers (`boost/spirit/include/phoenix*.hpp`). [gh_pr 699]
* Fixed potential UB in `hold_any` (`-Wundefined-reinterpret-cast` warnings).
* Fixed swapped parameters to `is_substitute`. [gh_pr 702] [gh 701] [gh 679]
[endsect]
[/////////////////////////////////////////////////////////////////////////////]
[section:spirit_2_5_8_boost_1_77 Spirit V2.5.8 (Boost V1.77.0)]

View File

@@ -7,6 +7,16 @@
[section Changelog]
[/////////////////////////////////////////////////////////////////////////////]
[section:spirit_3_10 Spirit V3.10 (Boost V1.78.0)]
* Fortified against `min` and `max` macros. [gh_pr 697]
* Producing a variant attribute in an alternative parser branch was leading to a
compilation error when parsed into a superset variant attribute due to
swapped parameters to `is_substitute` trait. [gh_pr 702] [gh 701] [gh 679]
[endsect]
[/////////////////////////////////////////////////////////////////////////////]
[section:spirit_3_0_9 Spirit V3.0.9 (Boost V1.77.0)]

View File

@@ -24,6 +24,6 @@ using the preprocessor define
It is a hex number where the first two digits determine the major version while
the last two digits determine the minor version. For example:
#define SPIRIT_X3_VERSION 0x3009 // version 3.0.9
#define SPIRIT_X3_VERSION 0x3010 // version 3.10
[endsect] [/Include]

View File

@@ -8,7 +8,7 @@
[article Spirit X3
[quickbook 1.5]
[version 3.0.9]
[version 3.10]
[authors [de Guzman, Joel], [Kaiser, Hartmut]]
[copyright 2001-2018 Joel de Guzman, Hartmut Kaiser]
[/ purpose Parser Library]
@@ -19,13 +19,13 @@
]
]
[/ May 12, 2015 ]
[/ Nov 29, 2021 ]
[/=============================================================================
Some links and defines
=============================================================================/]
[def __version__ V3.0.9]
[def __version__ V3.10]
[/ external]