summaryrefslogtreecommitdiff
path: root/tests/refcount
AgeCommit message (Expand)AuthorFilesLines
2010-08-06Replace -I with $(glib_INCLUDES) and friendsRyan Lortie1-4/+1
2010-08-05Add $(top_builddir)/glib to includespaul1-0/+1
2010-07-22notify: Add tests for threadsafe object notifiesOlivier Crête3-0/+375
2007-11-21initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional21:06:47 Tim Janik1-0/+2
2007-11-20Fixed up internal 'g_test*' names.Tim Janik6-184/+184
2007-07-09Output newlines after thousand iterations of the inner-loop of theLoïc Minier1-1/+1
2007-01-03removed all .cvsignore files. SVN doesn't need them.Michael Natterer1-10/+0
2006-01-30Remove C++ commentMatthias Clasen1-1/+1
2005-11-07Add a missing reference to libglib in the LDADD for this test.Billy Biggs1-1/+1
2005-09-11Link the the refcount tests to the system thread library $(G_THREAD_LIBS).Sebastian Wilhelmi1-1/+1
2005-08-06remove unused n_threads variable.Manish Singh1-1/+0
2005-08-06Shut up CVSManish Singh1-0/+1
2005-08-02tests/refcount/objects.c tests/refcount/properties.c Use g_usleep()Tor Lillqvist3-3/+3
2005-08-01test high contention on closure reference counts to trigger and catchTim Janik7-38/+353
2005-07-20use G_CALLBACK for signal connections.Manish Singh1-3/+3
2005-07-20Shut up CVSManish Singh1-0/+9
2005-07-15Make refcounting threadsafe by using atomic operations. (#166020, WimMatthias Clasen6-0/+1030