2006-05-11 |
Sebastian Wilhelmi | Make the magic and location arguments to the error... 2006-05-10 Sebastian Wilhelmi <wilhelmi@google.com>
|
commit | commitdiff | tree |
2006-05-11 |
Sebastian Wilhelmi | Use g_atomic_pointer_set instead of old homegrown version... 2006-05-10 Sebastian Wilhelmi <wilhelmi@google.com>
|
commit | commitdiff | tree |
2006-05-11 |
Sebastian Wilhelmi | Prevent calling into g_cond_wait resp. g_mutex_lock... 2006-05-10 Sebastian Wilhelmi <wilhelmi@google.com>
|
commit | commitdiff | tree |
2006-05-10 |
Sebastian Wilhelmi | Adapt to GLib coding standards. 2006-05-10 Sebastian Wilhelmi <wilhelmi@google.com>
|
commit | commitdiff | tree |
2006-05-10 |
Sebastian Wilhelmi | Renamed to glib/gthreadprivate.h and moved system thread... 2006-05-09 Sebastian Wilhelmi <wilhelmi@google.com>
|
commit | commitdiff | tree |
2006-05-09 |
Sebastian Wilhelmi | Use canonical include form for internal headers. config... 2006-05-09 Sebastian Wilhelmi <wilhelmi@google.com>
|
commit | commitdiff | tree |
2006-05-09 |
Sebastian Wilhelmi | Remove obsolete gthread/gthread-solaris.c. 2006-05-09 Sebastian Wilhelmi <wilhelmi@google.com>
|
commit | commitdiff | tree |
2006-02-15 |
Sebastian Wilhelmi | Fix deadlock when signalling the thread which freed... 2006-02-15 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2006-01-17 |
Sebastian Wilhelmi | To avoid deadlocks get rid of the settings G_LOCK.... 2006-01-17 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2005-12-17 |
Sebastian Wilhelmi | Fix memory barrier position in g_atomic_int_get and... 2005-12-17 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2005-09-11 |
Sebastian Wilhelmi | Link the the refcount tests to the system thread library... 2005-09-11 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2004-07-02 |
Sebastian Wilhelmi | Rename __asm to __asm__ and __volatile to __volatile__... 2004-07-02 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2004-03-09 |
Sebastian Wilhelmi | Do not run the g_child_watch_* test multi-threaded... 2004-03-09 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2004-03-04 |
Sebastian Wilhelmi | Use the atomic integer operations for GMainContext... 2004-03-04 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2004-03-02 |
Sebastian Wilhelmi | Fixed missing definition for ppc code. Fix by Mark... 2004-03-02 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2004-03-01 |
Sebastian Wilhelmi | Define g_atomic_(int|pointer)_get only for 2004-03-01 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2004-02-29 |
Sebastian Wilhelmi | Moved the assembler functions from gatomic.h to gatomic... 2004-02-29 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2004-02-29 |
Sebastian Wilhelmi | Moved the assembler functions from gatomic.h to gatomic... 2004-02-29 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2004-02-27 |
Sebastian Wilhelmi | Reading access to ref_count only with g_atomic_int_get(). 2004-02-27 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2004-02-27 |
Sebastian Wilhelmi | Use g_atomic_int_(inc|dec_and_test) for reference counting. 2004-02-27 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2004-02-26 |
Sebastian Wilhelmi | Last commit log was wrong: Should have been: 2004-02-26 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2004-02-26 |
Sebastian Wilhelmi | empty G_ATOMIC_MEMORY_BARRIER() definition for !G_THREADS_EN... 2004-02-26 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2004-02-26 |
Sebastian Wilhelmi | .cvsignore updates
|
commit | commitdiff | tree |
2004-02-26 |
Sebastian Wilhelmi | Only run, if threads are enabled. 2004-02-26 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2004-02-26 |
Sebastian Wilhelmi | empty G_ATOMIC_MEMORY_BARRIER() definition for !G_THREADS_EN... 2004-02-26 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2004-02-26 |
Sebastian Wilhelmi | Removed the PID niceness surrogate for thread priorities... 2004-02-26 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2004-02-26 |
Sebastian Wilhelmi | New files to implement atomic operations for different... 2004-02-26 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2004-02-25 |
Sebastian Wilhelmi | For the PID thread priorities surrogate use gettid... 2004-02-25 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2004-02-24 |
Sebastian Wilhelmi | Add Since: 2.4, where due 2004-02-24 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2004-02-19 |
Sebastian Wilhelmi | Forgot ChangeLog again......
|
commit | commitdiff | tree |
2004-02-18 |
Sebastian Wilhelmi | Lazy creation of GCond. Only signal GCond, if threads... 2004-02-18 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2004-02-18 |
Sebastian Wilhelmi | Forgot ChangeLog
|
commit | commitdiff | tree |
2004-02-18 |
Sebastian Wilhelmi | Add the new g_rand_* functions 2004-02-18 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2004-02-18 |
Sebastian Wilhelmi | Set context->wake_up_pipe only for G_THREADS_ENABLED. 2004-02-18 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2003-06-11 |
Sebastian Wilhelmi | Remove false &. Spotted by Albert Chin 2003-06-11 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2003-06-03 |
Sebastian Wilhelmi | Test for pthread_setschedparam. If not existant, disable... 2003-06-03 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2003-03-14 |
Sebastian Wilhelmi | Do not define function g_thread_init_glib, if not G_THREADS_... 2003-03-14 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2003-02-18 |
Sebastian Wilhelmi | Make glib_thread_test not unnecessarily convert between... 2003-02-18 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2003-02-14 |
Sebastian Wilhelmi | Fixes for #101264 and #99372: 2003-02-14 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2003-02-12 |
Sebastian Wilhelmi | Make GLib recognize Tru64Unix thread system. (#103020) 2003-02-12 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2003-02-11 |
Sebastian Wilhelmi | Changed my e-mail address. Removed my e-mail address. 2003-02-11 Sebastian Wilhelmi <seppi@seppi.de>
|
commit | commitdiff | tree |
2002-12-10 |
Sebastian Wilhelmi | Improve generation of pseudo-random integers. (#99720... 2002-12-10 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-12-10 |
Sebastian Wilhelmi | Improve generation of pseudo-random integers. (#99720... 2002-12-10 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-12-09 |
Sebastian Wilhelmi | use 0 instead of $defattr, as it isn't defined anymore... 2002-12-09 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-11-26 |
Sebastian Wilhelmi | Improved the seeding algorithm. Old behaviour can be... 2002-11-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-11-26 |
Sebastian Wilhelmi | Make CPPFLAGS, not CFLAGS, include G_THREAD_CFLAGS... 2002-11-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-11-22 |
Sebastian Wilhelmi | Fixed typo: PTHREAD_PRIO_MIN -> PTHREAD_PRIO_MAX. ... 2002-11-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-08-06 |
Sebastian Wilhelmi | Factor out g_main_context_init_pipe from g_main_context_new... 2002-08-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-08-06 |
Sebastian Wilhelmi | Set the normal PID surrogate priority according to... 2002-08-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-07-04 |
Sebastian Wilhelmi | Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN... 2002-07-04 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-07-03 |
Sebastian Wilhelmi | Made the thread flags determination tests first check... 2002-07-03 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-07-03 |
Sebastian Wilhelmi | Fixed bugs in posix thread priority resolution. Also... 2002-07-03 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-07-03 |
Sebastian Wilhelmi | Use thr_min_stack() instead of sysconf (_SC_THREAD_STACK_MIN... 2002-07-03 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-07-02 |
Sebastian Wilhelmi | Improve checks for dce/posix threads to also do the... 2002-07-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-07-02 |
Sebastian Wilhelmi | Set binary age to 0 to make it compile. 2002-07-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-07-01 |
Sebastian Wilhelmi | Fixed ChangeLog entry
|
commit | commitdiff | tree |
2002-07-01 |
Sebastian Wilhelmi | Add parenthesis to protect macro argument. Spotted... 2002-07-01 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-06-28 |
Sebastian Wilhelmi | In case of G_DISABLE_ASSERT replace "G_STMT_START{... 2002-06-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-05-01 |
Sebastian Wilhelmi | Clarify recursion issues with GMutex. (#78171) 2002-05-01 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-04-18 |
Sebastian Wilhelmi | Fixed typo. (#78985) 2002-04-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-04-13 |
Sebastian Wilhelmi | Unlock the pool for all threads leaving it. (#78348) 2002-04-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-04-08 |
Sebastian Wilhelmi | Use gsize instead of gint. From Miroslaw Dobrzanski... 2002-04-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-03-14 |
Sebastian Wilhelmi | Fixed threading issues brought up by #74577. Make g_log_find... 2002-03-14 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-03-10 |
Sebastian Wilhelmi | Do a comparison, not an assignment, stupid! Spotted... 2002-03-10 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-03-06 |
Sebastian Wilhelmi | Added bugnumber
|
commit | commitdiff | tree |
2002-03-06 |
Sebastian Wilhelmi | Fixed recognition of dce. Do not use -lc_r on OpenBSD... 2002-03-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-02-15 |
Sebastian Wilhelmi | Do not assume, that after g_usleep(G_USEC_PER_SEC)... 2002-02-15 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-02-09 |
Sebastian Wilhelmi | Fixed typo in G_THREADS_ENABLED. 2002-02-09 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-02-09 |
Sebastian Wilhelmi | Make --disable-threads work again. (#71034) 2002-02-09 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-02-08 |
Sebastian Wilhelmi | Extended documentation. 2002-02-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-02-07 |
Sebastian Wilhelmi | Do not follow symbolic links for G_FILE_TEST_SYMLINK... 2002-02-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-02-04 |
Sebastian Wilhelmi | Delay allocation until after all g_return_val_if_fail (). 2002-02-04 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-01-22 |
Sebastian Wilhelmi | better ChangeLog
|
commit | commitdiff | tree |
2002-01-22 |
Sebastian Wilhelmi | Get the right multithread option for GCC 3.0 and later... 2002-01-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-01-16 |
Sebastian Wilhelmi | Ops. Fixed ChangeLog.
|
commit | commitdiff | tree |
2002-01-16 |
Sebastian Wilhelmi | Use g_free instead of free. Pointed out by Sam O'Connor... 2002-01-16 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2002-01-08 |
Sebastian Wilhelmi | Name the right function. 2002-01-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2001-11-29 |
Sebastian Wilhelmi | Fixed wrong order in conversion. 2001-11-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2001-11-28 |
Sebastian Wilhelmi | Fix g_usleep docs. 2001-11-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2001-11-28 |
Sebastian Wilhelmi | Always call GLIB_SIZEOF(..., system_thread). Fixes... 2001-11-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2001-10-31 |
Sebastian Wilhelmi | Make --with-threads=none mean, that we want thread... 2001-10-31 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2001-10-31 |
Sebastian Wilhelmi | Use the right conditional (G_THREADS_ENABLED instead... 2001-10-31 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2001-10-29 |
Sebastian Wilhelmi | Conditionalize thread related calls. (#63091) 2001-10-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2001-10-19 |
Sebastian Wilhelmi | Use another LOCK for g_prgname to avoid deadlocking... 2001-10-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2001-09-25 |
Sebastian Wilhelmi | Corrected the array size (cough, cough). Pointed out by 2001-09-25 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2001-09-19 |
Sebastian Wilhelmi | Add thread_equal function to allow for platform defined... 2001-09-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2001-08-30 |
Sebastian Wilhelmi | Add 'want_to_read' to GStaticRWLock to avoid calling... 2001-08-30 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2001-08-30 |
Sebastian Wilhelmi | Don't free cached_poll_array, when adding new poll... 2001-08-30 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2001-07-30 |
Sebastian Wilhelmi | #undef inline before testing whether it works to avoid... 2001-07-30 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2001-07-30 |
Sebastian Wilhelmi | build the library name ourselfs ... so we can load... 2001-07-30 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2001-07-27 |
Sebastian Wilhelmi | Use G_GNUC_EXTENSION instead of __extension__. Patch... 2001-07-27 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2001-07-17 |
Sebastian Wilhelmi | Add some assertions. Simplify and fix g_main_context_release... 2001-07-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2001-06-27 |
Sebastian Wilhelmi | Removed glib-config-2.0, as we have pkg-config now. 2001-06-27 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2001-06-26 |
Sebastian Wilhelmi | Corrected. 2001-06-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2001-06-11 |
Sebastian Wilhelmi | .cvsignore updates
|
commit | commitdiff | tree |
2001-06-08 |
Sebastian Wilhelmi | Remove docs/glib-config.1.in. 2001-06-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2001-06-08 |
Sebastian Wilhelmi | Add @G_THREAD_CFLAGS@. 2001-06-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2001-06-07 |
Sebastian Wilhelmi | Look for nanosleep function. 2001-06-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2001-06-07 |
Sebastian Wilhelmi | Use g_win32_error_message to beautify error messages. 2001-06-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
2001-05-31 |
Sebastian Wilhelmi | Fix to stupid bug in g_random_boolean, also both functions... 2001-05-31 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
commit | commitdiff | tree |
next |