summaryrefslogtreecommitdiff
path: root/tests/refcount
Commit message (Expand)AuthorAgeFilesLines
* Silence automakeMatthias Clasen2013-02-021-1/+1
* build: Prototype GType accessors for private classesColin Walters2012-11-013-0/+3
* Remove g_type_init() callsRyan Lortie2012-10-168-9/+1
* tests: add check for leaking signal return valueMark Nauwelaerts2012-08-052-1/+30
* tests: make refcount signals test slightly valgrind cleanerMark Nauwelaerts2012-08-051-0/+4
* Dispose test objectMatthias Clasen2012-04-021-0/+2
* Drop g_thread_init from testsMatthias Clasen2012-04-028-14/+2
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2011-11-295-5/+5
* tests: disable deprecation warnings for testsRyan Lortie2011-10-131-0/+1
* Fix compiler warningsDan Winship2011-05-025-8/+4
* Replace -I with $(glib_INCLUDES) and friendsRyan Lortie2010-08-061-4/+1
* Add $(top_builddir)/glib to includespaul2010-08-051-0/+1
* notify: Add tests for threadsafe object notifiesOlivier Crête2010-07-223-0/+375
* initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional21:06:47 Tim Janik2007-11-211-0/+2
* Fixed up internal 'g_test*' names.Tim Janik2007-11-206-184/+184
* Output newlines after thousand iterations of the inner-loop of theLoïc Minier2007-07-091-1/+1
* removed all .cvsignore files. SVN doesn't need them.Michael Natterer2007-01-031-10/+0
* Remove C++ commentMatthias Clasen2006-01-301-1/+1
* Add a missing reference to libglib in the LDADD for this test.Billy Biggs2005-11-071-1/+1
* Link the the refcount tests to the system thread library $(G_THREAD_LIBS).Sebastian Wilhelmi2005-09-111-1/+1
* remove unused n_threads variable.Manish Singh2005-08-061-1/+0
* Shut up CVSManish Singh2005-08-061-0/+1
* tests/refcount/objects.c tests/refcount/properties.c Use g_usleep()Tor Lillqvist2005-08-023-3/+3
* test high contention on closure reference counts to trigger and catchTim Janik2005-08-017-38/+353
* use G_CALLBACK for signal connections.Manish Singh2005-07-201-3/+3
* Shut up CVSManish Singh2005-07-201-0/+9
* Make refcounting threadsafe by using atomic operations. (#166020, WimMatthias Clasen2005-07-156-0/+1030