mirror of
https://github.com/boostorg/phoenix.git
synced 2026-02-17 14:02:10 +00:00
ChangeLog for #8704
This commit is contained in:
54
ChangeLog
54
ChangeLog
@@ -16,15 +16,15 @@ TODO (known issues):
|
||||
- Update documentation to be consistent with examples.
|
||||
- Identify other boost libraries using Phoenix in order to
|
||||
decide on priorities for fixing the bugs below.
|
||||
One such library is Boost log.
|
||||
One such library is Boost log.
|
||||
- Identify dependencies on other libraries and cooperate on bugs.
|
||||
- Add more examples and documentation.
|
||||
- Inspection report outstanding issues
|
||||
Fix copyright and licence in preprocessed files for function_equal
|
||||
Fix libs/phoenix/doc/html/boostbook.css: Unlinked File
|
||||
Fix copyright and licence in preprocessed files for function_equal
|
||||
Fix libs/phoenix/doc/html/boostbook.css: Unlinked File
|
||||
- Investigate fixes needed for the following bugs
|
||||
(all refer to phoenix though not all may be in fact phoenix bugs)
|
||||
#9295, #9291, #9260, #8820, #8800, #8774, #8704
|
||||
#9295, #9291, #9260, #8820, #8800, #8774
|
||||
#8564, #8558, #8504, #8298, #8187, #8156, #7996
|
||||
#7953, #7946, #7730, #7633, #7481, #7480, #7423
|
||||
#7391, #7356, #6911, #6848,
|
||||
@@ -33,53 +33,57 @@ TODO (known issues):
|
||||
#9363, #9362, #7199
|
||||
- #9113 warnings on -Wshadow - find and fix remaining warnings
|
||||
- #5875 local variable in phoenix let discards value
|
||||
This seemed already fixed but is not doing well in tests.
|
||||
Added test bug5875
|
||||
This seemed already fixed but is not doing well in tests.
|
||||
Added test bug5875
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
CHANGELOG
|
||||
|
||||
- DEVELOP (to be V3.0.4)
|
||||
- boost/phoenix/version.hpp Added BOOST_PHOENIX_VERSION_NUMBER
|
||||
when boost/predef is available.
|
||||
when boost/predef is available.
|
||||
- Fixed tabs in ChangeLog!!
|
||||
- Fixed #8704 Using Phoenix lambdas on top of custom Proto expressions
|
||||
This works for C++11 only.
|
||||
Test cmath applies to this.
|
||||
- Fixed #7624 Deduction failure
|
||||
This works for C++11 but needs workaround for C++03
|
||||
Test bug7624 tests both versions.
|
||||
This works for C++11 and has a workaround for C++03
|
||||
Test bug7624 tests both versions.
|
||||
- Fixed #7166 Phoenix unconditionally sets BOOST_PROTO_MAX_ARITY
|
||||
using patch supplied
|
||||
Added test bug7166
|
||||
using patch supplied
|
||||
Added test bug7166
|
||||
- Fixed #7165 cannot change BOOST_PHOENIX_LIMIT
|
||||
using patch supplied
|
||||
Added test bug7165
|
||||
using patch supplied
|
||||
Added test bug7165
|
||||
- Fixed #6665 not-unary phoenix stl cmath adapted functions not working
|
||||
Added test cmath
|
||||
Added test cmath
|
||||
|
||||
- V3.0.3
|
||||
- Fixed #5824 Block statement headers and docs
|
||||
Added test bug5824
|
||||
Added test bug5824
|
||||
|
||||
- V3.0.2
|
||||
- Fixed #5715 sequencing with comma does not work for boost::phoenix::bind
|
||||
Added test bug5715
|
||||
Added test bug5715
|
||||
|
||||
- V3.0.1
|
||||
- Started CHANGELOG
|
||||
- Fixed bug_000008 to use phoenix headers correctly.
|
||||
This fixes it for most systems but not for
|
||||
Clang Linux C++11 with libstdc++ where the problem seems
|
||||
to be in boost/thread.
|
||||
Clang Linux C++11 with libc++ works.
|
||||
This fixes it for most systems but not for
|
||||
Clang Linux C++11 with libstdc++ where the problem seems
|
||||
to be in boost/thread.
|
||||
Clang Linux C++11 with libc++ works.
|
||||
- Fixed #9113 warnings on -Wshadow (some fixed)
|
||||
- Fixed #9111 unused parameter warning in phoenix bind
|
||||
- Fixed #8417 Minor documentation
|
||||
- Fixed #7181 MSVC warnings
|
||||
- Fixed #6268 phoenix and fusion operator < and added test bug6268
|
||||
- Fixed many issues from Inspection report
|
||||
phoenix/core/detail/phx_result.hpp Fixed clash with Apple macro 'check'
|
||||
Fixed copyright and licence issues
|
||||
Fixed tabs in some files
|
||||
Deleted some empty unused files
|
||||
Added tests for includes not being tested.
|
||||
phoenix/core/detail/phx_result.hpp Fixed clash with Apple macro 'check'
|
||||
Fixed copyright and licence issues
|
||||
Fixed tabs in some files
|
||||
Deleted some empty unused files
|
||||
Added tests for includes not being tested.
|
||||
|
||||
Boost V1.55:
|
||||
- V3.0.0
|
||||
|
||||
Reference in New Issue
Block a user