badair
|
263b282d1d
|
fixing arity test
|
2016-04-01 14:19:09 -05:00 |
|
badair
|
49e2b87156
|
code cleanup
|
2016-04-01 12:44:38 -05:00 |
|
badair
|
c097a46936
|
removing libc++ default from qtcreator project
|
2016-04-01 00:34:00 -05:00 |
|
badair
|
5693d3c3a3
|
adding can_invoke_constexpr example for member function pointer
|
2016-03-31 02:16:29 -05:00 |
|
badair
|
7d212fd67d
|
adding function example for is_constexpr
|
2016-03-31 01:59:08 -05:00 |
|
badair
|
9cc2840b31
|
fixing issues in MSVC, adding comments in MSVC-failing examples
|
2016-03-31 01:47:45 -05:00 |
|
badair
|
040dfe0088
|
trying new macro to fix clang/old libstdc++ combo
|
2016-03-31 00:46:04 -05:00 |
|
badair
|
68943c016d
|
accounting for old libstdc++ type_traits anomalies
|
2016-03-31 00:40:10 -05:00 |
|
badair
|
b4876a158a
|
starting quickbook docs
|
2016-03-30 23:29:47 -05:00 |
|
badair
|
651caff4fa
|
adding examples, improving any_arg, improving error messages
|
2016-03-30 19:07:06 -05:00 |
|
badair
|
d36ab3e517
|
adding common_signature
|
2016-03-30 00:58:29 -05:00 |
|
badair
|
c381b35ee6
|
enabling older versions of libstdc++
|
2016-03-29 21:27:32 -05:00 |
|
badair
|
cd11e2983c
|
is_constexpr added
|
2016-03-29 21:02:09 -05:00 |
|
badair
|
9b821b5b64
|
using CT_ASSERT in can_invoke_constexpr test
|
2016-03-29 17:04:39 -05:00 |
|
badair
|
0a04f243d5
|
improvements to can_invoke_constexpr
|
2016-03-29 17:01:01 -05:00 |
|
Barrett Adair
|
dcbcc68ead
|
Merge branch 'master' of https://github.com/badair/callable_traits
|
2016-03-29 13:17:37 -05:00 |
|
Barrett Adair
|
64b6926e64
|
adding can_invoke_constexpr
|
2016-03-29 13:15:53 -05:00 |
|
badair
|
741ac47744
|
cleaning up struct layouts
|
2016-03-28 06:01:18 -05:00 |
|
Barrett Adair
|
bb40dc8118
|
adding libraries.json
|
2016-03-28 05:38:19 -05:00 |
|
badair
|
7584833b4a
|
moving detail headers to detail folder
|
2016-03-28 04:42:42 -05:00 |
|
badair
|
36768287a5
|
adding config.hpp, code cleanup
|
2016-03-28 04:21:21 -05:00 |
|
badair
|
3912f37612
|
code cleanup minutia
|
2016-03-28 04:00:04 -05:00 |
|
badair
|
ebe63eac82
|
changing namespace ctdetail to detail
|
2016-03-28 02:12:16 -05:00 |
|
Barrett Adair
|
3252643653
|
cleaning up test_invoke, API code
|
2016-03-28 02:05:11 -05:00 |
|
Barrett Adair
|
49cfffffea
|
minor code cleanup
|
2016-03-27 23:29:01 -05:00 |
|
Barrett Adair
|
080385b754
|
Integrating bind_expression into the rest of the trait system
|
2016-03-27 17:15:15 -05:00 |
|
Barrett Adair
|
e9c0c5bfea
|
improving varargs tests
|
2016-03-27 16:28:03 -05:00 |
|
badair
|
b5fee4bc7b
|
updating cmake messages for MSVC users
|
2016-03-27 16:08:23 -05:00 |
|
Barrett Adair
|
c6526cf386
|
Fixing can_invoke to match std::invoke
|
2016-03-27 15:50:25 -05:00 |
|
Barrett Adair
|
81bf2520d1
|
removing decorate_like, improving ambiguity example
|
2016-03-27 04:11:27 -05:00 |
|
Barrett Adair
|
1979bd24a5
|
qtcreator project, pmf tests
|
2016-03-27 03:44:23 -05:00 |
|
Barrett Adair
|
9466ba19c1
|
adding comma to readme
|
2016-03-26 05:03:28 -05:00 |
|
Barrett Adair
|
2e6cfa0ded
|
Crediting Boost.Hana and Boost.Bind in readme
|
2016-03-26 05:00:29 -05:00 |
|
badair
|
4de7d7e9ac
|
comment explaining MSVC pragma warning
|
2016-03-26 04:28:10 -05:00 |
|
Barrett Adair
|
5cdbf32c87
|
adding Wandbox link
|
2016-03-26 03:32:09 -05:00 |
|
Barrett Adair
|
2b158dff19
|
updating readme
|
2016-03-26 03:19:48 -05:00 |
|
Barrett Adair
|
43631af9f8
|
updating readme
|
2016-03-26 03:15:57 -05:00 |
|
Barrett Adair
|
3273c7f7d3
|
updating readme
|
2016-03-26 02:54:56 -05:00 |
|
Barrett Adair
|
74f1eddd84
|
Updating readme
|
2016-03-26 02:47:57 -05:00 |
|
badair
|
ecb2f577e0
|
removing unused local type aliases
|
2016-03-26 01:46:41 -05:00 |
|
badair
|
959dcca860
|
undoing /Wall hacks for MSVC, adding best_match
|
2016-03-26 01:38:13 -05:00 |
|
Barrett Adair
|
e3f6f40ef0
|
updating readme
|
2016-03-26 01:36:17 -05:00 |
|
badair
|
a1d9bcf209
|
[test] [example] disabling useless MSVC warnings when /Wall
|
2016-03-25 16:57:33 -05:00 |
|
badair
|
eaf60e7c5a
|
whitespace
|
2016-03-25 16:38:12 -05:00 |
|
badair
|
286bb09bc4
|
fixing gcc environment for travis
|
2016-03-25 16:37:19 -05:00 |
|
badair
|
937de38cfe
|
updating compiler compatibility messages
|
2016-03-25 16:34:14 -05:00 |
|
badair
|
558ef62d0a
|
removing gcc 4.8 build
|
2016-03-25 16:27:17 -05:00 |
|
badair
|
25323e2f96
|
fixing non-elided stringstream copies in test, fewer travis builds
|
2016-03-25 16:14:42 -05:00 |
|
badair
|
32de0af258
|
fixing typo in travis.yml
|
2016-03-25 16:03:20 -05:00 |
|
badair
|
147ac24511
|
whitespace
|
2016-03-25 15:59:49 -05:00 |
|