summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2018-03-201-0/+5
* member.m4: Add _MEMBER_SET_STR, setter for stringsPavlo Solntsev2018-03-021-0/+21
* gmmproc, _WRAP_METHOD_DOCS_ONLY: Optionally suppress @return sectionKjell Ahlstedt2017-10-133-12/+18
* gmmproc: _WRAP_METHOD: Accept optional list of exceptions in errthrowKjell Ahlstedt2017-09-293-9/+34
* gmmproc: Suppress the @return section if return type is voidKjell Ahlstedt2017-09-241-6/+10
* gmmproc: Convert all property documentation to C++Kjell Ahlstedt2017-09-173-12/+15
* generate_extra_defs.cc: Write signal flags to .defs filesKjell Ahlstedt2017-09-131-18/+30
* gmmproc: Write signal flags to generated documentationKjell Ahlstedt2017-09-134-10/+54
* gmmproc: Warn for unmatched deprecations in signals and propertiesKjell Ahlstedt2017-09-121-9/+5
* generate_extra_defs.cc: Write default values of properties to .defs filesKjell Ahlstedt2017-09-081-0/+51
* gmmproc: Write default values of properties to generated documentationKjell Ahlstedt2017-09-083-5/+47
* gmmproc: Accept curly braces in default values in _WRAP macrosKjell Ahlstedt2017-09-072-92/+72
* gmmproc: Remove obsolete TODO commentsKjell Ahlstedt2017-09-072-3/+2
* gmmproc: Fix _WRAP_ENUM for enumerators with apostrophesKjell Ahlstedt2017-09-072-16/+31
* gmmproc: Add new elements types for the docs_override.xml filesKjell Ahlstedt2017-09-071-7/+86
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-3011-24/+11
* gmmproc: Add DocsParser::remove_c_memory_handling_info()Kjell Ahlstedt2016-08-111-14/+58
* gmmproc: Remove DocsParser::non_object_method_name()Kjell Ahlstedt2016-08-091-34/+1
* gmmproc: swap() implementations: Use std::swap().Murray Cumming2016-07-282-6/+2
* gmmproc: Make h2def.py recognize some GDK_PIXBUF macrosKjell Ahlstedt2016-06-151-5/+6
* gmmproc: Add optional argument err_return_value in _WRAP_VFUNCKjell Ahlstedt2016-06-023-13/+28
* gmmproc: Discard unused m4 sectionsKjell Ahlstedt2016-05-251-1/+1
* Remove trailing whitespace.Murray Cumming2016-05-1612-50/+50
* Gio::DBus::Proxy: allow using GDBusProxy* conversion outside DBus namespaceMarcin Kolny2016-04-051-1/+1
* h2def.py: strip G_DECLARE_FINAL_TYPE macro callMarcin Kolny2016-04-051-0/+4
* gmmproc: Add 'deprecated' option in _WRAP_ENUM and _WRAP_GERRORKjell Ahlstedt2016-04-036-116/+176
* Fix some Doxygen warningsKjell Ahlstedt2016-04-031-3/+4
* gmmproc: _CLASS_GOBJECT(): allow provide custom moveMarcin Kolny2016-04-011-0/+15
* C++11: gmmproc: Use using instead of typedef.Murray Cumming2016-03-3110-38/+38
* C++11: .h/.cc files: Replace typedefs with using.Murray Cumming2016-03-311-1/+1
* generate_extra_defs: Check for deprecated signals and propertiesKjell Ahlstedt2016-03-101-2/+6
* gmmproc: Check if signals and properties are deprecated appropriatelyKjell Ahlstedt2016-03-104-12/+68
* Run clang-format on tools/Murray Cumming2016-02-264-214/+166
* gmmproc: Fix errthrow in _WRAP_VFUNCKjell Ahlstedt2016-02-251-17/+25
* gmmproc: _MEMBER_GET: Remove extra spaces, indenting and trailing.Murray Cumming2016-02-111-24/+24
* gmmproc: Add NULL option to _WRAP_METHODKjell Ahlstedt2016-02-042-6/+22
* Glib::SignalProxy: use variadic templatesMarcin Kolny2016-01-211-12/+12
* h2def.py: Accept parameter names beginning with constKjell Ahlstedt2016-01-111-1/+1
* C++11: gmmproc: GObject/GInterface: Use override on destructor.Murray Cumming2015-12-242-2/+2
* gmmproc: _CONFIGINCLUDE() + _IS_DEPRECATED = #include in .cc fileKjell Ahlstedt2015-12-051-5/+19
* gmmproc: Use nullptr instead of 0,NULL,zero in some commentsKjell Ahlstedt2015-11-222-4/+4
* gmmproc: Fix a test in Output.pm::get_ctor_properties()Kjell Ahlstedt2015-11-221-2/+2
* gmmproc: Use nullptr instead of 0.Murray Cumming2015-11-204-17/+17
* Use nullptr intead of 0 in some generated code.Murray Cumming2015-11-191-1/+1
* Use nullptr instead of 0.Murray Cumming2015-11-191-1/+1
* gmmproc: _CLASS_GOBJECT(): Move = deleted stuff to public.Murray Cumming2015-09-221-4/+4
* Add GListStore .defsMurray Cumming2015-09-201-0/+1
* Generate signal/property defs for GListModel.Murray Cumming2015-09-161-0/+1
* TlsClientConnection: Add copy_session_state().Murray Cumming2015-09-141-0/+3
* gmmproc: Make all move operations noexcept.Murray Cumming2015-08-312-8/+8