summaryrefslogtreecommitdiff
path: root/tools/pm/Output.pm
Commit message (Expand)AuthorAgeFilesLines
* gmmproc: _WRAP_GERROR: Add documentation to the generated enum CodeKjell Ahlstedt2014-12-011-2/+13
* gmmproc: Added parameter exception_handler in _WRAP_VFUNC (bgo#735132)Marcin Kolny2014-09-081-19/+26
* gmmproc: Better error checks in some _WRAP_* macrosKjell Ahlstedt2014-09-011-4/+42
* Add support for GtkContainer child propertiesJuan R. García Blanco2014-07-051-62/+88
* gmmproc: Pass NULL to C function calls for optional empty strings.José Alburquerque2013-09-081-7/+15
* gmmproc: Add parameter return_value in _WRAP_VFUNC.Marcin Kolny2013-08-311-4/+9
* gmmproc: Fix _WRAP_SIGNAL with 'ifdef' and 'deprecated'.Kjell Ahlstedt2013-08-151-16/+25
* gmmproc: Add _WRAP_ENUM_DOCS_ONLY() and simplify enum docs process.José Alburquerque2013-06-301-7/+40
* gmmproc: Write glibmm version in generated files.Kjell Ahlstedt2013-06-071-5/+4
* gmmproc: Output.pm: Use a better name for the c param mappings hash.José Alburquerque2013-04-291-11/+11
* tools: Remove blank lines in files.José Alburquerque2013-04-291-5/+5
* Output.pm: convert_args_c_to_cpp(): Reverse mappings hash correctly.José Alburquerque2013-04-291-2/+4
* gmmproc: Verify that void methods should not return a value.José Alburquerque2013-03-221-1/+13
* gmmproc: Improve the conversion of documentation to Doxygen format.Kjell Ahlstedt2013-01-291-4/+4
* gmmproc: _WRAP_VFUNC: Support the wrapping of slots.José Alburquerque2013-01-171-36/+118
* gmmproc: _WRAP_METHOD: Ensure that slot parameters can be optional.José Alburquerque2012-12-281-7/+44
* gmmproc: _WRAP_METHOD: Support wrapping methods with slots.José Alburquerque2012-11-191-2/+50
* gmmproc: _WRAP_CTOR: Handle *_new() functions with a final GError**.José Alburquerque2012-11-091-9/+24
* tools/pm: Remove whitespace on empty lines in recently edited perl files.José Alburquerque2012-11-061-8/+8
* gmmproc: Make enum documentation possible.José Alburquerque2012-11-051-0/+12
* ActionGroup: Add the query_action() methods.José Alburquerque2012-09-301-5/+5
* gmmproc: Make the output param feature work for single indirection.José Alburquerque2012-09-261-1/+13
* _WRAP_VFUNC: Prepend @throws clause to vfuncs that throw errors.José Alburquerque2012-09-191-0/+7
* gmmproc: _WRAP_METHOD: Allow setting parameters from C output params.José Alburquerque2012-09-181-34/+77
* gmmproc: _WRAP_VFUNC: Handle virtual functions that throw GErrors.José Alburquerque2012-09-061-6/+18
* gmmproc: _WRAP_SIGNAL(): Mark deprecated signals in the _p.h and .cc files.Kjell Ahlstedt2012-03-261-12/+21
* gmmproc: _WRAP_PROPERTY(): Fix mixed-up deprecation and documentation.Kjell Ahlstedt2012-03-261-14/+15
* gmmproc: _WRAP_SIGNAL(): Allow signals to be deprecated.Murray Cumming2012-03-231-4/+6
* gmmproc: _WRAP_PROPERTY(): Allow properties to be deprecated.Murray Cumming2012-02-241-5/+17
* gmmproc: Add documentation to wrapped signals.José Alburquerque2012-02-071-1/+14
* gmmproc: _WRAP_METHOD: Use {OUT} instead of {RET} for output params.José Alburquerque2011-10-111-5/+5
* gmmproc: _WRAP_METHOD: Allow return types to have commas.José Alburquerque2011-10-111-2/+2
* gmmproc: _WRAP_METHOD: Add the possibility of an output parameter.José Alburquerque2011-06-071-5/+53
* gmmproc: _WRAP_[CREATE|CTOR|METHOD]: Support parameter reordering.José Alburquerque2011-06-061-80/+64
* gmmproc: Do not use NULL for optional parameters or properties.José Alburquerque2011-06-051-4/+4
* gmmproc: Use NULL for optional properties.José Alburquerque2011-06-011-2/+2
* gmmproc: _WRAP_[CREATE|CTOR]: Add optional parameter functionality.José Alburquerque2011-06-011-23/+80
* gmmproc: _WRAP_METHOD: Add optional parameter functionality.José Alburquerque2011-05-311-95/+144
* gmmproc: Protect documentation with m4 quotes.Kjell Ahlstedt2011-05-271-22/+27
* Tell gmmproc that it reads and writes UTF-8 files.Kjell Ahlstedt2011-03-111-1/+3
* gmmproc: Add optional arguments custom_vfunc[_callback] to _WRAP_VFUNC.Kjell Ahlstedt2011-02-021-30/+37
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-40/+1
* gmmproc: Quote the property docs to avoid losing text after commas.José Alburquerque2010-05-051-4/+17
* Fix broken test for empty _WRAP_METHOD argumentDaniel Elstner2009-09-101-1/+1
* Made gmmproc work on WindowsArmin Burgmeier2009-05-311-3/+8
* Merged to trunk from glibmm-2-14:Daniel Elstner2007-12-281-0/+6
* Added peek_token() function which only returns the next token withoutArmin Burgmeier2007-04-151-4/+30
* Change _IMPLEMENTS_INTERFACE to _IMPLEMENTS_INTERFACE_CC so we can haveJohannes Schmid2006-09-191-35/+78
* Merged changes from glibmm-2-10 branch.Murray Cumming2006-05-121-3/+41
* Parse a new optional constversion parameter for _WRAP_METHOD(), to save onMurray Cumming2006-04-121-2/+11