Paul
|
f1845754b2
|
Use fit placeholders instead
|
2016-09-10 15:02:31 -05:00 |
|
Paul
|
a99875e28b
|
Rename class
|
2016-09-10 13:00:17 -05:00 |
|
Paul
|
69f36b7bc5
|
Add a test to check for by value semantics
|
2016-09-10 12:57:09 -05:00 |
|
Paul
|
b9dce53b23
|
Update the way references are returned
|
2016-09-10 12:31:13 -05:00 |
|
Paul
|
2076a44790
|
Fix protect problems on gcc 4.6 and 4.7
|
2016-09-05 14:43:55 -06:00 |
|
Paul
|
f99ccea462
|
Merge branch 'develop' into protect
|
2016-09-05 10:14:35 -06:00 |
|
Paul
|
2820db6f4c
|
Fix warning with add_one
|
2016-09-04 09:42:42 -06:00 |
|
Paul
|
03bcdf8619
|
Add proper constuctor to protect
|
2016-09-01 23:58:21 -05:00 |
|
Paul
|
8d9b0e8830
|
Fix warning on gcc 4.6
|
2016-06-25 21:09:38 -05:00 |
|
Paul
|
ddb7f22952
|
Make always not default constructible with primitive types
|
2016-06-25 20:55:34 -05:00 |
|
Paul
|
d9917dddb9
|
Always is default constructible if T is default constructible
|
2016-06-25 20:43:17 -05:00 |
|
Paul
|
da9ad911fd
|
Merge branch 'value-init' into develop
|
2016-06-24 19:42:15 -05:00 |
|
Paul
|
bbdd63bb1b
|
Add support for using reference_wrapper with member pointers
|
2016-06-24 19:18:09 -05:00 |
|
Paul
|
a2453edb20
|
Add more tests for apply
|
2016-06-24 13:13:56 -05:00 |
|
Paul
|
c988c69de5
|
Add tests for protect
|
2016-06-24 12:52:54 -05:00 |
|
Paul
|
416b596c0c
|
Add more tests for lazy adaptor
|
2016-06-24 12:45:56 -05:00 |
|
Paul
|
e5a0ff6223
|
Add more tests for is_callable
|
2016-06-23 19:50:04 -05:00 |
|
Paul
|
f9cd490506
|
Use construct to construct templates as well
|
2016-06-23 19:05:58 -05:00 |
|
Paul
|
6b2348a55e
|
Use in-place new to construct non-literal types
|
2016-06-23 18:57:33 -05:00 |
|
Paul
|
a38e35322b
|
Add test for value initialization
|
2016-06-23 17:34:37 -05:00 |
|
Paul
|
bc8b5bcba7
|
Disable tests for unique addressing for msvc and partially for gcc 4.6
|
2016-06-23 16:31:27 -05:00 |
|
Paul
|
ba0fe2cf3b
|
Update construct tests
|
2016-06-15 14:27:49 -05:00 |
|
Paul
|
88c28bf731
|
Capture use compressed_pair
|
2016-04-27 01:14:17 -05:00 |
|
Paul
|
24e4e0affb
|
Remove has generic lambda from test header
|
2016-04-27 01:04:48 -05:00 |
|
Paul
|
80ebf52d74
|
Decay arguments for unamed placeholder
|
2016-04-19 07:07:23 -05:00 |
|
Paul
|
37355c5f1d
|
Issue #155: Remove FIT_HAS_STATIC_LAMBDA configuration
|
2016-03-26 23:06:01 -06:00 |
|
Paul
|
4f9fd6b47a
|
Setup conditional to handle the same function multiple times, this fixes issue #123
|
2016-03-25 20:42:00 -05:00 |
|
Paul
|
e9b36f259b
|
Add decorate test
|
2016-03-25 15:58:28 -05:00 |
|
Paul
|
a2d4aeddbf
|
Add tests for always_ref
|
2016-03-23 14:51:57 -05:00 |
|
Paul
|
40f68b74e7
|
Use limit to limit the number of paramters for lazy or any function
|
2016-03-23 14:42:49 -05:00 |
|
Paul
|
439148f325
|
Reanble the match test, and other tests as well
|
2016-03-23 14:31:32 -05:00 |
|
Paul
|
088f81a98b
|
Make sure indirection doesn't remove constness
|
2016-03-22 22:59:49 -05:00 |
|
Paul
|
1d61047f3d
|
Fix warnings with clang
|
2016-03-19 00:55:43 -05:00 |
|
Paul
|
72ae4cf85c
|
Add missing tests and disable checking for final on gcc 4.6
|
2016-03-19 00:47:02 -05:00 |
|
Paul
|
04fefc071c
|
Make arg sfinae-friendly, this fixes issue #148
|
2016-03-16 13:30:59 -05:00 |
|
Paul
|
fad52fc912
|
Fixes for issue #118
|
2016-03-16 12:58:49 -05:00 |
|
Paul
|
c0ff55b2fd
|
Add ordering test for apply_eval
|
2016-03-16 12:35:19 -05:00 |
|
Paul
|
4d2941efb5
|
Fixes for bjam tests
|
2016-02-29 09:49:27 -06:00 |
|
Paul
|
5dc97757db
|
Add inital jamfile
|
2016-02-28 21:48:51 -06:00 |
|
Paul
|
029ea2f12a
|
Move tests to better support globbing
|
2016-02-28 21:26:15 -06:00 |
|
Paul
|
9e7146d96d
|
Merge branches 'flow-tests' and 'static-lift'
|
2016-02-27 23:53:04 -06:00 |
|
Paul
|
fc41dc82ea
|
Add more tests to flow adaptor
|
2016-02-27 23:33:53 -06:00 |
|
Paul
|
9349b1b5bd
|
Make fit_lift use static_lambda
|
2016-02-27 23:27:00 -06:00 |
|
Paul
|
7df1375f21
|
More tests for compose
|
2016-02-27 15:51:42 -06:00 |
|
Paul
|
c19995eec4
|
Add more tests to help compose on msvc
|
2016-02-27 13:35:12 -08:00 |
|
Paul
|
637af93855
|
Fix problems with infix on gcc
|
2016-02-27 13:07:37 -06:00 |
|
Paul
|
ed597cba6d
|
Add more tests for infix operator
|
2016-02-26 18:13:30 -06:00 |
|
Paul
|
6935a351b2
|
Add an initial print example, and fixes for unpacking a tuple
|
2016-02-26 14:13:59 -06:00 |
|
Paul
|
73eace7c14
|
Add tests for lift, and a workaround for MSVC
|
2016-02-25 12:37:24 -08:00 |
|
Paul
|
89c421d37c
|
Add another test
|
2016-02-25 13:36:56 -06:00 |
|