summaryrefslogtreecommitdiff
path: root/sigc++/functors/functor_trait.h
Commit message (Expand)AuthorAgeFilesLines
* Reformat code with make formatMurray Cumming2019-10-281-4/+4
* Added missing copyright headers.Murray Cumming2016-04-201-0/+19
* Header guards: Remove leading underscores (and trailing underscores).Murray Cumming2016-04-191-3/+3
* Use typename instead of class for all template parameters.Murray Cumming2016-04-191-4/+4
* Revert "Always use typename rather than class for template types."Murray Cumming2016-04-191-4/+4
* Always use typename rather than class for template types.Murray Cumming2016-04-191-4/+4
* Remove unnecessary functor_base.Murray Cumming2016-04-131-1/+0
* functor_type: Remove unused result_type.Murray Cumming2016-04-131-76/+7
* Remove all remaining result_type aliases.Murray Cumming2016-04-131-58/+0
* Remove now-useless SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE.Murray Cumming2016-04-011-24/+0
* Reformat .h files with clang-format.Murray Cumming2016-03-301-35/+31
* pointer_functor: Use the R(Args...) syntax.Murray Cumming2016-03-161-1/+1
* Rename mem_functor_base to mem_functor.Murray Cumming2016-03-071-2/+2
* mem_fun.h.m4: Remove mem_functor and const_mem_functor.Murray Cumming2016-03-071-2/+6
* functor_trait.h: Do not repeat mem_functor and pointer_function declarations.Murray Cumming2016-03-071-7/+2
* Split functor_trait.h into functor_base.h and functor_trait.h.Murray Cumming2016-03-071-7/+1
* C++11: Change all typedefs to using.Murray Cumming2016-03-071-19/+19
* Remove nil and the associated pragma push/pop fixes for Objective C++.Murray Cumming2016-03-071-28/+0
* functor_trait.h: Use this as a normal header, not generated.Murray Cumming2016-03-071-0/+263
* Move detection of function and member method pointers' return types fromMartin Schulze2003-03-241-54/+0
* Add explanations. Comment in / create templates callof_safe[#].Martin Schulze2003-03-201-0/+4
* Changed copyrights.Murray Cumming2003-01-141-1/+1
* initial importMurray Cumming2003-01-131-0/+50