summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Gio::SettingsSchemaSource: Wrap new_from_directory() and list_schemas()Kjell Ahlstedt2021-01-141-1/+1
* gmmproc: Fix compatibility with gtkmm 3.24.2Kjell Ahlstedt2020-11-271-0/+5
* Remove unnecessary TODO and README filesKjell Ahlstedt2020-11-193-17/+0
* generate_wrap_init.pl.in: Use g_type_ensure()Kjell Ahlstedt2020-11-181-7/+1
* Meson build: Fix versioning on macOS for libglibmm_generate_extra_defsKjell Ahlstedt2020-10-011-1/+3
* class_interface.m4: Export the generated private classChun-wei Fan2020-08-311-1/+1
* Merge branch 'private-export-2-64' into 'glibmm-2-64'Chun-wei Fan2020-08-301-1/+1
|\
| * class_shared.m4: Decorate private class prototypeChun-wei Fan2020-08-281-1/+1
* | gmmproc: Make h2def.py recognize more macrosKjell Ahlstedt2020-08-291-2/+6
|/
* gmmproc: _CLASS_BOXEDTYPE, _CLASS_OPAQUE_COPYABLE: Fix move assignmentKjell Ahlstedt2020-07-112-2/+2
* Meson/Visual Studio builds: Include toolset version by defaultChun-wei Fan2020-06-181-2/+2
* tools/defs_gen/*.py: Specify that this is python3 codeKjell Ahlstedt2020-05-213-6/+4
* tools/m4/compare.m4: Allow decorating comparison operatorsChun-wei Fan2020-04-111-14/+21
* tools/gmmproc.in: Add a commentKjell Ahlstedt2020-04-081-0/+3
* tools/[gerror|enum].m4: Make template<> classes exportableChun-wei Fan2020-04-044-12/+13
* Meson build: Install generate_extra_defs.hKjell Ahlstedt2020-03-192-8/+7
* m4: Apply function decoration more thoroughlyChun-wei Fan2020-03-125-5/+5
* tools: Allow generating Glib:Error class with decorationsChun-wei Fan2020-03-093-12/+18
* tools/m4: Allow one to decorate the generated wrap() prototypeChun-wei Fan2020-03-096-5/+20
* Add support for building glibmm with MesonKjell Ahlstedt2020-03-0417-0/+597
* tools: Fix 'meson dist'Chun-wei Fan2020-03-041-0/+18
* Prepare existing files for building with MesonKjell Ahlstedt2020-03-032-3/+7
* Fix comments in tools/test_scripts/testheaders.shKjell Ahlstedt2019-09-181-3/+3
* Deprecate Glib::TimeValKjell Ahlstedt2019-09-171-0/+1
* Add Gio::DBus::ObjectManager*Kjell Ahlstedt2019-09-161-2/+6
* Add Gio::DBus::ObjectProxy and Gio::DBus::ObjectSkeletonKjell Ahlstedt2019-09-162-5/+11
* gmmproc: Update enum.pl and h2def.py for new glib deprecation macrosKjell Ahlstedt2019-07-082-29/+41
* Gio: Add some API (AppInfo::launch_uris_async() etc.)Kjell Ahlstedt2019-03-181-0/+1
* gmmproc: Add _IS_REFCOUNTED_BOXEDTYPEKjell Ahlstedt2019-03-181-12/+58
* gmmproc: _WRAP_ENUM and _WRAP_GERROR: Add gtype_func parameterKjell Ahlstedt2019-01-074-24/+40
* tools/gen_scripts: Update for non-source-dir builds of glibmm-2.4Kjell Ahlstedt2019-01-031-3/+2
* tools/gen_scripts/init_generate.sh: glibmm -> glibmm-2.4Kjell Ahlstedt2018-12-281-10/+10
* docextract_to_xml.py: Add --exclude-file optionKjell Ahlstedt2018-12-282-20/+27
* tools/gen_scripts: Update for non-source-dir buildsKjell Ahlstedt2018-12-2810-113/+132
* Add tools/gen_scripts/generate_all.shKjell Ahlstedt2018-10-311-0/+13
* tools/test_scripts/testheaders.sh: Fix a directory testKjell Ahlstedt2018-10-261-1/+1
* 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