projects
/
platform
/
upstream
/
glib.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
More GThread docs tweaks
[platform/upstream/glib.git]
/
glib
/
2011-09-25
Matthias Clasen
More GThread docs tweaks
tree
|
commitdiff
2011-09-25
Matthias Clasen
Move GThread docs around
tree
|
commitdiff
2011-09-25
Matthias Clasen
Move includes to the top of the file
tree
|
commitdiff
2011-09-25
Matthias Clasen
Move deprecated GThread functions to a separate file
tree
|
commitdiff
2011-09-25
Matthias Clasen
GThread: more doc updates
tree
|
commitdiff
2011-09-25
Matthias Clasen
Drop G_THREADS_IMPL_NONE from the docs
tree
|
commitdiff
2011-09-25
Chun-wei Fan
Fix warning/error C4013 (implicit declarations)
tree
|
commitdiff
2011-09-25
Chun-wei Fan
gthread.c: Declare variable at start of block
tree
|
commitdiff
2011-09-24
Matthias Clasen
Document G_THREADS_IMPL_WIN32
tree
|
commitdiff
2011-09-24
Matthias Clasen
GThread doc additions
tree
|
commitdiff
2011-09-24
Matthias Clasen
Fix an uninialized variable warning
tree
|
commitdiff
2011-09-24
Matthias Clasen
Add a testcase for bug 659866
tree
|
commitdiff
2011-09-24
Matthias Clasen
Add a test for GCond
tree
|
commitdiff
2011-09-24
Matthias Clasen
Add a nontrivial read-write lock test
tree
|
commitdiff
2011-09-24
Matthias Clasen
Add GOnce tests
tree
|
commitdiff
2011-09-24
Matthias Clasen
Make the rec mutex test a little more verbose
tree
|
commitdiff
2011-09-23
Matthias Clasen
Add a non-trivial GRWLock test
tree
|
commitdiff
2011-09-23
Matthias Clasen
Add a non-trivial GRecMutex test
tree
|
commitdiff
2011-09-23
Matthias Clasen
Remove an unused variable
tree
|
commitdiff
2011-09-23
Matthias Clasen
Add some more rw lock tests
tree
|
commitdiff
2011-09-23
Matthias Clasen
Add a mutex test
tree
|
commitdiff
2011-09-23
Matthias Clasen
Add headers
tree
|
commitdiff
2011-09-23
Matthias Clasen
Fix g_rwlock_{writer,reader}_trylock
tree
|
commitdiff
2011-09-23
Matthias Clasen
Add basic tests for GRWLock
tree
|
commitdiff
2011-09-23
Chun-wei Fan
VS support updates
tree
|
commitdiff
2011-09-23
Matthias Clasen
Fix g_rec_mutex_trylock
tree
|
commitdiff
2011-09-23
Matthias Clasen
Add trivial tests for GMutex and GRecMutex
tree
|
commitdiff
2011-09-23
Chun-wei Fan
gmappedfile.c: Define S_IFREG on Win32 when it's not...
tree
|
commitdiff
2011-09-22
Ryan Lortie
Add gthread.h to deprecated headers
tree
|
commitdiff
2011-09-22
Matthias Clasen
Some gthread doc updates
tree
|
commitdiff
2011-09-22
Matthias Clasen
Use adaptive mutexes when available
tree
|
commitdiff
2011-09-22
Ryan Lortie
GDateTime test: fix a race
tree
|
commitdiff
2011-09-22
Ryan Lortie
gslice: remove single-threaded case
tree
|
commitdiff
2011-09-21
Philip Van Hoof
GMappedFile: Add API to create from an existing file...
tree
|
commitdiff
2011-09-21
Ryan Lortie
Deprecate GStatic{,Rec,RW}Mutex
tree
|
commitdiff
2011-09-21
Ryan Lortie
Port internal GStaticRecMutex users to GRecMutex
tree
|
commitdiff
2011-09-21
Ryan Lortie
Add a new recursive mutex type, GRecMutex
tree
|
commitdiff
2011-09-21
Ryan Lortie
Add GRWLock
tree
|
commitdiff
2011-09-21
Ryan Lortie
gthread: remove impl init functions
tree
|
commitdiff
2011-09-21
Ryan Lortie
win32: Add 'shared' support to SRWLock emulation
tree
|
commitdiff
2011-09-21
Ryan Lortie
gthread-win32: trivial condition change
tree
|
commitdiff
2011-09-21
Ryan Lortie
gthread-win32: rename a struct member
tree
|
commitdiff
2011-09-21
Ryan Lortie
gthread.h: remove some bogus decl/comments
tree
|
commitdiff
2011-09-21
Ryan Lortie
Revert "Drop an unused variable"
tree
|
commitdiff
2011-09-21
Matthias Clasen
Drop an unused variable
tree
|
commitdiff
2011-09-21
Matthias Clasen
More header cosmetics
tree
|
commitdiff
2011-09-21
Matthias Clasen
trivial: small header reordering
tree
|
commitdiff
2011-09-21
Ryan Lortie
Move some things to deprecated/gthread.h
tree
|
commitdiff
2011-09-21
Ryan Lortie
g_thread_init: take a gpointer as the arg
tree
|
commitdiff
2011-09-21
Ryan Lortie
disable glib-ctor on win32
tree
|
commitdiff
2011-09-21
Ryan Lortie
Deprecate g_thread_create_full()
tree
|
commitdiff
2011-09-21
Ryan Lortie
Drop g_thread_fail()
tree
|
commitdiff
2011-09-21
Ryan Lortie
g_system_thread_create: drop unused args
tree
|
commitdiff
2011-09-21
Ryan Lortie
Remove the concept of 'bound'
tree
|
commitdiff
2011-09-21
Matthias Clasen
Remove a leftover from errorcheck mutexes
tree
|
commitdiff
2011-09-21
Ryan Lortie
Remove g_thread_functions_for_glib_use_old
tree
|
commitdiff
2011-09-21
Ryan Lortie
Merge g_thread_functions_for_glib_use
tree
|
commitdiff
2011-09-21
Ryan Lortie
gthread.h: drop the vtable access macros
tree
|
commitdiff
2011-09-21
Ryan Lortie
NULL g_system_thread_{exit,equal} in the vtable
tree
|
commitdiff
2011-09-21
Ryan Lortie
GSystemThread: port 'self' 'join' and 'create'
tree
|
commitdiff
2011-09-21
Ryan Lortie
GThread: deprecate thread priorities
tree
|
commitdiff
2011-09-21
Matthias Clasen
Don't use the thread_exit vfunc
tree
|
commitdiff
2011-09-21
Matthias Clasen
Don't use the thread_equal vfunc anymore
tree
|
commitdiff
2011-09-21
Ryan Lortie
gthread-win32: use __stdcall markers where needed
tree
|
commitdiff
2011-09-21
Ryan Lortie
g_private_new: use GSlice
tree
|
commitdiff
2011-09-21
Matthias Clasen
And move the g_thread_yield() docs too
tree
|
commitdiff
2011-09-21
Matthias Clasen
Don't use the thread vtable for g_thread_yield()
tree
|
commitdiff
2011-09-21
Matthias Clasen
Move g_private_new() to common code
tree
|
commitdiff
2011-09-21
Matthias Clasen
Move docs around
tree
|
commitdiff
2011-09-21
Matthias Clasen
Clean up g_thread_yield implementation
tree
|
commitdiff
2011-09-21
Ryan Lortie
gmem: move to glib-ctor
tree
|
commitdiff
2011-09-21
Ryan Lortie
gslice: move initialisation to glib-ctor
tree
|
commitdiff
2011-09-21
Ryan Lortie
Add glib-ctor functionality
tree
|
commitdiff
2011-09-21
Ryan Lortie
GThread: always initialise the system thread
tree
|
commitdiff
2011-09-21
Ryan Lortie
gmessages: do implicit GPrivate initialisation
tree
|
commitdiff
2011-09-21
Ryan Lortie
Continue GPrivate rework
tree
|
commitdiff
2011-09-21
Ryan Lortie
Rework GPrivate
tree
|
commitdiff
2011-09-21
Ryan Lortie
GStaticMutex: remove ./configure checks
tree
|
commitdiff
2011-09-21
Ryan Lortie
Remove "temporary until GLib is fixed" code
tree
|
commitdiff
2011-09-21
Ryan Lortie
Port g_cond_new to use GSlice
tree
|
commitdiff
2011-09-21
Ryan Lortie
libglib: stop using g_cond_new in some places
tree
|
commitdiff
2011-09-21
Ryan Lortie
Port g_mutex_new to use GSlice
tree
|
commitdiff
2011-09-21
Ryan Lortie
G_LOCK: port from GStaticMutex to GMutex
tree
|
commitdiff
2011-09-21
Ryan Lortie
libglib: stop using g_mutex_new
tree
|
commitdiff
2011-09-21
Ryan Lortie
libglib: drop use of GStaticMutex
tree
|
commitdiff
2011-09-21
Ryan Lortie
Rework GMutex and GCond APIs
tree
|
commitdiff
2011-09-21
Matthias Clasen
Forgotten part of an earlier mismerge
tree
|
commitdiff
2011-09-21
Ryan Lortie
gmessage.c: mark a private function static
tree
|
commitdiff
2011-09-20
Cosimo Cecchi
timeval: add introspection annotations to g_time_val_fr...
tree
|
commitdiff
2011-09-19
Ryan Lortie
gbitlock: #include "gslice.h"
tree
|
commitdiff
2011-09-19
Matthias Clasen
Fix a merge accident
tree
|
commitdiff
2011-09-19
Ryan Lortie
Remove unused header gdebug.h
tree
|
commitdiff
2011-09-19
Ryan Lortie
Don't #include <glib/gslice.h> from gmem.h
tree
|
commitdiff
2011-09-19
Ryan Lortie
Move deprecated GCompletion to deprecated/
tree
|
commitdiff
2011-09-19
Ryan Lortie
Move deprecated GRel to deprecated/
tree
|
commitdiff
2011-09-19
Ryan Lortie
Move GAllocator/GMemChunk to separate file
tree
|
commitdiff
2011-09-18
Matthias Clasen
Fix g_ascii_formatd tests
tree
|
commitdiff
2011-09-18
Matthias Clasen
Use xlocale functions where available
tree
|
commitdiff
2011-09-18
Matthias Clasen
Remove redundant checks
tree
|
commitdiff
2011-09-18
Matthias Clasen
GMappedFile: return an error when trying to map a device
tree
|
commitdiff
next