summaryrefslogtreecommitdiff
path: root/glib/tests/asyncqueue.c
Commit message (Expand)AuthorAgeFilesLines
* Add a SPDX LicenseRef for the license historically used for testsSimon McVittie2022-11-021-0/+2
* Fix global variable name hidden by local variables in glib/tests/asyncqueue.cLoic Le Page2022-04-011-9/+9
* Improve test coverage of glib/tests/asyncqueue.cEmmanuel Fleury2021-12-171-6/+205
* Removing tests/asyncqueue-test.c from tests/Emmanuel Fleury2021-11-291-0/+43
* tests: Be more lenient with timing checks on asyncqueue popsPhilip Withnall2020-12-121-3/+3
* glib: Avoid redefining GLIB_DISABLE_DEPRECATION_WARNINGSPhilip Withnall2020-07-271-0/+2
* tests: Convert g_assert() to g_assert_*() in glib/tests/asyncqueue.cPhilip Withnall2019-03-081-9/+9
* Add tests for new GAsyncQueue apiMatthias Clasen2015-06-291-0/+48
* Improve GAsyncQueue test coverageMatthias Clasen2014-01-011-0/+13
* glib/tests: fix leaksDan Winship2012-08-271-0/+4
* gasyncqueue: fix a 32bit overflow in g_async_queue_timed_popDan Winship2012-02-221-0/+35
* Add GAsyncQueue unit testMatthias Clasen2011-10-151-0/+182