summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Build: Support VS2022 buildsglibmm-2-68Chun-wei Fan2021-12-142-2/+7
* Gio::SocketClient, TlsClientConnection: Ignore some deprecationsKjell Ahlstedt2021-11-244-7/+57
* 2.68.22.68.2Kjell Ahlstedt2021-10-063-2/+29
* CI: Copy .gitlab-ci.yml from the master branchKjell Ahlstedt2021-10-041-76/+145
* 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
* 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-1/+30
* 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
* fileenumerator.hg: Remove refreturn to avoid memory leaktalisein2021-07-151-2/+2
* Glib::ustring: Remove extraneous GLIBMM_APIKjell Ahlstedt2021-05-311-2/+2
* 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
* Merge branch 'master' into 'master'Kjell Ahlstedt2021-04-092-22/+22
|\
| * Variant: Fix so it works with C++20Magne Oestlyngen2021-04-062-22/+22
* | Meson build: No implicit_include_directoriesKjell Ahlstedt2021-04-083-0/+4
|/
* Meson build: No implicit_include_directoriesKjell Ahlstedt2021-03-2641-38/+43
* Add tools/defs_gen/enumextract.pyKjell Ahlstedt2021-03-174-1/+472
* Meson build: Make it possible to use glibmm as a subprojectKjell Ahlstedt2021-03-1211-19/+117
* Meson build: examples and tests: Add dependency('threads')Kjell Ahlstedt2021-03-122-2/+11
* g[io|lib]mmconfig.h.*: Don't dllimport on MinGWChun-wei Fan2021-03-094-4/+12
* tools/gen_scripts: Ignore gio/gwin32api-*.hKjell Ahlstedt2021-03-062-4/+4
* docs/reference/Doxyfile.in: Remove obsolete entriesKjell Ahlstedt2021-02-241-2/+1
* Meson build: Use relative paths to untracked/Kjell Ahlstedt2021-02-242-5/+7
* 2.68.02.68.0Kjell Ahlstedt2020-12-183-2/+66
* Merge branch 'wip/ci-comments' into 'master'Kjell Ahlstedt2020-12-181-4/+2
|\
| * CI: Replacing old comments with correct onesPavlo Solntsev2020-12-131-4/+2
* | Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2020-12-188-491/+3684
* | Glib::Binding, TimeZone: Ignore deprecation of some glib functionsKjell Ahlstedt2020-12-144-6/+107
|/
* Change the ABI to glibmm-2.68Kjell Ahlstedt2020-12-118-24/+24
* tests/glibmm_tls_client: Skip test, if socket can't be connectedKjell Ahlstedt2020-12-101-1/+4
* Merge branch 'wip/clang-ci' into 'master'Kjell Ahlstedt2020-12-091-0/+18
|\
| * CI: Adding build and test job for clang compilerPavlo Solntsev2020-12-081-0/+18
* | tests/glibmm_tls_client: Catch exceptions from more function callsKjell Ahlstedt2020-12-091-6/+18
|/
* Glib::Binding: Avoid warning from gcc-10Kjell Ahlstedt2020-12-081-0/+9
* Merge branch 'wip/ci-update' into 'master'Kjell Ahlstedt2020-12-081-7/+77
|\
| * CI: Updating config file to reflect recent changesPavlo Solntsev2020-12-071-7/+77
|/