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

863 Commits

Author SHA1 Message Date
Joel de Guzman
036f1f3e6f Merge pull request #10 from Flast/patch-2
Fix extra ';' warning.
2015-03-24 16:48:48 +08:00
Kohei Takahashi
761215549a Fix extra ';' warning.
GCC with '-pedantic' will warn.
2015-03-24 17:27:45 +09:00
John Fletcher
7ac04ffb22 ChangeLog Added note about renaming of 'at' to be 'at_' 2015-03-23 16:13:41 +00: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
75930b848e lazy_list3_tests.cpp Rename at to at_ 2015-03-23 16:09:04 +00:00
John Fletcher
ed9936e7b7 ChangeLog add note of lazy_scan_tests 2015-03-23 14:34:52 +00:00
John Fletcher
e5cbd1f78f test/Jamfile add new test lazy_scan_tests 2015-03-23 14:34:35 +00:00
John Fletcher
4e5df28780 function/lazy_scan_tests.cpp Correct error 2015-03-23 14:34:16 +00:00
John Fletcher
ecbbe4bc73 function/lazy_scan_tests.cpp New test 2015-03-23 14:31:14 +00:00
John Fletcher
8aaf426be0 ChangeLog Add new test lazy_fold_tests 2015-03-23 12:50:44 +00:00
John Fletcher
f75b1a25a1 test/Jamfile add new test lazy_fold_tests 2015-03-23 12:48:27 +00:00
John Fletcher
388e1099d9 lazy_fold_tests.cpp Change some comments. 2015-03-23 12:48:09 +00:00
John Fletcher
eed30439c4 lazy_fold_tests.cpp New test 2015-03-23 12:45:40 +00:00
John Fletcher
5919552283 bug4853 - take out test for gcc 4.5. 2015-03-23 09:52:07 +00:00
John Fletcher
e04b6f0e0a querying_find and querying_find2 revise tests 2015-03-23 09:33:09 +00:00
John Fletcher
38836d4ee6 ChangeLog add note of new test lazy_compose_tests 2015-03-22 23:16:44 +00:00
John Fletcher
b417428500 test/Jamfile Add lazy_compose_tests 2015-03-22 23:15:21 +00:00
John Fletcher
affc175891 function/lazy_compose_tests.cpp New test 2015-03-22 23:14:13 +00:00
John Fletcher
825c91e5c4 ChangeLog document changes to test and modified lazy functionality. 2015-03-22 23:04:20 +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
76a0858fcd querying_find2.cpp Add testf for Dinkumware std library 2015-03-22 19:05:34 +00:00
John Fletcher
2e7432708b querying_find2.cpp Run HASH test first if available. 2015-03-22 18:39:56 +00:00
John Fletcher
c7c970cf03 ChangeLog Note on support for return type retrieval from boost::phoenix::function objects. 2015-03-21 18:23:22 +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
627d6a4c86 Fix missing array in test 2015-03-18 17:40:43 +00:00
John Fletcher
3e8ac97df4 Sort out typos and tabs in test files 2015-03-18 17:23:55 +00:00
John Fletcher
7bf4b8b698 ChangeLog Add support for unordered types map and set 2015-03-18 17:14:03 +00:00
John Fletcher
6b28a1ae1a ChangeLog Move patches #10927 and #11085 to release 3.2.0 2015-03-18 16:56:55 +00:00
John Fletcher
44e09a36e0 Delete aa tests and add new test querying_find2 2015-03-18 16:49:47 +00:00
John Fletcher
9a3cf91715 algorithm/querying_find2.cpp Test for unordered type detection 2015-03-18 16:48:17 +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
e7de84533f Update adding new maintainer and author. 2015-03-18 12:38:51 +00:00
John Fletcher
13807c8acc Updated tests to permit backward hash when needed 2015-03-15 12:36:05 +00:00
John Fletcher
2707cc9438 algorithm/querying_find Test for clang for backward warning 2015-03-14 19:38:00 +00:00
John Fletcher
d1030f5729 algorithm/for_test2 New test 2015-03-14 17:51:43 +00:00
John Fletcher
6aed0b1393 for_each2 ammend test 2015-03-14 17:45:51 +00:00
John Fletcher
7d2aa12c0a test/Jamfile add new test for_each2 2015-03-14 17:25:57 +00:00
John Fletcher
a5245e6356 algorithm/for_each2.cpp New test 2015-03-14 17:25:40 +00:00
John Fletcher
5c9edd3757 Finally take out aa series tests - not needed now. 2015-03-13 22:04:25 +00:00
John Fletcher
237f98a466 test/Jamfile put back the aa series tests. 2015-03-12 16:58:00 +00:00
John Fletcher
bff273bc5c Take out aa series tests 2015-03-12 16:55:11 +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