summaryrefslogtreecommitdiff
path: root/tests/refcount
Commit message (Expand)AuthorAgeFilesLines
* tests: Mark refcount/properties2 test as slowPhilip Withnall2018-07-061-1/+1
* tests: Various minor leak fixes in the GObject testsPhilip Withnall2018-06-291-0/+1
* Classify the testsEmmanuele Bassi2018-06-101-1/+2
* tests: Increase the timeout of the 'objects2' and 'sequence' tests. Fixes #1393Christoph Reiter2018-05-261-1/+1
* meson: add tests/gobject and tests/refcountTim-Philipp Müller2017-07-131-0/+29
* build: Use AM_TESTS_ENVIRONMENT rather than TESTS_ENVIRONMENTPhilip Withnall2017-05-231-1/+1
* Drop trailing semi-colon from G_DEFINE_ macroEmmanuele Bassi2017-04-103-3/+3
* tests/refcount/signals: don't shadow rand()Ross Burton2016-11-141-3/+3
* tests/: Include unistd.h on *NIX onlyChun-wei Fan2013-11-116-5/+23
* fix up refcount/properties test caseRyan Lortie2013-09-231-30/+13
* tests: free properties test object from main thread instead of helper threadRay Strode2013-09-201-2/+2
* Change a pair of TESTS = to TEST +=Ryan Lortie2013-06-011-1/+1
* Rework the build system for a new tests approachRyan Lortie2013-05-311-21/+12
* Improve gtype test coverageMatthias Clasen2013-05-294-0/+11
* 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