summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.66.62.66.6glibmm-2-66Kjell Ahlstedt2023-03-123-2/+25
* Doxyfile.in: Don't hide undocumented classesKjell Ahlstedt2023-02-221-2/+2
* Glib::Dispatcher: Remove a g_warning()Kjell Ahlstedt2023-02-221-3/+0
* README.md: meson -> meson setupKjell Ahlstedt2023-02-221-2/+2
* meson.build: Simplify if-file-exists testKjell Ahlstedt2023-01-131-10/+2
* generate_wrap_init.pl.in: Disable warning C4273Chun-wei Fan2023-01-091-0/+7
* meson.build: Simplify lookup of python commandKjell Ahlstedt2023-01-041-6/+1
* meson.build: Fix the evaluation of is_git_build on WindowsKjell Ahlstedt2023-01-041-5/+10
* Meson build: Don't copy files with configure_file()Kjell Ahlstedt2023-01-044-13/+16
* Glib::Module::build_path(): Ignore deprecation of g_module_build_path()Kjell Ahlstedt2022-12-311-1/+2
* Gio::NetworkMonitor::get_default(): Add refreturnKjell Ahlstedt2022-11-051-1/+1
* Doxyfile.in: Allow more graph nodesKjell Ahlstedt2022-10-102-2/+2
* meson.build: Detect if we build from a git subtreeKjell Ahlstedt2022-09-261-6/+8
* 2.66.52.66.5Kjell Ahlstedt2022-09-193-2/+27
* Doxyfile.in: Remove obsolete entryKjell Ahlstedt2022-09-191-1/+0
* Convert README to README.mdKjell Ahlstedt2022-09-121-4/+36
* Gio::DBus::Proxy: Add some refreturnKjell Ahlstedt2022-07-291-4/+4
* gmmproc: Make h2def.py recognize G_DEFINE_AUTOPTR_CLEANUP_FUNCKjell Ahlstedt2022-07-231-0/+4
* Gio::ListStore: Don't derive a gtkmm__GListStore GTypeKjell Ahlstedt2022-06-091-0/+2
* gmmproc: Improved handling of final typesKjell Ahlstedt2022-06-093-8/+65
* Gio::Action: Improve the documentationKjell Ahlstedt2022-06-061-17/+18
* Update tools/test_scripts/testheaders.shKjell Ahlstedt2022-06-011-3/+16
* NMake Makefiles: Ensure g[lib|io]mm[config.h|.rc] are createdChun-wei Fan2022-05-271-0/+4
* NMake Makefiles: Remove rules on build directory creationChun-wei Fan2022-05-272-20/+14
* Meson/MSVC: Add more warnings to ignoreChun-wei Fan2022-05-231-0/+3
* Meson: Re-organize MSVC compiler warnings-related itemsChun-wei Fan2022-05-231-4/+14
* meson.build: Avoid configuration warningsKjell Ahlstedt2022-05-191-19/+24
* 2.66.42.66.4Kjell Ahlstedt2022-05-043-2/+10
* Glib::ustring_Iterator: Accept a warning from clang++Kjell Ahlstedt2022-05-041-8/+14
* 2.66.32.66.3Kjell Ahlstedt2022-05-024-4/+27
* Gio::TlsCertificate: Fix the create*() methodsKjell Ahlstedt2022-04-082-20/+11
* Glib, Gio: Use _WRAP_METHOD(..., ignore_deprecations)Kjell Ahlstedt2022-02-258-95/+18
* gmmproc: Add "ignore_deprecations" argument in _WRAP_METHOD()Kjell Ahlstedt2022-02-253-8/+20
* meson.build: Check if Perl is required for building documentationKjell Ahlstedt2022-02-241-1/+15
* Declare some copy constructors =defaultKjell Ahlstedt2022-02-154-7/+15
* Remove HACKINGKjell Ahlstedt2022-02-141-12/+0
* meson.build: Specify 'check' option in run_command()Kjell Ahlstedt2022-02-148-20/+28
* Gio::SocketClient, TlsClientConnection: Ignore some deprecationsKjell Ahlstedt2021-11-244-4/+75
* Build: Support VS2022 buildsChun-wei Fan2021-11-092-2/+7
* 2.66.22.66.2Kjell Ahlstedt2021-10-053-2/+19
* Glib::wrap_register_init(): Don't use g_quark_from_static_string()Kjell Ahlstedt2021-10-041-2/+2
* Glib::Binding, Gio::Application: Don't use g_quark_from_static_string()Kjell Ahlstedt2021-10-042-2/+2
* Declare some copy assignment operators deleted (=delete)Kjell Ahlstedt2021-08-273-10/+11
* Use GLib from the main branch in subprojectKjell Ahlstedt2021-07-311-1/+1
* handle-built-files.py: Specify file encoding on generated filesKjell Ahlstedt2021-07-161-5/+2
* Gio::ListModel::get_object(): Don't try to cast to Glib::ObjectKjell Ahlstedt2021-07-151-0/+4
* Merge branch 'talisein-glibmm-2-66-fileenumerator-leak' into 'glibmm-2-66'Kjell Ahlstedt2021-07-151-2/+2
|\
| * fileenumerator.hg: Remove refreturn to avoid memory leaktalisein2021-07-101-2/+2
|/
* Glib::ustring: Remove extraneous GLIBMM_APIKjell Ahlstedt2021-05-311-2/+2
* 2.66.12.66.1Kjell Ahlstedt2021-05-203-2/+28