Kohei Takahashi
|
fd35914922
|
Fix wrong include within test.
|
2016-08-18 16:31:42 +09:00 |
|
Kohei Takahashi
|
b82906369e
|
Detect container availability independently.
|
2016-07-23 17:55:29 +09:00 |
|
Kohei Takahashi
|
a11636fd41
|
Fix documents and tests about include header.
|
2016-07-23 17:04:48 +09:00 |
|
Kohei Takahashi
|
3fe8df25ab
|
Fix accidentally dropped changes.
see: 24443595c2
|
2016-02-21 01:06:19 +09:00 |
|
John Fletcher
|
f7726e1d22
|
Suspend tests on features not currently available.
|
2015-04-29 14:12:21 +01:00 |
|
Jeff Trull
|
bb4262059c
|
Fix TRAC 11226 by partially reverting b959ed0c33ef28ec978689a8b1235661fcde93fe;
add a unit test for the observed issue.
|
2015-04-22 21:02:01 -07:00 |
|
Joel de Guzman
|
24443595c2
|
Merge branch 'master' into develop
Conflicts:
ChangeLog
doc/html/index.html
include/boost/phoenix/function/lazy_prelude.hpp
test/algorithm/querying_find.cpp
|
2015-04-23 09:53:32 +08:00 |
|
John Fletcher
|
bfcda9c8f7
|
Add include of boost/config before checking for MSVC
|
2015-04-16 12:37:10 +01:00 |
|
John Fletcher
|
cb697f0c91
|
Test of workaround for MSVC 12 and 14
|
2015-04-14 17:19:29 +01:00 |
|
John Fletcher
|
ed8a79893e
|
Revise tests again
|
2015-04-13 22:54:33 +01:00 |
|
John Fletcher
|
a8b49ccf5c
|
lambda_tests1b2r.cpp Change test again
|
2015-04-13 17:51:20 +01:00 |
|
John Fletcher
|
d22df82be6
|
Changes tests again
|
2015-04-11 00:16:27 +01:00 |
|
John Fletcher
|
39788ec2d7
|
Update tests for MSVC 12 and 14
|
2015-04-09 12:44:09 +01:00 |
|
John Fletcher
|
8b54377ce2
|
test/Jamfile run for_test2
|
2015-04-06 10:48:55 +01:00 |
|
John Fletcher
|
abd29767a7
|
for_test2.cpp remove tab
|
2015-04-06 10:48:04 +01:00 |
|
John Fletcher
|
bdfd6992cd
|
Reduce scope of test to just the limits. Previous version exhausts resources.
|
2015-04-02 19:35:01 +01:00 |
|
John Fletcher
|
401fb9bc88
|
Reduce scope of test to just the limits. Previous version exhausts resources.
|
2015-04-02 19:30:39 +01:00 |
|
John Fletcher
|
a1c78f1f15
|
test/Jamfile Run lazy_thunk_tests
|
2015-04-02 19:21:33 +01:00 |
|
John Fletcher
|
a57bb49e78
|
function/lazy_thunk_tests.cpp New test
|
2015-04-02 19:19:22 +01:00 |
|
John Fletcher
|
061e412392
|
test/Jamfile run lazy_ptr_tests
|
2015-04-02 19:05:20 +01:00 |
|
John Fletcher
|
61ccbfe6bf
|
lazy_ptr_tests New test
|
2015-04-02 19:05:02 +01:00 |
|
John Fletcher
|
e86d610bf7
|
Add phx:: to bind to resolve ambiguity.
|
2015-03-28 22:55:15 +00:00 |
|
John Fletcher
|
d6b54467d7
|
Extend test to cover BOOST_PHOENIX_ADAPT_FUNCTION
|
2015-03-28 21:09:11 +00:00 |
|
John Fletcher
|
11467c8395
|
Extend test to cover BOOST_PHOENIX_ADAPT_FUNCTION
|
2015-03-28 21:03:33 +00:00 |
|
John Fletcher
|
b01c7f330f
|
remove namespace boost::phoenix
|
2015-03-28 20:47:54 +00:00 |
|
John Fletcher
|
239191ef09
|
remove namespace boost::phoenix
|
2015-03-28 20:43:02 +00:00 |
|
John Fletcher
|
6c9a3e9d64
|
bind_dm_test.cpp Update test condition for gcc 4.7.3 case
|
2015-03-28 11:28:42 +00:00 |
|
John Fletcher
|
090f070e7f
|
Permit backward hash to avoid clang problem finding backward header.
|
2015-03-28 11:26:23 +00:00 |
|
John Fletcher
|
4b263cfb90
|
bind_dm_test.cpp Update test condition for gcc 4.7.3 case
|
2015-03-28 10:57:10 +00:00 |
|
John Fletcher
|
8904bcefaf
|
Test for solution of problem with using namespace boost::phoenix
|
2015-03-27 22:59:56 +00:00 |
|
John Fletcher
|
dc39c2ffd1
|
Test for solution of problem with using namespace boost::phoenix
|
2015-03-27 22:55:47 +00:00 |
|
Kohei Takahashi
|
aa5f14e360
|
Merge remote-tracking branch 'origin/develop' into feature/issue5604
|
2015-03-27 11:06:29 +09:00 |
|
John Fletcher
|
f5f7c39f6f
|
lambda_tests1b2r Change test
|
2015-03-25 22:05:37 +00:00 |
|
John Fletcher
|
0d42ef3594
|
lambda_tests1b1r.cpp Change test for MSVC >= 11
|
2015-03-25 21:58:18 +00:00 |
|
Kohei Takahashi
|
5c8bbc9308
|
Add more tests for exceptions.
|
2015-03-25 19:34:12 +09:00 |
|
John Fletcher
|
7650588a44
|
Change pow to std::pow
|
2015-03-24 21:58:59 +00:00 |
|
John Fletcher
|
fbfc52f43f
|
Change pow to std::pow
|
2015-03-24 21:51:06 +00:00 |
|
John Fletcher
|
37041710d8
|
Reverse merging of old aa* test files.
|
2015-03-24 21:35:52 +00:00 |
|
John Fletcher
|
94dabe19c0
|
lazy_list3_tests.cpp Rename at to at_
|
2015-03-24 21:21:08 +00:00 |
|
Kohei Takahashi
|
226c5aaf47
|
Implement #5604: accessible to thrown object.
|
2015-03-25 01:27:00 +09:00 |
|
John Fletcher
|
75930b848e
|
lazy_list3_tests.cpp Rename at to at_
|
2015-03-23 16:09:04 +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
|
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
|
b417428500
|
test/Jamfile Add lazy_compose_tests
|
2015-03-22 23:15:21 +00:00 |
|