summaryrefslogtreecommitdiff
path: root/gthread
AgeCommit message (Expand)Author
2013-05-31Rework the build system for a new tests approachRyan Lortie
2013-02-27build: Add --disable-compile-warningsColin Walters
2013-01-14visibility: Use a separate CFLAGS variableRyan Lortie
2013-01-14gthread-impl.c: add missing #include "config.h"Ryan Lortie
2011-10-18Actually Don't define GLIB_COMPILATION in libgthreadAlexander Larsson
2011-10-18Don't define GLIB_COMPILATION in libgthreadAlexander Larsson
2011-10-16gthread/: fix up declarationsRyan Lortie
2011-10-16gthread: move test cases to glib/Ryan Lortie
2011-10-16tests: merge gthread/ and glib/ atomic testsRyan Lortie
2011-10-13g_thread_new: never failRyan Lortie
2011-10-13thread: nuke the concept of 'joinable'Ryan Lortie
2011-10-12Disable deprecations where appropriate in testsMatthias Clasen
2011-10-05Add a warning to g_thread_init_with_errorcheck_mutexesMatthias Clasen
2011-10-04Deprecate g_thread_init()Ryan Lortie
2011-10-02Define GLIB_COMPILATION when building libgthread.soMatthias Clasen
2011-09-21g_thread_init: take a gpointer as the argRyan Lortie
2011-09-21Stop using GStaticMutex in two testcasesRyan Lortie
2011-09-09emufutex: remove init from g_thread_init_glibRyan Lortie
2011-09-09Move the GThread implementations to glib/Ryan Lortie
2011-09-09invert gthread-impl includesRyan Lortie
2011-09-09win32 threads: assume TryEnterCriticalSectionRyan Lortie
2011-09-09Stop using HAVE_G_THREAD_IMPL_INITRyan Lortie
2011-09-09Move thread priority translation into the backendsRyan Lortie
2011-09-09Remove useless macros from when we supported DCERyan Lortie
2011-09-09Remove support for DCE threadsRyan Lortie
2011-09-09Remove support for custom thread implementationsRyan Lortie
2011-09-09Remove the dead 'none' thread implementationRyan Lortie
2011-09-09GThread: remove errorcheck mutex supportRyan Lortie
2011-09-09gthread: remove some unused forward declarationsRyan Lortie
2011-09-09Deprecated (undocumented) g_thread_gettimeRyan Lortie
2011-09-09Make threads mandatoryDan Winship
2011-07-25.gitignore the gwakeup-fallback testcaseRyan Lortie
2011-07-25GWakeup: make it private APIRyan Lortie
2011-07-25GWakeup: test fallback caseRyan Lortie
2011-07-25GWakeup .gitignore fixesRyan Lortie
2011-07-25add a couple of testcases for GWakeupRyan Lortie
2011-07-22gitignore tweaksRyan Lortie
2011-06-23Run some tests with errorcheck mutexes tooMatthias Clasen
2011-06-20gthread tests: Remove spurious return;Colin Walters
2011-06-14spawn-multithreaded: Clean up IO channel codeColin Walters
2011-06-14spawn-singlethread.c: New testColin Walters
2011-06-14spawn-multithreaded: Also look for lt-test-echoColin Walters
2011-06-12update .gitignoresDan Winship
2011-06-07Update the year in the *.rc.in filesChun-wei Fan
2011-06-03Implement pointer sized bitlocksRyan Lortie
2011-06-03spawn-multithreaded: New test caseColin Walters
2011-05-28Add a regression test for GNOME#642026Simon McVittie
2011-05-26gthread: build unix tests only on unixMarc-André Lureau
2011-05-22Add some atomic ops testsMatthias Clasen
2011-05-02Update .gitignoresDan Winship