summaryrefslogtreecommitdiff
path: root/gthread
AgeCommit message (Expand)AuthorFilesLines
2011-10-04Deprecate g_thread_init()Ryan Lortie1-13/+0
2011-10-02Define GLIB_COMPILATION when building libgthread.soMatthias Clasen1-0/+1
2011-09-21g_thread_init: take a gpointer as the argRyan Lortie1-2/+2
2011-09-21Stop using GStaticMutex in two testcasesRyan Lortie1-8/+6
2011-09-09emufutex: remove init from g_thread_init_glibRyan Lortie1-4/+2
2011-09-09Move the GThread implementations to glib/Ryan Lortie4-981/+5
2011-09-09invert gthread-impl includesRyan Lortie4-8/+13
2011-09-09win32 threads: assume TryEnterCriticalSectionRyan Lortie1-83/+7
2011-09-09Stop using HAVE_G_THREAD_IMPL_INITRyan Lortie3-8/+1
2011-09-09Move thread priority translation into the backendsRyan Lortie3-37/+51
2011-09-09Remove useless macros from when we supported DCERyan Lortie1-15/+8
2011-09-09Remove support for DCE threadsRyan Lortie1-56/+4
2011-09-09Remove support for custom thread implementationsRyan Lortie1-54/+10
2011-09-09Remove the dead 'none' thread implementationRyan Lortie2-38/+0
2011-09-09GThread: remove errorcheck mutex supportRyan Lortie1-220/+8
2011-09-09gthread: remove some unused forward declarationsRyan Lortie1-7/+0
2011-09-09Deprecated (undocumented) g_thread_gettimeRyan Lortie4-48/+1
2011-09-09Make threads mandatoryDan Winship1-18/+0
2011-07-25.gitignore the gwakeup-fallback testcaseRyan Lortie1-0/+1
2011-07-25GWakeup: make it private APIRyan Lortie2-36/+10
2011-07-25GWakeup: test fallback caseRyan Lortie2-2/+44
2011-07-25GWakeup .gitignore fixesRyan Lortie1-0/+1
2011-07-25add a couple of testcases for GWakeupRyan Lortie2-0/+271
2011-07-22gitignore tweaksRyan Lortie1-0/+2
2011-06-23Run some tests with errorcheck mutexes tooMatthias Clasen2-0/+9
2011-06-20gthread tests: Remove spurious return;Colin Walters1-2/+0
2011-06-14spawn-multithreaded: Clean up IO channel codeColin Walters1-11/+16
2011-06-14spawn-singlethread.c: New testColin Walters2-0/+198
2011-06-14spawn-multithreaded: Also look for lt-test-echoColin Walters1-0/+5
2011-06-12update .gitignoresDan Winship1-1/+5
2011-06-07Update the year in the *.rc.in filesChun-wei Fan1-1/+1
2011-06-03Implement pointer sized bitlocksRyan Lortie1-10/+40
2011-06-03spawn-multithreaded: New test caseColin Walters3-1/+278
2011-05-28Add a regression test for GNOME#642026Simon McVittie2-0/+94
2011-05-26gthread: build unix tests only on unixMarc-André Lureau1-0/+2
2011-05-22Add some atomic ops testsMatthias Clasen2-0/+76
2011-05-02Update .gitignoresDan Winship1-0/+1
2011-04-27glib-unix: New API to watch some Unix signalsColin Walters1-0/+5
2010-12-15Remove the dead --disable-visiblity configure optionMatthias Clasen1-3/+0
2010-08-06Replace -I with $(glib_INCLUDES) and friendsRyan Lortie2-5/+2
2010-08-05Add $(top_builddir)/glib to includespaul1-0/+1
2010-07-31Also use trylock in the bitlock testsMatthias Clasen1-1/+7
2010-06-21Use -Bsymbolic-functions, drop g*alias PLT hackeryRyan Lortie1-1/+1
2010-06-19Fix a preprocessor warning with --disable-visibilityChristian Persch1-0/+2
2010-06-15Sprinkle some $(AM_V_GEN) around to make the build more silent.Christian Persch1-1/+1
2010-04-22Fix !srcdir buildMatthias Clasen1-1/+1
2010-04-21Fix typo in GMutex error messageColin Walters1-1/+1
2010-02-04Update copyright yearsTor Lillqvist1-1/+1
2010-01-28improve gitignoreRyan Lortie1-0/+1
2010-01-28Bug 548967 - 1 bit mutex lock: add testsRyan Lortie4-0/+147