summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: Do not use gendef.exe for glibmmChun-wei Fan2020-03-077-65/+33
* glib/src: Decorate classes and methods with GLIBMM_APIChun-wei Fan2020-03-0727-91/+162
* tools: Allow generating Glib:Error class with decorationsChun-wei Fan2020-03-073-12/+18
* tools/m4: Allow one to decorate the generated wrap() prototypeChun-wei Fan2020-03-056-5/+20
* glib/glibmm/*.h: Mark classes and methods with GLIBMM_APIChun-wei Fan2020-03-0528-68/+118
* meson: Use /utf-8 for Visual Studio buildsChun-wei Fan2020-03-052-2/+2
* Activate the glibmm_ustring_compose testKjell Ahlstedt2020-03-043-6/+14
* gio/giomm/meson.build: Silence a warning from MesonKjell Ahlstedt2020-03-031-1/+0
* Merge branch 'kjellahl/meson-build-master' into 'master'Kjell Ahlstedt2020-03-0338-11/+2342
|\
| * MSVC NMake: Allow builds from Meson-generated tarballsChun-wei Fan2020-03-035-8/+29
| * meson.build: Tidy up a bitKjell Ahlstedt2020-03-021-9/+4
| * Meson build: Add some dependencies when generating source filesKjell Ahlstedt2020-03-023-7/+10
| * Makefile.am: Distribute files necessary for building with MesonKjell Ahlstedt2020-03-021-0/+31
| * tools: Fix 'meson dist'Chun-wei Fan2020-03-023-32/+21
| * meson: Build items in tools/extra_defs_gen on MSVC tooChun-wei Fan2020-03-022-14/+42
| * examples/thread/dispatcher.cc: Make C++17 compliantChun-wei Fan2020-03-021-3/+5
| * glibmm_interface_move test: Avoid warnings in test_IFace_get_type()Chun-wei Fan2020-03-021-0/+2
| * examples: Don't build child_watch and iochannel_stream on WindowsChun-wei Fan2020-03-021-2/+8
| * dbusconnection.ccg: Include giomm/unixfdlist.h on *NIX onlyChun-wei Fan2020-03-021-0/+4
| * gio/giomm/meson.build: Use giomm-int rule for all buildsChun-wei Fan2020-03-021-35/+35
| * glib/glibmm/meson.build: Use glibmm-int rule for all buildsChun-wei Fan2020-03-021-36/+35
| * meson.build: Disable warning C4589 on Visual StudioChun-wei Fan2020-03-021-1/+1
| * tools: Use POSIX-style path for m4 in gmmprocChun-wei Fan2020-03-021-1/+1
| * meson.build: Allow Visual Studio builds in GIT checkoutsChun-wei Fan2020-03-021-4/+0
| * meson.build: Always look for libsigc++ via pkg-configChun-wei Fan2020-03-021-46/+3
| * Add support for building glibmm with MesonKjell Ahlstedt2020-03-0128-0/+2298
|/
* Prepare existing files for building with MesonKjell Ahlstedt2020-03-014-6/+15
* NMake Makefiles: Fix headers installationChun-wei Fan2020-02-271-4/+4
* 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-14/+100
* NMake Makefiles: "Install" gmmproc itemsChun-wei Fan2020-02-262-10/+47
* MSVC_NMake: Add rules to generate and build sourcesChun-wei Fan2020-02-264-4/+77
* NMake Makefiles: build glibmm_generate_extra_defs-2.xx.libChun-wei Fan2020-02-265-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 Makefiles: Split outdir by toolset versionChun-wei Fan2019-12-275-178/+192
* NMake Makefiles: Use /utf-8 where availableChun-wei Fan2019-12-261-0/+4
* NMake MAkefiles: Add USE_MESON_LIBSChun-wei Fan2019-12-263-6/+16
* Gio::AsyncResult: Improve the class descriptionKjell Ahlstedt2019-12-201-30/+43
* Glib::Binding: Keep a binding alive even without a RefPtrKjell Ahlstedt2019-12-153-36/+15
* Derive Glib::Error from std::exception, remove Glib::ExceptionKjell Ahlstedt2019-12-149-88/+10
* Use Glib::UStringView with Glib::ustring::compare()Thomas Holder2019-11-304-156/+232
* SettingsSchemaSource: Wrap new_from_directory()Kjell Ahlstedt2019-11-242-8/+5
* SettingsSchemaSource: Implement list_schemas()Daniel Boles2019-11-242-2/+40
* Merge branch 'fix-issue-66' into 'master'Kjell Ahlstedt2019-11-225-44/+76
|\
| * Glib::Regex: Use UStringViewThomas Holder2019-11-215-44/+76
|/
* Glib: Replace StringView with StdStringView and UStringViewKjell Ahlstedt2019-11-201-26/+59
* Merge branch 'wip/gvalue_assert' into 'master'Kjell Ahlstedt2019-11-201-0/+10
|\
| * Update value_custom.hPavlo Solntsev2019-11-181-4/+4
| * Glib: Adding static check for template parameterPavlo Solntsev2019-11-171-0/+10