summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-305-10/+5
* 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
* MemoryInputStream test: Small improvementsKjell Ahlstedt2014-02-131-22/+31
* Add Gio::MemoryInputStream testKjell Ahlstedt2014-02-122-0/+90
* This test assumes that the first DNS result it gets for www.google.com is anAdam Sampson2013-12-081-2/+2
* giomm_tls_client test: Add some commentsKjell Ahlstedt2013-10-301-0/+18
* ByteArray: Add some tests for methods returning self.Krzesimir Nowak2013-09-232-3/+43
* tls_client test: Catch an exceptionMurray Cumming2013-06-271-3/+18
* tests: Fix the glibmm_mainloop test.Kjell Ahlstedt2013-06-041-15/+18
* tests: Add the glibmm_mainloop test.Kjell Ahlstedt2013-06-022-0/+126
* glibmm: Wrapped Base64 functionality from glibMichael Kruglos2013-05-073-0/+39
* Tls Client Test: Update to test the TlsDatabase class.José Alburquerque2013-04-121-29/+19
* Tests: Add a basic test for the Tls* API.José Alburquerque2013-04-072-0/+148
* Add a test of implementing an interface.Murray Cumming2013-04-062-0/+46