Commit Graph

  • 086d8e52a5 scope/let.hpp use ASSERT to make sure size(vars) is accessed. John Fletcher 2015-01-09 00:06:22 +0000
  • 02fd12629a test/scope/bug_000008.cpp Take out extras now that thread is mended. John Fletcher 2015-01-06 06:32:56 +0000
  • b5e35ba9cd phoenix/core/domain.hpp Change to as_expr<T> John Fletcher 2015-01-05 16:52:25 +0000
  • e5e365f99b test/scope/bug_000008.cpp Using is_copy_constructible from Boost.Move John Fletcher 2015-01-04 09:19:58 +0000
  • b6b27e298a test/scope/bug_000008.cpp Add header for is_copy_constuctible John Fletcher 2015-01-03 15:31:03 +0000
  • bd4d8f57e8 test/regression/bug4853.cpp Lock out a test for gcc 4.4. and 4.5 John Fletcher 2015-01-03 15:06:31 +0000
  • 92f9423654 doc/what_s_new.qbk Added warning on let and lambda John Fletcher 2015-01-02 17:14:50 +0000
  • 112e83d294 doc/what_s_new.qbk Added warning on let and lambda John Fletcher 2015-01-02 17:14:50 +0000
  • 513bb431d2 test/scope/lambda_tests New or ammended tests 1b1 1b2 3 3a John Fletcher 2015-01-01 17:36:20 +0000
  • 0a2ca0618c test/Jamfile Add tests scope/lambda_tests 1b1 1b2 and 3a John Fletcher 2015-01-01 17:35:41 +0000
  • 9e71593192 Preprocessed scope/lambda files John Fletcher 2014-12-31 21:38:03 +0000
  • 6ac5b3a4fb phoenix/scope/lambda.hpp Put back vars_type and map_type John Fletcher 2014-12-31 21:27:36 +0000
  • c0b664850c New tests scope/lambda_tests1a and 1b splitting tests1 John Fletcher 2014-12-31 16:02:38 +0000
  • 353f3b00b5 test/Jamfile add tests scope/lambda_tests1a and 1b John Fletcher 2014-12-31 16:02:01 +0000
  • f5569e3f22 test/scope/more_lambda_tests.cpp Add a further test John Fletcher 2014-12-31 15:08:50 +0000
  • 4a76a1d7e3 test/Jamfile add new tests lambda_test2,2a,3 (3a not yet in use) John Fletcher 2014-12-31 11:13:08 +0000
  • 4d6dc36144 test/scope New tests lambda_tests2,2a,3,3a John Fletcher 2014-12-31 11:12:27 +0000
  • 03e3ca31d9 test/Jamfile Add test lambda_tests1 John Fletcher 2014-12-31 10:52:58 +0000
  • 288022210c test/scope/lambda_tests1.cpp New file for first section of lambda_tests John Fletcher 2014-12-31 10:52:37 +0000
  • acfb8d2c3a test/scope/lambda_tests.cpp Remove unused phoenix/bind.hpp John Fletcher 2014-12-31 10:52:08 +0000
  • 00f0802f1f Merge branch 'release-3.1.0' John Fletcher 2014-12-30 23:30:49 +0000
  • f28a94f0f9 Merge branch 'develop' into release-3.1.0 John Fletcher 2014-12-30 23:15:47 +0000
  • 4710f23bb2 ChangeLog Update to reflect further things added to release 3.1.0 John Fletcher 2014-12-30 23:14:23 +0000
  • 7256e59a38 test/operator/member.cpp Tried out boost::movelib::unique_ptr.hpp Not working yet. John Fletcher 2014-12-30 17:39:39 +0000
  • 62eb3ab3d3 test/algorithm/querying_find.cpp unordered_map test removed. John Fletcher 2014-12-30 16:40:39 +0000
  • a88a8f3a74 test/algorithm/querying_find.cpp Correct error John Fletcher 2014-12-30 16:16:32 +0000
  • 01c908c786 test/algorithm/querying_find.cpp Test for unordered_map and unordered_set and use if available John Fletcher 2014-12-30 16:08:50 +0000
  • 27d1bd6abc replace all calls to boost/config.hpp with boost/phoenix/config.hpp John Fletcher 2014-12-30 15:34:16 +0000
  • 8ca56b6d42 include/boost/phoenix/config.hpp New file to centralise calls to boost/config.hpp John Fletcher 2014-12-30 15:33:06 +0000
  • 76bcd523fb Merge branch 'release-3.1.0' John Fletcher 2014-12-30 15:09:38 +0000
  • 6a6644d570 bind/bind_member_variable Add type_traits/is_member_function_pointer.hpp to remove dependence on operator headers. John Fletcher 2014-12-28 18:06:31 +0000
  • cf03e7bf09 bind/bind_member_function.hpp Add type_traits/is_member_function_pointer.hpp to remove dependence on operator headers. John Fletcher 2014-12-28 17:57:55 +0000
  • f60fabe31c Merge branch 'documents' into release-3.1.0 John Fletcher 2014-12-30 14:50:27 +0000
  • 28ff9b76a4 operator/member.cpp Test BOOST_NO_CXX11_SMART_PTR to avoid deprecated auto_ptr John Fletcher 2014-12-30 13:00:44 +0000
  • b188482b60 scope/more_let_tests.cpp Clean up unused variables. John Fletcher 2014-12-30 12:41:41 +0000
  • 82e6e3cc77 Edit very long code lines. John Fletcher 2014-12-29 10:36:21 +0000
  • fe41905ca9 test/algorithm/querying_find.cpp use convert_to_container<>() for assign John Fletcher 2014-12-29 10:19:23 +0000
  • 8a47ee0fad test/Jamfile Add new test querying_find John Fletcher 2014-12-28 22:16:36 +0000
  • 10bc9c93b9 test/algorithm/querying_find.cpp New test for MSVC 14 bug within querying test John Fletcher 2014-12-28 22:16:13 +0000
  • 8e2db9d06c bind/bind_member_variable Add type_traits/is_member_function_pointer.hpp to remove dependence on operator headers. John Fletcher 2014-12-28 18:06:31 +0000
  • 897e75664e bind/bind_member_function.hpp Add type_traits/is_member_function_pointer.hpp to remove dependence on operator headers. John Fletcher 2014-12-28 17:57:55 +0000
  • bb26e8b328 Merge branch 'documents' into develop John Fletcher 2014-12-27 17:49:17 +0000
  • c848d720bd doc/what_s_new.qbk Add new sections for 3.0.6 and 3.1.0 John Fletcher 2014-12-27 17:43:18 +0000
  • 2b66b29e86 doc/phoenix3.qbk Add a comment on current date. John Fletcher 2014-12-27 17:41:53 +0000
  • b2c55e2093 doc/inside/actor.qbk Correct error in reference John Fletcher 2014-12-27 17:22:05 +0000
  • 72efaaa6d0 doc/phoenix3/qbk Update version to 3.1.0 and quickbook to 1.6 with compatibility to 1.3 John Fletcher 2014-12-27 17:06:31 +0000
  • 8bbc816dbf Updated tests to >= 1900 (MSVC > 12) John Fletcher 2014-12-27 11:40:25 +0000
  • dc7563497d Take out both vector tests and change test to < 1800 John Fletcher 2014-12-27 11:24:03 +0000
  • 8d139721c2 Take out ref(i) = ref(i) test for MSVC > 12 John Fletcher 2014-12-26 23:19:03 +0000
  • 5ea72ea7c2 Correct test - it was the wrong way round John Fletcher 2014-12-26 23:00:31 +0000
  • 3819efef8c Remove failing test for MSVC > 12 John Fletcher 2014-12-26 22:58:52 +0000
  • f3f6113743 Take out vector<vector> > test to for MSVC 12 and 14 John Fletcher 2014-12-26 17:10:16 +0000
  • 31427ea93f stdlib/cmath.cpp Make explicit use of boost::phoenix::fabs John Fletcher 2014-12-26 12:29:32 +0000
  • 1de7257d69 Merge branch 'release-3.1.0' John Fletcher 2014-12-25 18:07:41 +0000
  • 227ee153b4 Changelog Update for bind/bind_member_function.hpp changes John Fletcher 2014-12-25 18:05:11 +0000
  • b76a28c7b5 Changelog Update for bind/bind_member_function.hpp changes John Fletcher 2014-12-25 18:05:11 +0000
  • 5e088c4ca4 Merge branch 'release-3.1.0' John Fletcher 2014-12-25 17:49:54 +0000
  • fcedcf2846 Add lazy_enable_if<boost::is_member_function_pointer<RT (ClassT::*)()> to zero argument code. John Fletcher 2014-12-24 22:44:27 +0000
  • 21f9c361a2 Add lazy_enable_if<boost::is_member_function_pointer<RT (ClassT::*)()> to zero argument code. John Fletcher 2014-12-24 22:44:27 +0000
  • 2c8cff4c42 test/regression/bug4853.cpp Remove value test for gcc < 4.5 John Fletcher 2014-12-24 17:50:23 +0000
  • e3ed3afbcc stl/cmath.hpp Correct typo in previous edit John Fletcher 2014-12-24 17:13:58 +0000
  • 6e21bf742d std/cmath.hpp Don't use decltype version for gcc < 4.5 even with C++0x John Fletcher 2014-12-24 17:11:43 +0000
  • ecfae30135 test/regression/bug7624.cpp Don't use decltype for gcc < 4.5 even with C++0x John Fletcher 2014-12-24 17:08:22 +0000
  • ee48608088 regression/bug7624.cpp Don't use decltype for Intel C++ John Fletcher 2014-12-23 19:23:05 +0000
  • f11680315d stl/cmath.hpp Don't use decltype for Intel C++ John Fletcher 2014-12-23 19:03:09 +0000
  • 31796f3f6c Merge branch 'release-3.1.0' John Fletcher 2014-12-23 12:43:25 +0000
  • ed06bdd7fb Changelog Update for 3.1.0 release. John Fletcher 2014-12-23 12:24:17 +0000
  • 20d0fcda37 version.hpp Update version to 3.1.0 John Fletcher 2014-12-23 12:21:22 +0000
  • 946a1db4f8 bind/bind_member_variable.hpp Add (c) for John Fletcher John Fletcher 2014-12-23 12:21:05 +0000
  • 32b8c45b23 Changelog. Add note on changes to cmath test. John Fletcher 2014-12-22 22:20:02 +0000
  • c7c2cefc46 test/stdlib/cmath.cpp Add test of atan2 and tan to check 1 and 2 argument functions. John Fletcher 2014-12-22 22:17:51 +0000
  • f5fad3000a test/stdlib/cmath.cpp Change pow test. John Fletcher 2014-12-22 22:09:36 +0000
  • b79ebb697f Note changes to bug7165 and bug7166 John Fletcher 2014-12-22 21:53:36 +0000
  • 1eda6f3f04 bug7165 and 7166 test on phoenix/core only to reduce compile load. John Fletcher 2014-12-22 21:50:57 +0000
  • bc112ce830 Changelog Update for bind bug fix. John Fletcher 2014-12-20 23:29:18 +0000
  • 4cfbfcedba bind/bind_member_variable.hpp New version runs all tests using boost::lazy_disable_if to resolve overloading problems. John Fletcher 2014-12-20 19:09:25 +0000
  • c7d816504f bind/bind_member_variable.hpp Ammend experiment, still not working. John Fletcher 2014-12-20 01:27:29 +0000
  • 7a38e0a451 bind/bind_member_variable Experiments with disable_if not complete yet. John Fletcher 2014-12-20 01:15:30 +0000
  • 17bd6e39dd Merge pull request #6 from MarcelRaad/patch-1 Joel de Guzman 2014-11-27 08:15:26 +0800
  • 77a55a5630 Compile fix for MSVC 2015 Preview Marcel Raad 2014-11-26 23:26:59 +0100
  • 5386d820bd Merge pull request #5 from teajay-fr/bugfix/operator_modulo_assign Joel de Guzman 2014-10-04 08:11:28 +0800
  • deb5b7c750 Add the missing modulo assign operator in the using list Thomas Bernard 2014-10-03 22:10:38 +0000
  • 40ab263d2a Merge pull request #4 from danieljames/metadata Joel de Guzman 2014-08-19 06:08:32 +0800
  • 6b8e76e914 Add metadata file. Daniel James 2014-08-18 15:08:42 +0100
  • a3e6f87211 Merge branch 'master' of https://github.com/boostorg/phoenix John Fletcher 2014-07-17 22:12:27 +0100
  • 41e1b6dc79 Merge branch 'develop' Joel de Guzman 2014-07-15 21:13:22 +0800
  • fa304b64c5 Update scope/preprocessed/lambda files John Fletcher 2014-06-28 15:44:26 +0100
  • 3abf0f8c17 phoenix/scope/lambda.hpp comment unused actions_type and map_type John Fletcher 2014-06-27 20:23:36 +0100
  • 7492089194 Merge pull request #3 from vtnerd/bugfix/basic_expr Joel de Guzman 2014-04-14 09:52:03 +0800
  • 47a8b56568 Fixed tabbing Lee Clagett 2014-04-13 20:44:24 -0400
  • 5a5a11f118 Setting phoenix generator to use proto::basic_expr Lee Clagett 2014-04-13 20:43:06 -0400
  • 8e9551845c Correct typos in expressions John Fletcher 2014-04-07 21:02:52 +0100
  • 07d15c6d87 Fix Tabs in two test files John Fletcher 2014-03-24 15:14:28 +0000
  • cc36f2926a Add note on #9742 and new tests John Fletcher 2014-03-17 17:27:35 +0000
  • 87ad39052a test/Jamfile add for_each and for_test John Fletcher 2014-03-17 16:48:51 +0000
  • 5c4a19da13 for_ test file - New file John Fletcher 2014-03-17 16:40:39 +0000
  • 83dd8eee3d for_each test file John Fletcher 2014-03-17 16:40:19 +0000
  • e31f4c2f0a test/algorithm/for_each.cpp New test John Fletcher 2014-03-17 16:08:45 +0000
  • 33619b03f7 Merge branch 'release-3.0.6' John Fletcher 2014-03-17 14:14:10 +0000
  • 2cd0d15d3d Merge branch 'develop' into release-3.0.6 John Fletcher 2014-03-17 14:12:49 +0000