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 |
|
Paul
|
89c421d37c
|
Add another test
|
2016-02-25 13:36:56 -06:00 |
|
Paul
|
aba2a62f54
|
Fix shadow warning and missing string header for examples
|
2016-02-25 10:33:40 -06:00 |
|
Paul
|
60762c3fbf
|
Merge branch 'examples' of https://github.com/pfultz2/Fit into examples
|
2016-02-25 07:45:07 -08:00 |
|
Paul
|
04fa68ecf6
|
Fix fix example on msvc
|
2016-02-25 07:44:24 -08:00 |
|
Paul
|
2ec7c5f06e
|
Set cmake flags as an environment variable
|
2016-02-25 09:33:58 -06:00 |
|
Paul
|
8e2f8194dc
|
Add generic lambda tests to ci
|
2016-02-25 09:07:13 -06:00 |
|
Paul
|
b0c635d2a5
|
Disable building examples on gcc, try to build examples on msvc
|
2016-02-25 08:50:10 -06:00 |
|
Paul
|
31979f800c
|
Disable returns test for gcc
|
2016-02-25 08:46:17 -06:00 |
|
Paul
|
9c91e5cabc
|
Add file
|
2016-02-24 10:08:12 -06:00 |
|
Paul
|
526e33528c
|
Add returns example to tests
|
2016-02-24 10:07:50 -06:00 |
|
Paul
|
7e46850e03
|
Use explicit namepspace for unpack
|
2016-02-24 07:55:59 -06:00 |
|
Paul
|
078dd6b078
|
Build examples on gcc
|
2016-02-24 00:56:50 -06:00 |
|
Paul
|
9fc2947499
|
Some more document fixes
|
2016-02-24 00:50:19 -06:00 |
|
Paul
|
e0a5b93dea
|
Some fixes for links
|
2016-02-24 00:27:50 -06:00 |
|
Paul
|
153e85ec34
|
Add more documentation about use cases
|
2016-02-24 00:07:15 -06:00 |
|
Paul
|
91585a033f
|
Improve wording
|
2016-02-23 23:27:10 -06:00 |
|
Paul
|
771fb8f102
|
Remove word wrapping since markdown doesn't support it
|
2016-02-23 23:25:09 -06:00 |
|
Paul
|
8308b8ef0e
|
Use pipes
|
2016-02-23 10:41:35 -06:00 |
|
Paul
|
52d5dc8a4e
|
Remove plus equals
|
2016-02-23 10:39:57 -06:00 |
|
Paul
|
bd858910f3
|
Try using the pipe syntax again
|
2016-02-23 10:39:19 -06:00 |
|
Paul
|
a352ed796c
|
Remove extra line
|
2016-02-23 10:15:00 -06:00 |
|
Paul
|
99b1f75475
|
Use a grid table instead
|
2016-02-23 10:14:27 -06:00 |
|
Paul
|
8bfdade6c8
|
Add markdown file for configurations
|
2016-02-23 10:06:30 -06:00 |
|
Paul
|
4d334b2320
|
Document configurations in the Fit library
|
2016-02-23 09:59:18 -06:00 |
|
Paul
|
9cd7beb25f
|
Fix typo of declval
|
2016-02-22 19:04:42 -06:00 |
|
Paul
|
cc769e7f00
|
Add a note about the the reveal adaptor being used with static functions
|
2016-02-22 18:52:59 -06:00 |
|
Paul
|
d9198cf7f1
|
Document the failure reporting with reveal
|
2016-02-22 18:47:36 -06:00 |
|
Paul
|
4495d96159
|
Add a sample of error messages to reveal
|
2016-02-22 09:31:46 -06:00 |
|
Paul
|
4252b288a4
|
Check multiple arguments
|
2016-02-21 23:34:52 -06:00 |
|
Paul
|
2f3e3e162b
|
Dont access nested template type
|
2016-02-21 23:30:44 -06:00 |
|
Paul
|
7121b4d4e8
|
Remove extra template paramters to make the output of the error message cleaner
|
2016-02-21 18:50:49 -06:00 |
|
Paul
|
334642f947
|
Only use aliases on clang
|
2016-02-21 18:05:01 -06:00 |
|
Paul
|
b396f46a09
|
Add more tests for reveal and add a mechanism to specifiy failures from a template alias
|
2016-02-21 17:12:37 -06:00 |
|
Paul
|
3d233d100b
|
Use base template parameter for reveal
|
2016-02-21 11:52:51 -06:00 |
|