summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests/glibmm_buildfilename: Add some testsglibmm-2-62Kjell Ahlstedt2020-03-212-2/+26
* Meson build: Install generate_extra_defs.hKjell Ahlstedt2020-03-193-9/+8
* README: Fix a misspellingKjell Ahlstedt2020-03-191-2/+2
* Glib: Add missing #includesKjell Ahlstedt2020-03-186-0/+8
* 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
* MSVC_NMake/config-msvc.mak: Correct libsigc++ libnameChun-wei Fan2020-02-071-1/+1
* Variant: Avoid . to not split an intro doc commentDaniel Boles2020-01-051-1/+1
* NMake: Split outdir by toolset versionChun-wei Fan2019-12-275-186/+196
* NMake Makefiles: Use /utf-8 where availableChun-wei Fan2019-12-261-0/+4
* NMake Makefiles: Add USE_MESON_LIBSChun-wei Fan2019-12-263-4/+14
* Gio::AsyncResult: Improve the class descriptionKjell Ahlstedt2019-12-201-32/+45
* Glib::Regex doc: Note that Glib::ustring must be used in match methodsKjell Ahlstedt2019-11-221-0/+12