summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: h2def.py: Handle *_DEPRECATED_IN_*_FOR (*)Murray Cumming2013-09-201-0/+4
* Gio::File: Add measure_disk_usage() and measure_disk_usage_async().Murray Cumming2013-09-201-0/+1
* Port tools/defs_gen to Python 3.Kjell Ahlstedt2013-09-126-93/+90
* gmmproc: Pass NULL to C function calls for optional empty strings.José Alburquerque2013-09-081-7/+15
* Revert "gmmproc: Pass 0 (NULL) instead of to C functions."Murray Cumming2013-09-081-4/+4
* gmmproc: Pass 0 (NULL) instead of to C functions.Murray Cumming2013-09-031-4/+4
* gmmproc: Add parameter return_value in _WRAP_VFUNC.Marcin Kolny2013-08-313-13/+34
* gmmproc: Fix _WRAP_SIGNAL with 'ifdef' and 'deprecated'.Kjell Ahlstedt2013-08-152-51/+53
* enums.pl: fixed multi-argument defines as enum valuesloganek2013-08-021-2/+28
* Gio::MenuItem: Add set/unset_icon().Murray Cumming2013-07-311-0/+1
* Gio::Action, ActionGroup: Fix memory problems.Kjell Ahlstedt2013-07-301-1/+1
* tools: Add docs to the default constructor of _CLASS_OPAQUE_COPYABLE.Kjell Ahlstedt2013-07-231-0/+4
* Use std::memset() instead of GLIBMM_INITIALIZE_STRUCT.Kjell Ahlstedt2013-07-101-2/+4
* docextract_to_xml.py: Add '⇒' to the list of escape sequences.José Alburquerque2013-06-301-0/+1
* gmmproc: Add _WRAP_ENUM_DOCS_ONLY() and simplify enum docs process.José Alburquerque2013-06-304-72/+123
* Gen Scripts: Minor clean up of the description of the scripts.José Alburquerque2013-06-108-25/+24
* gmmproc: Use an environment variable for the return mismatches.José Alburquerque2013-06-091-7/+7
* gmmproc: Write glibmm version in generated files.Kjell Ahlstedt2013-06-073-11/+14
* Gio::DBusInterfaceSkeleton: Constant corrections.José Alburquerque2013-06-061-0/+1
* giomm: Add the Gio::DBus::InterfaceSkeleton class.José Alburquerque2013-06-052-0/+5
* tools: Improve the testheaders.sh script.Kjell Ahlstedt2013-05-211-0/+5
* tools: Add the testheaders.sh script.Kjell Ahlstedt2013-05-181-0/+80
* tools: Add the testmmh.sh script.Kjell Ahlstedt2013-05-181-0/+38
* 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-296-12/+12
* Output.pm: convert_args_c_to_cpp(): Reverse mappings hash correctly.José Alburquerque2013-04-291-2/+4
* gmmproc: Fix _WRAP_SIGNAL(custom_c_callback) for void func().Kjell Ahlstedt2013-04-291-2/+3
* gmmproc: Parse the argument list of methods correctly.José Alburquerque2013-04-101-52/+22
* Gio::TlsClientConnection: Make the class work correctly.José Alburquerque2013-04-071-0/+11
* Gio::SocketClient: Added some methods.Murray Cumming2013-03-251-0/+2
* gmmproc: Verify that void methods should not return a value.José Alburquerque2013-03-223-12/+31
* Gio::FileInfo: Added get_deletion_date().Murray Cumming2013-03-211-0/+1
* h2def.py: Handle GLIB_AVAILABLE_IN_ALLMurray Cumming2013-03-191-0/+4
* Tls*: Add the rest of the (unwrapped) properties, methods and vfuncs.José Alburquerque2013-02-261-1/+3
* glibmm: Add ByteArray.José Alburquerque2013-02-251-0/+3
* gmmproc: Improve the conversion of documentation to Doxygen format.Kjell Ahlstedt2013-01-294-29/+85
* TlsConnection: Wrap the virtual functions.José Alburquerque2013-01-171-5/+5
* gmmproc: _WRAP_VFUNC: Support the wrapping of slots.José Alburquerque2013-01-173-44/+174
* gmmproc: _WRAP_[CREATE|CTOR|METHOD]: Allow any order of {} options.José Alburquerque2013-01-161-13/+37
* giomm: Add the Tls[Client|Server]Connection classes.José Alburquerque2013-01-091-0/+1
* Tls[Database|Interaction|Passowrd]: Const corrections.José Alburquerque2013-01-071-1/+1
* gmmproc: _WRAP_ENUM: Skip enum constants whose names are deleted.Kjell Ahlstedt2013-01-071-1/+4
* gmmproc: Improve the search for documentation of enums.Kjell Ahlstedt2013-01-071-4/+4
* giomm: Add the TlsConnection class.José Alburquerque2013-01-031-1/+7
* giomm: Add the TlsDatabase class which implements TlsFileDatabase.José Alburquerque2013-01-031-0/+6
* giomm: Add the TlsInteraction class.José Alburquerque2013-01-011-2/+6
* gmmproc: _WRAP_METHOD: Ensure that slot parameters can be optional.José Alburquerque2012-12-281-7/+44
* VariantType: Correct the referencing in the create*() methods.José Alburquerque2012-11-201-2/+1
* gmmproc: Documentation: Adjust if the method has a slot param.José Alburquerque2012-11-192-7/+29
* gmmproc: _WRAP_METHOD: Support wrapping methods with slots.José Alburquerque2012-11-193-11/+122