Commit Graph

467 Commits

Author SHA1 Message Date
Barrett Adair
454b8ade9c
Merge pull request #183 from HDembinski/fix_cmake
Fix for using callable_traits as a CMake dependency in other boost projects
2019-11-04 21:17:30 -06:00
Hans Dembinski
51bf01bf6d wip 2019-04-14 16:27:32 +02:00
Barrett Adair
7403f473ed
Merge pull request #181 from boostorg/develop
Merge fixes from develop branch
2019-01-10 12:24:36 -06:00
Barrett Adair
19b1499857
Merge pull request #180 from badair/master
fix is_invocable for param-less lambdas
2018-12-17 18:15:20 -06:00
Barrett Adair
3775d33eca fix is_invocable tests for libc++ 2018-12-17 17:50:54 -06:00
Barrett Adair
13aa516584 force is_invocable parity test with c++2a 2018-12-17 17:42:11 -06:00
Barrett Adair
4b8cc21982 document compatibility with gcc 8.2.0, clang 7.0.1 2018-12-17 17:39:59 -06:00
Barrett Adair
ff18a4d976 use c++2a for cmake tests when available 2018-12-17 17:39:59 -06:00
Barrett Adair
cedd8060a2 fix is_invocable_r for void return (achieving parity with std) 2018-12-17 17:39:59 -06:00
Barrett Adair
dcc12170ca add gcc 8, clang 6 and 7 to Travis CI 2018-12-17 17:39:54 -06:00
Barrett Adair
2f2497b5c9 fix is_invocable for param-less lambdas 2018-12-17 12:47:22 -06:00
Barrett Adair
a1ae60dbf1
Merge pull request #178 from tzlaine/develop
check -> callable_traits_check. If a "check" target exists, give it a
2018-09-20 03:05:36 -05:00
Zach Laine
0cfa8abe6d check -> callable_traits_check. If a "check" target exists, give it a
dependency on callable_traits_check. Add a custom target check that depends on
callable_traits_check otherwise.
2018-09-19 19:47:13 -05:00
Barrett Adair
04a469afe1
Merge pull request #176 from boostorg/develop
more doc tweaks
2018-06-30 22:33:42 -05:00
Barrett Adair
3d3c7a4a52
Merge pull request #175 from badair/master
more doc tweaks
2018-06-30 22:33:04 -05:00
Barrett Adair
1218db0b70 more doc tweaks 2018-06-30 22:31:36 -05:00
Barrett Adair
e3c29f919b
Merge pull request #174 from badair/master
minor documentation tweaks
2018-06-30 22:03:41 -05:00
Barrett Adair
4be134c275 update copyrights 2018-06-30 21:52:54 -05:00
Barrett Adair
5349a056a1 documentation tweaks 2018-06-30 21:50:38 -05:00
Barrett Adair
39c547ad69 171 fix Windows line endings 2018-01-19 19:40:37 -06:00
Barrett Adair
ff570661b7
Merge pull request #170 from Lastique/fix_newlines
Fix newlines, tabs and ensure the source files end with a newline.
2018-01-19 19:30:13 -06:00
Andrey Semashev
c1933b8ef0 Fixed newlines, tabs and ensured the source files end with a newline. 2018-01-03 21:04:31 +03:00
Barrett Adair
eff2dd3e83
Merge pull request #169 from danieljames/develop
Fix windows newlines, and add .gitattributes to avoid them in future
2017-11-13 20:47:51 -06:00
Daniel James
7a3bb12420 Add .gitattributes
To avoid checking in using windows newlines.
2017-11-12 20:40:52 +00:00
Daniel James
14e6a7f172 Remove windows newlines 2017-11-12 20:39:42 +00:00
Barrett Adair
0ce9138ce8
Merge pull request #168 from boostorg/develop
allow cv/ref on qualified_class_of, fix bug for varargs function types with member qualifiers, reduce redundant travis CI jobs, update docs
2017-11-12 13:56:05 -06:00
Barrett Adair
da3d5bab7b
Merge pull request #167 from badair/master
fix qualified_class_of for cv/ref qualified pointers, fix varargs bug, update docs
2017-11-11 21:39:10 -06:00
Barrett Adair
6da16c3dee update docs 2017-11-11 21:36:07 -06:00
Barrett Adair
aa05d651b7 reduce redundant travis CI jobs 2017-11-11 21:13:52 -06:00
Barrett Adair
c7fe212d9f fix bug for varargs function types with member qualifiers 2017-11-11 20:38:55 -06:00
Barrett Adair
5756117cbc allow cv/ref on qualified_class_of 2017-11-11 18:00:14 -06:00
Barrett Adair
4f9eea17f0
Merge pull request #165 from boostorg/develop
Improve test coverage, allow top-level ref/cv on non-transforming features
2017-11-04 15:12:11 -05:00
Barrett Adair
66a0435493
Update README.md 2017-11-04 15:05:43 -05:00
Barrett Adair
26aa125099
Merge pull request #164 from badair/master
improve test coverage, enable cv/ref in non-tranform traits
2017-11-04 14:39:32 -05:00
Barrett Adair
0d8f437fed improve test coverage, enable cv/ref in non-tranform traits 2017-11-04 14:09:05 -05:00
Barrett Adair
c40dcde949 Merge pull request #163 from badair/master
improve CI
2017-10-14 11:55:00 -05:00
Barrett Adair
3812c3c5a6 improve CI 2017-10-14 11:53:31 -05:00
Barrett Adair
5a85fc30b0 Merge pull request #162 from badair/master
fix CI for lazy SFINAE
2017-10-14 11:41:08 -05:00
Barrett Adair
4a9136ff9e fix CI for lazy SFINAE 2017-10-14 11:10:46 -05:00
Barrett Adair
cf1a65d997 Merge pull request #161 from boostorg/develop
fix SFINAE-friendliness of lazy metafunctions
2017-09-23 23:33:22 -05:00
Barrett Adair
16f6e2b616 fix SFINAE-friendliness of lazy metafunctions 2017-09-23 19:48:34 -05:00
Peter Dimov
c89a3d6efe Merge branch 'develop' 2017-09-12 13:46:08 +03:00
Barrett Adair
f6be039c7e Merge pull request #158 from boostorg/pr/fix-doc-build
Remove doc/html, fix doc/Jamfile
2017-09-11 21:43:36 -05:00
Barrett Adair
3d432abca6 Merge pull request #157 from boostorg/pr/disable-msvc12
Disable tests on msvc-12.0, C++03 compilers
2017-09-11 21:38:58 -05:00
Peter Dimov
55d7052eba Remove doc/html, fix doc/Jamfile 2017-09-11 20:16:51 +03:00
Peter Dimov
5719d602f7 Disable tests on msvc-12.0, C++03 compilers 2017-09-11 20:03:51 +03:00
Barrett Adair
9da645c173 Merge pull request #156 from boostorg/develop
bug fixes
2017-09-11 01:04:17 -05:00
Barrett Adair
36a6a8af0f Merge pull request #155 from badair/master
bug fixes
2017-09-11 01:03:42 -05:00
Barrett Adair
a43ee33a2a update readme 2017-09-11 01:02:28 -05:00
Barrett Adair
2d7208071f fix is_invocable bug for abominables 2017-09-11 00:29:56 -05:00