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

333 Commits

Author SHA1 Message Date
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
John Fletcher
60a6fbbee3 core/is_value and value. Identify val() at run time 2015-02-04 10:59:15 +00:00
John Fletcher
6f55a5ae6e core/value.hpp Test return value of val() 2015-02-04 10:25:11 +00:00
John Fletcher
5795d05cf5 core/is_value.hpp Experiment with is_val() runtime function - always false at the moment. 2015-02-04 10:24:46 +00:00
John Fletcher
cbad5d4ac6 scope/local_variable.hpp Put in test is_value 2015-02-02 22:22:35 +00:00
John Fletcher
610f30ccdb core/value.hpp add include of is_value.hpp 2015-02-02 21:52:52 +00:00
John Fletcher
0fbe357e3e phoenix/core/is_value.hpp New file 2015-02-02 21:37:25 +00:00
John Fletcher
a9d74bedb1 Use phoenix_default_domain for proto::basic_default_domain 2015-01-30 16:19:02 +00:00
John Fletcher
ebb9b44853 Update expression preprocessed files 2015-01-30 16:18:23 +00:00
John Fletcher
e168b2853e Updated preprocessed files 2015-01-14 20:46:13 +00:00
John Fletcher
6ad32d0cc7 scope/lambda Take out unused typedefs to avoid warnings 2015-01-14 20:36:59 +00:00
John Fletcher
8ecc2cf71b scope/let.hpp Make a local copy of vars and use it. 2015-01-11 00:39:52 +00:00
John Fletcher
fbce509d66 scope/let.hpp Add to copyright 2015-01-09 00:09:04 +00:00
John Fletcher
086d8e52a5 scope/let.hpp use ASSERT to make sure size(vars) is accessed. 2015-01-09 00:06:22 +00:00
John Fletcher
b5e35ba9cd phoenix/core/domain.hpp Change to as_expr<T> 2015-01-05 16:52:25 +00:00
John Fletcher
9e71593192 Preprocessed scope/lambda files 2014-12-31 21:38:03 +00:00