34 Commits

Author SHA1 Message Date
Barrett Adair 3fb2c1f556 copyright update, version bump 2017-07-02 15:25:02 -05:00
Barrett Adair 1b903653e5 remove more algorithms 2017-04-22 14:43:21 -05:00
Barrett Adair edba98a610 remove variable templates from examples 2017-04-14 13:02:22 -05:00
Barrett Adair 949a904643 Cleanup (#130)
* code cleanup

* code cleanup
2017-04-13 17:23:09 -05:00
Barrett Adair b7dd4fdb83 move to boost namespace, add noexcept features 2016-12-10 18:25:20 -06: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
badair 78e653df85 [documentation] finishing documentation rough draft 2016-06-20 19:33:57 -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 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 6c4f7db0de renaming can_invoke to is_invokable 2016-05-17 18:53:41 -05:00
badair 963fc1940f Overview documentation 2016-05-15 18:29:38 -05:00
badair b7d62bc39f adding get_member_qualifier_flags 2016-04-29 14:05:49 -05:00
Louis Dionne f7a1d0e9db Reformulate the explanation of type vs value passing in the API 2016-04-19 14:42:43 -04:00
badair 321e79815c GCC support back to 4.8.0 2016-04-16 03:16:25 -05:00
badair 35bfddf14a changing names to correspond with p0172r0 2016-04-14 04:25:51 -05:00
badair 05df3e1f4b improving documentation 2016-04-13 20:21:22 -05:00
badair f2e9f466e2 improving documentation 2016-04-11 21:52:44 -05:00
badair 757bbe5830 documentation, bug fixes 2016-04-09 17:23:12 -05:00
badair 6705bea0a9 renaming function qualifier manipulations 2016-04-08 01:53:56 -05:00
badair be53a5651c documentation and examples 2016-04-07 21:00:51 -05:00
badair 55fa400694 documentation 2016-04-06 22:41:35 -05:00
badair b4ac834b26 documentation 2016-04-06 22:01:44 -05:00
badair 222c2a6791 removing certain static_asserts unless CALLABLE_TRAITS_DEBUG is defined 2016-04-06 18:29:48 -05:00
badair 9bacc225fb removing is_overloaded, using one header per trait 2016-04-06 18:12:59 -05:00
badair f888183eb3 cleaning up interface, adding std_function example 2016-04-06 15:58:47 -05:00
badair 9e7e288417 trying to fix MSVC build 2016-04-01 20:58:28 -05:00
badair 5e7d426abd adding examples, fixing bugs 2016-04-01 19:35:40 -05:00
Barrett Adair 49cfffffea minor code cleanup 2016-03-27 23:29:01 -05:00
badair 959dcca860 undoing /Wall hacks for MSVC, adding best_match 2016-03-26 01:38:13 -05:00
badair a1d9bcf209 [test] [example] disabling useless MSVC warnings when /Wall 2016-03-25 16:57:33 -05:00
badair 14f0ef6d80 more examples, renaming ambiguous_type, small features 2016-03-24 03:19:53 -05:00