summaryrefslogtreecommitdiff
path: root/tools/pm/WrapParser.pm
Commit message (Expand)AuthorAgeFilesLines
* gmmproc: _WRAP_ENUM and _WRAP_GERROR: Add gtype_func parameterKjell Ahlstedt2019-01-071-10/+18
* gmmproc, _WRAP_METHOD_DOCS_ONLY: Optionally suppress @return sectionKjell Ahlstedt2017-10-131-2/+8
* gmmproc: _WRAP_METHOD: Accept optional list of exceptions in errthrowKjell Ahlstedt2017-09-291-4/+8
* gmmproc: Write signal flags to generated documentationKjell Ahlstedt2017-09-131-2/+15
* gmmproc: Accept curly braces in default values in _WRAP macrosKjell Ahlstedt2017-09-071-9/+5
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* gmmproc: Add optional argument err_return_value in _WRAP_VFUNCKjell Ahlstedt2016-06-021-4/+17
* Remove trailing whitespace.Murray Cumming2016-05-161-15/+15
* gmmproc: Add 'deprecated' option in _WRAP_ENUM and _WRAP_GERRORKjell Ahlstedt2016-04-031-27/+78
* gmmproc: Check if signals and properties are deprecated appropriatelyKjell Ahlstedt2016-03-101-3/+7
* gmmproc: Fetch property docs from the docs.xml file, if available thereKjell Ahlstedt2015-06-021-5/+15
* gmmproc: _WRAP_SIGNAL: Add support for detail_nameKjell Ahlstedt2015-05-231-18/+28
* gmmproc: Add support for 'newin "n,m"' in some _WRAP macrosKjell Ahlstedt2015-05-081-15/+31
* gmmproc: Add _IGNORE_PROPERTY() and _IGNORE_CHILD_PROPERTY() macrosKjell Ahlstedt2015-04-211-9/+28
* gmmproc: _WRAP_VFUNC: Add the keep_return parameterKjell Ahlstedt2015-03-171-4/+12
* 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