summaryrefslogtreecommitdiff
path: root/gthread
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Imported Upstream version 2.59.1Hyunjee Kim1-97/+0
2019-12-03Imported Upstream version 2.59.0Hyunjee Kim2-838/+3
2019-12-03Imported Upstream version 2.58.2Hyunjee Kim1-0/+2
2019-12-03Imported Upstream version 2.57.1Hyunjee Kim1-1/+12
2019-12-03Imported Upstream version 2.55.1Hyunjee Kim2-3/+15
2019-12-03Imported Upstream version 2.54.2Hyunjee Kim2-1639/+0
2017-10-17Imported Upstream version 2.54.1upstream/2.54.1DongHun Kwak1-4/+4
2017-09-29Imported Upstream version 2.54.0upstream/2.54.0DongHun Kwak1-4/+4
2017-09-29Imported Upstream version 2.53.7DongHun Kwak1-4/+4
2017-09-29Imported Upstream version 2.53.6DongHun Kwak2-6/+6
2017-09-29Imported Upstream version 2.53.5DongHun Kwak2-4/+13
2017-09-29Imported Upstream version 2.53.4DongHun Kwak5-65/+9
2017-09-29Imported Upstream version 2.53.3DongHun Kwak2-5/+5
2017-09-29Imported Upstream version 2.53.2DongHun Kwak4-1/+1667
2017-09-29Imported Upstream version 2.53.1DongHun Kwak4-1667/+1
2017-09-29Imported Upstream version 2.52.3DongHun Kwak4-1/+1667
2017-05-19Imported Upstream version 2.50.3DongHun Kwak4-1666/+1
2017-02-03Imported Upstream version 2.50.2upstream/2.50.2DongHun Kwak2-5/+6
2016-05-10Imported Upstream version 2.48.0Ryan Lortie4-1/+1665
2014-02-15win32: fixup lib.exe invocationRyan Lortie1-1/+1
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-05-31Rework the build system for a new tests approachRyan Lortie1-3/+3
2013-02-27build: Add --disable-compile-warningsColin Walters1-0/+2
2013-01-14visibility: Use a separate CFLAGS variableRyan Lortie1-0/+1
2013-01-14gthread-impl.c: add missing #include "config.h"Ryan Lortie1-0/+2
2011-10-18Actually Don't define GLIB_COMPILATION in libgthreadAlexander Larsson2-1/+4
2011-10-18Don't define GLIB_COMPILATION in libgthreadAlexander Larsson1-4/+0
2011-10-16gthread/: fix up declarationsRyan Lortie2-3/+2
2011-10-16gthread: move test cases to glib/Ryan Lortie9-1051/+0
2011-10-16tests: merge gthread/ and glib/ atomic testsRyan Lortie2-74/+0
2011-10-13g_thread_new: never failRyan Lortie4-8/+5
2011-10-13thread: nuke the concept of 'joinable'Ryan Lortie4-6/+5
2011-10-12Disable deprecations where appropriate in testsMatthias Clasen6-21/+7
2011-10-05Add a warning to g_thread_init_with_errorcheck_mutexesMatthias Clasen1-0/+1
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