summaryrefslogtreecommitdiff
path: root/tests/gobject
AgeCommit message (Expand)AuthorFilesLines
2011-10-18tests/gobject: Use G_VALUE_INITJavier Jardón1-5/+5
2011-10-13tests: disable deprecation warnings for testsRyan Lortie1-0/+1
2011-10-02tests: Use G_VALUE_INITJavier Jardón2-11/+11
2011-09-22gvalue: Add explicitly signed g_value_get_schar() and g_value_set_schar()Colin Walters2-0/+17
2010-12-27Move ifaceproperties test to gobject/tests/Matthias Clasen2-649/+0
2010-12-27Convert ifaceproperties.c to test frameworkMatthias Clasen1-119/+260
2010-08-19Fix misc compiler warnings in (mostly) test programsDan Winship1-1/+1
2010-08-06Replace -I with $(glib_INCLUDES) and friendsRyan Lortie1-4/+1
2010-08-05Add $(top_builddir)/glib to includespaul1-0/+1
2010-06-19Add g_value_take_variantChristian Persch2-1/+82
2010-06-17Add fundamental type and pspec for GVariantChristian Persch2-14/+70
2010-06-15Sprinkle some $(AM_V_GEN) around to make the build more silent.Christian Persch1-2/+2
2010-02-10add performance tests to gitignoreRyan Lortie1-0/+2
2010-02-10make tests not dynamic link against /lib/libglibRyan Lortie1-1/+7
2010-01-13Remove additional thread support in performance testAlexander Larsson2-8/+1
2009-11-29Fix dynamictype test to buildMatthias Clasen1-2/+1
2009-11-26Cast iface_init to GInterfaceInitFuncAlexander Larsson1-2/+1
2009-11-26Add test for G_IMPLEMENT_INTERFACE_DYNAMICAlexander Larsson1-4/+49
2009-10-02Add gobject performance tests for threaded codeAlexander Larsson2-0/+383
2009-10-02Add performance tests for GObject primitivesAlexander Larsson3-0/+744
2009-01-05updateDan Winship1-0/+12
2008-07-04Bug 541208 – Functions to easily install and use signals without classMichael Natterer1-12/+106
2008-02-11Make the g_test_add macro work with gcc 4.3Matthias Clasen1-2/+2
2007-11-21initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional21:06:47 Tim Janik1-1/+3
2007-04-24don't free or modify static strings, dup them when needed and clear theMichael Natterer1-0/+73
2007-03-23Handle missing $RANDOMMatthias Clasen1-1/+1
2007-01-03removed all .cvsignore files. SVN doesn't need them.Michael Natterer1-15/+0
2006-12-29Define G_DEFINE_DYNAMIC_TYPE and and _EXTENDED variant. (#334437)Matthias Clasen2-0/+131
2006-08-16added test program which demonstrates and checks singleton construction.Tim Janik2-0/+86
2006-05-02added test code from Behdad Esfahbod, see #337128.Tim Janik2-0/+60
2006-04-05.Behdad Esfahbod1-0/+1
2006-02-18Add paramspec-testMatthias Clasen2-0/+148
2006-02-18Add more tests.Matthias Clasen1-0/+277
2005-12-05broken commitMatthias Clasen1-1/+3
2005-12-01Make tests work with slice allocatorMatthias Clasen1-3/+1
2005-08-12Shut up CVSManish Singh1-0/+1
2005-08-09Add it here.Matthias Clasen2-0/+98
2005-05-09Shut up CVSManish Singh1-1/+2
2005-05-05Add g_object_add/remove_toggle_ref() functions to get notification when aOwen Taylor2-1/+283
2003-10-24Force shared library (DLL) only on Windows. (I don't think that isTor Lillqvist2-3/+5
2003-10-23=== Released 2.3.0 ===Owen Taylor3-13/+10
2003-10-21Test for interface properties and GParamSpecOverride.Owen Taylor2-0/+506
2003-10-02Test case for g_type_add_interface_check().Owen Taylor3-1/+176
2003-10-02Remove some tests that were testing things that weren't supposed to work;Owen Taylor1-14/+12
2003-10-02Tests of interface inheritance and overriding.Owen Taylor2-0/+240
2003-09-29.cvsignore updateOwen Taylor1-0/+1
2003-09-29Dummy dynamic type module for testing type plugin code and dynamic types.Owen Taylor4-1/+321
2003-09-12New directory, framework for automated GObject tests.Owen Taylor7-301/+599
2003-09-02added support for a "default vtable" per interface, that interface vtablesTim Janik1-22/+68
2003-08-27Add a detailed test case for interface initialization, testing the abilityOwen Taylor1-0/+428