Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'vmtrace'
[simgrid.git] / src / xbt / xbt_sg_synchro.c
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-23 Arnaud GierschMerge branch 'killgraskill'
2012-11-23 Arnaud GierschKill xbt_dynar_dopar().
2012-06-27 Samuel LepetitFirst bricks for auto_restart support in SIMIX/MSG.
2012-06-08 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-04 Arnaud GierschDeclare as "unsigned" bit fields used as boolean.
2012-05-03 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-28 Martin QuinsonI forgot to update my tree before commiting (once again...
2012-04-27 Martin QuinsonMerge all public simix headers, and distribute them...
2012-04-27 navarroRewrite the kill_time mecanism.
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-25 Christophe ThiérySIMIX refactoring: replace 'request' by a more precise...
2012-01-25 Christophe ThiéryRename SIMIX files
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-11-22 Marion Guthmullermerge conflicts
2011-11-15 Christophe ThiérySIMIX: add a redundant parameter to avoid repeated...
2011-11-10 Arnaud GierschSimply say fun_ptr(...) instead of (*fun_ptr)(...).
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-01-27 thieryReplace the return value of SIMIX_req_process_create...
2010-12-07 thieryFix SIMIX calls
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-11-26 mquinsonImplement gras_socket_im_the_server() the CRUDE way...
2010-10-11 alegrandIndent include and src using this command:
2010-07-09 piniUse a fifo instead of a swag of sleeping processes...
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2009-10-15 mquinsonconditions are not semaphores. signals can get lost...
2009-10-15 mquinsonunify the log channels for SG and RL implementations...
2009-10-15 mquinsonImplement xbt_thread_join and xbt_thread_yield in SG...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-04-12 mquinsonplug some memleaks
2008-09-10 mquinsonreindent (with eclipse)
2008-07-08 cheriermDetails of this changes:
2008-06-04 mquinsonplug a memleak on thread cancelation (gras listener...
2007-11-06 cheriermA distraction, the SIMIX_process_create() function...
2007-11-06 cheriermA distraction, the SIMIX_process_create() function...
2007-10-27 mquinsonAvoid segfault when trying to retrieve the name of...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-10-25 cheriermMost of this change is the consequence of the refactori...
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-10-04 cheriermthe xbt_thread_create function must use a function...
2007-08-07 mquinsonallow to retrieve the name of threads
2007-08-06 mquinsonname threads to easy debugging
2007-07-19 mquinsongive a useful name to threads (father's name + pointer...
2007-07-18 donassbrNew thread to receive messages. Not working yet.
2007-07-11 mquinsonGo for a thread_cancel instead of a thread_destroy...
2007-07-11 mquinsonimplement versatile threads (working both on simulator...
2007-07-10 mquinsonadd the ability to specify a timeout on waiting a condi...
2007-07-09 mquinsonHello xbt/synchro module (synchronization working both...