Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2015-06-09 Christian Heinrich[Doc] Fixed 'undefined references' error
2015-06-09 Christian Heinrich[Doc] Fixed XML-HTML errors
2015-06-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-06-09 Martin QuinsonNew example for MSG host ON/OFF switching
2015-06-09 Martin QuinsonNew: MSG_host_get_pstate() and smpi_get_host_pstate()
2015-06-09 Gabriel Corona'auto'? seriously?
2015-06-09 Gabriel CoronaSimplify the stack direction detection
2015-06-09 Gabriel CoronaUse xbt_strdup instead of strdup
2015-06-09 Gabriel CoronaUse _strdup is strdup is not available
2015-06-09 Gabriel CoronaSome (partial) fixes for cross-compiling to Windows
2015-06-09 Martin Quinsonmake sure that the doxygen don't use LaTeX, even for...
2015-06-09 Martin Quinsonforgot that reference to a renamed function
2015-06-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-06-09 Martin Quinsonfurther energy interface cleanups (see changelog)
2015-06-09 Martin QuinsonMSG_host_get_pstate_number() -> MSG_host_get_pstate_count()
2015-06-09 Gabriel Corona[mc] Make Process:object_infos a srd::vector of std...
2015-06-09 Gabriel Corona[mc] Give ctor/dtor for s_dw_type
2015-06-09 Gabriel Corona[mc] Add ctor/dtor for s_mc_object_info
2015-06-09 Gabriel Corona[mc] Make s_mc_snapshot_stack::context not a pointer
2015-06-09 Gabriel Corona[mc] Make s_mc_snapshot_stack::stack_frames a std:...
2015-06-09 Gabriel Corona[mc] Make s_mc_global_t::stacks a std::vector
2015-06-09 Gabriel Corona[mc] Make s_mc_stack_frame::frame_name a std::string
2015-06-09 Gabriel Corona[mc] Make s_mc_snapshot_stack::local_variables a std...
2015-06-09 Gabriel Corona[mc] Make s_local_variable::name a std::string
2015-06-09 Gabriel Corona[mc] Move s_local_variable in mc_snapshot.h
2015-06-09 Gabriel Corona[mc] Make Snapshot::snapshot_regions a std::vector
2015-06-09 Gabriel Corona[mc] Make Snapshot::to_ignore a std::vector
2015-06-09 Gabriel Corona[mc] Make Snapshot::ignored_data a std::vector
2015-06-09 Gabriel Corona[mc] Make Snapshot::current_fds a std::vector
2015-06-09 Gabriel Corona[mc] Make Snapshot::stack_sizes a std::vector
2015-06-09 Gabriel Corona[mc] Make Snapshot::enabled_process a std::set
2015-06-09 Christian Heinrich[Cmake] Fixed typos in and restructured Options.cmake
2015-06-09 Christian Heinrich[Cmake] Fixed wrong set() syntax in cmake files
2015-06-09 Gabriel Corona[mc] Do not clobber CMAKE_C_FLAGS and friends
2015-06-09 Gabriel Corona[doc] Fix header
2015-06-09 Christian Heinrich[Doc] Added references to the calibration scripts
2015-06-09 Christian Heinrich[Doc] Corrected section reference
2015-06-09 Christian Heinrich[Doc] Added section on smpi/use_shared_malloc
2015-06-09 Christian Heinrich[Doc] Removed misplaced \b from options.doc
2015-06-09 Christian Heinrich[Doc] Added description for smpi/os, smpi/ois, smpi/or
2015-06-09 Christian Heinrich[Doc] Added default value for smpi/display_timing
2015-06-09 Christian Heinrich[Documentation] Added a note for smpi/cpu_threshold
2015-06-09 Gabriel Corona[mc][doc] Fix MC links
2015-06-09 Gabriel Corona[mc][doc] Document the model-check/dot_output option
2015-06-09 Gabriel Corona[mc][doc] Document the model-check/terminate option
2015-06-09 Gabriel Corona[mc][doc] Document the model-check/visited option
2015-06-09 Gabriel Corona[mc][doc] Document the model-check/max_depth option
2015-06-09 Gabriel Corona[mc] Marh the model-check/snapshot_fds option as disabled
2015-06-09 Gabriel Corona[mc][doc] Document the model-check/hash option
2015-06-09 Gabriel Corona[mc][doc] Add doc about model-checke/timeout
2015-06-09 Gabriel Corona[mc][doc] Record/replay and sparse snapshots
2015-06-09 Christian Heinrich[Documentation] Added descriptions for 3 more configura...
2015-06-09 Christian Heinrich[Documentation] Changed reference name
2015-06-09 Christian Heinrich[Documentation] First batch of updates of configuration...
2015-06-09 Christian Heinrich[Documentation] Added reference to tracing options
2015-06-09 Christian Heinrich[Documentation] Added ~40 missing configuration options
2015-06-09 Christian Heinrich[Documentation] Updated MC config options
2015-06-09 Christian Heinrich[Documentation] Changed word 'config item' to 'config...
2015-06-09 Christian Heinrich[Documentation] Sorted existing configuration options
2015-06-09 Christian Heinrich[Doc] Beautification of a simple sentence
2015-06-09 Christian HeinrichUpdated backbone-tag documentation
2015-06-09 Christian HeinrichAdded further note for FATPIPE sharing policy.
2015-06-09 Christian HeinrichAdded anchors and references for link sharing policies.
2015-06-09 Christian HeinrichFixed typo in documentation of surf_routing.hpp
2015-06-09 Christian HeinrichAdded small section on backbone.
2015-06-09 Christian HeinrichRemoved wrong endtags from documentation.
2015-06-09 Christian HeinrichUpdated section on network equipments (mostly cosmetics).
2015-06-09 Christian HeinrichUpdated description and presentation of available resou...
2015-06-09 Christian HeinrichUpdated the 'sharing policy' part for links.
2015-06-09 Christian HeinrichUpdated platform.doc to explain the cluster tag more...
2015-06-09 Christian HeinrichRephrased cluster description
2015-06-09 Christian HeinrichDocumentation overhaul started.
2015-06-05 Gabriel CoronaBoost.Context context factory
2015-06-05 Gabriel CoronaFix previous commit
2015-06-05 Gabriel CoronaTentatively fix the detection of ucontext.h in Darwin
2015-06-04 Christian HeinrichAdded xbt_assert statement to smpi_mpi_dt.c
2015-06-04 Christian HeinrichFixed bug in SMPI datatypes, causing SG to segfault.
2015-06-04 Christian Heinrich[SURF] Added comment for surf_share_resources
2015-06-04 Christian Heinrich[SURF] Added simple method comment for AsDijkstra:...
2015-06-02 Gabriel Corona[mc] Fix realloc() in mc_process.cpp
2015-06-02 Gabriel Corona[mc] Fix pointer dereference after free()
2015-06-02 Gabriel Corona[mc] exit() instead of abort() in normal operation
2015-06-02 Gabriel Corona[mc] Add a message to explain no property violation...
2015-06-02 Gabriel Corona[mc] Remove mc_region_contain(), use the method instead
2015-06-02 Gabriel Corona[mc] C++ify RegionType, StorageType enums
2015-06-02 Gabriel Corona[mc] Fix compilation error on clang (and group all...
2015-06-02 Gabriel Coronatemp
2015-06-02 Gabriel Corona[mc] Enable record in liveness mode
2015-06-01 Martin Quinsonstupid me
2015-06-01 Gabriel Corona[mc] Use vector<RegionSnapshot> instead of vector<uniqu...
2015-06-01 Gabriel Corona[mc] Fix typo in e_mc_region_storage_type_t
2015-06-01 Gabriel Corona[mc] Remove deprecated MC_snapshot_read()
2015-06-01 Gabriel Corona[mc] RegionSnapshot, make all fields private
2015-06-01 Gabriel Corona[mc] RegionSnapshot, make data private
2015-06-01 Gabriel Corona[mc] RegionSnapshot class
2015-06-01 Gabriel Corona[mc] Remove broken test
2015-06-01 Gabriel Corona[mc] Remove mc_translate_address()
2015-05-30 Martin Quinsonmore verbose error message on error
2015-05-28 Gabriel Corona[mc] Fix mc_translate_address() for MC_REGION_STORAGE_T...
2015-05-28 Gabriel Corona[mc] Make Process::socket_ private
next