summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add tests/giomm_listmodelKjell Ahlstedt2016-04-272-0/+353
* Examples: Use libsigc++ 2.9/10 and its slot/signal<R(Args...)> syntax.Murray Cumming2016-03-311-2/+2
* C++11: .h/.cc files: Replace typedefs with using.Murray Cumming2016-03-316-17/+17
* Fix "make check" after sigc::mem_fun(pointer,func) was deprecatedKjell Ahlstedt2016-03-101-2/+2
* Use std::ref instead of sigc::ref.Murray Cumming2016-03-081-9/+9
* Re-run clang-format on some files.Murray Cumming2016-02-261-9/+9
* Run clang-format on tests.Murray Cumming2016-02-2631-833/+810
* C++11: Use emplace_back() instead of push_back().Murray Cumming2016-02-051-2/+2
* C++11: Use initializer list instead of push_back() for initial single item.Murray Cumming2016-02-051-5/+2
* glibmm_mainloop test: Allocate a thread on the stack.Murray Cumming2015-11-261-5/+2
* examples/tests: Use simpler std::thread constructor.Murray Cumming2015-11-261-5/+2
* tests/glibmm_mainloop: Use the std::thread API instead of Glib::Threads.Murray Cumming2015-11-261-8/+14
* Tests: More nullptr instead of 0Kjell Ahlstedt2015-11-237-22/+29
* ObjectBase, Object, Interface: Fix move constructors and move assignmentsKjell Ahlstedt2015-10-313-23/+37
* Glib::WeakRef: Add noexceptKjell Ahlstedt2015-09-151-1/+0
* Add Glib::WeakRef<>Kjell Ahlstedt2015-09-152-0/+177
* tests: Add glibmm_interface_move.Murray Cumming2015-08-222-0/+294
* tests: Split glibmm_object_move into 2 files.Murray Cumming2015-08-223-9/+155
* Add simple test for Object move.Murray Cumming2015-08-222-0/+50
* tests/glibmm_refptr: Add simpler tests for move constructor/operator=.Murray Cumming2015-07-281-1/+28
* tests/glibmm_refptr: Slight improvement.Murray Cumming2015-07-281-1/+1
* Glib::RefPtr: add missing constructor and assignment operatorMarcin Kolny2015-07-271-0/+33