summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* meson: Fix if_git_build on Visual Studiofix-if-git-build-msvc-2-66Chun-wei Fan2023-01-031-1/+2
* 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
* Documentation: Let links point to glibmm-2.4 and gtkmm-3.0 versionsKjell Ahlstedt2021-05-196-6/+6
* Add dependencies to Doxygen tag files in subprojectsKjell Ahlstedt2021-05-182-1/+14
* Fix build as subproject without building documentationKjell Ahlstedt2021-05-152-31/+37
* Merge branch 'std-string-msvc-fixes-2-66' into 'glibmm-2-66'Chun-wei Fan2021-05-145-182/+181
|\
| * build: Clean up MSVC build filesChun-wei Fan2021-05-062-3/+2
| * variantdbusstring.h: Drop GLIBMM_API decorationChun-wei Fan2021-05-061-2/+2
| * fileattributeinfo.hg: Avoid exporting classes with std::string membersChun-wei Fan2021-05-061-10/+10
| * ustring.h: Avoid exporting classes with std::string membersChun-wei Fan2021-05-061-167/+167
|/