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

208 Commits

Author SHA1 Message Date
John Fletcher
1059c6e7c4 Commit release-3.2.0 changes after conflict resolution 2015-03-06 07:27:56 +00:00
John Fletcher
b2fff2c41d Update master with release-3.1.1 2015-02-23 11:53:46 +00:00
John Fletcher
d00fb68406 querying_find Copyright 2015-01-24 15:00:02 +00:00
John Fletcher
382eda45dc querying_find.cpp Take out tabs 2015-01-24 14:59:42 +00:00
John Fletcher
66c8139e3d bind_rv_sp_test.cpp Add to copyright 2015-01-23 12:18:55 +00:00
John Fletcher
37352998a4 bind_rv_sp_test.cpp Modify to give workaround for MSVC 8, 9 & 10 2015-01-22 22:55:33 +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
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
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
2c8cff4c42 test/regression/bug4853.cpp Remove value test for gcc < 4.5 2014-12-24 17:50:23 +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
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
1eda6f3f04 bug7165 and 7166 test on phoenix/core only to reduce compile load. 2014-12-22 21:50:57 +00:00
Marcel Raad
77a55a5630 Compile fix for MSVC 2015 Preview
hash_set and hash_map are deprecated in Visual C++ 2015 and result in a compile error by default. BOOST_DINKUMWARE_STDLIB is still 610.
2014-11-26 23:26:59 +01:00
John Fletcher
07d15c6d87 Fix Tabs in two test files 2014-03-24 15:14:28 +00:00
John Fletcher
87ad39052a test/Jamfile add for_each and for_test 2014-03-17 16:48:51 +00:00
John Fletcher
5c4a19da13 for_ test file - New file 2014-03-17 16:40:39 +00:00
John Fletcher
83dd8eee3d for_each test file 2014-03-17 16:40:19 +00:00
John Fletcher
e31f4c2f0a test/algorithm/for_each.cpp New test 2014-03-17 16:08:45 +00:00
John Fletcher
77dc84c48a remove tabs 2014-03-17 14:11:45 +00:00
John Fletcher
07bf89142f test/Jamfile Remove test bug7730 2014-03-16 18:32:14 +00:00
John Fletcher
da3737ef45 test/Jamfile reinstate test of 7730 no-specialize case. 2014-03-10 21:21:28 +00:00
John Fletcher
59635936a1 bug4853 and bug 5626 Add include for <utility> 2014-03-10 14:45:37 +00:00
John Fletcher
edc1da013e test/scope/more_let_tests.cpp Add more tests. 2014-03-02 23:30:44 +00:00
John Fletcher
b354e33c6d test/Jamfile Add new test core/intel_test 2014-02-26 20:37:46 +00:00
John Fletcher
28a3653ae4 test/core/intel_test.cpp New test for intel-14.0.1 bug 2014-02-26 20:37:24 +00:00
John Fletcher
c9b440f960 test/bind/bind_member_variable_tests.cpp Remove redundant const on return types. 2014-02-25 22:41:25 +00:00
John Fletcher
9cc1f3d74e test/Jamfile add new test custom_terminal 2014-02-24 21:01:18 +00:00
John Fletcher
94a1881e91 test/core/custom_terminal.cpp New test of log custom terminal header. 2014-02-24 21:01:02 +00:00
John Fletcher
c061544685 test/Jamfile deleted bug7730 now not needed. 2014-02-22 23:52:30 +00:00
John Fletcher
14f2ca8997 test/Jamfile Take out extra test. 2014-02-22 18:41:43 +00:00
John Fletcher
8092ddfd4f test/Jamfile Add extra test spirit_no_specialize 2014-02-22 11:21:41 +00:00
John Fletcher
bb7ffdbcfe test/include/spirit_no_specialize.cpp Add new test 2014-02-22 11:19:46 +00:00
John Fletcher
083c8b6316 test/scope/more_let_tests.cpp Adjust test 2014-02-21 15:47:33 +00:00