Commit Graph

1254 Commits

Author SHA1 Message Date
Paul
4af3174d16 Add documentation for limit 2016-01-15 11:57:37 -06:00
Paul
3645da0fd0 Use param limit in partial adaptor 2016-01-15 11:31:18 -06:00
Paul
068081571f Use limit in pipable 2016-01-15 11:13:47 -06:00
Paul
2d1d28dee5 Add limit adaptor 2016-01-15 10:13:09 -06:00
Paul
b28870e7fc Merge branch 'travis-check-install' 2016-01-14 10:03:28 -06:00
Paul
54358aacb7 Use CXX compiler 2016-01-14 09:56:40 -06:00
Paul
1047b83627 Merge 2016-01-14 09:56:24 -06:00
Paul
0907ce351f Print pkgconfig flags 2016-01-14 09:53:53 -06:00
Paul
79b664c6d9 Workaround missing is_copy_constructible on gcc 4.6 2016-01-13 23:19:14 -06:00
Paul
ab6b7e4c77 Use perfect forwarding in apply_eval 2016-01-13 23:02:42 -06:00
Paul
6cdd216c46 Better handle lvalues 2016-01-13 19:29:23 -06:00
Paul
9515d6036e Prevent moving from rvalues in pack 2016-01-13 18:42:29 -06:00
Paul
f96a4a858a Use gnu++0x 2016-01-13 12:30:41 -06:00
Paul
c29ad132db Fix where directory is called 2016-01-13 12:16:37 -06:00
Paul
ef75779ae5 Put headers in a variable 2016-01-13 12:01:36 -06:00
Paul
34680b7012 Check all headers 2016-01-13 10:27:00 -06:00
Paul
8894cfcd29 Fix installation of pkgconfig 2016-01-13 10:08:30 -06:00
Paul
4d355742ee Set installation path in cmake 2016-01-13 10:02:06 -06:00
Paul
c21ff46690 Check fit installation in travis 2016-01-13 08:03:52 -06:00
Paul
c11af80225 Get rid of FIT_RETURNS 2016-01-12 18:28:24 -06:00
Paul
eb73db732b s/overview/introduction/ 2016-01-12 18:23:58 -06:00
Paul
43f84cc645 Merge branch 'master' of github.com:pfultz2/Fit 2016-01-12 18:21:02 -06:00
Paul
cfb5ddf660 Check for jquery 2016-01-12 18:20:50 -06:00
Paul
2d7cb7855b Update requirements 2016-01-12 09:09:58 -06:00
Paul
674fbceb15 Add author and copyright 2016-01-12 08:56:26 -06:00
Paul
0be5d4fc60 Add header include files to doc 2016-01-12 08:48:26 -06:00
Paul
95c5a1fcba Add documentation about function signatures 2016-01-10 18:06:50 -06:00
Paul
25f8a6a068 Add another example to always 2015-12-22 01:20:02 -05:00
Paul
7feabd8054 Document operators available to the placeholders 2015-12-22 01:16:49 -05:00
Paul Fultz II
fa265bb6aa Merge pull request #85 from pfultz2/callable
Callable
2015-12-17 14:23:41 -06:00
Paul
3454a17c66 Add documentation for callable 2015-12-17 13:04:50 -06:00
Paul
b805238c7c Prevent recursive instantiations of callable base in partial 2015-12-17 00:01:45 -06:00
Paul
59d31b5362 Fix typo 2015-12-15 18:11:48 -06:00
Paul
60e9b38068 Up version 2015-12-15 18:04:55 -06:00
Paul
7d4cd7613d Merge branch 'travis-cmake' into callable 2015-12-15 18:03:33 -06:00
Paul
de227fa82d Dont check certificate for cmake 2015-12-15 17:57:08 -06:00
Paul
b20febce31 Add callable to is_callable 2015-11-26 12:00:29 -05:00
Paul
e205bda314 Add callable to pipable and partial 2015-11-26 11:58:07 -05:00
Paul
761aa37c87 Make decorators use callable 2015-11-26 11:47:26 -05:00
Paul
5ec997472e Add more callable to more function adaptors 2015-11-25 18:00:10 -05:00
Paul
03e4a763a9 Add callable to combine and compose 2015-11-19 22:00:58 -06:00
Paul
58acf38303 Add missing header 2015-11-19 21:54:07 -06:00
Paul
011949d4dd Add callable to capture 2015-11-19 21:53:35 -06:00
Paul
35f73e80b1 Support callable for by adaptor 2015-11-19 21:44:12 -06:00
Paul
53e8582ecd Add a build for c++11 on clang 2015-11-01 17:56:39 -06:00
Paul
a695f3b31c Add workaround for gcc 4.6 2015-11-01 17:35:04 -06:00
Paul
60c162e5ea Add proper ifdefs 2015-10-31 15:59:53 -05:00
Paul
2fe70a9ebc Use manual sfinae 2015-10-31 15:55:37 -05:00
Paul
bbb89bbbd2 Member function pointers can only be constexpr in clang 2015-10-31 15:33:01 -05:00
Paul
e1241684f9 Add support for general callables in apply 2015-10-31 15:24:51 -05:00