Commit Graph

1158 Commits

Author SHA1 Message Date
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
1de7257d69 Merge branch 'release-3.1.0' 2014-12-25 18:07:41 +00:00
John Fletcher
227ee153b4 Changelog Update for bind/bind_member_function.hpp changes 2014-12-25 18:06:49 +00:00
John Fletcher
b76a28c7b5 Changelog Update for bind/bind_member_function.hpp changes 2014-12-25 18:05:11 +00:00
John Fletcher
5e088c4ca4 Merge branch 'release-3.1.0' 2014-12-25 17:49:54 +00:00
John Fletcher
fcedcf2846 Add lazy_enable_if<boost::is_member_function_pointer<RT (ClassT::*)()> to zero argument code. 2014-12-25 17:41:02 +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
31796f3f6c Merge branch 'release-3.1.0' 2014-12-23 12:43:25 +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
Joel de Guzman
17bd6e39dd Merge pull request #6 from MarcelRaad/patch-1
Compile fix for MSVC 2015 Preview
2014-11-27 08:15:26 +08: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
Joel de Guzman
5386d820bd Merge pull request #5 from teajay-fr/bugfix/operator_modulo_assign
Add the missing modulo assign operator in the using list
2014-10-04 08:11:28 +08:00
Thomas Bernard
deb5b7c750 Add the missing modulo assign operator in the using list 2014-10-03 22:10:38 +00:00
Joel de Guzman
40ab263d2a Merge pull request #4 from danieljames/metadata
Create metadata file.
2014-08-19 06:08:32 +08:00
Daniel James
6b8e76e914 Add metadata file. 2014-08-18 15:08:42 +01:00
John Fletcher
a3e6f87211 Merge branch 'master' of https://github.com/boostorg/phoenix 2014-07-17 22:12:27 +01:00
Joel de Guzman
41e1b6dc79 Merge branch 'develop' 2014-07-15 21:13:22 +08:00
John Fletcher
fa304b64c5 Update scope/preprocessed/lambda files 2014-06-28 15:44:26 +01:00
John Fletcher
3abf0f8c17 phoenix/scope/lambda.hpp comment unused actions_type and map_type 2014-06-27 20:23:36 +01:00
Joel de Guzman
7492089194 Merge pull request #3 from vtnerd/bugfix/basic_expr
Bugfix/basic expr
2014-04-14 09:52:03 +08:00
Lee Clagett
47a8b56568 Fixed tabbing 2014-04-13 20:44:24 -04:00
Lee Clagett
5a5a11f118 Setting phoenix generator to use proto::basic_expr 2014-04-13 20:43:06 -04:00
John Fletcher
8e9551845c Correct typos in expressions 2014-04-07 21:02:52 +01:00
John Fletcher
07d15c6d87 Fix Tabs in two test files 2014-03-24 15:14:28 +00:00
John Fletcher
cc36f2926a Add note on #9742 and new tests 2014-03-17 17:27:35 +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
33619b03f7 Merge branch 'release-3.0.6' 2014-03-17 14:14:10 +00:00
John Fletcher
2cd0d15d3d Merge branch 'develop' into release-3.0.6 2014-03-17 14:12:49 +00:00