]> git.sesse.net Git - vlc/history - include/vlc_threads_funcs.h
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / include / vlc_threads_funcs.h
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-20 Sam HocevarMerge branch 'master' of git@git.videolan.org:vlc
2008-03-20 Sam HocevarPut (void)val; here and there to tell gcc we used the...
2008-03-08 Jean-Baptiste KempfRemove unused parameter warnings for Win32 compiling.
2008-02-17 Dennis van Amerongen* include/vlc_threads_funcs.h: add define for ETIMEDOUT...
2008-02-17 Rafaël Carréfix compile when spinlocks aren't available
2008-02-17 Rémi Denis-CourmontRemove unused object pointer from condition vars, mutex...
2008-02-17 Rémi Denis-CourmontRework threading:
2008-02-04 Pierre d'Herbemontvlc_threads_funcs.h: Don't attempt to track pthread_con...
2008-01-27 Rémi Denis-CourmontDefault to using pthread instead of exploding.
2008-01-22 Damien Fouilleulvlc_threads: undo last commit, not needed
2008-01-22 Damien Fouilleulvlc_threads.h: now that vlc_object_t is optional for...
2008-01-22 Damien Fouilleulvlc_threads: provide proper implementation of vlc_spinl...
2008-01-22 Rémi Denis-CourmontRemove Cthreads support
2008-01-22 Rémi Denis-CourmontRemove State Threads support
2008-01-22 Rémi Denis-CourmontRemove support for GNU Portable Threads
2008-01-21 Rémi Denis-CourmontCompile fix. Not sure if this works though.
2008-01-21 Rémi Denis-CourmontFix previous commit
2008-01-21 Rémi Denis-CourmontAdd inline API for spinlocks.
2008-01-21 Rémi Denis-CourmontDon't clutter the production builds with the (useless...
2008-01-16 Rémi Denis-CourmontDon't complain about timeouts on Windows in cond_timedwait.
2008-01-01 Pierre d'Herbemontmisc/events.c: Fix event sending, by properly supportin...
2007-12-28 Rémi Denis-CourmontUse long
2007-12-28 Rémi Denis-CourmontC++ fun
2007-12-28 Rémi Denis-CourmontRewrite CAST_PTHREAD_TO_INT in a ISO C valid way -...
2007-12-12 Pierre d'Herbemontmisc/threads.c: Implement vlc_threads_error(), that...
2007-11-03 Rafaël Carréremoves some warnings on FreeBSD
2007-10-12 Damien Fouilleulvlc_threads: document gibalou's comment, and fix a...
2007-10-06 Damien Fouilleulthreads: win32 version of vlc_cond_timedwait()
2007-09-18 Rémi Denis-CourmontFix the most common strerror() usages (threads, network...
2007-09-17 Rémi Denis-Courmonterrno.h is always needed for pthread now
2007-09-16 Rémi Denis-CourmontFix win32 compilation, but that will crash at run-time
2007-09-16 Rémi Denis-CourmontReturn an error if timer expires, but still do not...
2007-09-15 Rémi Denis-CourmontAnother attempt at fixing MacOS build
2007-09-15 Rémi Denis-CourmontAttempt to fix MacOS build
2007-09-15 Rémi Denis-CourmontSame here
2007-09-15 Rémi Denis-CourmontFixes debug build
2007-09-15 Rémi Denis-CourmontETIMEDOUT is perfectly expected here, do not complain...
2007-09-15 Rémi Denis-Courmontvlc_cond_timedwait: wrapper around pthread_cond_timedwait
2007-09-15 Rémi Denis-CourmontMake sure we use the same clock for condition variable
2007-08-16 Rémi Denis-CourmontDo not export thread init functions.
2007-05-19 Rémi Denis-CourmontFollowing vlc_object_kill(), add vlc_object_dying()
2006-12-22 Clément StenacAdd facilities to report and enrich error messages.
2006-12-19 Christophe MutricyFix win32 compilation
2006-12-18 Clément StenacUntested states thread and gnu portable threads impleme...
2006-12-18 Clément StenacAdded initial support for TLS (Thread Local Storage...
2006-12-03 Rémi Denis-CourmontBe a little less pessimistic
2006-12-03 Clément StenacA bit of vlc/libvlc cleanup:
2006-12-03 Rémi Denis-CourmontUse a MEANINGFUL (hopefully) debug message
2006-11-28 Derk-Jan Hartman* Some cast magic to get around a gazillion of warnings...
2006-10-21 Rémi Denis-Courmont- Remove useless global variable
2006-03-05 Rémi Denis-CourmontAdd some “const”s
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-01-19 Christophe Massiot* include/vlc_threads_funcs.h: More %d -> %u
2004-08-11 Eric Petit vlc_threads_funcs.h: got rid of vlc_cond_broadcast.
2003-11-22 Eric Petit + modules/misc/freetype.c: fixed a couple of typos
2003-03-02 Gildas Bazin* src/misc/threads.c, include/vlc_threads_funcs.h:...
2003-03-01 Gildas Bazin* src/misc/threads.c, include/vlc_threads_funcs.h:...
2003-01-22 Christophe MassiotLess aggressive debug message.
2003-01-16 Sam Hocevar * ./include/vlc_common.h: fixed win32 plugin compilation.
2002-12-18 Sam Hocevar * ./include/vlc_messages.h: msg_* functions now use...
2002-12-08 Christophe MassiotNew vlc_thread_set_priority function, to set the priori...
2002-11-11 Sam Hocevar * ./include/*, ./src/*: separated WIN32 #tests and...
2002-11-10 Sam Hocevar * ALL: WinCE compilation fixes (mostly nonexistent...
2002-10-27 Eric Petitvlc_threads_func.h : skip a useless BeOS warning
2002-10-15 Sam Hocevar * ./include/vlc_threads_funcs.h, ./src/misc/threads...
2002-10-04 Sam Hocevar * ./configure.ac.in: removed now unnecessary --force...
2002-10-03 Gildas Bazin* FAQ: updated FAQ with config file issues.
2002-08-30 Sam Hocevar * ./include/vlc_threads_funcs.h, modules/video_output...
2002-08-30 Sam Hocevar * ./configure.in: do not try to link with -lrt if...
2002-08-29 Christophe Massiot* ./bootstrap : Fixed an issue with old shell versions