Commit Graph

1158 Commits

Author SHA1 Message Date
John Fletcher
b86588f508 test/Jamfile add regression/bug7624.cpp 2014-01-23 20:15:05 +00:00
John Fletcher
b75c8b9fba test/regression/bug7624.cpp New file 2014-01-23 20:05:38 +00:00
John Fletcher
364589202d Merge branch 'fix_bug000008' into develop 2014-01-23 17:33:21 +00:00
John Fletcher
64f483db39 test/scope/bug_000008.cpp Modified file now runs with gcc 4.6 2014-01-23 17:31:53 +00:00
John Fletcher
7423dcd8b3 test/scope/bug_000008.cpp Altered to use Phoenix 2014-01-23 17:23:10 +00:00
John Fletcher
8a3e20ad4c test/jamfile Reinstate bug_000008 2014-01-23 17:22:23 +00:00
John Fletcher
439c5b4ee0 Merge branch 'fix7181' into develop 2014-01-23 12:41:10 +00:00
John Fletcher
97a6a32cb9 Apply patch to fix 7181 2014-01-23 12:39:52 +00:00
John Fletcher
07c55f69f4 Merge branch 'fix9113' into develop 2014-01-23 11:11:32 +00:00
John Fletcher
cae5097595 Further fixes for 9113 2014-01-23 10:57:21 +00:00
John Fletcher
db6def61b3 Merge branch 'fix_bug000008' into develop 2014-01-23 09:29:40 +00:00
John Fletcher
a6d72b52fc Delete test bug000008 - relates to boost/spirit and not phoenix V3. 2014-01-23 09:27:17 +00:00
John Fletcher
3121d9586d Merge branch 'fix9113' into develop 2014-01-23 00:04:52 +00:00
John Fletcher
fe7e28de52 Fixes for bug 9113 2014-01-23 00:02:32 +00:00
John Fletcher
1d6fb158c1 fix for bug 9111 2014-01-22 23:30:28 +00:00
Eric Niebler
d947768dfe Create first merge point for Git 2014-01-20 01:08:12 -08:00
Eric Niebler
ff75aae079 bring master into sync with develop for boost_bind_compatibility tests 2014-01-20 00:52:41 -08:00
Joel de Guzman
208ebabcf4 fixed typo
[SVN r73369]
2014-01-20 00:06:07 -08:00
Thomas Heller
cce266365f [phoenix] added fusion module to global include
[SVN r72702]

Conflicts:
	preprocess/wave.cfg
2014-01-19 23:41:25 -08:00
Joel de Guzman
4e19a1c485 added note to current and future maintainers to please make this as
lightweight as possible (as it is right now).

[SVN r78205]
2014-01-19 23:39:03 -08:00
Eric Niebler
7828c10367 bring develop and master in sync wrt include/boost/phoenix/bind/detail/member_variable.hpp 2014-01-19 23:37:37 -08:00
Stephen Kelly
9e6177fd2a Remove obsolete MSVC check from pragma guard
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq

is now clean.

[SVN r85952]
2014-01-19 23:32:17 -08:00
K-ballo
322e4fdb3d Removed checks for v2 2014-01-19 23:31:24 -08:00
Thomas Heller
a93a65dcbf [phoenix]
- Fixed order of function specifiers

[SVN r71952]

Conflicts:
	include/boost/phoenix/operator/preprocessed/member_10.hpp
	include/boost/phoenix/operator/preprocessed/member_20.hpp
	include/boost/phoenix/operator/preprocessed/member_30.hpp
	include/boost/phoenix/operator/preprocessed/member_40.hpp
	include/boost/phoenix/operator/preprocessed/member_50.hpp
	include/boost/phoenix/scope/preprocessed/lambda_10.hpp
	include/boost/phoenix/scope/preprocessed/lambda_20.hpp
	include/boost/phoenix/scope/preprocessed/lambda_30.hpp
	include/boost/phoenix/scope/preprocessed/lambda_40.hpp
	include/boost/phoenix/scope/preprocessed/lambda_50.hpp
2014-01-19 23:30:17 -08:00
Thomas Heller
4be75f5589 Boost.Phoenix:
- Adding boost::phoenix::expression::function, aliasing
      boost::phoenix::detail::expression::function_eval, this makes the example
      compile again

[SVN r79223]
2014-01-19 23:12:47 -08:00
Eric Niebler
11e5bf32c0 update Phoenix preprocess for modularization 2014-01-19 22:55:17 -08:00
Eric Niebler
5c9aa2487d update Phoenix preprocess for modularization 2014-01-19 22:54:47 -08:00
Joel de Guzman
bf813cbb52 Merge pull request #1 from K-ballo/fix-phoenix-use-v2
Removed checks for v2
2013-12-16 17:36:40 -08:00
K-ballo
45b4ccfb51 Removed checks for v2 2013-12-16 19:29:34 -06:00
Stephen Kelly
c853c803dd Remove obsolete MSVC check from pragma guard
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq

is now clean.

[SVN r85952]
2013-09-26 13:02:51 +00:00
Eric Niebler
8e473f2d26 merge [85488] from trunk, fixes #9049
[SVN r85550]
2013-09-03 17:47:12 +00:00
Eric Niebler
ef473de7bb phoenix::function constructor is constexpr, refs #9049
[SVN r85488]
2013-08-27 16:43:00 +00:00
Eric Niebler
a1cf2d1194 phoenix: merge [80804] from trunk
[SVN r80805]
2012-10-01 07:25:11 +00:00
Eric Niebler
8de23029bc avoid msvc-9.0 adl bug by qualifying calls
[SVN r80804]
2012-10-01 07:23:12 +00:00
Eric Niebler
29a96a77ee phoenix: merge [80758] [80764] from trunk
[SVN r80802]
2012-10-01 02:06:52 +00:00
Eric Niebler
8c03db9e38 fix more phoenix decltype-result_of bugs
[SVN r80758]
2012-09-29 16:55:08 +00:00
Eric Niebler
4da68d2b04 phoenix: merge [80729], [80730], [80733], [80734] from trunk
[SVN r80748]
2012-09-28 23:08:17 +00:00
Eric Niebler
e38e75b2ef add missing includes
[SVN r80734]
2012-09-28 09:04:25 +00:00
Eric Niebler
f19fb96248 fix a great many decltype result_of bugs. more remain
[SVN r80733]
2012-09-28 08:52:33 +00:00
Eric Niebler
bc1f0a9ca1 don't use proto::detail::pass_through_impl directly
[SVN r80730]
2012-09-28 03:50:54 +00:00
Eric Niebler
343725c457 jamfile and wave.cfg tweaks for easier and better phoenix preprocessing
[SVN r80729]
2012-09-28 03:48:41 +00:00
Eric Niebler
ae35289151 phoenix: merge [80364] from trunk
[SVN r80726]
2012-09-27 17:54:01 +00:00
Hartmut Kaiser
a36067b60e Phoenix: updating for recent changes to Proto
[SVN r80364]
2012-09-02 17:06:04 +00:00
Eric Niebler
c0cbb95d46 merge [79632], [79640], [79678], [79686], [79711], [79713], [79725], [79742], [79920] from trunk
[SVN r80297]
2012-08-29 02:40:56 +00:00
Eric Niebler
27777dc396 qualify calls to phoenix::env to avoid name lookup clashes with proto::env on gcc
[SVN r79640]
2012-07-21 16:19:07 +00:00
Eric Niebler
998d4f97bb add support for transform environment with slots for key/value pairs
[SVN r79632]
2012-07-21 05:50:50 +00:00
Thomas Heller
d29cb5621f Boost.Phoenix:
- Adding boost::phoenix::expression::function, aliasing
      boost::phoenix::detail::expression::function_eval, this makes the example
      compile again



[SVN r79223]
2012-07-02 06:26:27 +00:00
Joel de Guzman
683f27ed0e added note to current and future maintainers to please make this as
lightweight as possible (as it is right now).

[SVN r78205]
2012-04-26 06:26:10 +00:00
Hartmut Kaiser
4ae3fe7b14 Phoenix: merging changes from trunk (as requested by heller)
[SVN r76496]
2012-01-14 20:18:36 +00:00
Hartmut Kaiser
5cb684a1cf Phoenix: fixed #6360: Patch for "begin/end ambiguity"
[SVN r76495]
2012-01-14 20:16:12 +00:00