summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'is_os_cocoa-meson' into 'master'Kjell Ahlstedt2020-11-221-15/+1
|\
| * Meson build: fix is_os_cocoa detectionTom Schoonjans2020-11-211-15/+1
|/
* Remove unnecessary TODO and README filesKjell Ahlstedt2020-11-193-17/+0
* generate_wrap_init.pl.in: Use g_type_ensure()Kjell Ahlstedt2020-11-181-7/+1
* Gio::File docs: Fix names of thrown exceptionsKjell Ahlstedt2020-11-017-15/+7
* glib/glibmm.h: Describe how to use glibmm with mesonKjell Ahlstedt2020-10-121-3/+18
* Meson build: Fix versioning on macOS for libglibmm_generate_extra_defsKjell Ahlstedt2020-10-011-1/+3
* Meson build: Fix versioning on macOSKjell Ahlstedt2020-09-303-3/+14
* Meson build: Add missing Glib::Value and Variant documentationKjell Ahlstedt2020-09-132-3/+7
* Remove Glib::BalancedTreeKjell Ahlstedt2020-09-0710-573/+0
* Merge branch 'more-private-exports' into 'master'Chun-wei Fan2020-08-311-1/+1
|\
| * class_interface.m4: Export the generated private classChun-wei Fan2020-08-311-1/+1
|/
* Merge branch 'private-export' into 'master'Chun-wei Fan2020-08-303-3/+3
|\
| * glib/glibmm/private/*.h: Decorate the classes with GLIBMM_APIChun-wei Fan2020-08-282-2/+2
| * class_shared.m4: Decorate private class prototypeChun-wei Fan2020-08-281-1/+1
* | gmmproc: Make h2def.py recognize more macrosKjell Ahlstedt2020-08-291-2/+6
|/
* Rewrite Gio::Tls[Client,Server]ConnectionImplKjell Ahlstedt2020-08-1210-106/+80
* Gio::Tls[Client,Server]ConnectionImpl: Improve the wrap*() functionsKjell Ahlstedt2020-08-022-12/+18
* Gio::SocketClient::signal_event(): Fix wrapping of 'connection' paramKjell Ahlstedt2020-07-312-2/+22
* Glib::IOChannel docs: Update names of some enum valuesKjell Ahlstedt2020-07-311-4/+4
* Gio: Add Tls[Client,Server]ConnectionImplKjell Ahlstedt2020-07-3013-45/+290
* NMake Makefiles: Use Meson-style DLL and .lib naming if requestedChun-wei Fan2020-07-231-12/+26
* NMake Makefiles: Fix generating [glib|gio]mm[config.h|.rc]Chun-wei Fan2020-07-224-56/+69
* Gio::MenuModel: Make MenuAttribute and MenuLink enum classKjell Ahlstedt2020-07-192-40/+96
* Merge branch 'liststore-fix' into 'master'Kjell Ahlstedt2020-07-191-3/+3
|\
| * Update documentation for ListStore too.Andreas Persson2020-07-181-1/+1
| * Make ListStore accept Interfaces.Andreas Persson2020-07-181-2/+2
|/
* NMake Makefiles: Support ARM64 Windows buildsChun-wei Fan2020-07-141-0/+4
* gmmproc: _CLASS_BOXEDTYPE, _CLASS_OPAQUE_COPYABLE: Fix move assignmentKjell Ahlstedt2020-07-112-2/+2
* docs/reference/: Update for Doxygen >= 1.8.16Kjell Ahlstedt2020-06-292-9/+8
* Merge branch 'meson-msvc-toolset' into 'master'Chun-wei Fan2020-06-2412-14/+42
|\
| * Meson/Visual Studio builds: Include toolset version by defaultChun-wei Fan2020-06-1812-14/+42
|/
* NMake Makefiles: Clean up building tests and examplesChun-wei Fan2020-06-164-171/+29
* NMake Makefiles: Use Toolset version in DLL names by defaultChun-wei Fan2020-06-163-22/+50
* glib/glibmm/ustring.h: Fix Visual Studio macro checkChun-wei Fan2020-06-151-1/+1
* propertyproxy_base: Fix using notify w/o prop nameDaniel Boles2020-06-031-1/+10
* ustring: Silence warning if MSC_VER is undefined/0Daniel Boles2020-06-021-1/+1
* tools/defs_gen/*.py: Specify that this is python3 codeKjell Ahlstedt2020-05-213-6/+4
* Merge branch 'export-more-symbols' into 'master'Chun-wei Fan2020-04-131-14/+21
|\
| * tools/m4/compare.m4: Allow decorating comparison operatorsChun-wei Fan2020-04-111-14/+21
|/
* Meson build: Set default value of the 'warnings' option to 'min'Kjell Ahlstedt2020-04-052-5/+31
* Merge branch 'export-more-symbols' into 'master'Chun-wei Fan2020-04-0456-104/+109
|\