Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : prototypes of static functions moved
[simgrid.git] / src / simix /
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-09 Martin Quinsongive the localisation of parse errors more accurately
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2012-01-09 Martin Quinsonmake sure that we won't survive a parser error in the...
2012-01-06 Christophe ThiéryKeep iwannadie set instead of lying to the context...
2012-01-06 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-01-06 Christophe ThiérySIMIX: when a process is killed, remove its blocking...
2012-01-06 Christophe ThiéryMerge branch 'smpi'
2012-01-05 Christophe Thiéryclean_fun is the function that frees the userdata of...
2012-01-05 Christophe ThiérySMPI: before terminating a process, wait for its asynch...
2012-01-05 Christophe ThiéryWhen a process leaves, no one should ever finish a...
2012-01-05 Christophe ThiéryExport SIMIX_rdv_remove and fix debug messages
2012-01-05 PierreUse xbt_config mechanism instead of hard coding value.
2011-12-26 Martin Quinsoncleanup the debug messages
2011-12-26 Martin QuinsonWhen the process exits, don't cancel the communications...
2011-12-26 Martin QuinsonFurther investigate the dsend issue, in vain so far
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-26 Martin Quinsondupplicate the sender buffer in eager mode, when isends...
2011-12-25 Martin Quinsondocument simix-related config options
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éryAdd a function SIMIX_process_get_runnable() for context...
2011-12-19 Christophe ThiéryMake simix_timers NULL so can SIMIX_init works if calle...
2011-12-16 Stephane GenaudMerge branch 'smpi' of git+ssh://scm.gforge.inria.fr...
2011-12-16 Stephane Genauddsend used for small messages
2011-12-13 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-09 Christophe ThiéryAlternative implementation or parmap with busy waits...
2011-12-09 Christophe ThiéryThis variable has no reason to be global
2011-12-08 Martin Quinsonkill a forward definition that is never used
2011-12-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-07 Christophe ThiéryAdd comments
2011-12-07 Christophe ThiéryRemove xbt_parmap_get_worker_id to simplify the parmap...
2011-12-07 Christophe ThiéryRemove a useless private header and rename variables
2011-12-07 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-05 Christophe ThiéryIn sequential mode, don't use thread-specific data
2011-12-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-01 Arnaud GierschUse homogeneous dictionaries whenever possible.
2011-12-01 Frederic Sutertwo more clobbered variables that prevent me to compile...
2011-11-30 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-11-22 Marion Guthmullermerge conflicts
2011-11-15 Christophe ThiérySIMIX: add a redundant parameter to avoid repeated...
2011-11-15 Christophe ThiéryRemove a useless function. The default one does the...
2011-11-15 Marion Guthmullermodel-checker : detection of acceptance cycle when...
2011-11-14 Martin Quinsonanother empty function murder
2011-11-14 Christophe ThiéryMake MSG_TASK_CANCELLED deprecated, replace it by MSG_T...
2011-11-14 Arnaud GierschUse xbt_XXX_is_empty() instead of testing xbt_XXX_lengt...
2011-11-11 Martin Quinsonkill a file that were begging for it
2011-11-10 Arnaud GierschRemove two more declaration of phantom functions.
2011-11-10 Arnaud GierschSimply say fun_ptr(...) instead of (*fun_ptr)(...).
2011-11-10 Christophe ThiéryClean MSG source file names
2011-11-10 Arnaud GierschRemove declaration for inexistent functions.
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-11-09 Christophe ThiéryAlso remove the comm from processes when SIMIX_post_com...
2011-11-09 Christophe ThiéryFix possible crashes and leaks with dsends during proce...
2011-11-07 Christophe ThiéryAdd some _XBT_GNUC_UNUSED to avoid compilation warnings...
2011-11-05 Martin Quinsonusing pointer to scalar is a strange way to return...
2011-11-04 Martin Quinsonuseless cosmetics
2011-11-03 Martin Quinsonintegrate initialization functions within the parsing...
2011-11-03 Martin QuinsonNobody cares about this argument since maybe 4 years...
2011-11-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-02 Christophe ThiéryThis useless test makes a warning when assertions are...
2011-11-02 Christophe ThiéryImplement direct context switching also for raw contexts
2011-11-02 Christophe ThiéryThe impossible might be possible sometimes, actually
2011-11-02 Christophe ThiéryDirect context switching: clean the semantics of parmap
2011-11-02 Christophe ThiérySwitch directly between runnable contextes (work in...
2011-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-10-28 Christophe ThiéryWith optimizations, gcc 4.6 warns about clobbered variables
2011-10-27 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-10-27 Christophe ThiéryMake suspending/resuming a suspended/non-suspended...
2011-10-20 Martin QuinsonMerge stuff again. Damn, I should pull before changing...
2011-10-20 Martin Quinsonmerge branches
2011-10-20 Christophe ThiéryThis memory leak fix did not work with complex simulations.
2011-10-20 Christophe ThiérySIMIX_CANCELED is a more adapted state in SIMIX_comm_ca...
2011-10-14 Christophe ThiéryIn case of failures, a process may become runnable...
2011-10-14 Christophe ThiéryImprove debug messages
2011-10-14 Christophe ThiéryFix remaining memory leaks in MSG
2011-10-14 Christophe ThiérySimix: clean unfinished comms when terminating a process
2011-10-13 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-10-13 Christophe ThiéryFighting more memory leaks in Chord
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-09-07 Martin Quinsonmore informative error message when an invalid context...
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-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-07-19 Pierre-Nicolas ClaussMerge back master branch.
2011-07-18 Arnaud GierschDo not duplicate host name uselessly.
2011-07-06 Martin Quinsontrivial merge of changes about gras architecture
2011-07-03 Mark Stillwellfixed a bug in comm_copy_data, it wasn't handling messa...
2011-06-29 NavarropWin32 and APPLE have the same convention for ASM
2011-06-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-06-28 NavarropPrefer the raw context to the ucontext by default.
2011-06-23 Arnaud GierschReindent TRY/TRY_CLEANUP/CATCH constructs.
next