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

789 Commits

Author SHA1 Message Date
John Fletcher
3aa6d7762f function/lazy_prelude.hpp add missing const in Filter 2015-03-05 09:05:34 +00:00
John Fletcher
50ae1ca672 doc/lazy.qbk Extend documentation 2015-03-04 22:11:37 +00:00
John Fletcher
32516292e1 lazy_list3_tests Add more tests 2015-03-04 16:51:24 +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
cfcd1cb639 test/jamfile run lazy_list3_tests 2015-03-03 22:40:07 +00:00
John Fletcher
c12630a9ab function/lazy_list3_tests.cpp New test 2015-03-03 22:38:29 +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
6e42373f4f ammend tests to run OPTIMIZE case for all compilers. 2015-03-02 13:00:09 +00:00
John Fletcher
1adbaa1716 Update ChangeLog 2015-03-02 12:10:13 +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
27b0c48117 Develop documentation 2015-03-02 11:16:50 +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
1a14061d29 lazy_list2_tests Correct test 2015-03-01 16:38:30 +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
c9e9e4b037 function/lazy_list2_tests Correct typo 2015-03-01 16:34:01 +00:00
John Fletcher
7a36620f70 function/lazy_list define MAX_LIST_LENGTH 2015-03-01 16:33:28 +00:00
John Fletcher
fe0defeca3 test/Jamfile run lazy_list2_tests 2015-03-01 16:23:19 +00:00
John Fletcher
4f8634df3d function/lazy_list2_tests New test 2015-03-01 16:22:59 +00:00
John Fletcher
e13672735c Develop documentation of list<T> 2015-02-28 18:29:12 +00:00
John Fletcher
9e183347f2 ChangeLog Additions to mention new lazy headers and tests. 2015-02-28 14:07:03 +00:00
John Fletcher
027eb1814a test/Jamfile Run new lazy_list_tests 2015-02-28 09:57:51 +00:00
John Fletcher
cd23686e93 function/lazy_list_test New test 2015-02-28 09:57:07 +00:00
John Fletcher
ab1bc7ed2d test/Jamfile run lazy_headers test
Signed-off-by: John Fletcher <J.P.Fletcher@aston.ac.uk>
2015-02-27 23:26:19 +00:00
John Fletcher
66810e0664 function/lazy_list.hpp Change blackhole() 2015-02-27 23:25:16 +00:00
John Fletcher
4315fb72b7 function/lazy_headers New test 2015-02-27 22:56:54 +00:00
John Fletcher
60784e3215 function/lazy_prelude.hpp Include vector in header 2015-02-27 22:56:34 +00:00
John Fletcher
51d3f3f070 function/lazy_operator_tests Amend copyright. 2015-02-27 22:56:07 +00:00
John Fletcher
554bbf52fd test/Jamfile New test function/lazy_headers not yet in use. 2015-02-27 22:55:39 +00:00
John Fletcher
5c46496967 test/Jamfile run function/lazy_operator_tests 2015-02-26 20:45:45 +00:00
John Fletcher
7baa1faec8 test/function/lazy_operator_tests.cpp New test 2015-02-26 20:45:20 +00:00
John Fletcher
7cc053538a ‭function/lazy*.hpp First commit of lazy list files. 2015-02-26 20:19:04 +00:00
John Fletcher
8a98bb65ad doc/*.qbk updated documentation 2015-02-23 11:44:41 +00:00
John Fletcher
2921c872f7 phoenix/version.hpp Update to V3.1.1 2015-02-23 10:10:25 +00:00
John Fletcher
7a220c1f57 Changelog Updates for V3.1.1 2015-02-23 10:10:07 +00:00
John Fletcher
c2d14aa75d function/lazy_argument_tests.cpp Ammend tests. 2015-02-22 18:34:54 +00:00
John Fletcher
cdf3702bda test/Jamfile add lazy_arguments_test 2015-02-22 18:34:26 +00:00
John Fletcher
0f215c97be function/lazy_argument_tests.cpp Build tests. 2015-02-22 18:29:44 +00:00
John Fletcher
e44c990d64 function/lazy_argument_tests.cpp New tests for function as argument. 2015-02-22 18:25:49 +00:00
John Fletcher
a1b9cf628d test/Jamfile Run lazy_templated_struct_tests. 2015-02-18 16:36:37 +00:00
John Fletcher
e03a102532 function/lazy_templated_struct_tests.cpp Complete the test file 2015-02-18 16:36:14 +00:00
John Fletcher
227879b018 function/lazy_templated_struct_tests.cpp New test file 2015-02-18 16:27:49 +00:00
John Fletcher
e988d9ab51 function/lazy_make_pair_tests.cpp Ammend comments in the file. 2015-02-18 16:27:17 +00:00