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

665 Commits

Author SHA1 Message Date
John Fletcher
01acb5ddb9 test/Jamfile add bind_rv_sp5 and take out bind_rb_sp4 2015-01-19 19:50:06 +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
383d3c3505 test/Jamfile add 1 new test and remove several others. 2015-01-18 22:51:44 +00:00
John Fletcher
50cf773059 New test boost_bind_compatibility/bind_rv_sp4_test 2015-01-18 22:51:21 +00:00
John Fletcher
c41d1235af test/scope/lambda_tests1b2.cpp Take out unused _b 2015-01-18 22:28:28 +00:00
John Fletcher
a6bfc2bbad test/Jamfile Add new test bind_rv_sp3_test 2015-01-17 11:52:43 +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
78fb762ade test/Jamfile Add new bind_rv_sp2_test 2015-01-17 11:18:18 +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
986bb55b03 test/Jamfile run new test lambda_tests3b 2015-01-16 21:33:16 +00:00
John Fletcher
aa70ed2941 scope/lambda_tests3b.cpp New variant test 2015-01-16 21:32:46 +00:00
John Fletcher
41e0ee060b test/Jamfile Run new test bind_rv_sp1_test 2015-01-16 21:08:39 +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
a28e7f4dc6 test/Jamfile run new test bind_dm1_test 2015-01-16 20:45:20 +00:00
John Fletcher
151b629ccf bind_dm1_test.cpp Variant of bind_dm_test.cpp 2015-01-16 20:44:50 +00:00
John Fletcher
e168b2853e Updated preprocessed files 2015-01-14 20:46:13 +00:00
John Fletcher
6ad32d0cc7 scope/lambda Take out unused typedefs to avoid warnings 2015-01-14 20:36:59 +00:00
John Fletcher
8ecc2cf71b scope/let.hpp Make a local copy of vars and use it. 2015-01-11 00:39:52 +00:00
John Fletcher
d9896f1ed2 test/scope/lambda_tests3a.cpp Remove failing test 2015-01-09 19:37:08 +00:00
John Fletcher
947a5b4cca test/Jamfile take out some duplicate lambda tests 2015-01-09 14:29:56 +00:00
John Fletcher
f02c314d09 test/scope/lambda_test3a.cpp Add previously failing test. 2015-01-09 07:53:58 +00:00
John Fletcher
fbce509d66 scope/let.hpp Add to copyright 2015-01-09 00:09:04 +00:00
John Fletcher
086d8e52a5 scope/let.hpp use ASSERT to make sure size(vars) is accessed. 2015-01-09 00:06:22 +00:00
John Fletcher
02fd12629a test/scope/bug_000008.cpp Take out extras now that thread is mended. 2015-01-06 06:32:56 +00:00
John Fletcher
b5e35ba9cd phoenix/core/domain.hpp Change to as_expr<T> 2015-01-05 16:52:25 +00:00
John Fletcher
e5e365f99b test/scope/bug_000008.cpp Using is_copy_constructible from Boost.Move 2015-01-04 09:19:58 +00:00
John Fletcher
b6b27e298a test/scope/bug_000008.cpp Add header for is_copy_constuctible 2015-01-03 15:31:03 +00:00
John Fletcher
bd4d8f57e8 test/regression/bug4853.cpp Lock out a test for gcc 4.4. and 4.5 2015-01-03 15:06:31 +00:00
John Fletcher
112e83d294 doc/what_s_new.qbk Added warning on let and lambda 2015-01-02 17:28:34 +00:00
John Fletcher
513bb431d2 test/scope/lambda_tests New or ammended tests 1b1 1b2 3 3a 2015-01-01 17:36:20 +00:00
John Fletcher
0a2ca0618c test/Jamfile Add tests scope/lambda_tests 1b1 1b2 and 3a 2015-01-01 17:35:41 +00:00
John Fletcher
9e71593192 Preprocessed scope/lambda files 2014-12-31 21:38:03 +00:00
John Fletcher
6ac5b3a4fb phoenix/scope/lambda.hpp Put back vars_type and map_type 2014-12-31 21:27:36 +00:00
John Fletcher
c0b664850c New tests scope/lambda_tests1a and 1b splitting tests1 2014-12-31 16:02:38 +00:00
John Fletcher
353f3b00b5 test/Jamfile add tests scope/lambda_tests1a and 1b 2014-12-31 16:02:01 +00:00
John Fletcher
f5569e3f22 test/scope/more_lambda_tests.cpp Add a further test 2014-12-31 15:08:50 +00:00
John Fletcher
4a76a1d7e3 test/Jamfile add new tests lambda_test2,2a,3 (3a not yet in use) 2014-12-31 11:13:08 +00:00
John Fletcher
4d6dc36144 test/scope New tests lambda_tests2,2a,3,3a 2014-12-31 11:12:27 +00:00
John Fletcher
03e3ca31d9 test/Jamfile Add test lambda_tests1 2014-12-31 10:52:58 +00:00
John Fletcher
288022210c test/scope/lambda_tests1.cpp New file for first section of lambda_tests 2014-12-31 10:52:37 +00:00
John Fletcher
acfb8d2c3a test/scope/lambda_tests.cpp Remove unused phoenix/bind.hpp 2014-12-31 10:52:08 +00:00
John Fletcher
4710f23bb2 ChangeLog Update to reflect further things added to release 3.1.0 2014-12-30 23:14:23 +00:00
John Fletcher
7256e59a38 test/operator/member.cpp Tried out boost::movelib::unique_ptr.hpp Not working yet. 2014-12-30 17:39:39 +00:00
John Fletcher
62eb3ab3d3 test/algorithm/querying_find.cpp unordered_map test removed. 2014-12-30 16:40:39 +00:00
John Fletcher
a88a8f3a74 test/algorithm/querying_find.cpp Correct error 2014-12-30 16:16:32 +00:00
John Fletcher
01c908c786 test/algorithm/querying_find.cpp Test for unordered_map and unordered_set and use if available 2014-12-30 16:08:50 +00:00
John Fletcher
27d1bd6abc replace all calls to boost/config.hpp with boost/phoenix/config.hpp 2014-12-30 15:34:16 +00:00
John Fletcher
8ca56b6d42 include/boost/phoenix/config.hpp New file to centralise calls to boost/config.hpp 2014-12-30 15:33:06 +00:00
John Fletcher
28ff9b76a4 operator/member.cpp Test BOOST_NO_CXX11_SMART_PTR to avoid deprecated auto_ptr 2014-12-30 13:00:44 +00:00