2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-18 14:22:09 +00:00
Commit Graph

746 Commits

Author SHA1 Message Date
John Fletcher
cdf3702bda test/Jamfile add lazy_arguments_test 2015-02-22 18:34:26 +00:00
John Fletcher
0f215c97be function/lazy_argument_tests.cpp Build tests. 2015-02-22 18:29:44 +00:00
John Fletcher
e44c990d64 function/lazy_argument_tests.cpp New tests for function as argument. 2015-02-22 18:25:49 +00:00
John Fletcher
a1b9cf628d test/Jamfile Run lazy_templated_struct_tests. 2015-02-18 16:36:37 +00:00
John Fletcher
e03a102532 function/lazy_templated_struct_tests.cpp Complete the test file 2015-02-18 16:36:14 +00:00
John Fletcher
227879b018 function/lazy_templated_struct_tests.cpp New test file 2015-02-18 16:27:49 +00:00
John Fletcher
e988d9ab51 function/lazy_make_pair_tests.cpp Ammend comments in the file. 2015-02-18 16:27:17 +00:00
John Fletcher
cf566e4127 test/Jamfile run new test lazy_make_pair_tests 2015-02-16 09:46:41 +00:00
John Fletcher
9170bd66e2 function/lazy_make_pair_tests.cpp New test file 2015-02-16 09:46:13 +00:00
John Fletcher
4e35153434 scope/let.hpp uncvref<Expr> used for Expr in result 2015-02-16 09:01:43 +00:00
John Fletcher
0760005b2d doc Further updates 2015-02-09 17:49:41 +00:00
John Fletcher
f269222e9d documentation updates reflecting current progress 2015-02-09 17:49:20 +00:00
John Fletcher
d759dadc59 lambda_tests1b1r try + 0 trick 2015-02-08 19:58:53 +00:00
John Fletcher
a0d1f36fb7 test/Jamfile take out more_let_tests1, 2a, 2b 2015-02-08 19:13:59 +00:00
John Fletcher
dc5974fae0 more_let_tests.cpp Update to use the + 0 trick. 2015-02-08 19:10:35 +00:00
John Fletcher
9b40b88fa1 bind_interoperation_test extended to more cases. 2015-02-08 17:18:30 +00:00
John Fletcher
f4f1f5e893 example/bind_goose.cpp Tidy up the file 2015-02-08 16:37:30 +00:00
John Fletcher
77d16af8c8 core/value.hpp Take out is_value which is incorrect 2015-02-08 12:39:31 +00:00
John Fletcher
51f3084f5e test/Jamfile run more_let_tests again 2015-02-05 17:38:25 +00:00
John Fletcher
2e62309a81 scope/more_let_tests.cpp Tests for optimization bug 2015-02-05 17:35:54 +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
7f2e6124ce scope/more_let_tests1 and 2b updated for gcc 5.0.0 2015-02-05 00:03:42 +00:00
John Fletcher
026beff66f lambda_tests1b1r and 1b2r ammend for latest MSVC 2015-02-04 23:49:46 +00:00
John Fletcher
630e454eaa scope/let.hpp Take out printout 2015-02-04 23:49:12 +00:00
John Fletcher
b959ed0c33 scope/let.hpp add some diagnostic code 2015-02-04 22:16:35 +00:00
John Fletcher
60a6fbbee3 core/is_value and value. Identify val() at run time 2015-02-04 10:59:15 +00:00
John Fletcher
6f55a5ae6e core/value.hpp Test return value of val() 2015-02-04 10:25:11 +00:00
John Fletcher
5795d05cf5 core/is_value.hpp Experiment with is_val() runtime function - always false at the moment. 2015-02-04 10:24:46 +00:00
John Fletcher
cbad5d4ac6 scope/local_variable.hpp Put in test is_value 2015-02-02 22:22:35 +00:00
John Fletcher
610f30ccdb core/value.hpp add include of is_value.hpp 2015-02-02 21:52:52 +00:00
John Fletcher
0fbe357e3e phoenix/core/is_value.hpp New file 2015-02-02 21:37:25 +00:00
John Fletcher
83b3e4f724 test/Jamfile drop scope/lambda_tests3a1 2015-02-02 08:36:24 +00:00
John Fletcher
bbe987ec11 scope revise lambda_tests3a 2015-02-02 08:35:59 +00:00
John Fletcher
4dbb13c43b scope revisions of let and lambda tests 2015-02-02 08:19:04 +00:00
John Fletcher
302f5b5a6e test/Jamfile run bind_interoperation_test 2015-02-01 22:23:41 +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
1f52890a31 example/bind_goose.cpp Add new example 2015-02-01 19:07:10 +00:00
John Fletcher
a9d74bedb1 Use phoenix_default_domain for proto::basic_default_domain 2015-01-30 16:19:02 +00:00
John Fletcher
ebb9b44853 Update expression preprocessed files 2015-01-30 16:18:23 +00:00
John Fletcher
5f2010f314 lambda_tests1b1r 1b2r revise code 2015-01-26 14:07:06 +00:00
John Fletcher
ab900bccaa scope/let_tests_113.cpp Revised test avoiding accumulate to a val() 2015-01-25 22:23:10 +00:00
John Fletcher
be6cf5c307 lambda_tests1b1r and 1b2r updated for MSVC 12 and 14 2015-01-25 17:05:33 +00:00
John Fletcher
eea34af84c let_tests_113 Conditional around whole test not part of it. 2015-01-25 09:14:36 +00:00
John Fletcher
dc0b68fe06 test/Jamfile remove bind_dm1_test 2015-01-24 23:27:54 +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
f61291dc1f test/Jamfile run lambda_tests1b2p,q,r 2015-01-24 23:04:29 +00:00
John Fletcher
3fa0224d30 lambda_tests1b2 made into three tests p,q,r 2015-01-24 23:04:09 +00:00
John Fletcher
c062c3b996 test/Jamfile Run new tests lambda_tests1b1p,q,r,s,t 2015-01-24 22:48:49 +00:00
John Fletcher
9794a5b420 lambda_tests1b1 split into 5 as p,q,r,s,t 2015-01-24 22:48:20 +00:00
John Fletcher
3ea59ed08f test/Jamfile replace more_let_tests2 with 2a and 2b 2015-01-24 20:54:16 +00:00