2
0
mirror of https://github.com/boostorg/hof.git synced 2026-02-23 15:52:12 +00:00
Commit Graph

818 Commits

Author SHA1 Message Date
Paul
9c03182e89 Add a newline at end of header file check 2016-03-18 23:52:42 -05:00
Paul
305fbe8661 Add test for header includes 2016-03-16 15:33:35 -05:00
Paul
9eb9534d6d constexpr void only on clang with relaxed constexpr 2016-03-16 14:10:27 -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
f99f25896c Remove extraneous define of FIT_NO_CONSTEXPR_VOID for issue #113 2016-03-16 12:29:12 -05:00
Paul
e87bbc3c78 Remove FIT_UNARY_PERFECT_ID for issue #113 2016-03-16 12:26:56 -05:00
Paul Fultz II
d513cf84b7 Merge pull request #137 from ldionne/patch-4
[Configurations] Minor reformulation
2016-03-11 14:26:20 -06:00
Louis Dionne
94600c818a [Configurations] Minor reformulation 2016-03-11 15:15:28 -05:00
Paul Fultz II
8081d51c03 Merge pull request #134 from ldionne/patch-3
Fix typos and do minor reformulations
2016-03-11 10:49:27 -06:00
Paul Fultz II
98be3e4db7 Merge pull request #130 from ldionne/patch-2
Fix typos and other minor grammatical mistakes
2016-03-11 10:49:08 -06:00
Louis Dionne
9755fb74fc Fix typos and do minor reformulations 2016-03-11 10:38:15 -05:00
Louis Dionne
79d153de88 Fix typos and other minor grammatical mistakes 2016-03-11 10:07:38 -05:00
Paul
ec7a043522 Add some more comments to example 2016-03-02 01:38:22 -06:00
Paul
e51669937b Fix shadowing 2016-03-02 01:30:55 -06:00
Paul
953b7216be Fix warnings on clang 2016-03-02 00:21:06 -06:00
Paul
1ce9c7cf92 Add an example building algorithms for sequences 2016-03-02 00:06:30 -06:00
Paul
e3bf390b54 Add links to fold 2016-03-01 10:10:26 -06:00
Paul
7b6dcd0c64 Add additional semantics to apply 2016-03-01 10:07:49 -06:00
Paul
9e1322d28b Merge branch 'doc-updates' 2016-03-01 09:57:35 -06:00
Paul
afb7081e27 Add missing file 2016-03-01 09:57:03 -06:00
Paul
66976beaf9 Add documentation about building 2016-03-01 09:44:13 -06:00
Paul
52b54cd8e9 Update documentation about const callability: 2016-03-01 09:30:56 -06:00
Paul
f17098eaa2 Use explicit titles 2016-03-01 09:13:49 -06:00
Paul
98cec4f27d Add faq, and reoragnize the mkdoc.yml file 2016-03-01 09:01:22 -06: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
f3d4c5ebeb Annotate closing brace in example 2016-02-28 01:47:45 -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
8e0e9559f4 Add a note about constexpr support on MSVC and gcc4.6 2016-02-27 23:04:16 -06:00
Paul
5184234af4 Some updates to the more examples 2016-02-27 22:47:27 -06:00
Paul
78f9bafb8d Add a comment about lack of support of trailing decltypes with generic lambdas on MSVC 2016-02-27 16:34:51 -06:00
Paul
46cee35ada Fixes for examples on MSVC 2016-02-27 14:16:54 -08: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
ba59709ea1 Fixes for tuple_get on gcc 4.6 2016-02-27 14:01:57 -06:00
Paul
109c412314 Disable building examples on earlier compilers 2016-02-27 13:23:33 -06: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
4bcb0d0286 Extra indirection to help MSVC 2016-02-26 15:19:29 -06:00
Paul
591eb847dc Add example for operator in and static_if 2016-02-26 14:43:40 -06:00
Paul
e6903a310e Add example using in operator 2016-02-26 14:21:24 -06:00
Paul
6935a351b2 Add an initial print example, and fixes for unpacking a tuple 2016-02-26 14:13:59 -06:00
Paul
1e6568aedf Merge branch 'examples' of github.com:pfultz2/Fit into examples 2016-02-25 15:20:50 -06:00
Paul
a80bb237bb More friendly example for msvc 2016-02-25 15:20:37 -06:00
Paul
73eace7c14 Add tests for lift, and a workaround for MSVC 2016-02-25 12:37:24 -08:00