Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix another race in log initializations.
[simgrid.git] / src / simix / smx_context_thread.c
2012-01-30 Marion Guthmullermerge conflict resolved
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-10 Arnaud GierschRemove declaration for inexistent functions.
2011-11-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-02 Christophe ThiérySwitch directly between runnable contextes (work in...
2011-10-20 Martin Quinsonmerge branches
2011-05-13 Pierre-Nicolas ClaussMerge back master branch.
2011-05-05 Arnaud GierschSimplify the handling of SIMIX requests.
2011-05-05 Arnaud GierschUse contexts/nthreads in thread factory too.
2011-02-17 agierschUse new style logging macros.
2011-02-01 thierycfg=contexts/parallel:nb is now the number of threads...
2010-12-15 thieryAdd a flag --cfg=simix/context to choose the context...
2010-12-13 mquinsonverbose message about the type of context factory activated
2010-12-13 thieryFix tne runall functions
2010-12-13 cristianrosaUse a dynar instead of a swag to implement the process_...
2010-12-06 cristianrosaRevert thread creation delay on pthread context factory.
2010-12-02 cristianrosaCompile fix
2010-12-02 cristianrosaCompile fix: pthread should respect the context factory...
2010-12-02 thieryClean indentation and coding style in SIMIX
2010-12-02 cristianrosa- Move simix_global->current_process to smx_current_context
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-10-11 alegrandIndent include and src using this command:
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2010-03-25 mquinsonmake sure it still compiles with pthreads
2010-03-23 genaudwarning unused variable i prevent from building
2010-03-23 mquinsonFactorize a lot of code in context factories through...
2010-03-23 mquinsonkill arg 'old_ctx' of function resume in context factor...
2010-03-23 mquinsonMerge context_start into context_new to simplify the...
2009-08-18 cristianrosaThe exception associated to each process was relocated...
2009-08-17 mquinsonContext factory's API simplification: the function...
2009-08-17 mquinsonFixed some issues in logs logic due to recent changes...
2009-08-17 mquinsonSome polishing to the new context factory API to avoid...
2009-08-17 mquinsonNew simplified API for the context factory [Cristian]
2009-08-17 mquinsonIntermidiate step towards the new context mechanism...
2009-08-17 mquinsonFixed the pthread context implementation, now it compil...
2009-07-13 mquinsonLots of renamings from xbt_ to smx_