Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into actor-yield
[simgrid.git] / src / smpi / internals /
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-22 Arnaud GierschFix comment.
2017-11-21 Martin QuinsonMerge pull request #237 from oar-team/upstream
2017-11-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-21 Arnaud GierschMerge remote-tracking branch 'github/master'
2017-11-21 Arnaud GierschSimplify loop.
2017-11-16 Arnaud GierschMove file near other smpi include files.
2017-11-15 Augustin Degommeadd TI tracing to RMA calls (all but win_create, win_de...
2017-11-08 Frederic SuterMassive change in SMPI+instr
2017-11-07 Frederic Suterremove useless calls
2017-11-07 Frederic Sutermerge identical functions
2017-11-06 Frederic Sutertake care of mismatched new/delete
2017-11-06 Frederic Sutera bit of unperfect simplification in this SMPI+TI TRaci...
2017-11-05 Frederic Suterremove useless parameters in (simplified) instr
2017-11-05 Frederic Suterplease sonar
2017-11-05 Martin Quinsonsonar: prefer readability to tiny optim
2017-11-05 Martin Quinsonconvert src/mc/mc_replay.h into mc_replay.hpp (+ don...
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 SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-04 Frederic Suterstringify (a lot)
2017-11-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-03 Christian Heinrich[SMPI] Use SMPI-Instances also when smpirun is used.
2017-11-03 Christian Heinrich[SMPI] Cosmetics
2017-11-03 Christian Heinrich[SMPI] Elaborated on comment
2017-11-02 Frederic Sutersimplify link events and rename getRootContainer to...
2017-11-01 Arnaud GierschFix memory leaks.
2017-11-01 Arnaud GierschRemove unused typedef.
2017-10-31 Arnaud GierschMake loop easier to follow for scan-build.
2017-10-30 Frederic Suterenough playing with instr for now ...
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 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 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 Frederic SuterContinue to reorganize instr
2017-10-27 Frederic Suterrework State related events
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-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-20 Frederic Suterrename last PJ_ functions
2017-10-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-20 Frederic Suterget rid of Container kind_
2017-10-20 Martin QuinsonMerge branch 'actor-priority' of https://github.com...
2017-10-19 Frederic Sutermore strings
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-18 Frederic Sutermore simplifications and try to fix build
2017-10-18 Frederic Suterstringify
2017-10-18 Frederic SuterValue is always attached to Type
2017-10-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-16 Arnaud GierschKill useless empty functions.
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-13 Frederic SuterRework way of creating Type hierarchy.
2017-10-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-12 Frederic Suterrefactoring and namespacing
2017-10-12 Frederic SuterPJ_container_remove_from_parent () becomes Container...
2017-10-11 Arnaud GierschReplace some malloc/free by C++ new/delete.
2017-10-11 Frederic SuterRefactoring instr
2017-10-11 Frederic Suterfurther cleanups in instr
2017-10-10 Arnaud GierschRemove useless typedef's from C++ files.
2017-10-10 Arnaud GierschComment some unused parameters.
2017-10-10 Frederic Suterstringify and objectify instr::Value (wip)
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschSort include lists according to clang-format.
2017-10-10 Arnaud GierschFile smpi/include/private.h cannot be compiled in C...
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-10-04 Arnaud GierschRemove lines of commented code spotted by sonar.
2017-10-04 Arnaud GierschA call to bprintf is enough here.
2017-10-04 Arnaud GierschRemove useless includes for xbt/str.h.
2017-10-04 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-10-03 Christian Heinrich[SMPI] Renamed smpi_*_data_exe as a first step for...
2017-10-02 ZitagccMerge branch 'master' into async-wait
2017-09-28 Arnaud GierschCheck if ASan is enabled from CMake, and define variables.
2017-09-22 Arnaud GierschCodacy is a bit picky about those.
2017-09-22 Arnaud GierschFix build with -Werror=missing-declarations.
2017-09-21 Arnaud Gierschsmpi_memory: don't copy poisoned regions when AddressSa...
2017-09-16 Martin Quinsoninstr: objectifies another method
2017-09-15 Arnaud GierschPlease sonar (s/struct/class).
2017-09-15 Arnaud GierschTypedef is superfluous here.
2017-09-15 Arnaud Gierschsmpi_shared: define smpi_source_location as inheriting...
2017-09-15 Arnaud Gierschsmpi_bench: define SampleLocation inheriting from std...
2017-09-15 Arnaud Gierschsmpi_bench: store plain local data in map (no pointer).
2017-09-10 Martin QuinsonMerge pull request #218 from Takishipp/MSG2S4U
2017-09-03 Martin Quinsongive a proper constructor/destructor to instr::Container
2017-08-31 Martin Quinsondon't eat the errno of when dlopen fails (but still...
2017-08-31 Arnaud GierschCompare file prefix only.
2017-08-28 Martin Quinsonfollow the naming conventions in Instr
next