summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Glib: value_custom: Use callback functions with C linkageKjell Ahlstedt2023-03-311-0/+7
* Fix giomm_simple test on WindowsChun-wei Fan2023-01-051-0/+1
* Gio::File: Add create_tmp()Kjell Ahlstedt2022-09-011-4/+54
* Gio::ListStore::find() docs: Small changesKjell Ahlstedt2022-09-011-3/+3
* Gio::ListStore: Add find()Kjell Ahlstedt2022-08-291-0/+72
* meson.build: Specify 'check' option in run_command()Kjell Ahlstedt2022-02-141-2/+0
* Add Glib::Environ and tests/glibmm_environKjell Ahlstedt2021-05-233-0/+51
* tests/glibmm_ustring_compare: Fix so it works for C++20Kjell Ahlstedt2021-04-112-28/+39
* Meson build: No implicit_include_directoriesKjell Ahlstedt2021-04-081-0/+1
* Meson build: Make it possible to use glibmm as a subprojectKjell Ahlstedt2021-03-121-2/+2
* Meson build: examples and tests: Add dependency('threads')Kjell Ahlstedt2021-03-121-1/+6
* tests/glibmm_tls_client: Skip test, if socket can't be connectedKjell Ahlstedt2020-12-101-1/+4
* tests/glibmm_tls_client: Catch exceptions from more function callsKjell Ahlstedt2020-12-091-6/+18
* Remove Glib::BalancedTreeKjell Ahlstedt2020-09-074-235/+0
* tests/glibmm_buildfilename: Add some testsKjell Ahlstedt2020-03-201-0/+25
* examples, tests: Disable deprecated API when building with MesonKjell Ahlstedt2020-03-091-0/+1
* Activate the glibmm_ustring_compose testKjell Ahlstedt2020-03-042-6/+8
* glibmm_interface_move test: Avoid warnings in test_IFace_get_type()Chun-wei Fan2020-03-021-0/+2
* Add support for building glibmm with MesonKjell Ahlstedt2020-03-011-0/+62
* Glib::Binding: Keep a binding alive even without a RefPtrKjell Ahlstedt2019-12-151-4/+9
* Derive Glib::Error from std::exception, remove Glib::ExceptionKjell Ahlstedt2019-12-143-4/+4
* Use Glib::UStringView with Glib::ustring::compare()Thomas Holder2019-11-302-1/+117
* Glib::Regex: Use UStringViewThomas Holder2019-11-212-0/+30
* Avoid unnecessary conversions between std::string and Glib::ustringKjell Ahlstedt2019-11-181-1/+1
* tests/glibmm_binding: Add basic test inc transformDaniel Boles2019-11-092-0/+108
* ustring: Add sprintf(), wrapping g_strdup_printf()Daniel Boles2019-06-202-0/+57
* Gio::AsyncResult: Explain why wrap() is not used in get_source_object_base()Kjell Ahlstedt2019-01-251-1/+16
* tests/glibmm_ustring_format: Fix non-English langsKjell Ahlstedt2018-10-241-0/+4
* tests/glibmm_ustring_format: Test output, iomanipsDaniel Boles2018-10-141-0/+22
* Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-08-311-2/+2
* Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-07-172-3/+3
* Revert "Avoid compiler warnings from function pointer conversions"Kjell Ahlstedt2018-07-172-12/+3
* Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-07-132-3/+12
* Revert "Try to disable -Wunused-function for the glibmm_interface_move test."Murray Cumming2018-04-221-4/+1
* tests/glibmm_variant: Test operator==() and operator!=()Kjell Ahlstedt2017-11-141-0/+33
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-303-6/+3
* Glib::Variant: Improved support for D-Bus object paths and signaturesKjell Ahlstedt2017-08-161-3/+52
* tests: Activate the glibmm_object testKjell Ahlstedt2017-07-032-3/+6
* tests/Makefile.am: Remove the last remnants of glibmm_weakrefKjell Ahlstedt2017-07-031-2/+0
* tests: Avoid an unused function warnings from G_DECLARE_INTERFACE().Murray Cumming2017-05-261-0/+7
* tests/Makefile.am: Fix a typo to fix the build.Murray Cumming2017-04-261-3/+4
* Glib::SignalProxy: Make a specialization for void signal handlersKjell Ahlstedt2017-04-231-1/+1
* NodeTree: Move enums into class, and use C++11 enum classes.Murray Cumming2017-04-181-18/+18
* Gio::Socket: Move enums into class.Murray Cumming2017-04-181-1/+1
* Value: Only use RefPtr specialization for types that have get_base_type().Murray Cumming2017-04-151-0/+27
* Fix make check when _WRAP_ENUM generates enum classKjell Ahlstedt2017-04-112-3/+3
* tests: glibmm_value: Test RefPtr-to-ObjectBase.Murray Cumming2017-04-091-0/+40
* tests: Split object_move and objectbase_move tests.Murray Cumming2017-04-097-113/+152
* tests: glibmm_value: Actually test set/get().Murray Cumming2017-04-071-11/+61
* tests: glibmm_value: Actually call the test function.Murray Cumming2017-04-071-1/+3