Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Stop trying to resolve real path for cmake directories.
[simgrid.git] / src /
2012-07-05 Arnaud GierschBreak loop here.
2012-07-05 Arnaud GierschCheck if cnst->cnst_usage is NULL.
2012-07-05 Martin Quinsonregenerate the parser files with flexml 1.9.3 (thx...
2012-07-05 navarrofree this dynar in none_finalize (if it was used).
2012-07-05 navarroUse new tag host_link for peer. No need for router...
2012-07-05 navarroAdd two new tag for routing cluster (only):
2012-07-04 Marion Guthmullermodel-checker : use rename() instead of system(mv ..)
2012-07-04 Samuel LepetitMemory leak fix
2012-07-04 Samuel LepetitAdd MSG_vm_reboot
2012-07-04 Samuel LepetitReturn the new process in SIMIX_process_restart, simcal...
2012-07-04 Samuel LepetitFix SIMIX_process_kill(SIMIX_process_self()); issue...
2012-07-04 Arnaud GierschInclude simgrid_config.h before stdio.h to define _GNU_...
2012-07-04 Arnaud GierschRemove useless defines.
2012-07-04 Arnaud GierschDon't define variables in header files (part 2).
2012-07-04 navarroMore cache cleaning in lmm_solve
2012-07-04 schnorr[trace] correctly declaring simgrid tracing mark values...
2012-07-04 schnorr[trace] don't specify color when declaring an event...
2012-07-04 schnorr[trace] follow the paje file format specification
2012-07-04 Arnaud GierschDon't define variables in header file.
2012-07-03 Arnaud GierschFix memory leak.
2012-07-03 Arnaud Giersch[trace] free dicts on TRACE_end.
2012-07-03 Arnaud GierschFix free function for dynar, and simplify the code...
2012-07-03 Arnaud GierschAvoid to free object twice.
2012-07-03 Marion Guthmullermodel-checker : use abort() instead of a hack for core...
2012-07-03 Marion Guthmullermodel-checker : typo
2012-07-03 Marion Guthmullermodel-checker : create core dump without termination...
2012-07-03 Marion Guthmullermodel-checker : pointer detection fixed
2012-07-03 Samuel LepetitLittle change in xbt_dynar_to_array doc
2012-07-03 navarroFix some warnings in doc
2012-07-03 navarrolmm_solve cache cleaning
2012-07-02 Arnaud GierschDefine macros to make compatibility layer of libagraph...
2012-07-02 Arnaud GierschTiny corrections in doc.
2012-07-02 Marion Guthmullermodel-checker : extend pointer detection in heap compar...
2012-07-02 Marion Guthmullermodel-checker : remove unnecessary test
2012-07-02 lbobelinJust cleaned some stuff to only show undocumented funct...
2012-06-29 lbobelinCleaned doc, re-included examples, should be better...
2012-06-29 Marion Guthmullermodel-checker : tests for snapshot comparison
2012-06-29 Marion Guthmullermodel-checker : test unit removed
2012-06-29 Marion Guthmullermodel-checker : move functions about snapshot compariso...
2012-06-29 Marion Guthmullermodel-checker : get fragment number like in realloc...
2012-06-29 Arnaud GierschReindent.
2012-06-29 Samuel LepetitMove a simcall doc from MSG to SIMIX
2012-06-29 Samuel LepetitAdd some doc for SIMIX reference guide
2012-06-29 Samuel LepetitFix issues in documentation
2012-06-29 Samuel LepetitUse msg_error_t instead of MSG_error_t
2012-06-29 Samuel LepetitUse msg_gpu_task_t instead of m_gpu_task_t
2012-06-29 Samuel LepetitUse msg_task_t instead of m_task_t
2012-06-29 Samuel LepetitUse msg_host_t instead of m_host_t.
2012-06-29 Samuel LepetitUse msg_process_t instead of m_process_t
2012-06-29 Arnaud GierschDon't mix install and build directories in smpicc.
2012-06-29 Arnaud GierschMissing include when !HAVE_TRACING.
2012-06-29 Arnaud GierschUse memcpy() instead of possibly broken aliasing throug...
2012-06-28 Samuel LepetitFix in SIMIX_host_add_auto_restart_process
2012-06-28 Samuel LepetitFix an issue in process autorestart
2012-06-28 navarroRemove duplicated declartion of functions. They are...
2012-06-28 navarroAdd the function autorestart in simix_global
2012-06-28 Samuel LepetitAdd SIMIX_host_restart_processes
2012-06-28 navarroCreate a dict with all hosts with state SURF_RESOURCE_O...
2012-06-28 navarroTODO comments
2012-06-28 Arnaud GierschTest for failed host is wrong for parallel tasks.
2012-06-28 Arnaud GierschUpdate with flex from Debian (includes fixes for ia64).
2012-06-27 Marion Guthmullermodel-checker : detect valid block or fragment pointer...
2012-06-27 Marion Guthmullermodel-checker : check current_heap before SET_RAW_MEM...
2012-06-27 Samuel LepetitFirst bricks for auto_restart support in SIMIX/MSG.
2012-06-27 Samuel LepetitChanges in generated files from DTD change.
2012-06-27 Samuel LepetitChanges in SimGrid DTD files for on_failure support.
2012-06-27 Samuel LepetitAdd on_failure for processes to the SimGrid DTD.
2012-06-26 Arnaud GierschTesting the value is useless here...
2012-06-26 Arnaud GierschComplete help for logs.
2012-06-26 Arnaud GierschRemove obsolete command line arguments from help.
2012-06-26 sutereven with DOT, we should whine if cycle are detected...
2012-06-26 suterinvalid access mode should be tested in the setter...
2012-06-26 suterhave to use basename once again to make tesh happy
2012-06-26 suterWhen you detect a cycle in a structure supposed to...
2012-06-26 Samuel LepetitFix a memory leak.
2012-06-25 Samuel LepetitAdd a simcall for process_on_exit
2012-06-25 Samuel LepetitFix commit f48cc395ebecc84d865ab551a672d2a2358624e5
2012-06-25 Samuel LepetitFix an issue when you registered a on_exit function...
2012-06-24 suterSD_unschedule was never tested and actually buggy for...
2012-06-22 Marion Guthmullermodel-checker : keep MC_request_to_string in std heap
2012-06-22 Marion Guthmullermodel-checker : detect pointers on valid fragment in...
2012-06-22 navarroNeed to have a double because the result should not...
2012-06-22 Martin QuinsonMSG_config mc-related stuff is not enough to activate...
2012-06-22 Samuel LepetitRemove MSG_process_kill_from_SIMIX
2012-06-22 Martin Quinsonoops, we broke non-model-checking builds yesterday...
2012-06-21 Marion Guthmullermodel-checker : comment storage of visited pairs
2012-06-21 navarroPut double instead of size_t.
2012-06-21 navarroMore debug
2012-06-21 navarroFix update of the file size when write a double and...
2012-06-21 navarroRewrite the way the disk usage and file size are updated
2012-06-21 Arnaud GierschMove MSG_parallel_task_create() in msg_task.c.
2012-06-21 Arnaud GierschMake the initializations follow the order of the declar...
2012-06-21 Arnaud GierschRemaining s/MSG_global_init/MSG_init/.
2012-06-21 Martin QuinsonCleanups in the --cfg options regarding model-checking
2012-06-21 Martin Quinsonimprove documentation on the way
2012-06-21 Samuel LepetitCheck if the host is down at the end of a SIMIX_io_finish
2012-06-21 Samuel LepetitKill the process when a host fails when doing a synchro...
2012-06-21 Martin QuinsonVarious cleanups to the model-checking user interface
2012-06-21 Samuel LepetitCheck if the host is down after a execute in SIMIX_exec...
2012-06-21 Samuel LepetitCheck if the host is down after a communication
next