Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
implement some more getters in surf::Link and s4u::Link
[simgrid.git] / src /
2017-11-21 Martin Quinsonimplement some more getters in surf::Link and s4u:...
2017-11-07 Martin Quinsonstart integrating the link energy model
2017-11-05 Martin Quinsonsonar: prefer readability to tiny optim
2017-11-05 Martin QuinsonTODO list about the DTD
2017-11-05 Martin Quinsonconvert src/mc/mc_replay.h into mc_replay.hpp (+ don...
2017-11-05 Martin Quinsonchange src/include/surf.h into surf.hpp
2017-11-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-04 Martin Quinsonnobody will launch the logging AFTER the application...
2017-11-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-04 Frederic Suterthere are still C users ...
2017-11-04 Martin Quinsonfix native windows build
2017-11-04 Martin Quinsonstop loading surf.h from C files
2017-11-04 Martin Quinsonkill borken code for _WIN32
2017-11-04 Martin QuinsonRemove the undocumented/untested tag <include>
2017-11-04 Martin Quinsonregenerate the flexML files (mostly reindent, it seems)
2017-11-04 Martin Quinsoncosmetics
2017-11-04 Augustin Degommetry to get rid of asan cryptic error
2017-11-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-04 Augustin Degommefix mismatched new[]/free
2017-11-04 Frederic Suterthis is a good catch by CI
2017-11-04 Frederic Suterclang again
2017-11-04 Frederic Sutertry to please clang
2017-11-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-04 Frederic Suterstringify (a lot)
2017-11-03 Martin Quinsonsonar: kill useless override
2017-11-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-03 Arnaud GierschMove namespace out of extern "C" block.
2017-11-03 Christian Heinrich[SMPI] Use SMPI-Instances also when smpirun is used.
2017-11-03 Christian Heinrich[SMPI] Renamed default SMPI instance for smpirun
2017-11-03 Christian Heinrich[SMPI] Cosmetics
2017-11-03 Christian Heinrich[SMPI] Elaborated on comment
2017-11-03 Christian Heinrich[SMPI] Move all 3 MPI_Comm getters together
2017-11-03 Frederic Suterreindent
2017-11-03 Frederic Sutercreate timestamp at lowest level to save parameters
2017-11-03 Frederic Sutermore protected->private fields
2017-11-02 Arnaud GierschHopefully resolve ambiguity on osx too.
2017-11-02 Arnaud GierschSome compilers need an explicit constructor.
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.
next