summaryrefslogtreecommitdiff
path: root/glib/glibmm
Commit message (Expand)AuthorAgeFilesLines
* Glib: NodeTree etc.: Use callback functions with C linkageKjell Ahlstedt2023-04-025-13/+71
* Glib: value_custom: Use callback functions with C linkageKjell Ahlstedt2023-03-312-4/+66
* Add Gio::giomm_SignalProxy_async_callback() with C linkageKjell Ahlstedt2023-03-311-0/+4
* Glib: Use callback functions with C linkageglibmm-2-76Kjell Ahlstedt2023-03-317-33/+201
* Glib::Dispatcher: Add const versions of emit() and operator()()Kjell Ahlstedt2023-02-222-0/+29
* Glib::Dispatcher: Remove a g_warning()Kjell Ahlstedt2023-02-221-7/+0
* Add the GLIBMM_CHECK_VERSION() preprocessor macroKjell Ahlstedt2023-01-163-0/+80
* Glib::RefPtr: Put the documentation in a Doxygen groupKjell Ahlstedt2022-10-101-0/+11
* Add Glib::ustring::release()Kjell Ahlstedt2022-08-211-0/+11
* gmmproc: Improved handling of final typesKjell Ahlstedt2022-06-082-0/+16
* Glib::RefPtr: Improve the documentationKjell Ahlstedt2022-06-061-0/+15
* Revert "ustring_Iterator: Declare the copy constructor =default"Kjell Ahlstedt2022-05-041-8/+7
* Glib, Gio: Add some methods for glibmm 2.72Kjell Ahlstedt2022-04-072-2/+21
* ustring_Iterator: Declare the copy constructor =defaultKjell Ahlstedt2022-02-151-7/+8
* meson.build: Specify 'check' option in run_command()Kjell Ahlstedt2022-02-141-4/+6
* 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-271-6/+7
* Glib::ustring: Remove extraneous GLIBMM_APIKjell Ahlstedt2021-05-311-2/+2
* Add Glib::Environ and tests/glibmm_environKjell Ahlstedt2021-05-234-0/+154
* Glib::Timer: Add resume() and is_active()Kjell Ahlstedt2021-05-232-1/+29
* Don't mark the Glib::Source class with GLIBMM_APIChun-wei Fan2021-05-071-64/+64
* error.h Avoid exporting class deriving frm std::exceptionChun-wei Fan2021-05-071-19/+19
* 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-051-3/+2
* Meson build: No implicit_include_directoriesKjell Ahlstedt2021-03-261-0/+2
* Meson build: Make it possible to use glibmm as a subprojectKjell Ahlstedt2021-03-121-4/+4
* Meson build: Use relative paths to untracked/Kjell Ahlstedt2021-02-241-3/+4
* Meson build: Fix versioning on macOSKjell Ahlstedt2020-09-301-1/+4
* Meson build: Add missing Glib::Value and Variant documentationKjell Ahlstedt2020-09-131-2/+2
* Remove Glib::BalancedTreeKjell Ahlstedt2020-09-071-1/+0
* glib/glibmm/private/*.h: Decorate the classes with GLIBMM_APIChun-wei Fan2020-08-282-2/+2
* Meson/Visual Studio builds: Include toolset version by defaultChun-wei Fan2020-06-181-3/+3
* 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
* Glib, Gio: Add missing #includesKjell Ahlstedt2020-03-182-0/+3
* glibmm/objectbase.h: Mark _gobject_cppinstance_already_deleted()Chun-wei Fan2020-03-121-0/+1
* glibmm: Update glibmmconfig.h.[in|meson] for MSVCChun-wei Fan2020-03-091-0/+5
* build: Do not use gendef.exe for glibmmChun-wei Fan2020-03-071-42/+19
* glib/glibmm/*.h: Mark classes and methods with GLIBMM_APIChun-wei Fan2020-03-0528-68/+118
* Meson build: Add some dependencies when generating source filesKjell Ahlstedt2020-03-021-2/+3
* glib/glibmm/meson.build: Use glibmm-int rule for all buildsChun-wei Fan2020-03-021-36/+35
* Add support for building glibmm with MesonKjell Ahlstedt2020-03-011-0/+373
* Prepare existing files for building with MesonKjell Ahlstedt2020-03-011-0/+8
* Derive Glib::Error from std::exception, remove Glib::ExceptionKjell Ahlstedt2019-12-145-83/+6
* Use Glib::UStringView with Glib::ustring::compare()Thomas Holder2019-11-302-155/+115
* Glib: Replace StringView with StdStringView and UStringViewKjell Ahlstedt2019-11-201-26/+59
* Update value_custom.hPavlo Solntsev2019-11-181-4/+4