summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CI: Accept warnings from clang++glibmm-2-70Kjell Ahlstedt2022-05-041-1/+1
* Revert "ustring_Iterator: Declare the copy constructor =default"Kjell Ahlstedt2022-05-041-8/+7
* CI: Don't build everything with warnings=fatalKjell Ahlstedt2022-02-161-2/+2
* ustring_Iterator: Declare the copy constructor =defaultKjell Ahlstedt2022-02-151-7/+8
* Remove HACKINGKjell Ahlstedt2022-02-142-14/+1
* meson.build: Specify 'check' option in run_command()Kjell Ahlstedt2022-02-148-22/+31
* Gio: Use _WRAP_METHOD(..., ignore_deprecations)Kjell Ahlstedt2021-11-264-44/+8
* gmmproc: Add "ignore_deprecations" argument in _WRAP_METHOD()Kjell Ahlstedt2021-11-263-8/+20
* Gio::SocketClient, TlsClientConnection: Ignore some deprecationsKjell Ahlstedt2021-11-244-7/+57
* Build: Support VS2022 buildsChun-wei Fan2021-11-092-2/+7
* 2.70.02.70.0Kjell Ahlstedt2021-10-063-2/+56
* Glib::Binding: Fix return type from dup_source() and dup_target()Kjell Ahlstedt2021-10-051-5/+5
* Glib, Gio: Add some methods for glibmm 2.70Kjell Ahlstedt2021-10-0513-122/+90
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2021-10-0513-881/+4423
* CI: Build with g++-11 instead of g++-9Kjell Ahlstedt2021-10-041-8/+8
* CI: Switching to debian:testingKjell Ahlstedt2021-10-041-1/+1
* Glib::wrap_register_init(): Don't use g_quark_from_static_string()Kjell Ahlstedt2021-10-041-2/+2
* Declare some copy assignment operators deleted (=delete)Kjell Ahlstedt2021-08-272-7/+8
* CI: Don't rebuild libsigc++ if it can be pulled from the cacheKjell Ahlstedt2021-08-251-11/+29
* CI: Build libsigc++ only onceKjell Ahlstedt2021-08-221-74/+124
* .gitlab-ci.yml: Add dependency g++-10Kjell Ahlstedt2021-08-171-0/+1
* meson.build: Check if Perl is required for building documentationKjell Ahlstedt2021-08-172-3/+16
* Use GLib from the main branch in subprojectKjell Ahlstedt2021-07-311-1/+1
* Gio::AppInfo::get_all(): Use a local TypeTraits in ListHandlerKjell Ahlstedt2021-07-292-10/+7
* Gio::AppInfo::get_all(): Use Glib::wrap_auto_interface()Kjell Ahlstedt2021-07-261-0/+32
* 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-file-enumerator-leak' into 'master'Kjell Ahlstedt2021-07-151-2/+2
|\
| * fileenumerator.hg: Remove refreturn to avoid memory leaktalisein2021-07-101-2/+2
|/
* Update gio_docs_override.xmlKjell Ahlstedt2021-06-041-2/+13
* gmmproc, DocsParser.pm: 2nd improve the handling of gi-docgen syntaxKjell Ahlstedt2021-06-041-18/+15
* gmmproc, DocsParser.pm: Improve the handling of gi-docgen syntaxKjell Ahlstedt2021-06-011-24/+65
* Glib::ustring: Remove extraneous GLIBMM_APIKjell Ahlstedt2021-05-311-2/+2
* gmmproc, DocsParser.pm: Handle gi-docgen syntax in documentationKjell Ahlstedt2021-05-251-11/+73
* Add Glib::Environ and tests/glibmm_environKjell Ahlstedt2021-05-238-0/+206
* Glib::Timer: Add resume() and is_active()Kjell Ahlstedt2021-05-232-1/+29
* 2.68.12.68.1Kjell Ahlstedt2021-05-203-2/+29
* 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' into 'master'Chun-wei Fan2021-05-1410-276/+275
|\
| * Clean up Visual Studio build filesChun-wei Fan2021-05-072-3/+2
| * Don't mark the Glib::Source class with GLIBMM_APIChun-wei Fan2021-05-073-72/+72
| * error.h Avoid exporting class deriving frm std::exceptionChun-wei Fan2021-05-072-24/+24
| * fileattributeinfo.hg: Avoid exporting classes with std::string membersChun-wei Fan2021-05-071-10/+10
| * variantdbusstring.h: Don't mark classes with GLIBMM_APIChun-wei Fan2021-05-071-2/+2
| * ustring.h: Avoid exporting classes with std::string membersChun-wei Fan2021-05-071-165/+165
|/
* Glib::PatternSpec: Ignore deprecation of g_pattern_match()Kjell Ahlstedt2021-05-051-0/+4
* Subprojects can use meson.add_dist_script() if meson.version() >= 0.58.0Kjell Ahlstedt2021-05-055-16/+18
* Meson build: Make quiet installations possibleKjell Ahlstedt2021-04-191-1/+3
* tests/glibmm_ustring_compare: Fix so it works for C++20Kjell Ahlstedt2021-04-112-28/+39