Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
attempt of a function searching all zones of a given type
[simgrid.git] / src / kernel /
2018-02-18 Martin Quinsons/fullduplex/splitduplex/ in platform parsing (backward...
2018-02-18 Martin Quinsonuse SPLITDUPLEX internally instead of FULLDUPLEX
2018-02-13 Christian Heinrich[KERNEL] Simple spelling fix
2018-01-12 Frederic Suterone more class in platform creation
2017-12-26 Martin Quinsonmove the host list into the Engine
2017-12-26 Frederic Suteradd Exec::setBound (and what lies beneath)
2017-12-26 Martin Quinsonallow to call s4u::Exec->setHost() after its start...
2017-12-26 Martin Quinsonmove MutexImpl to the right namespace
2017-12-26 Martin Quinsonmove MutexImpl to the expected location
2017-12-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-12-23 Martin Quinsonfix some doxygen warnings
2017-12-19 Frederic Sutertracking works better if signals are triggered
2017-12-19 Martin Quinsondon't load a private header from s4u/NetZone.hpp
2017-12-19 Frederic Sutercleanups
2017-12-18 Frederic Suteradd some signals
2017-12-09 Martin Quinsons4u::Exec->getRemains() should not fail on terminated...
2017-12-09 Martin Quinsonremove a useless 'friend' statement (+cosmetics)
2017-12-09 Martin Quinsonuse assert instead of throw std:logic_error
2017-12-09 Martin Quinsonsonar: throw static exceptions
2017-12-08 Martin Quinsonimplement ExecImpl::remainingRatio and make sure we...
2017-12-08 Martin Quinsonmake similarities between CommImpl and ExecImpl more...
2017-12-08 Martin Quinsoncode simplification
2017-12-08 Arnaud GierschFix another warning.
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::lmm_set_default_protocol_f...
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_system_t -> System.
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_element_t -> Element.
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_constraint_t ->...
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_variable_t -> Variable.
2017-12-07 Arnaud GierschRename variable hiding class field.
2017-12-06 Frederic Suterfirst step towards asynchronous executions
2017-12-04 Arnaud GierschUse simgrid::xbt::intrusive_erase().
2017-12-02 Martin QuinsonMerge branch 'energy-pstate' of https://github.com...
2017-11-30 Arnaud GierschRemove last occurences of "swag" in src/kernel/.
2017-11-30 Arnaud GierschBad cut&paste, *nextelem is wanted here.
2017-11-30 Arnaud GierschRemove unused variables.
2017-11-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-30 Arnaud GierschUse boost::intrusive::list instead of swags of s_lmm_el...
2017-11-30 Arnaud GierschCosmetics.
2017-11-30 Arnaud GierschUse boost::intrusive::list instead of swags of s_lmm_va...
2017-11-30 Arnaud GierschUse boost::intrusive::list instead of swags of s_lmm_co...
2017-11-30 Arnaud GierschDon't hide real type behind void*.
2017-11-30 Arnaud GierschMore const references in lagrange.
2017-11-30 Arnaud GierschUse const reference for parameter 'var' in lagrange...
2017-11-30 Arnaud GierschConstification in maxmin.
2017-11-30 Arnaud GierschSimplify logic.
2017-11-30 Arnaud GierschKill unused swag.
2017-11-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-30 Martin QuinsonAll this started with a simple namespace renaming
2017-11-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-29 Arnaud GierschFactorize duplicated code.
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-28 Martin Quinsonmove LMM-related stuff to its directory
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-25 Martin QuinsonMerge pull request #241 from barais/master
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
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 Suterfurther split File and Storage
2017-11-09 Arnaud GierschMerge remote-tracking branch 'github/master'
2017-11-09 Martin QuinsonMerge pull request #236 from mazhe/master
2017-11-08 Matthieu VolatUse unsigned int for std:*map positions (must be >0).
2017-11-08 Arnaud GierschFix Werror=missing-field-initializers with older compilers.
2017-11-08 Arnaud GierschUse plain vectors and references for link lists.
2017-11-08 Arnaud GierschAvoid using memset to initialize structs.
2017-11-08 Arnaud GierschDijkstraZone: replace xbt_heap_t with std::priority_queue.
2017-11-07 Frederic Sutertry to reduce brain overload
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-10-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
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.
next