summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tests/glibmm_refptr: Correct the move constructor test.Murray Cumming2015-07-271-2/+2
* Add tests/glibmm_refptr.Murray Cumming2015-07-272-0/+217
* tls_client test: Use gnome.org instead of google.orgMurray Cumming2015-07-271-1/+1
* Correct a comment.Murray Cumming2015-07-271-1/+0
* C++11: Use nullptr.Murray Cumming2015-07-162-4/+4
* C++11: examples/tests: More use of auto.Murray Cumming2015-07-159-45/+45
* C++11: More uses of range-based for.Murray Cumming2015-07-151-8/+6
* Avoid shadowed variables.Murray Cumming2015-07-153-12/+9
* C++11: Use the override keyword.Murray Cumming2015-07-151-3/+3
* Glib::Variant: Improve handling of object paths and signaturesKjell Ahlstedt2015-04-131-0/+59
* Improve tests/glibmm_interface_implementationKjell Ahlstedt2015-03-171-4/+44
* tests/giomm_tls_client: Put try/catch around Socket::connect().Murray Cumming2014-12-031-1/+11
* Make giomm tests Run Under WindowsChun-wei Fan2014-09-172-2/+14
* Deprecate API which is deprecated in glibKjell Ahlstedt2014-06-131-0/+16
* tests/glibmm_interface_implementation: Use the new base class orderJosé Alburquerque2014-06-101-15/+38