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

348 Commits

Author SHA1 Message Date
John Fletcher
def57bd32a patch for BOOST_PHOENIX_ADAPT_FUNCTION 2015-03-28 21:00:39 +00:00
John Fletcher
5ad4d740d4 Fix for bug with BOOST_PHOENIX_ADAPT_FUNCTION_NULLARY with using namespace boost::phoenix 2015-03-27 22:51:02 +00:00
Kohei Takahashi
401968b762 Re-generate preprocessed files. 2015-03-27 12:32:33 +09:00
Kohei Takahashi
aa5f14e360 Merge remote-tracking branch 'origin/develop' into feature/issue5604 2015-03-27 11:06:29 +09:00
Kohei Takahashi
da73083e27 Suppress unused parameter warnings. 2015-03-25 18:53:02 +09:00
Kohei Takahashi
6421bcb302 Fix extra ';' warning. 2015-03-25 18:52:19 +09:00
Kohei Takahashi
13e1512741 Suppress unused local typedef warning in let. 2015-03-24 22:07:22 +00:00
Kohei Takahashi
226c5aaf47 Implement #5604: accessible to thrown object. 2015-03-25 01:27:00 +09:00
Kohei Takahashi
761215549a Fix extra ';' warning.
GCC with '-pedantic' will warn.
2015-03-24 17:27:45 +09:00
John Fletcher
58f2a814b2 function/lazy_prelude.hpp Rename at to at_ because of name clash. 2015-03-23 16:09:32 +00:00
John Fletcher
4a329534fb lazy_reuse.hpp Add reuser4 2015-03-22 22:59:30 +00:00
John Fletcher
69a75cbd95 lazy_prelude.hpp Complete the upgrade. 2015-03-22 22:59:12 +00:00
John Fletcher
719765edc9 lazy_prelude.hpp Update to new standard and add new functions. 2015-03-22 22:51:30 +00:00
John Fletcher
59db2f159a function/lazy_signature.hpp lazy_smart.hpp New files 2015-03-22 22:33:52 +00:00
John Fletcher
04379f085a function/lazy_operator.hpp Updated to new policies 2015-03-22 22:26:36 +00:00
John Fletcher
a28ece0785 function/function.hpp Amend copyright. 2015-03-21 18:19:08 +00:00
John Fletcher
9b8d79e5b0 function/function.hpp Add result overloads to fix return problem for 1 to 4 arguments. 2015-03-21 10:24:37 +00:00
John Fletcher
9d837b6c9d Implementation of unordered type deduction 2015-03-18 16:47:20 +00:00
John Fletcher
1c1cd7aa12 stl/algorithm/detail/has_find.hpp Add include for unordered headers. 2015-03-18 16:45:39 +00:00
John Fletcher
1d48295e42 phoenix/config.hpp Add configuration for hash and unordered headers 2015-03-18 16:44:44 +00:00
John Fletcher
0e40abca99 function/lazy_prelude.hpp Take out apply0 2015-03-12 15:56:56 +00:00
John Fletcher
a7f41a6715 function/lazy_prelude.hpp Correct bug on apply0 2015-03-12 15:21:11 +00:00
John Fletcher
04a7ef3daf scope/let.hpp Fix tabs in comments 2015-03-11 21:52:43 +00:00
John Fletcher
202551e234 scope/local_variable.hpp Take out unused is_value_type 2015-03-10 23:01:56 +00:00
John Fletcher
71c52c4cd4 function/lazy_prelude.hpp Remove redundant code. 2015-03-09 11:21:18 +00:00
John Fletcher
3943db6bf5 function/lazy_prelude.hpp Make inner result structs complete for gcc 4.2.1 2015-03-05 16:16:01 +00:00
John Fletcher
92c6a7a6fb function/lazy_prelude.hpp Add new functions iterate and repeat 2015-03-05 14:28:54 +00:00
John Fletcher
3aa6d7762f function/lazy_prelude.hpp add missing const in Filter 2015-03-05 09:05:34 +00:00
John Fletcher
13c0fec775 function/lazy_prelude.hpp Allow for exceptions to be turned off. 2015-03-04 16:51:03 +00:00
John Fletcher
7c0a90385b function/lazy_prelude.hpp Add these: odd even length at filter 2015-03-04 16:38:20 +00:00
John Fletcher
5616b287f5 function/lazy_prelude.hpp Added enum_from and enum_from_to 2015-03-03 22:28:18 +00:00
John Fletcher
1be281abf7 Move ChangeLog and version.hpp to version 3.2.0 2015-03-02 12:09:58 +00:00
John Fletcher
55819757be Allow user to over-ride BOOST_PHOENIX_FUNCTION_MAX_LAZY_LIST_LENGTH 2015-03-02 11:52:31 +00:00
John Fletcher
35e3c9ce3b function/lazy_prelude.hpp Correction 2015-03-02 11:45:08 +00:00
John Fletcher
5f30643735 Change MAX_LIST_LENGTH to BOOST_PHOENIX_FUNCTION_MAX_LAZY_LIST_LENGTH 2015-03-02 11:42:24 +00:00
John Fletcher
1dec80812b function/lazy*.hpp Changed define names to include FUNCTION. 2015-03-02 11:38:14 +00:00
John Fletcher
86f75ebb29 function/lazy_prelude.hpp Use boost headers not local headers. 2015-03-02 11:21:04 +00:00
John Fletcher
db1c2b1133 function/lazy_list.hpp remove reference in one location. 2015-03-02 10:25:22 +00:00
John Fletcher
c606f2ef71 function/lazy_list.hpp Amend types for T in cons 2015-03-01 16:50:16 +00:00
John Fletcher
cb100798eb function/lazy_prelude.hpp delete incomplete enum_from 2015-03-01 16:36:27 +00:00
John Fletcher
f4d92a0e1f function/lazy_prelude.hpp Updated version 2015-03-01 16:34:25 +00:00
John Fletcher
7a36620f70 function/lazy_list define MAX_LIST_LENGTH 2015-03-01 16:33:28 +00:00
John Fletcher
66810e0664 function/lazy_list.hpp Change blackhole() 2015-02-27 23:25:16 +00:00
John Fletcher
60784e3215 function/lazy_prelude.hpp Include vector in header 2015-02-27 22:56:34 +00:00
John Fletcher
7cc053538a ‭function/lazy*.hpp First commit of lazy list files. 2015-02-26 20:19:04 +00:00
John Fletcher
2921c872f7 phoenix/version.hpp Update to V3.1.1 2015-02-23 10:10:25 +00:00
John Fletcher
4e35153434 scope/let.hpp uncvref<Expr> used for Expr in result 2015-02-16 09:01:43 +00:00
John Fletcher
77d16af8c8 core/value.hpp Take out is_value which is incorrect 2015-02-08 12:39:31 +00:00
John Fletcher
630e454eaa scope/let.hpp Take out printout 2015-02-04 23:49:12 +00:00
John Fletcher
b959ed0c33 scope/let.hpp add some diagnostic code 2015-02-04 22:16:35 +00:00