summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: glibmm_value: Move code to main.ccMurray Cumming2017-04-073-35/+32
* Remove Glib::WeakRefMurray Cumming2017-04-073-186/+10
* Use std::dynamic_pointer_cast<>().Murray Cumming2017-04-071-2/+2
* glibmm_weakref: Don't try to use moved-from RefPtrs.Murray Cumming2017-04-071-15/+6
* RefPtr: Make this an alias for shared_ptr<> instead.Murray Cumming2017-04-072-17/+23
* Add and use make_refptr_for_instance().Murray Cumming2017-04-063-3/+3
* Replace remaining uses of Glib::ArrayHandle<> with std::vector.Murray Cumming2017-03-173-145/+0
* Added ustring::make_valid() which fixes non-UTF8 strings.Krzysztof Piecuch2017-03-152-1/+61
* tests/glibmm_variant: Add test of Variant<std::tuple>Kjell Ahlstedt2017-03-061-1/+65
* Tests: Initialize a member variable.Murray Cumming2016-12-121-1/+1
* Tests: Make single-parameter constructors explicit.Murray Cumming2016-12-124-4/+4
* Tests: Remove an unused variable.Murray Cumming2016-12-121-1/+0
* Add tests/giomm_stream_vfuncsKjell Ahlstedt2016-11-212-0/+174
* Remove deprecated API.Murray Cumming2016-11-142-104/+0
* Try to disable -Wunused-function for the glibmm_interface_move test.Murray Cumming2016-11-111-1/+4