Barrett Adair
|
80c962d094
|
Ignore Apple Clang version
|
2016-12-10 18:49:56 -06:00 |
|
Barrett Adair
|
b7dd4fdb83
|
move to boost namespace, add noexcept features
|
2016-12-10 18:25:20 -06:00 |
|
badair
|
0575c44f71
|
Adding notes and bug fixes for compatibility issues
|
2016-07-30 16:30:22 -05:00 |
|
badair
|
44c4dd96b5
|
forcing reference qualifier errors on old compilers
|
2016-07-26 00:41:11 -05:00 |
|
badair
|
76c832b5c7
|
documentation, version 1.0 bump
|
2016-07-24 22:01:20 -05:00 |
|
Barrett Adair
|
524e87e5c1
|
removing junk files
|
2016-07-24 17:43:07 -07:00 |
|
Barrett Adair
|
6e4bb17f16
|
fix constraint bugs, add tests
|
2016-07-24 17:40:12 -07:00 |
|
badair
|
0e90d9e1ad
|
bug fixes and tests for args/arg_at constraints
|
2016-07-08 20:24:38 -05:00 |
|
badair
|
0046144748
|
testing function_type constraints
also removed shallow_decay
|
2016-07-07 16:40:42 -05:00 |
|
badair
|
9bd14cbf46
|
namespace macros, code cleanup
|
2016-06-30 23:14:32 -05:00 |
|
badair
|
c9fcf121b1
|
[documentation] correcting _t omission
|
2016-06-21 02:08:48 -05:00 |
|
badair
|
4a01b0c8a2
|
[documentation] correcting _t omission
|
2016-06-21 01:43:39 -05:00 |
|
badair
|
626133924e
|
[documentation] correcting _t omission
|
2016-06-21 01:40:18 -05:00 |
|
badair
|
6a91742dac
|
[documentation] fixing copy/paste mistake
|
2016-06-21 01:30:45 -05:00 |
|
badair
|
d38f1fba92
|
[documentation] fixing typo "occuers"
|
2016-06-20 23:54:45 -05:00 |
|
badair
|
78ff32d5b4
|
cleaning up documentation
|
2016-06-20 20:01:52 -05:00 |
|
badair
|
5fd992e0aa
|
[documentation] remove_member_reference
|
2016-06-20 19:37:07 -05:00 |
|
badair
|
78e653df85
|
[documentation] finishing documentation rough draft
|
2016-06-20 19:33:57 -05:00 |
|
badair
|
4a52bf4236
|
[documentation] more documentation
|
2016-06-18 17:09:16 -05:00 |
|
badair
|
1258cac9aa
|
[documentation] more docs and examples for several features
|
2016-06-18 16:45:05 -05:00 |
|
badair
|
034bb43b62
|
[documentation] adding documentation for several traits
|
2016-06-17 20:09:35 -05:00 |
|
badair
|
7e6396b29d
|
removing qualifier flags features from the public API
This also means I had to remove the `interface.hpp` example :(
|
2016-06-17 18:08:18 -05:00 |
|
badair
|
b2ebab8a98
|
[documentation] function_type
|
2016-06-17 17:59:21 -05:00 |
|
badair
|
6bb1f491c6
|
[documentation] clear_args, expand_args*
|
2016-06-17 17:28:50 -05:00 |
|
badair
|
91cab8cfe1
|
documentation for args/arg_at. Added expand_args_left, expand_args_right,
|
2016-06-16 21:53:00 -05:00 |
|
badair
|
eb55dc4e3c
|
improving test coverage, bug fixes
|
2016-06-15 20:43:41 -05:00 |
|
badair
|
2c3325209c
|
[documentation] apply_member_pointer, apply_return
|
2016-06-15 11:07:31 -05:00 |
|
badair
|
4ca67cdbef
|
removing calling convention traits/metafunctions, improving documentation
|
2016-06-15 10:30:11 -05:00 |
|
badair
|
4424c15d1f
|
renaming things, improving documentation
|
2016-06-14 22:52:08 -05:00 |
|
badair
|
91c128626a
|
Bug fixes, removing unused code
|
2016-06-14 20:05:44 -05:00 |
|
badair
|
eb7c6fcbd4
|
features and tests for transaction_safe
|
2016-06-13 13:45:53 -05:00 |
|
badair
|
ead4109542
|
adding temporary hack in calling convention examples for gcc 6
|
2016-06-12 17:23:34 -05:00 |
|
badair
|
87e349351b
|
sfinae when index out of range for param lists, better sfinae error messages
|
2016-06-11 23:44:44 -05:00 |
|
badair
|
eb4adf51f2
|
sfinae when index out of range for param lists, better sfinae error messgages
|
2016-06-11 23:42:34 -05:00 |
|
badair
|
6254469086
|
using std-style traits
|
2016-06-11 21:18:59 -05:00 |
|
badair
|
0c9ecb7f27
|
using _t aliases to parallel <type_traits> header
|
2016-06-01 21:49:51 -05:00 |
|
badair
|
50bf51af57
|
using std-style interface (_t aliases)
|
2016-05-31 21:31:32 -05:00 |
|
badair
|
c41cd0ee64
|
removing is_invokable
Use std::is_callable or the Fit library instead for this feature.
|
2016-05-25 21:32:37 -05:00 |
|
badair
|
8bb177b0f4
|
removing min_arity, max_arity, and constexpr checks
too much code for features that aren't very useful
|
2016-05-18 02:30:25 -05:00 |
|
badair
|
3835f31d38
|
removing all features for bind expressions
bind parser code is lumped into a single file
[here](https://github.com/badair/bind_parser/blob/master/bind_parser.hpp)
This removes over 1000 lines of code from CallableTraits.
|
2016-05-18 01:27:29 -05:00 |
|
badair
|
a07da6a342
|
No longer preserving pointer qualifiers
|
2016-05-17 21:39:56 -05:00 |
|
badair
|
43340877c2
|
fixing mixed-case header guard macros
|
2016-05-17 19:23:52 -05:00 |
|
badair
|
6c4f7db0de
|
renaming can_invoke to is_invokable
|
2016-05-17 18:53:41 -05:00 |
|
badair
|
f68f31c9c4
|
fixing conditional compilation bug
|
2016-05-15 18:39:57 -05:00 |
|
badair
|
963fc1940f
|
Overview documentation
|
2016-05-15 18:29:38 -05:00 |
|
badair
|
9b8ebfaa1b
|
fixing name collision
|
2016-05-15 17:21:45 -05:00 |
|
badair
|
287789142c
|
type-level syntax with can_invoke/can_invoke_constexpr
|
2016-05-15 17:11:12 -05:00 |
|
badair
|
c07e8e609b
|
better consistency for INVOKE, renaming some _at metafunctions
|
2016-05-15 16:02:45 -05:00 |
|
badair
|
e37a19dc59
|
better consistency for INVOKE, renaming some _at metafunctions
|
2016-05-15 16:01:42 -05:00 |
|
badair
|
9e207429ac
|
renaming overwrite_at to replace_arg
|
2016-05-15 13:11:36 -05:00 |
|