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

626 Commits

Author SHA1 Message Date
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
John Fletcher
b188482b60 scope/more_let_tests.cpp Clean up unused variables. 2014-12-30 12:41:41 +00:00
John Fletcher
82e6e3cc77 Edit very long code lines. 2014-12-29 10:36:21 +00:00
John Fletcher
fe41905ca9 test/algorithm/querying_find.cpp use convert_to_container<>() for assign 2014-12-29 10:19:23 +00:00
John Fletcher
8a47ee0fad test/Jamfile Add new test querying_find 2014-12-28 22:16:36 +00:00
John Fletcher
10bc9c93b9 test/algorithm/querying_find.cpp New test for MSVC 14 bug within querying test 2014-12-28 22:16:13 +00:00
John Fletcher
8e2db9d06c bind/bind_member_variable Add type_traits/is_member_function_pointer.hpp to remove dependence on operator headers. 2014-12-28 18:06:31 +00:00
John Fletcher
897e75664e bind/bind_member_function.hpp Add type_traits/is_member_function_pointer.hpp to remove dependence on operator headers. 2014-12-28 17:57:55 +00:00
John Fletcher
bb26e8b328 Merge branch 'documents' into develop 2014-12-27 17:49:17 +00:00
John Fletcher
c848d720bd doc/what_s_new.qbk Add new sections for 3.0.6 and 3.1.0 2014-12-27 17:43:18 +00:00
John Fletcher
2b66b29e86 doc/phoenix3.qbk Add a comment on current date. 2014-12-27 17:41:53 +00:00
John Fletcher
b2c55e2093 doc/inside/actor.qbk Correct error in reference 2014-12-27 17:22:05 +00:00
John Fletcher
72efaaa6d0 doc/phoenix3/qbk Update version to 3.1.0 and quickbook to 1.6 with compatibility to 1.3 2014-12-27 17:06:31 +00:00
John Fletcher
8bbc816dbf Updated tests to >= 1900 (MSVC > 12) 2014-12-27 11:40:25 +00:00
John Fletcher
dc7563497d Take out both vector tests and change test to < 1800 2014-12-27 11:24:03 +00:00
John Fletcher
8d139721c2 Take out ref(i) = ref(i) test for MSVC > 12 2014-12-26 23:19:03 +00:00
John Fletcher
5ea72ea7c2 Correct test - it was the wrong way round 2014-12-26 23:00:31 +00:00
John Fletcher
3819efef8c Remove failing test for MSVC > 12 2014-12-26 22:58:52 +00:00
John Fletcher
f3f6113743 Take out vector<vector> > test to for MSVC 12 and 14 2014-12-26 17:10:16 +00:00
John Fletcher
31427ea93f stdlib/cmath.cpp Make explicit use of boost::phoenix::fabs 2014-12-26 12:29:32 +00:00
John Fletcher
b76a28c7b5 Changelog Update for bind/bind_member_function.hpp changes 2014-12-25 18:05:11 +00:00
John Fletcher
21f9c361a2 Add lazy_enable_if<boost::is_member_function_pointer<RT (ClassT::*)()> to zero argument code. 2014-12-24 22:44:27 +00:00
John Fletcher
2c8cff4c42 test/regression/bug4853.cpp Remove value test for gcc < 4.5 2014-12-24 17:50:23 +00:00
John Fletcher
e3ed3afbcc stl/cmath.hpp Correct typo in previous edit 2014-12-24 17:13:58 +00:00
John Fletcher
6e21bf742d std/cmath.hpp Don't use decltype version for gcc < 4.5 even with C++0x 2014-12-24 17:11:43 +00:00
John Fletcher
ecfae30135 test/regression/bug7624.cpp Don't use decltype for gcc < 4.5 even with C++0x 2014-12-24 17:08:22 +00:00
John Fletcher
ee48608088 regression/bug7624.cpp Don't use decltype for Intel C++ 2014-12-23 19:23:05 +00:00
John Fletcher
f11680315d stl/cmath.hpp Don't use decltype for Intel C++ 2014-12-23 19:03:09 +00:00
John Fletcher
ed06bdd7fb Changelog Update for 3.1.0 release. 2014-12-23 12:24:17 +00:00
John Fletcher
20d0fcda37 version.hpp Update version to 3.1.0 2014-12-23 12:21:22 +00:00
John Fletcher
946a1db4f8 bind/bind_member_variable.hpp Add (c) for John Fletcher 2014-12-23 12:21:05 +00:00
John Fletcher
32b8c45b23 Changelog. Add note on changes to cmath test. 2014-12-22 22:20:02 +00:00
John Fletcher
c7c2cefc46 test/stdlib/cmath.cpp Add test of atan2 and tan to check 1 and 2 argument functions. 2014-12-22 22:17:51 +00:00
John Fletcher
f5fad3000a test/stdlib/cmath.cpp Change pow test. 2014-12-22 22:09:36 +00:00
John Fletcher
b79ebb697f Note changes to bug7165 and bug7166 2014-12-22 21:53:36 +00:00
John Fletcher
1eda6f3f04 bug7165 and 7166 test on phoenix/core only to reduce compile load. 2014-12-22 21:50:57 +00:00
John Fletcher
bc112ce830 Changelog Update for bind bug fix. 2014-12-20 23:29:18 +00:00
John Fletcher
4cfbfcedba bind/bind_member_variable.hpp New version runs all tests using boost::lazy_disable_if to resolve overloading problems. 2014-12-20 19:09:25 +00:00
John Fletcher
c7d816504f bind/bind_member_variable.hpp Ammend experiment, still not working. 2014-12-20 01:27:29 +00:00
John Fletcher
7a38e0a451 bind/bind_member_variable Experiments with disable_if not complete yet. 2014-12-20 01:15:30 +00:00