Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2017-10-30 Frederic Sutercosmetics
2017-10-30 Frederic Suterfix invalid read
2017-10-30 Frederic Suterenough playing with instr for now ...
2017-10-30 Arnaud GierschPlease scan-build.
2017-10-30 Arnaud GierschBe safe in case of spurious wakeup of xbt_os_cond_wait.
2017-10-30 Arnaud GierschTypos.
2017-10-30 Arnaud GierschDeclare parameters as const, and make comment match...
2017-10-30 Arnaud GierschRemove useless allocations.
2017-10-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-30 Frederic Sutera few more simplifications
2017-10-30 Frederic Suterstringify
2017-10-30 Frederic Sutersimplify the way states are used in high-level instr...
2017-10-30 Christian Heinrich[SMPI] Moved variable declaration.
2017-10-30 Christian Heinrich[SMPI] Move a map in smpi::Group from array to std...
2017-10-30 Christian Heinrich[SMPI] Move variable declaration into for-loop
2017-10-30 Christian Heinrich[SMPI] Added a comment explaining why we subtract 1
2017-10-30 Christian Heinrich[SMPI] Renamed global memory init function
2017-10-30 Christian Heinrich[SMPI] This fixes the indentation in smpi_memory.cpp
2017-10-30 Christian Heinrich[SMPI] Allow privatization in a more generic way
2017-10-30 Christian Heinrich[SMPI] Added explanation of what smpi_data_exe_size...
2017-10-30 Christian Heinrich[SMPI] Added privatized_region_ property to simgrid...
2017-10-30 Christian Heinrich[SMPI] Moved local address to for-initializer
2017-10-30 Christian Heinrich[SMPI] Removed declaration of smpi_privatization_region...
2017-10-30 Christian Heinrich[SMPI] Privatization changes, step 1
2017-10-30 Christian Heinrich[KERNEL] Replaced literal strings with variable.
2017-10-30 Christian Heinrich[KERNEL] Fixed comment on FatTree parameters.
2017-10-30 Frederic Sutertwitching and tweaking
2017-10-30 Frederic SuterContinue to reorganize instr
2017-10-29 Arnaud GierschUse C++ atomic instead of compiler builtins.
2017-10-29 Arnaud GierschParmap: add missing atomic load/store, and convert...
2017-10-29 Arnaud GierschEnable SIMIX parallel mode for parmap_{bench,text}.
2017-10-28 Arnaud GierschUse "using" to import method from base class.
2017-10-28 Arnaud GierschSonar: remove unused private fields.
2017-10-28 Arnaud GierschSonar: remove nested blocks.
2017-10-28 Arnaud GierschSonar: fill empty "catch".
2017-10-28 Arnaud GierschSonar: use public inheritance.
2017-10-28 Arnaud GierschSonar: replace "switch" statement by an "if".
2017-10-28 Arnaud GierschSonar: use lowercase for field names.
2017-10-28 Arnaud GierschSonar: move extern "C" declarations out of namespaces.
2017-10-28 Arnaud GierschSonar: remove redundant jumps.
2017-10-28 Arnaud GierschKill another unused function: xbt_str_join.
2017-10-28 Arnaud GierschNo need to duplicate string.
2017-10-28 Arnaud GierschRewrite without using c++11 regex which are not functio...
2017-10-28 Arnaud GierschTry to fix regexes with older gcc.
2017-10-28 Arnaud GierschUse c++ regex and string.
2017-10-28 Arnaud GierschUse new/delete.
2017-10-28 Arnaud GierschWorkaround shellcheck warning about $'s inside single...
2017-10-28 Arnaud GierschDon't redefine builtin 'format'.
2017-10-28 Arnaud GierschCatch specific exceptions in python scripts.
2017-10-28 Arnaud GierschDon't redefine builtin 'exit'.
2017-10-28 Frederic Sutertry to please sanitizers
2017-10-27 Frederic Suterrework Variable related events
2017-10-27 Frederic Suterrework State related events
2017-10-27 Arnaud GierschSave a couple of strdup/free.
2017-10-27 Arnaud GierschUse c++ string to parse config parameters.
2017-10-27 Arnaud GierschUse c++ string.
2017-10-27 Arnaud GierschDefine common output stream.
2017-10-27 Frederic Sutertry to silence CI on maverick
2017-10-27 Frederic Suterremove useless casts
2017-10-27 Frederic Suterstringify
2017-10-27 Frederic Sutersplit instr_private in several header files
2017-10-27 Frederic Suterfix leak
2017-10-26 Arnaud GierschReally remove unused function.
2017-10-26 Arnaud Gierschcunit: use string and iostream.
2017-10-26 Arnaud Gierschcunit: C++-ify s_xbt_test_suite.
2017-10-26 Arnaud Gierschcunit: C++-ify s_xbt_test_unit.
2017-10-26 Arnaud Gierschcunit: C++-ify s_xbt_test_test.
2017-10-26 Arnaud Gierschcunit: C++-ify s_xbt_test_log.
2017-10-26 Arnaud Gierschcunit: remove unused functions.
2017-10-26 Arnaud GierschTry to improve coverage for mrealloc.
2017-10-26 Frederic Suterget rid of kind field in instr Type
2017-10-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-25 Arnaud GierschAdd some "explicit" keyword (sonar, codacy).
2017-10-25 Arnaud GierschFix compilation warning.
2017-10-25 Arnaud GierschRemove redundant forward class declarations.
2017-10-25 Arnaud GierschKill now unused xbt_basename().
2017-10-25 Arnaud GierschKill last usage of xbt_basename().
2017-10-25 Arnaud GierschMerge if statements.
2017-10-25 Arnaud GierschRemove redundant parentheses.
2017-10-25 Arnaud GierschKill now unused xbt_dirname().
2017-10-25 Arnaud GierschUse simgrid::xbt::Path instead of xbt_{base,dir}name...
2017-10-25 Arnaud GierschDefine simgrid::xbt::Path to manage file names.
2017-10-25 Arnaud GierschKill now unused xbt_getline().
2017-10-25 Arnaud GierschMissing includes.
2017-10-25 Arnaud GierschRemove last usage of xbt_getline.
2017-10-25 Arnaud GierschUse C++ i/o.
2017-10-24 Arnaud GierschUnused parameters.
2017-10-24 Arnaud GierschRename method to avoid false positive with sonar.
2017-10-24 Arnaud GierschAdd comment in empty method body.
2017-10-24 Arnaud GierschFix symbols for cutting backtrace (takes mangled C...
2017-10-24 Arnaud GierschFix maps_name (missing /) in resolveBacktrace.
2017-10-24 Arnaud GierschContextThread: define {Serial,Parallel}ThreadContext...
2017-10-23 Arnaud GierschThreadContext: wrapper and maestro_wrapper are nearly...
2017-10-23 Arnaud GierschThreadContext: define yield(), and use yield()/start...
2017-10-23 Frederic Suteranother map which is a set
2017-10-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-23 Arnaud GierschContextUnix: reorganize like Boost and Raw contexts.
2017-10-22 Arnaud GierschContextUnix: add header file with class definitions.
2017-10-22 Arnaud GierschFix include guard.
2017-10-22 Arnaud GierschSonar smell.
next