Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't ignore return value of 'system'.
[simgrid.git] / src /
2012-10-18 Arnaud GierschDon't ignore return value of 'system'.
2012-10-17 Martin QuinsonCancel the comms of leaving processes instead of destro...
2012-10-17 Martin QuinsonEnsure that the mallocator are really inactive when...
2012-10-17 schnorr[trace] output the command line used to generate the...
2012-10-17 Arnaud GierschFunction MSG_get_host_number() is not deprecated anymore.
2012-10-16 Martin Quinsons/MC_IS_ENABLED/MC_is_active()/ to remove an unfriendly...
2012-10-16 Martin Quinsondocument that we really need xbt_os_thread_atfork ...
2012-10-16 Martin QuinsonDo not store any metadata where the user (was) legitima...
2012-10-16 Arnaud GierschUse double quotes around variable expansion to protect...
2012-10-16 Martin Quinsonsg_cmdline is a public dynar containing all command...
2012-10-15 Martin Quinsoncosmetics
2012-10-15 Martin Quinsonensures that runall is never called on empty set
2012-10-14 Martin Quinsontry to get /some/ info from the cdash by not intentiona...
2012-10-12 suterfix an issue that occurs when SD_simulate is called...
2012-10-12 navarroCompilation with warning flags
2012-10-12 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-12 navarroFinish the tutorial for new model and api
2012-10-12 Marion Guthmullermodel-checker : display malloc backtrace according...
2012-10-12 navarroOups rename function
2012-10-12 navarroAdd first steps to explain How to add a new model in...
2012-10-12 navarroFirst steps for making a tutorial on How to create...
2012-10-11 Augustin Degommeadd better support for MPI datatypes extent values...
2012-10-11 paul bedarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-11 Arnaud GierschFix compilation warning.
2012-10-11 Arnaud GierschReturn immediately if p==NULL.
2012-10-11 Arnaud GierschNew cmake option "enable_mallocators", useful to disabl...
2012-10-11 Arnaud GierschInclude standard header files after local includes.
2012-10-11 Arnaud GierschDefine _GNU_SOURCE in xbt/misc.h, so that it's defined...
2012-10-11 Marion Guthmullermodel-checker : forget regions corresponding to libsimg...
2012-10-10 Arnaud GierschUse 1/0 instead of false/true (*flag is an int).
2012-10-10 Arnaud GierschInclude is missing when building with tracing=OFF.
2012-10-10 Arnaud GierschAvoid to fail when we cannot read the output of addr2line.
2012-10-10 Arnaud GierschTypo.
2012-10-10 Marion Guthmullerfunction check_fraghead to detect mmalloc metadata...
2012-10-10 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-10 Arnaud GierschAn empty body for this if statement looks wrong.
2012-10-10 Arnaud GierschRemove unused function.
2012-10-10 Arnaud GierschDeclare static functions in c file.
2012-10-10 Arnaud GierschRemove needless declaration of static function.
2012-10-10 Arnaud GierschReorder includes.
2012-10-09 Augustin Degommeforgot to handle MPI_ANY_SOURCE as a valid source,...
2012-10-09 Martin Quinsonimprove a comment
2012-10-09 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-09 Marion Guthmullerset size to -1 for free fragments in new fragmented...
2012-10-09 Marion Guthmullerset value -1 in unsigned short cannot work fine ...
2012-10-08 Marion Guthmullerset size_used negative for free fragment/block
2012-10-08 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-08 jean-noel quintin[smpi] correction bug for detached comm
2012-10-08 Marion GuthmullerUNLOCK forgotten before THROWF
2012-10-08 Marion Guthmullercheck if free on fragment already free
2012-10-08 Martin QuinsonBug fix in mrealloc where the previous content could...
2012-10-08 Martin Quinsonadd a basic tesh test about mmalloc
2012-10-08 Martin Quinsonkill a very old TODO file. We don't care of running...
2012-10-08 Marion Guthmullermodel-checker : restore struct smx_ctx_sysv in smx_cont...
2012-10-08 Arnaud GierschDeclare the function as static, and make the compiler...
2012-10-08 degommeadd a free method for datatypes
2012-10-07 Marion Guthmullermodel-checker : forget include ucontext.h for struct...
2012-10-07 Marion Guthmullermodel-checker : test if variable is initialized (warnin...
2012-10-06 Marion Guthmullermodel-checker : ignore differences in data segment...
2012-10-06 Marion Guthmullermodel-checker : remove maestro stack from stack comparison
2012-10-06 Marion Guthmullermodel-checker : cleanup in mc examples
2012-10-05 Marion Guthmullermodel-checker : forget to remove unused variables
2012-10-05 Marion GuthmullerGet local variables in binary and libsimgrid.so and...
2012-10-05 Marion Guthmullermodel-checker : remove unused variable with debug mode...
2012-10-05 Marion Guthmullermodel-checker : extend MC_ignore mechanism for global...
2012-10-05 Marion Guthmullercosmetics
2012-10-05 Marion Guthmullermodel-checker : check if a difference detected in stack...
2012-10-05 Marion Guthmullermodel-checker : functions only used in mc_global declar...
2012-10-05 Marion Guthmullermodel-checker : store local variables in raw heap
2012-10-05 Marion Guthmullermodel-checker : memory free
2012-10-05 Marion Guthmullermodel-checker : double free memory fixed
2012-10-05 Marion Guthmullermodel-checker : cosmetics reindent
2012-10-05 Marion Guthmullermodel-checker : move functions about snapshot compariso...
2012-10-05 Marion Guthmullermodel-checker : take snapshot of stacks (local variable...
2012-10-05 Marion Guthmullermodel-checker : store equality detected in heap compari...
2012-10-05 Marion Guthmullermodel-checker : move struct s_smx_ctx_sysv in smx_priva...
2012-10-05 Marion Guthmullermodel-checker : detect if binary program has been compi...
2012-10-05 Marion Guthmullermodel-checker : ignore stack areas in heap comparison...
2012-10-05 Marion Guthmullermodel-checker : previous algorithm for heap comparison...
2012-10-05 Marion Guthmullermodel-checker : print local variables only with debug...
2012-10-05 Marion Guthmullermodel-checker : memset forgotten in mmalloc
2012-10-05 degommehandle sends of several structs in the same message
2012-10-05 degommebug with MPI_Type_contiguous
2012-10-05 degommeadd a declaration to remove a warning
2012-10-05 degommeadd more checking to inputs of SMPI functions
2012-10-05 navarroProtect from SMPI
2012-10-04 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-04 jean-noel quintin[smpi] reduce the amount of memory used with the detach...
2012-10-04 jean-noel quintin[smpi] remove a memory leak linked to the detached...
2012-10-04 degommegeneralize non contiguous send method to other MPI...
2012-10-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-10-03 Arnaud GierschFix errors about uninitialized variables.
2012-10-03 Arnaud GierschUse xbt_abort instead of abort.
2012-10-03 Augustin Degommeavoid breaking the shiny new and working functionality...
2012-10-03 Augustin Degommeremove some warnings
2012-10-03 Augustin Degommemerge with jean noel's commit
2012-10-03 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-03 jean-noel quintin[smpi] add a gestion of non-contignous data
2012-10-02 Augustin Degommeadd support of MPI_PROC_NULL, correct behavior of waita...
2012-10-02 Augustin Degommeprovide Test and Wait functions with a better MPI_STATU...
next