Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add MSG_process_join [#13601]
[simgrid.git] / src / simix / smx_global.c
2012-04-26 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-25 Arnaud LegrandMake sure that kill simcalls are processed (with SIMIX_...
2012-03-30 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-30 Arnaud GierschDeclare the main log categories into their respective...
2012-03-28 Arnaud GierschMove all XBT_LOG_CONNECT into one place.
2012-03-28 Arnaud GierschCosmetics: sort calls to XBT_LOG_CONNECT.
2012-03-28 Arnaud GierschRemove useless use of XBT_LOG_EXTERNAL_CATEGORY.
2012-03-28 Arnaud GierschRemove references to undefined log categories.
2012-03-27 schnorrcosmetics, fix indentation
2012-02-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-21 Arnaud GierschFix format strings to match their arguments.
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
2012-01-19 Christophe ThiéryA for was a bit too much here. It should be readable...
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2012-01-06 Christophe ThiéryMerge branch 'smpi'
2012-01-05 Christophe ThiéryExport SIMIX_rdv_remove and fix debug messages
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-25 Martin Quinsondocument generic configuration variables (and fix MC...
2011-12-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-19 Christophe ThiéryMake simix_timers NULL so can SIMIX_init works if calle...
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-01 Arnaud GierschUse homogeneous dictionaries whenever possible.
2011-11-22 Marion Guthmullermerge conflicts
2011-11-14 Arnaud GierschUse xbt_XXX_is_empty() instead of testing xbt_XXX_lengt...
2011-11-09 Christophe ThiéryFix possible crashes and leaks with dsends during proce...
2011-10-20 Martin QuinsonMerge stuff again. Damn, I should pull before changing...
2011-10-20 Martin Quinsonmerge branches
2011-10-14 Christophe ThiéryIn case of failures, a process may become runnable...
2011-10-13 Christophe ThiéryMerge branch 'lua'
2011-10-05 Arnaud GierschDo not call surf_solve() when there is nothing to run.
2011-09-08 Arnaud LegrandImprove debugging messages when dispaying the status...
2011-07-30 Quintin Jean-NoëlMerge remote-tracking branch 'origin/master'
2011-07-29 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-07-29 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-07-28 Pierre Nicolas CLAUSSMerge branch 'master' into smpi
2011-07-27 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-07-26 Christophe ThiéryImprove what SIMIX_display_process_status() says.
2011-07-25 Christophe ThiérySIMIX: clean the processes trash after each scheduling...
2011-05-13 Pierre-Nicolas ClaussMerge back master branch.
2011-05-10 Arnaud GierschDefine and use a function to run the processes to run.
2011-05-05 Arnaud GierschSimplify the handling of SIMIX requests.
2011-05-05 Arnaud GierschDo not run an empty process list.
2011-04-11 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-11 Lucas Schnorrif deadlock, close trace file so it may help to find...
2011-03-31 Lucas SchnorrMerge branch 'master' into master-svn
2011-03-29 piniimplement quiet exit (fixes #10045)
2011-03-29 marc fuentesimplement quiet exit (fixes #10045)
2011-03-24 navarropUse correct function to free element.
2011-03-24 navarropRemove xbt_dict host from simix.
2011-03-24 navarropAdd levels to lib host_lib, link_lib and as_router_lib
2011-03-02 cristianrosaBugfix: do not hardcode the number of workers in the...
2011-02-22 thierySimplify the management of processes in MSG.
2011-02-17 agierschUse new style logging macros.
2011-02-11 agierschFree mallocator for SIMIX actions on exit.
2011-02-10 cristianrosaShow also the sub-scheduling rounds.
2011-02-02 thieryUse a mallocator for SIMIX actions
2011-01-20 cristianrosaAdd a clock per process when running in MC mode.
2011-01-05 cristianrosaAdd suport for TestAny and WaitAny requests to the...
2010-12-15 velhoEliminated needless dictionary.
2010-12-13 mquinsonmore debugging message
2010-12-13 thieryRemove a useless instruction
2010-12-13 cristianrosaUse a dynar instead of a swag to implement the process_...
2010-12-10 thieryReimplement SIMIX_display_process_status()
2010-12-06 cristianrosaInitialize surf before the context module, so the later...
2010-12-02 thieryReally fix this (still unimplemented) function
2010-12-02 thieryComment out more of SIMIX_display_process_status()...
2010-12-02 thieryRename two functions and a structure
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 thieryDefine inline functions before calling them
2010-12-02 thieryRemove deprectaed function SIMIX_solve()
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-11-26 thieryFix a memory leak in simix
2010-10-25 agierschMake bprintf abort on error, and define bvprintf accord...
2010-10-22 agierschCheck return value of (v)asprintf.
2010-10-11 alegrandIndent include and src using this command:
2010-05-10 cristianrosaDelay the copy of the data of the communication actions...
2010-04-25 mquinsonFix copyright headers
2010-03-24 mquinsonTiny optimization: save a call to xbt_swag_size() if...
2010-03-22 mquinsonvarious cosmetics improvements
2010-03-22 mquinsonmore robustness in the code by not ignoring situations...
2010-03-04 mquinsondisplay correctly when processes are locked into a...
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-11-10 mquinsonRevert "try to port the gras simulation side to the...
2009-11-10 mquinsontry to port the gras simulation side to the new smx_net...
2009-10-05 mquinsonIncomplete port of MSG on top of SIMIX_network [Cristian]
2009-09-04 donassbrChange test to program ending to avoid infinite loop...
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
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 mquinsonNew simplified API for the context factory [Cristian]
2009-08-17 mquinsonIntermidiate step towards the new context mechanism...
2009-08-17 mquinsonInline abstract interface to factories' functions ...
2009-07-13 mquinsonFinish the merging of Cristian branch by fixing some...
2009-07-13 mquinsonLots of renamings from xbt_ to smx_
next