Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2012-07-05 Martin Quinsonbe more verbose on explaining the expected result of...
2012-07-05 Christophe... Make it clear that MC is supposed to detect a counter...
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 Martin Quinsontypo on option name
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 LepetitAdd kademlia C example
2012-07-04 Samuel LepetitUse xbt_dynar_foreach in cloud example
2012-07-04 Samuel LepetitRevalidate tesh file for cloud example
2012-07-04 Samuel LepetitUpdate cloud example to use MSG_vm_reboot. Update the...
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 schnorrfix tracing documentation
2012-07-04 lbobelinStupid commit to get shared/doxygen directory existing...
2012-07-04 lbobelinChanged URLs to the correct one.
2012-07-04 Arnaud GierschCall xbt_init() to parse the command line, specially...
2012-07-04 Samuel LepetitFix SIMIX_process_kill(SIMIX_process_self()); issue...
2012-07-04 Samuel LepetitRemove XBT_INLINE from bittorrent example.
2012-07-04 Arnaud GierschMake example compile with enable_warnings=ON.
2012-07-04 Arnaud GierschReindent.
2012-07-04 Arnaud GierschDon't override CMAKE_C_FLAGS!
2012-07-04 Arnaud GierschMake directory when building out of the source tree.
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 Arnaud GierschAdd -fno-common to compile flags.
2012-07-04 navarroMore cache cleaning in lmm_solve
2012-07-04 schnorrcopying an image needed by the tracing documentation
2012-07-04 schnorr[trace] fix paje header in tesh files
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 GierschUpdate.
2012-07-03 Arnaud GierschFix indentation (again).
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 Arnaud GierschFree dot before exit.
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 Marion Guthmullermodel-checker : copyright header for safety properties...
2012-07-03 Samuel LepetitAdd bittorrent example
2012-07-03 Samuel LepetitLittle change in xbt_dynar_to_array doc
2012-07-03 Samuel LepetitRevalidate chord.tesh/chord_crosstraffic.tesh
2012-07-03 Samuel LepetitAdd leave in chord
2012-07-03 navarroFix some warnings in doc
2012-07-03 navarroRemove this files to git
2012-07-03 navarrolmm_solve cache cleaning
2012-07-03 lbobelinMinor corrections.
2012-07-02 Arnaud GierschAdd missing test properties for new lua tests.
2012-07-02 Arnaud GierschFix indentation.
2012-07-02 Arnaud GierschDefine macros to make compatibility layer of libagraph...
2012-07-02 Samuel LepetitAdd lua-bittorrent tesh file
2012-07-02 Samuel LepetitAdd lua-kademlia tesh file
2012-07-02 Samuel LepetitAdd kademlia lua example
2012-07-02 Arnaud GierschTiny corrections in doc.
2012-07-02 Marion Guthmullermodel-checker: sed 's/m_task_t/msg_task_t/g' on MC...
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-07-02 Arnaud GierschAdd missing compatibility typedefs.
2012-07-02 Arnaud GierschMove compatibility typedefs in section MSG_USE_DEPRECATED.
2012-07-01 suterAdd a new test to see how failures are handled by SimDag.
2012-06-29 lbobelinAdded some stuff about deployment to please Fred. Corre...
2012-06-29 lbobelinJust added links to tutorials.
2012-06-29 lbobelinMainly cosmetics. I stop for now working on doc.
2012-06-29 lbobelinOk, I forgot most of the examples in one of my previous...
2012-06-29 lbobelinCosmetics
2012-06-29 lbobelinCleaned doc, re-included examples, should be better...
2012-06-29 Samuel LepetitFix typo in msg reference guide
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 LepetitUpdate changelog
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 GierschUpdate tesh files with process autorestart.
2012-06-29 Arnaud GierschAdd "output sort" in tesh files.
2012-06-29 Arnaud GierschClean CMakeLists.txt in examples/smpi.
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 navarroHide cmake variable
next