2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-01-23 05:42:26 +00:00

35 Commits

Author SHA1 Message Date
Nikita Kniazev
e920aa8108 Remove broken visit_each
The test for it is not run by the test suit, it does not compile because of
missing includes somewhere, and fixing compilation is not the end of the story.
The `visit_each` seems to be simply never worked, running the test fails with a
wrong result.

The only potential usage of `visit_each` is the Signals1/2 library, and I did
not find any bug report about that.
2019-12-04 19:44:04 +03:00
John Fletcher
4b263cfb90 bind_dm_test.cpp Update test condition for gcc 4.7.3 case 2015-03-28 10:57:10 +00:00
John Fletcher
6e42373f4f ammend tests to run OPTIMIZE case for all compilers. 2015-03-02 13:00:09 +00:00
John Fletcher
9b40b88fa1 bind_interoperation_test extended to more cases. 2015-02-08 17:18:30 +00:00
John Fletcher
b671e26541 bind_dm3_test Added variant for MSVC 10 ambiguity finding bind 2015-02-05 11:48:21 +00:00
John Fletcher
67dd4b308f bind_interoperation_test New test with boost bind and phoenix bind together. 2015-02-01 22:23:16 +00:00
John Fletcher
ef252ccc49 bind_dm_test Add special code for gcc 5.0 optimized 2015-01-24 23:27:29 +00:00
John Fletcher
eda8661ad3 bind_void_dm_test.cpp New test not yet working. 2015-01-23 12:12:17 +00:00
John Fletcher
265acef93a bind_rv_sp_test.cpp Add to copyright 2015-01-23 12:11:52 +00:00
John Fletcher
7ae0fea0e8 Copies of bind_void tests from boost/bind/test 2015-01-23 11:22:58 +00:00
John Fletcher
571b28a920 bind_rv_sp_test.cpp Modify to give workaround for MSVC 8, 9 & 10 2015-01-22 22:37:13 +00:00
John Fletcher
7fc3111b7f new tests bind_rv_sp6_test and sp7_test 2015-01-20 23:36:51 +00:00
John Fletcher
bf9f2691ec bind_rv_sp5_test.cpp Take out second use of bind. 2015-01-19 19:49:20 +00:00
John Fletcher
03013d657c boost_bind_compatibility/bind_rv_sp5_test.cpp New test 2015-01-19 19:45:27 +00:00
John Fletcher
50cf773059 New test boost_bind_compatibility/bind_rv_sp4_test 2015-01-18 22:51:21 +00:00
John Fletcher
929f355e63 bind_rv_sp3_test.cpp Rename f to g in Y 2015-01-17 11:52:21 +00:00
John Fletcher
3d6857c4d6 bind_rv_sp2_test.cpp New test to look at MSVC COMDAT problem 2015-01-17 11:17:51 +00:00
John Fletcher
e789849b93 bind_rv_sp1_test.cpp New test with extra bind to _1 2015-01-16 21:08:11 +00:00
John Fletcher
151b629ccf bind_dm1_test.cpp Variant of bind_dm_test.cpp 2015-01-16 20:44:50 +00:00
Eric Niebler
ff75aae079 bring master into sync with develop for boost_bind_compatibility tests 2014-01-20 00:52:41 -08:00
Eric Niebler
4da68d2b04 phoenix: merge [80729], [80730], [80733], [80734] from trunk
[SVN r80748]
2012-09-28 23:08:17 +00:00
Thomas Heller
e343cfb527 merged latest phoenix changes to release
[SVN r71855]
2011-05-10 00:41:02 +00:00
Thomas Heller
883edc3119 Merged phoenix fixes to release
[SVN r71315]
2011-04-16 12:16:03 +00:00
Hartmut Kaiser
afd2fd836d Spirit: merging Phoenix V3 support from trunk
[SVN r71247]
2011-04-14 14:20:14 +00:00
Thomas Heller
36055f654f [phoenix] fixed some ADL hickups
[SVN r71239]
2011-04-14 05:05:08 +00:00
Thomas Heller
74722b8e46 [phoenix]
- Added documention for the function adaption macros
    - Added the What's new section
    - Fixed some bugs
    - Added basic support for phx2 result type deduction, not in production yet

[spirit]
    - Made necessary changes that reflect latest phoenix internal changes



[SVN r71227]
2011-04-13 19:09:59 +00:00
Thomas Heller
10b2797ce7 fixed tests for msvc-9.0
[SVN r68923]
2011-02-15 19:35:34 +00:00
Thomas Heller
8fe8312b7e made phoenix actor Assignable
[SVN r68369]
2011-01-22 18:23:32 +00:00
Thomas Heller
df752d1e1a added preprocessed files
[SVN r68203]
2011-01-17 08:05:50 +00:00
Thomas Heller
0979e4c897 code cleanup take 1
[SVN r67793]
2011-01-08 19:06:03 +00:00
Thomas Heller
e47b228f7b temporary commit for work on try_catch
[SVN r66826]
2010-11-28 18:11:52 +00:00
Thomas Heller
7671ce96d5 finished refactoring of if statement
[SVN r66747]
2010-11-25 11:46:49 +00:00
Thomas Heller
c5a4e7f912 fixed bind compatibility tests
[SVN r66709]
2010-11-24 15:14:13 +00:00
Thomas Heller
9af767657f fixed switch (but not for gcc-4.2)
[SVN r64385]
2010-07-27 13:06:38 +00:00
Thomas Heller
a25c8ac309 adapted boost.bind tests
[SVN r64380]
2010-07-27 10:05:29 +00:00