summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.64.02.64.0Kjell Ahlstedt2020-03-173-2/+53
* Glib::Regex docs: Clarify the deprecation of match() and match_all()Kjell Ahlstedt2020-03-171-3/+10
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2020-03-168-212/+1211
* Glib::Regex: Deprecate some uses of match() and match_all()Kjell Ahlstedt2020-03-162-2/+15
* Add Glib::canonicalize_filename()Kjell Ahlstedt2020-03-162-0/+33
* Add a templated Glib::build_filename() overloadKjell Ahlstedt2020-03-161-0/+20
* Add Glib::UStringView and Glib::StdStringViewKjell Ahlstedt2020-03-161-0/+92
* Glib::MainContext: Add push/pop/get_thread_default()Kjell Ahlstedt2020-03-152-4/+93
* Glib::get_host_name(): Return a Glib::ustringKjell Ahlstedt2020-03-152-7/+5
* Add Glib::get_host_name()scx2020-03-152-0/+26
* Add Glib::get_user_runtime_dir()scx2020-03-152-0/+17
* README: Describe building with Meson and AutotoolsKjell Ahlstedt2020-03-141-7/+87
* Gio::DBus::Message::get_unix_fd_list(): Add refreturnKjell Ahlstedt2020-03-121-2/+2
* glibmmconfig.h.in: Add GLIBMM_CAN_USE_THREAD_LOCAL for non-Windows buildsKjell Ahlstedt2020-03-121-0/+2
* Merge branch 'use-dllexport-2-62' into 'glibmm-2-62'Chun-wei Fan2020-03-12230-884/+956
|\
| * m4: Apply function decoration more thoroughlyChun-wei Fan2020-03-125-5/+5
| * meson: Do not allow static MSVC-style buildsChun-wei Fan2020-03-121-1/+10
| * Drop gendefChun-wei Fan2020-03-127-118/+1
| * glibmm: Update glibmmconfig.h.[in|meson] for MSVCChun-wei Fan2020-03-124-31/+13
| * Visual Studio builds: build giomm without gendefChun-wei Fan2020-03-126-79/+36
| * gio/giomm/*.h: Mark classes and functions with GIOMM_APIChun-wei Fan2020-03-125-3/+25
| * gio/src/*.hg: Mark classes and functions with GIOMM_APIChun-wei Fan2020-03-12137-354/+456
| * build: Do not use gendef.exe for glibmmChun-wei Fan2020-03-127-63/+31
| * glib/src: Decorate classes and methods with GLIBMM_APIChun-wei Fan2020-03-0930-134/+212
| * 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
| * glib/glibmm/*.h: Mark classes and methods with GLIBMM_APIChun-wei Fan2020-03-0934-82/+132
| * meson: Use /utf-8 for Visual Studio buildsChun-wei Fan2020-03-072-2/+2
* | NMake Makefiles: Fix 'install' for Meson tarballsChun-wei Fan2020-03-091-0/+4
* | Merge branch 'kjellahl/meson-build-2-62' into 'glibmm-2-62'Kjell Ahlstedt2020-03-0640-11/+2495
|\ \ | |/
| * Revert "meson: Don't use `objects:` in glibmm, giomm"Chun-wei Fan2020-03-052-2/+3
| * meson: Don't use `objects:` in glibmm, giommChun-wei Fan2020-03-052-3/+2
| * MSVC NMake: Allow builds from Meson-generated tarballsChun-wei Fan2020-03-055-11/+37
| * glib/glibmmconfig.h.in: Define GLIBMM_CAN_USE_THREAD_LOCAL on MSVCChun-wei Fan2020-03-051-0/+1
| * meson.build: Ignore warning C4146Chun-wei Fan2020-03-051-1/+1
| * Add support for building glibmm with MesonKjell Ahlstedt2020-03-0434-0/+2457
|/
* tools: Fix 'meson dist'Chun-wei Fan2020-03-041-0/+18
* examples/thread/dispatcher.cc: Make C++17 compliantChun-wei Fan2020-03-041-3/+5
* glibmm_interface_move test: Avoid warnings in test_IFace_get_type()Chun-wei Fan2020-03-041-0/+2
* dbusconnection.ccg: Include giomm/unixfdlist.h on *NIX onlyChun-wei Fan2020-03-041-0/+4
* Prepare existing files for building with MesonKjell Ahlstedt2020-03-034-6/+15
* generate-msvc.mak: Correct path to find gmmproc PERL modulesChun-wei Fan2020-02-271-1/+1
* NMake Makefiles: Add targets to ease build from GIT checkoutsChun-wei Fan2020-02-265-9/+100
* README.win32: Mention that XML::Parser is required for builds from GITChun-wei Fan2020-02-261-1/+2
* NMake Makefiles: "Install" gmmproc itemsChun-wei Fan2020-02-252-81/+117
* MSVC_NMake: Re-order build rulesChun-wei Fan2020-02-252-6/+4
* MSVC_NMake: Add rules to generate and build sourcesChun-wei Fan2020-02-254-4/+80
* MSVC_NMake: Avoid hard-coding versionsChun-wei Fan2020-02-251-1/+1
* NMake Makefiles: Use PDBVER instead of VSVER for toolsetChun-wei Fan2020-02-246-202/+202
* NMake Makefiles: build glibmm_generate_extra_defs-2.4.libChun-wei Fan2020-02-245-2/+21