Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Added explanation of what smpi_data_exe_size==0 means
[simgrid.git] / src / kernel /
2017-10-30 Christian Heinrich[KERNEL] Replaced literal strings with variable.
2017-10-30 Christian Heinrich[KERNEL] Fixed comment on FatTree parameters.
2017-10-29 Arnaud GierschUse C++ atomic instead of compiler builtins.
2017-10-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-25 Arnaud GierschRemove redundant forward class declarations.
2017-10-25 Arnaud GierschMerge if statements.
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 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 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.
2017-10-22 Arnaud GierschContextUnix: remove variadic function.
2017-10-22 Arnaud GierschContextRaw: reorganize.
2017-10-22 Arnaud GierschContextRaw: add header file with class definitions.
2017-10-22 Arnaud GierschCosmetics.
2017-10-21 Arnaud GierschTry to fix boost includes for ubuntu xenial.
2017-10-21 Arnaud GierschKill dead code.
2017-10-21 Arnaud GierschContextBoost: destroy key.
2017-10-21 Arnaud GierschContextBoost: move logic from factory to contexts.
2017-10-21 Arnaud GierschContextBoost: move static fields where they belong to.
2017-10-21 Arnaud GierschContextBoost: make maestro_context_ private.
2017-10-21 Arnaud GierschContextBoost: move parallel_ from BoostContext to Boost...
2017-10-21 Arnaud GierschContextBoost: cleanup in includes and cosmetic moves...
2017-10-20 Martin QuinsonMerge branch 'actor-priority' of https://github.com...
2017-10-19 Arnaud GierschMethod does not exist.
2017-10-19 Arnaud GierschTiny cleanups in ContextUnix.
2017-10-19 Arnaud GierschMake some protected fields private.
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-10-15 Frederic Suterkill last dicts in instr
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-14 Arnaud GierschAdd getName()/getCname() in kernel::activity::MailboxImpl.
2017-10-14 Arnaud GierschChange cname() to getCname() and add getName() in surf...
2017-10-14 Arnaud GierschChange name()/cname() to getName()/getCname() in kernel...
2017-10-14 Arnaud GierschUse a C++ string instead of char* for mailbox name.
2017-10-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-13 Arnaud GierschRepair Dijkstra's cache mode.
2017-10-13 Arnaud GierschRemove an indirection and fix memory leak.
2017-10-12 Arnaud GierschAnother bunch of s/malloc/new/.
2017-10-12 Frederic Suterdicts to maps in Dijkstra
2017-10-10 Arnaud GierschRemove useless typedef's from C++ files.
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 GierschIn C++ files, replace SG_{BEGIN,END}+_DECL() by extern...
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-10-09 Frederic Suterfix a tiny todo
2017-10-05 Arnaud GierschFactorize code.
2017-10-05 Arnaud GierschRemove a few more commented lines of code.
2017-10-04 Arnaud GierschAvoid implicit bool to int conversion.
2017-10-04 Arnaud GierschRemove lines of commented code spotted by sonar.
2017-10-02 ZitagccMerge branch 'master' into async-wait
2017-09-30 Martin Quinsondocument a class
2017-09-30 Martin Quinsonadd some bits of the commit log into the code comments
2017-09-29 Arnaud GierschRevert "Derive custom exception from std::exception."
2017-09-28 Arnaud GierschBoost contexts: inform ASan about context switches.
2017-09-28 Arnaud GierschAlign top of stacks to a multiple of 16.
2017-09-23 Arnaud GierschMore cleanup in contexts' stop().
2017-09-22 Arnaud GierschMove around code to be consistent with other context...
2017-09-22 Arnaud GierschDerive custom exception from std::exception.
2017-09-22 Arnaud GierschImprove context termination.
2017-09-19 Arnaud GierschFix gcc's -Wmissing-field-initializers.
2017-09-19 Augustin Degommetry to silence some warnings
2017-09-19 Arnaud GierschFully initialize struct, and please valgrind.
2017-09-18 Arnaud GierschDisable alternate signal stack before thread exit.
2017-09-13 Arnaud GierschDelay creation of parmap for boost contexts too.
2017-09-12 Arnaud GierschContextBoost: add support for Boost versions above...
2017-09-12 Arnaud GierschContextBoost: useless initialization.
2017-09-12 Arnaud GierschContextBoost: define helper function for jump_fcontext.
2017-09-12 Arnaud GierschContextBoost: use BOOST_VERSION instead of simgrid...
2017-09-12 Arnaud GierschContextBoost: use C++ style casts.
2017-09-10 Martin QuinsonMerge pull request #218 from Takishipp/MSG2S4U
2017-09-09 Arnaud GierschUse C++ strings instead of char*.
2017-09-03 Augustin Degommetry to get rid of some errors seen by scan-build
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-23 Arnaud GierschUse (const) references with range-based for loops.
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-11 Frederic Suterstringify cluster
2017-08-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-10 Frederic Sutermore strings
2017-08-10 Frederic SuterAS->Zone + stringification
2017-08-09 Frederic Suterless bprintf (some were completely useless)
2017-08-09 Frederic Suterstringification
2017-08-07 Martin QuinsonMerge pull request #213 from bcamus/master
2017-08-07 Frederic Suterstop using variadic functions for surf_parse messages
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-03 Arnaud GierschPlease codacy (avoid C-style pointer casting).
2017-08-03 Arnaud GierschUse std::vector instead of dynar in simix_global (proce...
2017-08-03 Arnaud GierschMake symbols public.
2017-08-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-08-03 Frederic SuterMC doesn't like strings
2017-08-03 Frederic Suterdict--
2017-08-02 Arnaud GierschAvoid costly exceptions when looking into a map.
2017-08-01 Frederic Suterproperties are now stored in maps and managed by Proper...
next