Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Boost contexts: inform ASan about context switches.
[simgrid.git] / src / smpi /
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-16 Martin Quinsona static function with an object parameter is a regular...
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-09 Arnaud GierschIndentation.
2017-09-09 Arnaud Giersch'request' cannot be null here (verified before at line...
2017-09-09 Arnaud GierschRemove useless assignments.
2017-09-03 Martin Quinsongive a proper constructor/destructor to instr::Container
2017-09-02 Augustin Degommetry to please scan-build
2017-09-02 Augustin Degommesee if that pleases scan-build
2017-09-02 Augustin Degommeavoid potential division by 0... But not sure 0 is...
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 Quinsonsmpi: don't override the value of network/TCP-gamma...
2017-08-28 Martin Quinsonfollow the naming conventions in Instr
2017-08-28 Martin Quinsonmove all inst declarations into their namespace
2017-08-27 Martin Quinsonclass names must be in CamelCase
2017-08-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-27 Martin QuinsonMerge pull request #215 from Takishipp/s_type_cleanup
2017-08-25 Augustin Degommethis has to be ordered as MPI allows access to items...
2017-08-23 Arnaud GierschTrivial formatting issues.
2017-08-23 Arnaud GierschUse (const) references with range-based for loops.
2017-08-20 Arnaud GierschEnsure that low is valid before using it.
2017-08-18 Takishippnormalize s_type class part 3
2017-08-18 Takishippnormalize s_type class part 2
2017-08-18 Takishippnormalize s_type class
2017-08-16 TakishippAdd variable_new to s_type class as method
2017-08-16 TakishippAdd event_new to s_type class as a method
2017-08-16 TakishippAdd s_type_get_or_null to s_type class as a method
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-11 Frederic Suterkill kill simcall
2017-08-11 Frederic Sutercodacy and clang-format
2017-08-07 Martin QuinsonMerge pull request #213 from bcamus/master
2017-08-07 Frederic Suterbprintf-- (try to use strings in cpp world
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-03 Frederic Suterdict/dynar --
2017-08-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-08-03 Frederic Suterremove some useless includes
2017-08-03 Frederic Suterreindent + clang-format
2017-08-03 Frederic Suterdict--
2017-08-03 Frederic Suterdict --
2017-08-02 Arnaud GierschAvoid costly exceptions when looking into a map.
2017-08-02 Christian Heinrich[SMPI] Use std::string::compare instead of strncmp
2017-08-01 Frederic Suteruse a map for F2C lookup.
2017-07-31 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-31 Frederic Sutertry to fix build + cosmetics
2017-07-30 Frederic Suterkill another dict
2017-07-28 Arnaud GierschLast replacement of qsort by std::sort.
2017-07-28 Arnaud GierschUse std::sort instead of qsort in C++ files (easy part).
2017-07-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-27 Arnaud GierschFix signedness errors in format strings.
2017-07-27 Arnaud Gierschsmpirun: define function die() to print error message...
2017-07-27 Arnaud GierschShell scripts: remove useless variable expansion in...
2017-07-27 Arnaud GierschShell scripts: replace backquotes with $().
2017-07-27 Arnaud GierschUse C++ style includes when available.
2017-07-27 Frederic Suterless dict, bprintf, and xbt_str_parse
2017-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-24 Martin Quinsoncosmetics in instr: use sensible identifier names
2017-07-24 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-24 Takishippdelete unused parameters
2017-07-24 Takishippdelete unused parameters
2017-07-24 Takishippremove unused parameters of some fcts
2017-07-24 Frederic Suteroverall optimization of map usage
2017-07-21 Frederic Suteruniform allocation is better
2017-07-21 Frederic Suterkill degomme's masochist troll ;)
2017-07-21 Takishippfix PJ_value class and its methods
2017-07-21 Takishippfix conflict
2017-07-20 Arnaud GierschUse actual names for configuration options (kebab-case...
2017-07-20 Arnaud GierschAdd missing calls to XBT_LOG_CONNECT.
2017-07-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-19 Frederic Sutersome of clang-format
2017-07-18 Takishippturn paje_value to a class
2017-07-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-18 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-17 Martin QuinsonMerge pull request #200 from Takishipp/clear_fct
2017-07-17 degommeAdd some missing SMPI fortran bindings (recently suppor...
2017-07-17 degommeSplit up Fortran bindings in several files to avoid...
2017-07-17 degommeExplode 3700 lines of smpi_pmpi.cpp file in several...
2017-07-17 degommeBig move of all SMPI files in subfolders because it...
2017-07-17 degommeremove spurious ;
2017-07-17 Frederic Sutercodacy treats
2017-07-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-09 Augustin Degommeadd bits and pieces to try to compile dumpi with smpi
2017-07-07 Christian Heinrich[SMPI] Remove 2nd include of private.hpp
2017-07-07 Martin Quinsonfix MC builds
2017-07-06 Christian Heinrich[SMPI] Make spelling uniform: privatisation -> privatiz...
2017-07-06 Christian Heinrich[SMPI] Move SMPI_PRIVATIZATION_* macros to enums
2017-07-06 Martin Quinsonplease sonar: remove an unused parameters down below
next