summaryrefslogtreecommitdiff
path: root/tests/mainloop-test.c
Commit message (Expand)AuthorAgeFilesLines
* Port internal uses to use g_source_set_static_name()Philip Withnall2021-07-261-4/+4
* Fix signedness warning in tests/mainloop-test.cEmmanuel Fleury2021-05-041-2/+2
* mainloop-test: Fix race conditionsTomasz Miąsko2018-10-301-17/+20
* all: Remove trailing newlines from g_message()/g_warning()/g_error()sPhilip Withnall2018-04-271-1/+1
* Consistently save errno immediately after the operation setting itPhilip Withnall2017-08-031-1/+2
* mainloop-test: Fix uninitialized memory access in testsStef Walter2013-11-111-3/+3
* mainloop-test: Fix leaks in testsStef Walter2013-11-101-0/+4
* Remove a bunch of lingering g_thread_init()Ryan Lortie2013-05-311-3/+1
* Fix more warning-addition falloutSimon McVittie2012-11-021-9/+9
* Remove g_mutex_new()/g_cond_new() in testcasesRyan Lortie2011-10-041-16/+14
* Make threads mandatoryDan Winship2011-09-091-4/+0
* [mainloop-test] Fix compilation errorsColin Walters2010-05-261-2/+2
* GSource: add g_source_set_name, g_source_get_name, g_source_set_name_by_idHavoc Pennington2010-05-251-1/+5
* Not needed, just use -DPCRE_STATIC.Tor Lillqvist2007-11-071-0/+1
* Make the tests silent on success.Matthias Clasen2005-07-141-0/+2
* add -DG_DISABLED_DEPRECATEDManish Singh2002-10-151-6/+4
* Fix a minor memory leak.Owen Taylor2002-10-141-0/+2
* use gsize instead of int where appropriate (64-bit cleanliness fix)Manish Singh2002-09-291-6/+6
* Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout theSebastian Wilhelmi2002-07-041-0/+3
* Recurse with may_block = FALSE, so we don't get into the pathology whereOwen Taylor2001-11-021-3/+8
* make it compile againHans Breuer2001-07-201-0/+1
* Make some changes to the way that GMainContext works:Owen Taylor2001-06-301-1/+1
* Renamed g_thread_create to g_thread_create_full and added macroSebastian Wilhelmi2001-05-181-2/+1
* Moved func and arg members from GRealThread to GThread, such that they canSebastian Wilhelmi2001-05-081-1/+3
* Define _GNU_SOURCE for stpcpyOwen Taylor2001-04-171-9/+28
* Get len using strlen() if arg is negative in the Win32 code, too.Tor Lillqvist2001-01-061-0/+6
* move $enable_debug down below checks for GCC to avoid setting CFLAGSOwen Taylor2001-01-051-2/+2
* Add a bunch of unrefs.Owen Taylor2000-12-071-0/+4
* Major change in API for creating sources to handle multiple main loopsOwen Taylor2000-12-051-0/+396