summaryrefslogtreecommitdiff
path: root/tools/m4/signal.m4
Commit message (Expand)AuthorAgeFilesLines
* gmmproc: Generate callback functions with C linkageKjell Ahlstedt2023-04-091-6/+45
* gmmproc: _WRAP_SIGNAL: Use {} for the default value of detail_nameKjell Ahlstedt2019-01-151-2/+1
* Rename Glib::SignalProxyDetailedAnyTypeKjell Ahlstedt2016-12-011-6/+6
* sigc3: SignalProxy: Use R(Args...) syntax.Murray Cumming2016-11-141-12/+12
* sigc3: SignalProxy: Use sigc::clost<R(Args...)> syntax.Murray Cumming2016-11-141-2/+2
* C++11: gmmproc: Use using instead of typedef.Murray Cumming2016-03-311-6/+6
* Glib::SignalProxy: use variadic templatesMarcin Kolny2016-01-211-12/+12
* C++11: Use nullptr.Murray Cumming2015-07-161-2/+2
* C++11: gmmproc: Use of auto in generated files.Murray Cumming2015-07-151-8/+8
* gmmproc: _WRAP_SIGNAL: Add support for detail_nameKjell Ahlstedt2015-05-231-1/+33
* gmmproc: _WRAP_SIGNAL: Fix the exception_handler parameterKjell Ahlstedt2015-05-211-3/+3
* gmmproc: No #ifdef GLIBMM_*_ENABLED in generated codeKjell Ahlstedt2015-03-231-13/+0
* gmmproc: Added parameter exception_handler in _WRAP_VFUNC (bgo#735132)Marcin Kolny2014-09-081-11/+47
* gmmproc: Fix _WRAP_SIGNAL(custom_c_callback) for void func().Kjell Ahlstedt2013-04-291-2/+3
* gmmproc: Improve the conversion of documentation to Doxygen format.Kjell Ahlstedt2013-01-291-1/+1
* gmmproc: _WRAP_SIGNAL(): Mark deprecated signals in the _p.h and .cc files.Kjell Ahlstedt2012-03-261-8/+27
* gmmproc: _WRAP_SIGNAL(): Allow signals to be deprecated.Murray Cumming2012-03-231-9/+14
* gmmproc: Add documentation to wrapped signals.José Alburquerque2012-02-071-0/+1
* tools: Recursive whitespace cleanup in folder.José Alburquerque2011-06-051-1/+1
* Use static_cast in vfuncs and signal handlers to cast the wrapper objectArmin Burgmeier2007-03-231-24/+29
* Change _IMPLEMENTS_INTERFACE to _IMPLEMENTS_INTERFACE_CC so we can haveJohannes Schmid2006-09-191-10/+45
* Merged changes from glibmm-2-10 branch.Murray Cumming2006-05-121-0/+12
* Mark the (private) signal info callback functions as static, to save onMurray Cumming2006-04-121-4/+4
* Mark the (private) signal info callback functions as static, to save onMurray Cumming2006-04-121-4/+4
* Mark private functions as static, to stop them being exported in the API,Murray Cumming2006-04-121-4/+4
* fix the fix.Murray Cumming2004-04-111-5/+4
* 2.4.0:Murray Cumming2004-04-111-3/+8
* glibmm now uses libsigc++ 2 instead of libsigc++ 1.2. See bug #125061 forMurray Cumming2004-02-101-10/+7
* Add an optional custom_c_callback parameter to _WRAP_SIGNAL to allowMurray Cumming2004-01-291-2/+5
* Add spaces inside signal_proxy template types, to avoid << and >> whenMurray Cumming2003-12-031-5/+5
* Initial revisionMurray Cumming2003-01-071-0/+216