summaryrefslogtreecommitdiff
path: root/gthread
Commit message (Expand)AuthorAgeFilesLines
* meson: Add tests for generated pkg-config filesMarco Trevisan (Treviño)2023-04-171-0/+19
* meson: Use 'tap' test protocol by defaultMarco Trevisan (Treviño)2023-01-171-1/+7
* gthread: Fully initialize GThreadFunctions structure in testSimon McVittie2022-11-141-1/+8
* tests: Add some trivial tests for g_thread_init()Philip Withnall2022-11-103-0/+120
* Fix symbol visibility macros on WindowsXavier Claessens2022-10-131-1/+2
* Add SPDX license headers for LGPL-2.1-or-later to various filesPhilip Withnall2022-06-011-0/+2
* build: Drop checks and workarounds for older Meson versionsPhilip Withnall2022-05-061-4/+1
* Meson: Override every dependency glib providesXavier Claessens2020-04-051-0/+4
* build: Drop autotools supportPhilip Withnall2019-01-151-97/+0
* Meson: Fix deprecation warning with 0.49.0 releaseXavier Claessens2018-12-101-1/+2
* meson: Add macOS libtool versioning for ABI compatibilityNirbheek Chauhan2018-10-221-0/+1
* Meson: build and install remaining testsXavier Claessens2018-09-211-0/+2
* Remove all static ChangeLog filesChristoph Reiter2018-09-041-837/+0
* Meson: Do not build tests with nodelete/Bsymbolic-functionsXavier Claessens2018-05-091-1/+3
* Meson: Use pkgconfig module to generate all pc filesXavier Claessens2018-03-281-0/+9
* meson: fix static build under WindowsChristoph Reiter2018-01-041-1/+1
* meson: build Windows resource filesChristoph Reiter2018-01-042-2/+14
* meson: add -fvisibility=hidden explicitly to selected targetsTim-Philipp Müller2017-07-131-2/+1
* meson: Improve MSVC and MinGW support and fix dependencies everywhereNirbheek Chauhan2017-07-131-5/+4
* meson: Fix glib, add gobject, gio, gthread, gmodule, etcTim-Philipp Müller2017-07-131-0/+11
* build: Drop nmake/MSC build system for GLibPhilip Withnall2017-07-103-29/+0
* gthread/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* win32: fixup lib.exe invocationRyan Lortie2014-02-151-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Rework the build system for a new tests approachRyan Lortie2013-05-311-3/+3
* build: Add --disable-compile-warningsColin Walters2013-02-271-0/+2
* visibility: Use a separate CFLAGS variableRyan Lortie2013-01-141-0/+1
* gthread-impl.c: add missing #include "config.h"Ryan Lortie2013-01-141-0/+2
* Actually Don't define GLIB_COMPILATION in libgthreadAlexander Larsson2011-10-182-1/+4
* Don't define GLIB_COMPILATION in libgthreadAlexander Larsson2011-10-181-4/+0
* gthread/: fix up declarationsRyan Lortie2011-10-162-3/+2
* gthread: move test cases to glib/Ryan Lortie2011-10-169-1051/+0
* tests: merge gthread/ and glib/ atomic testsRyan Lortie2011-10-162-74/+0
* g_thread_new: never failRyan Lortie2011-10-134-8/+5
* thread: nuke the concept of 'joinable'Ryan Lortie2011-10-134-6/+5
* Disable deprecations where appropriate in testsMatthias Clasen2011-10-126-21/+7
* Add a warning to g_thread_init_with_errorcheck_mutexesMatthias Clasen2011-10-051-0/+1
* Deprecate g_thread_init()Ryan Lortie2011-10-041-13/+0
* Define GLIB_COMPILATION when building libgthread.soMatthias Clasen2011-10-021-0/+1
* g_thread_init: take a gpointer as the argRyan Lortie2011-09-211-2/+2
* Stop using GStaticMutex in two testcasesRyan Lortie2011-09-211-8/+6
* emufutex: remove init from g_thread_init_glibRyan Lortie2011-09-091-4/+2
* Move the GThread implementations to glib/Ryan Lortie2011-09-094-981/+5
* invert gthread-impl includesRyan Lortie2011-09-094-8/+13
* win32 threads: assume TryEnterCriticalSectionRyan Lortie2011-09-091-83/+7
* Stop using HAVE_G_THREAD_IMPL_INITRyan Lortie2011-09-093-8/+1
* Move thread priority translation into the backendsRyan Lortie2011-09-093-37/+51
* Remove useless macros from when we supported DCERyan Lortie2011-09-091-15/+8
* Remove support for DCE threadsRyan Lortie2011-09-091-56/+4
* Remove support for custom thread implementationsRyan Lortie2011-09-091-54/+10