Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use a map and generator to handle units.
[simgrid.git] / src /
2017-11-02 Arnaud GierschUse a map and generator to handle units.
2017-11-02 Arnaud GierschSonar smells of the day.
2017-11-02 Arnaud GierschRemove old commented declaration.
2017-11-02 Arnaud GierschRemove empty destructor.
2017-11-02 Frederic Suterprevent infinite recursion with clang
2017-11-02 Frederic Suteruse (existing) accessors to make protected fields private
2017-11-02 Frederic Sutersimplify link events and rename getRootContainer to...
2017-11-01 Arnaud GierschFix memory leaks.
2017-11-01 Arnaud GierschUse a vector for index_to_rank_map_ too.
2017-11-01 Arnaud GierschMake field private.
2017-11-01 Arnaud GierschUse explicit atomic operations.
2017-11-01 Arnaud GierschRemove unused typedef.
2017-11-01 Arnaud GierschRemove unused parameter.
2017-11-01 Arnaud GierschSonar: extract assignment from expression.
2017-11-01 Arnaud GierschRemove useless typedefs.
2017-11-01 Arnaud GierschRemove redundant conditional.
2017-10-31 Arnaud GierschReplace legacy __sync* builtins by __atomic*.
2017-10-31 Arnaud GierschReduce code duplication (untested).
2017-10-31 Arnaud GierschFactorize code.
2017-10-31 Arnaud GierschUse a static map for dwarf attr and tag names.
2017-10-31 Arnaud GierschMake loop easier to follow for scan-build.
2017-10-31 Arnaud GierschDon't return when debug is enabled.
2017-10-31 Frederic Suterplease sonar + cosmetics
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 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-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: 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 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 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 GierschMerge if statements.
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 GierschUse C++ i/o.
2017-10-24 Arnaud GierschUnused parameters.
2017-10-24 Arnaud GierschRename method to avoid false positive with sonar.
next