summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Boxed types: Declare move operations as noexcept.Murray Cumming2015-08-151-6/+6
* tools/gen_scripts: Don't read private.h filesKjell Ahlstedt2015-07-304-8/+16
* generate_wrap_init.pl: Allow to use nested namespaces for whole module.Marcin Kolny2015-07-301-1/+1
* Update scripts that generate .defs filesKjell Ahlstedt2015-07-244-18/+122
* test_scripts/testheaders.sh: Add -std=c++11 in the g++ commandsKjell Ahlstedt2015-07-231-2/+2
* gmmproc: Improve processing of documentationKjell Ahlstedt2015-07-232-28/+127
* C++11: Use = delete instead of private to make classes noncopyable.Murray Cumming2015-07-183-10/+9
* C++11: Use nullptr.Murray Cumming2015-07-167-14/+14
* C++11: gmmproc: Use of auto in generated files.Murray Cumming2015-07-157-28/+28
* Avoid shadowed variables.Murray Cumming2015-07-151-3/+3
* C++11: _CLASS_BOXEDTYPE: Generate move constructors and assignment operators.Murray Cumming2015-07-091-0/+17
* gmmproc: _WRAP_SIGNAL: Accept apostrophes in a preceding commentKjell Ahlstedt2015-07-021-0/+3
* tools/m4/list.m4: GP_LIST: Remove this because nothing uses it.Murray Cumming2015-06-292-233/+0
* Add SettingsSchema, SettingsSchemaKey and SettingsSchemaSource.Murray Cumming2015-06-212-0/+11
* gmmproc: _WRAP_METHOD: Use G_GNUC_[BEGIN|END]_IGNORE_DEPRECATIONSKjell Ahlstedt2015-06-171-22/+25
* docextract_to_xml.py: Minor fix in internal dataKjell Ahlstedt2015-06-042-3/+12
* Regenerate docs.xml files, excluding some subdirectoriesKjell Ahlstedt2015-06-022-3/+3
* docextract_to_xml.py: Add support for the --no-recursion optionKjell Ahlstedt2015-06-022-7/+16
* Regenerate docs.xml files, including property documentationKjell Ahlstedt2015-06-022-0/+2
* gmmproc: Fetch property docs from the docs.xml file, if available thereKjell Ahlstedt2015-06-024-21/+83
* docextract_to_xml.py: Distinguish sections from propertiesKjell Ahlstedt2015-06-022-13/+26
* gmmproc: _WRAP_SIGNAL: Add support for detail_nameKjell Ahlstedt2015-05-233-24/+68
* gmmproc: _WRAP_SIGNAL: Fix the exception_handler parameterKjell Ahlstedt2015-05-211-3/+3
* gmmproc: Add support for 'newin "n,m"' in some _WRAP macrosKjell Ahlstedt2015-05-084-31/+75
* gmmproc: Add _IGNORE_PROPERTY() and _IGNORE_CHILD_PROPERTY() macrosKjell Ahlstedt2015-04-211-9/+28
* gmmproc: _WRAP_PROPERTY: Remove a line from the generated docsKjell Ahlstedt2015-04-131-1/+0
* Add Gio::SimpleIOStreamKjell Ahlstedt2015-04-101-0/+1
* gmmproc: No #ifdef GLIBMM_*_ENABLED in generated codeKjell Ahlstedt2015-03-233-24/+0
* gmmproc: _WRAP_VFUNC: Add the keep_return parameterKjell Ahlstedt2015-03-173-23/+53
* h2def.py: Remove *_DEPRECATED_IN_*_*_FOR(*) prefixes with white spaceKjell Ahlstedt2015-02-201-3/+3
* Gio::Notification: Add set_priority() and enum NotificationPriorityKjell Ahlstedt2015-02-181-0/+1
* Gio: Add TcpWrapperConnection.Murray Cumming2015-02-091-0/+1
* gmmproc: Put DOXYGEN_SHOULD_SKIP_THIS around *_Class prototypes.Murray Cumming2015-02-032-0/+6
* Gio: Added NetworkMonitor.Murray Cumming2014-12-151-0/+5
* Regenerate .defs.Murray Cumming2014-12-151-0/+1
* gmmproc: Don't make one very long line for the enum documentationKjell Ahlstedt2014-12-121-4/+4
* gmmproc: Improve the conversion of Since to @newinKjell Ahlstedt2014-12-113-9/+17
* gmmproc: Tidy up the generation of enum docsKjell Ahlstedt2014-12-013-27/+10
* gmmproc: Change messages that MS Visual Studio can misunderstandKjell Ahlstedt2014-12-013-7/+14
* gmmproc: _WRAP_GERROR: Add documentation to the generated enum CodeKjell Ahlstedt2014-11-212-5/+17
* Add Glib::BindingKjell Ahlstedt2014-11-203-4/+5
* Add Gio::ResourceKjell Ahlstedt2014-11-141-0/+5
* gmmproc: added warning when ignored method or signal doesn't existsMarcin Kolny2014-09-301-2/+12
* h2def.py: fixed generator in case of inline functions (bgo#736427)Marcin Kolny2014-09-161-0/+37
* gmmproc: Added parameter exception_handler in _WRAP_VFUNC (bgo#735132)Marcin Kolny2014-09-084-43/+115
* gmmproc: Better error checks in some _WRAP_* macrosKjell Ahlstedt2014-09-011-4/+42
* Add Gio::SimplePermissionJuan R. García Blanco2014-07-191-0/+1
* Add Gio::PermissionJuan R. García Blanco2014-07-191-0/+1
* Add support for GtkContainer child propertiesJuan R. García Blanco2014-07-056-96/+185
* gmmproc: _WRAP_METHOD: Allow multi-word parameter types (unsigned int)Kjell Ahlstedt2014-06-281-11/+14