summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Improve parsing of date-only iso8601 stringsJens Georg2010-08-261-0/+4
* Fix misc compiler warnings in (mostly) test programsDan Winship2010-08-191-1/+1
* Replace -I with $(glib_INCLUDES) and friendsRyan Lortie2010-08-063-12/+3
* Add $(top_builddir)/glib to includespaul2010-08-053-0/+3
* fix the completion testMatthias Clasen2010-08-031-1/+0
* improve completion test coverageMatthias Clasen2010-08-031-0/+9
* Move bookmarkfile tests to the test frameworkMatthias Clasen2010-08-0323-605/+2
* Move markup parse tests to the test frameworkMatthias Clasen2010-07-3065-665/+2
* Add some more GFile testsMatthias Clasen2010-07-302-222/+0
* Move markup escape tests to test frameworkMatthias Clasen2010-07-302-135/+0
* Don't leak in converter testMatthias Clasen2010-07-302-310/+0
* Add some volume monitor testsMatthias Clasen2010-07-302-299/+0
* Move queue tests to the test frameworkMatthias Clasen2010-07-302-964/+0
* notify: Add tests for threadsafe object notifiesOlivier CrĂȘte2010-07-224-0/+377
* Move uri tests to the test frameworkMatthias Clasen2010-07-052-480/+1
* Move tree tests to the test frameworkMatthias Clasen2010-07-052-248/+0
* Move slist tests to the test frameworkMatthias Clasen2010-07-052-207/+0
* Move list tests to the test frameworkMatthias Clasen2010-07-051-212/+0
* Move charset conversion tests to the test frameworkMatthias Clasen2010-07-042-664/+0
* Move node tests to the test frameworkMatthias Clasen2010-06-232-3/+0
* Move node test to the test frameworkMatthias Clasen2010-06-231-223/+0
* Move date tests to the test frameworkMatthias Clasen2010-06-233-501/+0
* Move hash tests to the test frameworkMatthias Clasen2010-06-213-462/+0
* Move checksum tests to the test frameworkMatthias Clasen2010-06-213-679/+0
* Move utf8 validation tests to the test frameworkMatthias Clasen2010-06-202-322/+0
* Move utf8 pointer tests to test frameworkMatthias Clasen2010-06-202-113/+0
* Consolide base64 tests in a single fileMatthias Clasen2010-06-202-239/+0
* Move scanner tests to glib/testsMatthias Clasen2010-06-202-146/+0
* Move sequence tests to the test frameworkMatthias Clasen2010-06-201-1301/+0
* Move base64 tests of to test frameworkMatthias Clasen2010-06-201-138/+0
* Move regex tests to the g_test frameworkMatthias Clasen2010-06-202-2125/+1
* Add g_value_take_variantChristian Persch2010-06-192-1/+82
* Add fundamental type and pspec for GVariantChristian Persch2010-06-172-14/+70
* Sprinkle some $(AM_V_GEN) around to make the build more silent.Christian Persch2010-06-151-2/+2
* Fix warningsJuan A. Suarez Romero2010-06-091-1/+1
* [mainloop-test] Fix compilation errorsColin Walters2010-05-261-2/+2
* GSource: add g_source_set_name, g_source_get_name, g_source_set_name_by_idHavoc Pennington2010-05-251-1/+5
* Fix run-assert-msg-test to work with libtool-2.2.x.Priit Laes2010-03-081-1/+5
* add performance tests to gitignoreRyan Lortie2010-02-101-0/+2
* make tests not dynamic link against /lib/libglibRyan Lortie2010-02-101-1/+7
* Don't use deprecated g_win32 APITor Lillqvist2010-02-041-24/+0
* improve gitignoreRyan Lortie2010-01-281-0/+2
* always use our own internal assertion message symbolMartin Pitt2010-01-262-13/+6
* Disable yet another failing test that was recently added...Matthias Clasen2010-01-251-1/+1
* [tests] Remove C++ style commentsAlberto Garcia2010-01-202-2/+2
* Remove additional thread support in performance testAlexander Larsson2010-01-132-8/+1
* Support storing assertion messages into core dumpMartin Pitt2009-12-234-2/+61
* Fix dynamictype test to buildMatthias Clasen2009-11-291-2/+1
* Cast iface_init to GInterfaceInitFuncAlexander Larsson2009-11-261-2/+1
* Add test for G_IMPLEMENT_INTERFACE_DYNAMICAlexander Larsson2009-11-261-4/+49