Commit Graph

1158 Commits

Author SHA1 Message Date
Kohei Takahashi
198ac0e53c Implement C++11 variadic templates based actor. 2016-02-21 19:06:30 +09:00
Joel de Guzman
be853398ed Merge pull request #19 from Flast/prepare-variadics
Prepare variadics
2016-02-21 06:57:42 +08:00
Kohei Takahashi
3fe8df25ab Fix accidentally dropped changes.
see: 24443595c2
2016-02-21 01:06:19 +09:00
Kohei Takahashi
10ce4c4636 Move cpp03 impl into cpp03 directory. 2016-02-20 14:51:02 +09:00
Kohei Takahashi
79ff7fe634 Split inlined implementations into its own header. 2016-02-20 14:42:44 +09:00
Kohei Takahashi
302dfdc395 Import fusion's index_sequence. 2016-02-19 19:06:19 +09:00
Kohei Takahashi
0a44e4a6ca Move cpp03 impl into its directory. 2016-02-19 18:25:58 +09:00
Marcel Raad
4de1bbd896 Fix compilation for MSVC 10
With the Dinkumware standard library shipped with Visual C++ 10, the unordered containers are defined in namespace std::tr1 and brought into namespace std via a using-declaration. This leads to compile errors when re-declaring the classes in namespace std.
2015-10-14 19:51:17 +02:00
Joel de Guzman
6727a26607 Merge branch 'develop' 2015-09-28 06:35:58 +08:00
Joel de Guzman
26036f2e2a Merge pull request #17 from boostorg/feature/disable_some_tests
Suspend tests on features not currently available.
2015-04-30 22:18:58 +08:00
John Fletcher
f7726e1d22 Suspend tests on features not currently available. 2015-04-29 14:12:21 +01:00
Joel de Guzman
1a5348e5e4 Fix TRAC 11226 by partially reverting b959ed0c33ef28ec978689a8b1235661fcde93fe;
add a unit test for the observed issue.
2015-04-23 14:38:22 +08:00
Joel de Guzman
f63e401ea5 Merge pull request #16 from jefftrull/bugfix/TRAC-11226
Fix TRAC 11226 by partially reverting b959ed0c33ef28ec978689a8b1235661fc...
2015-04-23 12:51:52 +08:00
Jeff Trull
bb4262059c Fix TRAC 11226 by partially reverting b959ed0c33ef28ec978689a8b1235661fcde93fe;
add a unit test for the observed issue.
2015-04-22 21:02:01 -07:00
Joel de Guzman
24443595c2 Merge branch 'master' into develop
Conflicts:
	ChangeLog
	doc/html/index.html
	include/boost/phoenix/function/lazy_prelude.hpp
	test/algorithm/querying_find.cpp
2015-04-23 09:53:32 +08:00
John Fletcher
bfcda9c8f7 Add include of boost/config before checking for MSVC 2015-04-16 12:37:10 +01:00
John Fletcher
cb697f0c91 Test of workaround for MSVC 12 and 14 2015-04-14 17:19:29 +01:00
John Fletcher
ed8a79893e Revise tests again 2015-04-13 22:54:33 +01:00
John Fletcher
a8b49ccf5c lambda_tests1b2r.cpp Change test again 2015-04-13 17:51:20 +01:00
John Fletcher
d22df82be6 Changes tests again 2015-04-11 00:16:27 +01:00
John Fletcher
39788ec2d7 Update tests for MSVC 12 and 14 2015-04-09 12:44:09 +01:00
John Fletcher
7369920a5e function/lazy_smart.hpp remove tab 2015-04-06 11:43:42 +01:00
John Fletcher
8b54377ce2 test/Jamfile run for_test2 2015-04-06 10:48:55 +01:00
John Fletcher
abd29767a7 for_test2.cpp remove tab 2015-04-06 10:48:04 +01:00
John Fletcher
53c7a87244 Change deprecated range_result_iterator to range_iterator 2015-04-04 11:40:35 +01:00
John Fletcher
4444860167 Extend type results to 7 parameters 2015-04-03 18:42:19 +01:00
John Fletcher
e1803682d7 Add to copyright 2015-04-03 18:41:18 +01:00
John Fletcher
bdfd6992cd Reduce scope of test to just the limits. Previous version exhausts resources. 2015-04-02 19:35:01 +01:00
John Fletcher
401fb9bc88 Reduce scope of test to just the limits. Previous version exhausts resources. 2015-04-02 19:30:39 +01:00
John Fletcher
a1c78f1f15 test/Jamfile Run lazy_thunk_tests 2015-04-02 19:21:33 +01:00
John Fletcher
a57bb49e78 function/lazy_thunk_tests.cpp New test 2015-04-02 19:19:22 +01:00
John Fletcher
061e412392 test/Jamfile run lazy_ptr_tests 2015-04-02 19:05:20 +01:00
John Fletcher
61ccbfe6bf lazy_ptr_tests New test 2015-04-02 19:05:02 +01:00
John Fletcher
2da4942b36 function/lazy_prelude.hpp Add thunk codes. 2015-04-02 17:29:03 +01:00
John Fletcher
4368d998fb function/lazy_prelude.hpp Add ptr_to_fun codes. 2015-04-02 17:24:39 +01:00
John Fletcher
cd924ce0c4 function/lazy_signature.hpp Add more signatures for ptr_to_fun and thunk codes. 2015-04-02 17:24:11 +01:00
John Fletcher
9fd86bb8ce function/lazy_operator.hpp Add MonomorphicWrapper0 code. 2015-04-02 17:23:43 +01:00
John Fletcher
25962437ce function/lazy_prelude.hpp Update documentation 2015-04-02 17:10:00 +01:00
John Fletcher
7578505665 Change F to FF and L to LL in MapH result 2015-04-02 09:42:35 +01:00
John Fletcher
3359a15a17 Change L to LL in inner templates in CatHelp0 gor gcc 4.2.1 2015-04-02 09:37:56 +01:00
John Fletcher
e86d610bf7 Add phx:: to bind to resolve ambiguity. 2015-03-28 22:55:15 +00:00
John Fletcher
d6b54467d7 Extend test to cover BOOST_PHOENIX_ADAPT_FUNCTION 2015-03-28 21:09:11 +00:00
John Fletcher
3d2f30443e patch for BOOST_PHOENIX_ADAPT_FUNCTION 2015-03-28 21:08:48 +00:00
John Fletcher
11467c8395 Extend test to cover BOOST_PHOENIX_ADAPT_FUNCTION 2015-03-28 21:03:33 +00:00
John Fletcher
def57bd32a patch for BOOST_PHOENIX_ADAPT_FUNCTION 2015-03-28 21:00:39 +00:00
John Fletcher
b01c7f330f remove namespace boost::phoenix 2015-03-28 20:47:54 +00:00
John Fletcher
239191ef09 remove namespace boost::phoenix 2015-03-28 20:43:02 +00:00
John Fletcher
6c9a3e9d64 bind_dm_test.cpp Update test condition for gcc 4.7.3 case 2015-03-28 11:28:42 +00:00
John Fletcher
090f070e7f Permit backward hash to avoid clang problem finding backward header. 2015-03-28 11:26:23 +00: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