summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Variant: Allow containing complex types in arrays and in variants.José Alburquerque2012-12-281-1/+56
* Add a test checking whether floating variants are always sunk.Krzesimir Nowak2012-07-281-0/+73
* Avoid use of deprecated API in tests and examples.Murray Cumming2011-10-261-1/+2
* Fix the make check build by always linking to gthread-2.0.Murray Cumming2011-10-251-1/+1
* Missing parts of the last commitMurray Cumming2011-09-061-0/+10
* Add reftpr_sigc_bind test case.Murray Cumming2011-07-192-1/+71
* Fix the build with --enable-warnings=fatal.Murray Cumming2011-06-041-2/+2
* Variant: Rename get(index) to get_child(index).Murray Cumming2011-03-291-2/+2
* Variant: Really declare the cast_dyamic() specialization for ustring.Murray Cumming2011-03-291-1/+99
* Whitespace changesMurray Cumming2011-03-291-12/+12
* Vectorutils, ArrayHandle: Check for NULL pointers.Krzesimir Nowak2011-03-214-18/+108
* Variant: Added Variant<VariantBase>::get().Yannick Guesnet2011-03-161-0/+37
* Variant: Add a cast operator.Yannick Guesnet2011-03-161-0/+49
* tests: Remove remaining use of std::cout.Murray Cumming2011-02-242-2/+16
* tests: Use EXIT_* for clarity.Murray Cumming2011-02-2414-16/+16
* Actually run all tests, and check some failures.Murray Cumming2011-02-2412-93/+182
* Rename Gio::DBus::DBusError to Gio::DBus::Error.Murray Cumming2011-02-242-0/+82
* Added missing files.Krzesimir Nowak2011-02-212-2/+91
* Extended build_filename() utility functionFabrício Godoy2011-02-212-0/+39
* Added bool specialization for Glib::ArrayHandle.Krzesimir Nowak2011-02-211-25/+27
* Fixed code style.Murray Cumming2011-01-272-197/+199
* Added vectorutils.h.Krzesimir Nowak2011-01-273-2/+669
* Variant test: Use the dictionary variant classes in the test.José Alburquerque2010-12-281-1/+65
* Add a valuearray test to build.Krzesimir Nowak2010-12-241-2/+1
* Add Variant< std::vector<[Glib::ustring|std::string]> specializations.José Alburquerque2010-12-211-7/+7
* Variant: Add a VariantStringBase and a VariantContainerBase class.José Alburquerque2010-12-202-1/+44
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-312-63/+0
* 2.23.42.23.4Murray Cumming2010-03-261-2/+4
* Add regression test for Bug #613250.Murray Cumming2010-03-262-1/+31
* Revert accidentally pushed commits.José Alburquerque2010-03-151-2/+2
* ValueArray Example: Get values as references in loops.José Alburquerque2010-03-111-2/+2
* Reorder assignment to LDADD and giomm_ldadd in tests/Makefile.amDavid King2010-03-101-3/+3
* AsyncResult: Add get_source_object_base(), deprecating get_source_object().Murray Cumming2010-03-082-1/+36
* Implement GTree wrapperSzilárd Pfeiffer2010-01-053-0/+239
* Convert tests/ sub-tree to non-recursive buildDaniel Elstner2009-08-099-56/+50
* Use references to store casts in glibmm_valuearray test.José Alburquerque2009-07-031-2/+2
* Omit unused parameter names to avoid warningDaniel Elstner2009-06-241-1/+1
* Use a const instead of a #define in the value array example.José Alburquerque2009-06-231-2/+2