summaryrefslogtreecommitdiff
path: root/tools/pm/WrapParser.pm
Commit message (Expand)AuthorAgeFilesLines
* gmmproc: added warning when ignored method or signal doesn't existsMarcin Kolny2014-09-301-2/+12
* gmmproc: Added parameter exception_handler in _WRAP_VFUNC (bgo#735132)Marcin Kolny2014-09-081-11/+25
* Add support for GtkContainer child propertiesJuan R. García Blanco2014-07-051-4/+24
* gmmproc: Don't interpret a comma as the end of a deprecation messageKjell Ahlstedt2014-05-251-16/+37
* gmmproc: Add parameter return_value in _WRAP_VFUNC.Marcin Kolny2013-08-311-4/+13
* gmmproc: Fix _WRAP_SIGNAL with 'ifdef' and 'deprecated'.Kjell Ahlstedt2013-08-151-35/+28
* gmmproc: Add _WRAP_ENUM_DOCS_ONLY() and simplify enum docs process.José Alburquerque2013-06-301-0/+27
* tools: Remove blank lines in files.José Alburquerque2013-04-291-1/+1
* gmmproc: _WRAP_VFUNC: Support the wrapping of slots.José Alburquerque2013-01-171-5/+36
* gmmproc: Documentation: Adjust if the method has a slot param.José Alburquerque2012-11-191-1/+2
* gmmproc: _WRAP_METHOD: Support wrapping methods with slots.José Alburquerque2012-11-191-0/+19
* gmmproc: _WRAP_CTOR: Handle *_new() functions with a final GError**.José Alburquerque2012-11-091-0/+16
* tools/pm: Remove whitespace on empty lines in recently edited perl files.José Alburquerque2012-11-061-3/+3
* gmmproc: _WRAP_METHOD: Allow setting parameters from C output params.José Alburquerque2012-09-181-2/+11
* gmmproc: Improve the search for unwrapped methods.Kjell Ahlstedt2012-09-181-4/+9
* gmmproc: _WRAP_VFUNC: Handle virtual functions that throw GErrors.José Alburquerque2012-09-061-4/+10
* gmmproc: _WRAP_SIGNAL(): Mark deprecated signals in the _p.h and .cc files.Kjell Ahlstedt2012-03-261-5/+14
* gmmproc: _WRAP_SIGNAL(): Allow signals to be deprecated.Murray Cumming2012-03-231-9/+21
* gmmproc: _WRAP_PROPERTY(): Allow properties to be deprecated.Murray Cumming2012-02-241-1/+20
* gmmproc: Add documentation to wrapped signals.José Alburquerque2012-02-071-1/+1
* gmmproc: _WRAP_METHOD: Allow return types to have commas.José Alburquerque2011-10-111-5/+5
* gmmproc: Correct handling of constversion etc. in _WRAP_METHOD.Kjell Ahlstedt2011-09-061-0/+4
* tools: Recursive whitespace cleanup in folder.José Alburquerque2011-06-051-7/+7
* Tell gmmproc that it reads and writes UTF-8 files.Kjell Ahlstedt2011-03-111-0/+2
* gmmproc: Add optional arguments custom_vfunc[_callback] to _WRAP_VFUNC.Kjell Ahlstedt2011-02-021-18/+35
* Correctly quote the extracted comment for M4Daniel Elstner2009-09-111-2/+2
* Allow the C documentation to be overriddenDaniel Elstner2009-09-101-34/+47
* Fix broken test for empty _WRAP_METHOD argumentDaniel Elstner2009-09-101-69/+47
* Re-enable input file line markers in gmmprocDaniel Elstner2009-09-101-26/+23
* * tools/pm/WrapParser.pm (on_defs): Make sure we trim the module names to not...Hubert Figuiere2009-06-231-0/+11
* Added peek_token() function which only returns the next token withoutArmin Burgmeier2007-04-151-8/+104
* Change _IMPLEMENTS_INTERFACE to _IMPLEMENTS_INTERFACE_CC so we can haveJohannes Schmid2006-09-191-11/+60
* Parse a new optional constversion parameter for _WRAP_METHOD(), to save onMurray Cumming2006-04-121-0/+4
* looklookup_documentation(): Put the @deprecated text immediately after theMurray Cumming2006-03-081-9/+15
* Add _DEPRECATE_IFDEF_START and _DEPRECATE_IFDEF_END macros, to #ifdef-outMurray Cumming2005-11-291-3/+9
* on_wrap_property(): Convert property name to canonical form, so that weMurray Cumming2004-10-141-0/+6
* fix the fix.Murray Cumming2004-04-111-1/+1
* 2.4.0:Murray Cumming2004-04-111-7/+14
* Add an optional custom_c_callback parameter to _WRAP_SIGNAL to allowMurray Cumming2004-01-291-18/+14
* Removed the mergecdocs option - because we always want to merge C docs, toMurray Cumming2004-01-051-9/+5
* Added WRAP_METHOD_DOCS_ONLY() macro. Explained the new macro.Murray Cumming2003-11-281-2/+65
* Now uses ObjectBase instead of Object, because glib can now haveMurray Cumming2003-11-011-7/+18
* output_wrap_create(): Used args_types_and_names_with_default_values()Murray Cumming2003-10-251-1/+3
* Initial revisionMurray Cumming2003-01-071-0/+1197